]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Placed a mini roomlist in the iconbar. This is not in its final form.
[citadel.git] / webcit / static / webcit.css
index 6ffed576b3230c7a2d8b8a4bcbc6fe9117acfb26..dce6fd6dd2d1af136966ef838d6fb9449547a8ef 100644 (file)
@@ -43,7 +43,7 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
+       background: #445;
 }
 
 * html #banner {
@@ -53,7 +53,7 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
+       background: #445;
 }
 
 #page_popup {
@@ -92,27 +92,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 +142,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 +153,7 @@ body {
        width: 85%;
        height: 1%;
        overflow: none;
-       background: #444455;
+       cursor: s-resize;
 }
 
 #preview_pane {
@@ -271,12 +293,6 @@ a:hover {
        color: #FFFFEE;
 }
 
-.youhavemail {
-       font-size: 6pt;
-       font-style: italic;
-       color: #000044;
-}
-
 .customize {
        font-size: 8pt;
        font-style: italic;
@@ -309,6 +325,10 @@ a:hover {
        background-color: #FF0000;
 }
 
+.msgbuttons {
+       font-size: 7pt;
+}
+
 .roomlist_floor {
        font-size: 12pt;
        font-weight: bold;
@@ -326,12 +346,30 @@ a:hover {
        color: #000088;
 }
 
+.ib_roomlist_floor {
+       font-size: 8pt;
+       font-weight: bold;
+       color: #000000;
+}
+
+.ib_roomlist_new {
+       font-size: 6pt;
+       color: #880000;
+       font-weight: bold;
+}
+
+.ib_roomlist_old {
+       font-size: 6pt;
+       color: #000088;
+}
+
 .mailbox_summary {
        font-size: 10pt;
        color: #000000;
 }
 
-/* Quote Levels Colors */
+<!-- begin quote levels colors -->
+
 blockquote {
        color: navy !important; background-color: RGB(245,245,245) !important; 
 }
@@ -353,6 +391,8 @@ blockquote pre {
        margin-right: 1%;
 }
 
+<!-- end quote levels colors -->
+
 var sub {
        font-style: normal;
 }