]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / webcit.css
index 269b4dfdacac40825d4c06704c5d8eca0d661a72..9d96724cbebaafd8b360d4e92d84407dc7ce3931 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ */
 @import url("datepicker.css");
 @media print {
        input#toggler, .toolbar { display: none }
@@ -70,18 +74,21 @@ body {
        text-transform: uppercase;
 }
 
-.ib_button, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, .iconbar_text {
+.ib_button, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, .iconbar_text{
        background-color: #F0FFFF;
        color: #333;
+} 
+#online_users:hover { /* separate in order for override */
+    background-color: #F0FFFF !important;
+       color: #333 !important;
 }
-
 #iconbar #button {
        border: none;
        list-style: none;
 }
 
 .ib_button {
-       font-size: 100%;
+       font-size: 90%;
 }
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
@@ -138,7 +145,6 @@ body {
        padding: 0;
 }
 
-
 #banner a {
        color: #FFF
 }
@@ -532,7 +538,9 @@ body, #global {
     left: 0;
     overflow-y: auto;
 }
-
+#global.scrollable {
+    position: fixed;
+}
 #important_message {
        position: absolute;
        top: 0; 
@@ -611,6 +619,11 @@ body, #global {
 .col3 {
     width: 20%;
 }
+.col1, .col2, .col3 {
+    cursor: pointer;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+}
 .new_message {
     font-weight: bold; !important;
 }
@@ -831,7 +844,7 @@ body, #global {
        margin-top: 8px;
        margin-right: 4px;
 }
-#selectpage {
+#selectpage.hidden {
     display: none !important;
 }
 
@@ -879,7 +892,8 @@ body, #global {
     padding: 0;
 }
 /** Override to disable list-style-image" */
-.room {
+.room a, .room a, .room a:visited, .room a:link {
+    color: #333333;
 }
 .room-private {
     list-style-image: url("/static/privatemess_16x.gif");
@@ -902,6 +916,9 @@ body, #global {
 .room-newmsgs {
     font-weight: bold;
 }
+.room-emphasized {
+    text-decoration: underline;
+}
 /* Content */
 
 .boxcontent table {
@@ -1095,11 +1112,9 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-#summary_view table {
-    table-layout: fixed; /* stops long subjects overflowing */
-}
 #summary_view > table { /* hide from IE6 */
     width: 100%;
+    table-layout: fixed;
 }
 colgroup.entity {
        text-align: center;
@@ -1336,11 +1351,11 @@ td.events_of_the_day {
 }
 
 .events_of_the_day dl dt.hour {
-       font-size: 160%;
+       /* font-size: 160%; commenting out because we need to line it up with the actual size */
 }
 
 .events_of_the_day dl dt.extrahour {
-       font-size: 80%;
+       /* font-size: 80%; commenting out because we need to line it up with the actual size */
 }
 
 .hour_label, .extra_events dl dt {