]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Merged Thierry's CSS changes
[citadel.git] / webcit / static / webcit.css
index 1fc63da2b05054f1dd261e926be77c08a7db4c80..099e935c374051760d69a9a1787930ff43697ee7 100644 (file)
@@ -1,4 +1,3 @@
-<style type="text/css">
 
 * html {
        overflow: hidden;
@@ -13,15 +12,16 @@ body {
        color: #000000;
        font-weight: normal;
        font-size: 10pt;
+       font-family: sans-serif;
 }
 
 #iconbar {
-       position:fixed;
+       /* position:fixed; */
        display:block;
        top:0px;
        left:0px;
        width: 15%;
-       height:100%;
+       /* height:100%; */
        background: #ffffee;
 }
 
@@ -31,8 +31,8 @@ body {
        top:0px;
        left:0px;
        width: 15%;
-       height:100%;
-       background: #ffffff;
+       /* height:100%; */
+       background: #ffffee;
 }
 
 #banner {
@@ -214,7 +214,6 @@ html>body #button li a {
 }
 
 #button li a:hover {
-       //background-color: #ddddff;
        background-image:url(/static/body-background.gif);
        color: #000000;
 }
@@ -286,6 +285,10 @@ a:hover {
        color: #FFFFEE;
 }
 
+.boxlabel a {
+       color: #FFFFEE;
+}
+
 .customize {
        font-size: 8pt;
        font-style: italic;
@@ -364,7 +367,6 @@ a:hover {
        color: #000000;
 }
 
-<!-- begin quote levels colors -->
 
 blockquote {
        color: navy !important; background-color: RGB(245,245,245) !important; 
@@ -387,7 +389,6 @@ blockquote pre {
        margin-right: 1%;
 }
 
-<!-- end quote levels colors -->
 
 var sub {
        font-style: normal;
@@ -490,7 +491,6 @@ td li.frameset, .elements li.frameset {
        input#toggler, .toolbar { display: none }
 }
 
-<!-- begin nanotree styles -->
 
 .treetitle {
        padding:2px;
@@ -536,9 +536,7 @@ td li.frameset, .elements li.frameset {
        font-size: 11px;
 }
 
-<!-- end nanotree styles -->
 
-<!-- begin address autocompleter styles -->
 
 div.auto_complete {
        width: 350px;
@@ -569,6 +567,39 @@ div.auto_complete ul strong.highlight {
        padding:0;
 }
 
-<!-- end address autocompleter styles -->
 
-</style>
+.floors_config, .roomops_zap {
+        border: 0;
+        background-color: #770000;
+        width: 100%;
+}
+
+.roomops_cell_label {
+        background-color: #FFFFFF;
+}
+
+.roomops_cell, .roomops_cell_edit {
+        background-color: #CCCCCC;
+}
+
+.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background, .mainmenu_b
+ackground, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_backgrou
+nd, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .vcard_edit_background, .who_background   {
+        border: 0;
+        width: 100%;
+        background-color: #ffffff;
+}
+
+.auth_banner, .event_banner, .floors_banner, .calendar_banner, .graphics_banner, .iconbar_banner, .inetconf_banner, .listsub_banner, .mainmenu_banner, .netconf_banner, .paging_banner, .preferences_banner, .roomops_banner, .setup_banner, .sieve_banner, .siteconfig_banner, .smtpqueue_banner, .summary_banner, .useredit_banner, .userlist_banner, .vcard_edit_banner, .who_banner   {
+        border: 0;
+        width: 100%;
+        background-color: #444455;
+}
+
+
+.vcard_edit_background_alt {
+        border: 0;
+        width: 100%;
+        background-color: #dddddd;
+}
+