]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Daily vue of Calendar.
[citadel.git] / webcit / static / webcit.css
index 1caa35bd710c6a93548d99c07cf4a322bbaa0f05..45e52b7558cc9c9c3cc2348048a26a29ca3c08bc 100644 (file)
@@ -1117,21 +1117,38 @@ ul.tabbed_dialog li {
        height: 302px;
 }
 
-td.middle_of_the_day {
+td.events_of_the_day {
         width: 500px;
 }
 
-.middle_of_the_day dl {
+.events_of_the_day dl {
+       margin: 0;
+       padding: 0;
+       position: absolute;
+       top: 0;
+       left:0;
+        width: 500px;
 }
 
-.middle_of_the_day dl dt {
+.events_of_the_day dl dt {
        background-color: #FFFFFF;
+       margin: 0;
        padding:0 ;
         width: 100%;
         border-bottom: 1px solid grey;
+}
+
+.events_of_the_day dl dt.hour {
         height: 30px;
+       font-size: 16px;
+}
+
+.events_of_the_day dl dt.hourbefore,  .events_of_the_day dl dt.hourafter  {
+        height: 10px;
+       font-size: 8px;
 }
 
+
 .hour_label, .extra_events dl dt {
        background-color: #CCCCDD;
         vertical-align: middle;
@@ -1152,9 +1169,17 @@ td.middle_of_the_day {
 }
 
 .event {
-       opacity: .5;
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
 }
 
+.event a {
+   filter:alpha(opacity=100); 
+   -moz-opacity:1.0;         
+   opacity: 1.0;            
+}
+