]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* by feivel: Display week of year; addresses bug 494
[citadel.git] / webcit / static / webcit.css
index d75ab0e1c9bb768c0361ede0be8b569b050e49a2..b6e78b0660c5c005e5061ea067c3c194a0699368 100644 (file)
@@ -435,6 +435,11 @@ var sub {
        background-color: #204B78;
 }
 
+.week_of_year {
+       background-color: #e1e1e1;
+       font-size: 70%; 
+}
+
 .day {
        font-weight: 700;
 }
@@ -451,6 +456,10 @@ var sub {
        background-color: #EEEECC;
 }
 
+.caltoday {
+       background-color: #4040FF;
+}
+
 .current_sort_mode {
     background-color: white;
 }
@@ -1578,3 +1587,11 @@ li.event_unread span, a.event_read_title {
        font-size: 110%;
        text-align: center;
 }
+
+#noscript_warning {
+       position: fixed;
+       top: 0;
+       left: 0;
+       background-color: #FF0000;
+       color: #FFFFFF;
+}