mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b25924ebc4
commit
90cfe2f170
1 changed files with 26 additions and 0 deletions
26
modules/editor/components/slide_show/tpl/slide_show.css
Normal file
26
modules/editor/components/slide_show/tpl/slide_show.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.slide_loading_text {
|
||||
color:#555555;
|
||||
font-size:8pt;
|
||||
font-family:tahoma;
|
||||
font-weight:bold;
|
||||
margin-top:20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.slide_main_image_box {
|
||||
border:3px solid #EEEEEE;
|
||||
background-color:#FFFFFF;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.slide_thumbnail_image_box {
|
||||
background-color:#FFFFFF;
|
||||
margin:10px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.slide_thumbnail_image_box img {
|
||||
border:1px solid #555555;
|
||||
padding:1px;
|
||||
margin:4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue