summaryrefslogtreecommitdiff
path: root/slideshows/advanced/template/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'slideshows/advanced/template/styles.css')
-rw-r--r--slideshows/advanced/template/styles.css77
1 files changed, 51 insertions, 26 deletions
diff --git a/slideshows/advanced/template/styles.css b/slideshows/advanced/template/styles.css
index 1a810bf..5c47421 100644
--- a/slideshows/advanced/template/styles.css
+++ b/slideshows/advanced/template/styles.css
@@ -16,7 +16,7 @@ div.content {
min-height: 120px;
}
-div.slide_desc {
+div.slideDesc {
position: absolute;
top: 80%;
margin-left: 7.5%;
@@ -28,14 +28,21 @@ div.slide_desc {
background: rgba(0, 0, 0, 0.7);
}
-h2 {
+div.slideHead {
color: white;
font: bold 24px/45px Helvetica, Sans-Serif;
padding-left: 10px;
padding-right: 10px;
}
-div.slideshow {
+div.slideText {
+ color: white;
+ font: bold 24px/45px Helvetica, Sans-Serif;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+ul.rui-billboard {
border: 1px solid #363942;
border-radius: 3px;
-moz-border-radius: 3px;
@@ -44,11 +51,7 @@ div.slideshow {
width: 100%;
}
-div.slideshow li {
- list-style:none;
-}
-
-div.slideshow li img {
+ul.rui-billboard li img {
max-width:100%;
max-height:100%;
width: 100%;
@@ -132,30 +135,52 @@ div.eventField {
.clear{
clear:both;
}
+.eventDate.chreme{
+ background:#FBF7F0;
+ border:1px solid #EEE4D4;
+ color:#A78B5F;
+}
+
+.eventDate.blue{
+ background:#E6F8FF;
+ border:1px solid #D4E6EE;
+ color:#548DA5;
+}
+
+.eventDate.green{
+ background:#E6FFDF none repeat scroll 0 0;
+ border:1px solid #C9E6C1;
+ color:#6EA85F;
+}
+
+.clear{
+ clear:both;
+}
#windowBox{
- position:absolute;
- z-index:20;
- background-color:#fcfcfc;
- padding:10px;
- border:2px solid #666666;
- overflow:auto;
+ position:absolute;
+ z-index:1100;
+ background-color:#fcfcfc;
+ padding:10px;
+ border:2px solid #666666;
+ overflow:auto;
}
#titleDiv{
- /* The title of the windowBox */
- background:#F5F5F5;
- border:1px solid #EEEEEE;
- color:#AAAAAA;
- font-size:1.5em;
- margin-bottom:10px;
- padding:5px 10px;
+ /* The title of the windowBox */
+ background:#F5F5F5;
+ border:1px solid #EEEEEE;
+ color:#AAAAAA;
+ font-size:1.5em;
+ margin-bottom:10px;
+ padding:5px 10px;
}
#overlay {
- position:absolute;
- z-index:10;
- top:0;
- left:0;
- background-color:#222222;
+ position:absolute;
+ z-index:1000;
+ top:0;
+ left:0;
+ background-color:#222222;
}
+