* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / static / webcit.css
index 92b784e7230a0439a1fadbb3cb6fe70325c328fb..184b79cf21950b5d1322e4c5b225f609707cef5f 100644 (file)
@@ -43,7 +43,7 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
+       background: #445;
 }
 
 * html #banner {
@@ -53,14 +53,7 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
-}
-
-#page_popup {
-       position:absolute;
-       top:100px; left:100px;
-       background-color: #880000;
-       z-index: 2;
+       background: #445;
 }
 
 #important_message {
@@ -92,27 +85,49 @@ body {
        /* overflow-x: hidden; */
 }
 
-#message_list {
+#message_list_hdr {
        position:fixed;
        display:block;
        top: 15%;
        left: 15%;
        width: 85%;
-       height: 25%;
+       height: 5%;
+       overflow: none;
+}
+
+* html #message_list_hdr {
+       position:absolute;
+       display:block;
+       top: 15%;
+       left: 15%;
+       width: 85%;
+       height: 5%;
+       overflow: none;
+}
+
+#message_list {
+       position:fixed;
+       display:block;
+       top: 20%;
+       left: 15%;
+       width: 85%;
+       height: 20%;
        overflow: auto;
+       cursor: pointer;
 }
 
 * html #message_list {
        position:absolute;
        display:block;
-       top: 15%;
+       top: 20%;
        left: 15%;
        width: 85%;
-       height: 25%;
+       height: 20%;
        overflow: auto;
+       cursor: pointer;
 }
 
-#ml_slider {
+#resize_msglist {
        position:fixed;
        display:block;
        top: 40%;
@@ -120,10 +135,10 @@ body {
        width: 85%;
        height: 1%;
        overflow: none;
-       background: #444455;
+       cursor: s-resize;
 }
 
-* html #ml_slider {
+* html #resize_msglist {
        position:absolute;
        display:block;
        top: 40%;
@@ -131,7 +146,7 @@ body {
        width: 85%;
        height: 1%;
        overflow: none;
-       background: #444455;
+       cursor: s-resize;
 }
 
 #preview_pane {
@@ -154,9 +169,10 @@ body {
        overflow: auto;
 }
 
-#fix_scrollbar_bug {
-       margin-right:1px;               /* Gecko */
-       width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
+
+.fix_scrollbar_bug {
+       margin-right:1px;               /* Gecko and other non-broken browsers */
+       width: expression('97%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
 }
 
 #button {
@@ -271,12 +287,6 @@ a:hover {
        color: #FFFFEE;
 }
 
-.youhavemail {
-       font-size: 6pt;
-       font-style: italic;
-       color: #000044;
-}
-
 .customize {
        font-size: 8pt;
        font-style: italic;
@@ -309,6 +319,10 @@ a:hover {
        background-color: #FF0000;
 }
 
+.msgbuttons {
+       font-size: 7pt;
+}
+
 .roomlist_floor {
        font-size: 12pt;
        font-weight: bold;
@@ -326,10 +340,47 @@ a:hover {
        color: #000088;
 }
 
+.ib_roomlist_floor {
+       font-size: 8pt;
+       font-weight: bold;
+       color: #000000;
+       cursor: pointer;
+}
+
+.ib_roomlist_new {
+       font-size: 10px;
+       color: #880000;
+       font-weight: bold;
+       cursor: pointer;
+}
+
+.ib_roomlist_old {
+       font-size: 10px;
+       color: #000088;
+       cursor: pointer;
+}
+
+.mailbox_summary {
+       font-size: 10pt;
+       color: #000000;
+}
+
+<!-- begin quote levels colors -->
+
 blockquote {
-       margin-left: 8%;
-       margin-right: 8%;
-       border: thin ridge #dc143c;
+       color: navy !important; background-color: RGB(245,245,245) !important; 
+}
+blockquote blockquote {
+       color: maroon !important; background-color: RGB(235,235,235) !important;
+}
+blockquote blockquote blockquote {
+       color: green !important; background-color: RGB(225,225,225) !important;
+}
+blockquote blockquote blockquote blockquote {
+       color: purple !important; background-color: RGB(215,215,215) !important;
+}
+blockquote blockquote blockquote blockquote blockquote {
+       color: teal !important; background-color: RGB(205,205,205) !important;
 }
 
 blockquote pre {
@@ -337,6 +388,8 @@ blockquote pre {
        margin-right: 1%;
 }
 
+<!-- end quote levels colors -->
+
 var sub {
        font-style: normal;
 }