]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / static / webcit.css
index 8f54e9fdafc83058f789691c827e7a8ea185f292..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 {
@@ -303,6 +319,10 @@ a:hover {
        background-color: #FF0000;
 }
 
+.msgbuttons {
+       font-size: 7pt;
+}
+
 .roomlist_floor {
        font-size: 12pt;
        font-weight: bold;
@@ -320,6 +340,26 @@ 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;