]> 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 8c4ed15b321eac5fa03df2ff12c0040d5412873f..184b79cf21950b5d1322e4c5b225f609707cef5f 100644 (file)
@@ -9,7 +9,7 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       background-image:url(/static/body-background.gif);
+       background-image: url(/static/body-background.gif);
        color: #000000;
        font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-weight: normal;
@@ -43,7 +43,7 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
+       background: #445;
 }
 
 * html #banner {
@@ -53,12 +53,12 @@ body {
        left: 15%;
        width: 85%;
        height: 15%;
-       background: #444455;
+       background: #445;
 }
 
-#page_popup {
+#important_message {
        position:absolute;
-       top:100px; left:100px;
+       top:0px; right:0px;
        background-color: #880000;
        z-index: 2;
 }
@@ -85,9 +85,94 @@ body {
        /* overflow-x: hidden; */
 }
 
-#fix_scrollbar_bug {
-       margin-right:1px;               /* Gecko */
-       width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
+#message_list_hdr {
+       position:fixed;
+       display:block;
+       top: 15%;
+       left: 15%;
+       width: 85%;
+       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: 20%;
+       left: 15%;
+       width: 85%;
+       height: 20%;
+       overflow: auto;
+       cursor: pointer;
+}
+
+#resize_msglist {
+       position:fixed;
+       display:block;
+       top: 40%;
+       left: 15%;
+       width: 85%;
+       height: 1%;
+       overflow: none;
+       cursor: s-resize;
+}
+
+* html #resize_msglist {
+       position:absolute;
+       display:block;
+       top: 40%;
+       left: 15%;
+       width: 85%;
+       height: 1%;
+       overflow: none;
+       cursor: s-resize;
+}
+
+#preview_pane {
+       position:fixed;
+       display:block;
+       top: 41%;
+       left: 15%;
+       width: 85%;
+       height: 59%;
+       overflow: auto;
+}
+
+* html #preview_pane {
+       position:absolute;
+       display:block;
+       top: 41%;
+       left: 15%;
+       width: 85%;
+       height: 59%;
+       overflow: auto;
+}
+
+
+.fix_scrollbar_bug {
+       margin-right:1px;               /* Gecko and other non-broken browsers */
+       width: expression('97%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
 }
 
 #button {
@@ -202,12 +287,6 @@ a:hover {
        color: #FFFFEE;
 }
 
-.youhavemail {
-       font-size: 6pt;
-       font-style: italic;
-       color: #000044;
-}
-
 .customize {
        font-size: 8pt;
        font-style: italic;
@@ -240,6 +319,10 @@ a:hover {
        background-color: #FF0000;
 }
 
+.msgbuttons {
+       font-size: 7pt;
+}
+
 .roomlist_floor {
        font-size: 12pt;
        font-weight: bold;
@@ -257,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 {
@@ -268,6 +388,8 @@ blockquote pre {
        margin-right: 1%;
 }
 
+<!-- end quote levels colors -->
+
 var sub {
        font-style: normal;
 }
@@ -292,6 +414,14 @@ var sub {
        font-style: italic;
 }
 
+.imsg {
+       color: #aaaaaa;
+       background: none;
+       font-weight: bold;
+       font-style: italic;
+       text-align: center;
+}
+
 .warning {
        color: #FF4500;
        background: none;
@@ -414,4 +544,37 @@ td li.frameset, .elements li.frameset {
 
 <!-- end nanotree styles -->
 
+<!-- begin address autocompleter styles -->
+
+div.auto_complete {
+       width: 350px;
+       background: #fff;
+}
+
+div.auto_complete ul {
+       border:1px solid #888;
+       margin:0;
+       padding:0;
+       width:100%;
+       list-style-type: none;
+       background: #fff;
+}
+
+div.auto_complete ul li {
+       margin:0;
+       padding:3px;
+}
+
+div.auto_complete ul li.selected {
+       background-color: #ffc;
+} 
+
+div.auto_complete ul strong.highlight {
+       color: #800;
+       margin:0;
+       padding:0;
+}
+
+<!-- end address autocompleter styles -->
+
 </style>