]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
improved inet conf screen
[citadel.git] / webcit / static / webcit.css
index 1caa35bd710c6a93548d99c07cf4a322bbaa0f05..c56e4bb5de60d11aa86bdd34b0d6732cbc6d7a98 100644 (file)
@@ -14,7 +14,7 @@ body { font-size: 11pt}
        font-size: 13pt;
 }
 
-#button, #content .msgbuttons a,input#delbutton,.attachfile,.logbuttons input,.buttons input, #wholist li, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span {
+#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, #wholist li, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span {
        font-size: 10pt;
 }
 
@@ -44,11 +44,11 @@ body {
        cursor: help;
 }
 
-input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+.button_link, input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        background-color: #fbf4ca;
 }
 
-input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+.button_link, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        border: 1px solid #999;
        color: #333;
 }
@@ -448,6 +448,10 @@ a:visited { color: purple; }
 }
 
 
+.button_link a {
+       color: #333;
+}
+
 /* Layout */
 
 * html {
@@ -728,6 +732,11 @@ html>body #button li a {
        display: inline;
 }
 
+#banner ul.room_actions li form {
+        margin: 0;
+        padding: 0;
+}
+
 #banner ul.room_actions li select, #banner ul.room_actions li input {
        margin-top: 8px;
        margin-right: 4px;
@@ -815,6 +824,12 @@ html>body #button li a {
        padding: 0;
 }
 
+
+
+.button_link {
+       padding: 0 2px 0 2px;
+}
+
 .msgbuttons a {
        margin: 0 2px 0 2px;
        padding: 1px;
@@ -1088,7 +1103,7 @@ table.advanced {
 ul.tabbed_dialog {
         list-style: none;
        margin: 3% auto 0 auto;
-       width: 90%;
+       width: 96%;
        padding: 0;
        white-space: nowrap;
         text-align: center;
@@ -1097,14 +1112,14 @@ ul.tabbed_dialog {
 
 ul.tabbed_dialog li {
        margin: 0 3% 0 3%;
-       padding: 2px;
+       padding: 4px;
         float: left;
 }
 
 .tabcontent {
        margin: 3% auto 0 auto;
-       width: 95%;
-       padding: 10
+       width: 96%;
+       padding: 10px;
        clear: both;
 }
 
@@ -1117,19 +1132,32 @@ ul.tabbed_dialog li {
        height: 302px;
 }
 
-td.middle_of_the_day {
+td.events_of_the_day {
         width: 500px;
 }
 
-.middle_of_the_day dl {
+.events_of_the_day dl {
+       margin: 0;
+       padding: 0;
+       position: absolute;
+       top: 0;
+       left:0;
+        width: 500px;
 }
 
-.middle_of_the_day dl dt {
+.events_of_the_day dl dt {
        background-color: #FFFFFF;
-       padding:0 ;
-        width: 100%;
-        border-bottom: 1px solid grey;
-        height: 30px;
+       margin: 0;
+        width: 500px;
+        border: 1px solid #CCC;
+}
+
+.events_of_the_day dl dt.hour {
+       font-size: 16px;
+}
+
+.events_of_the_day dl dt.extrahour {
+       font-size: 8px;
 }
 
 .hour_label, .extra_events dl dt {
@@ -1144,6 +1172,17 @@ td.middle_of_the_day {
        text-align: left;       
 }
 
+
+.extra_events ul {
+       list-style: none;
+       margin: 0;
+       padding: 0;
+}
+
+.extra_events ul li {
+       margin: 4px;
+}
+
 .calday, .calout, .calweekend {
        width: 14%;
        height: 60px;
@@ -1152,9 +1191,49 @@ td.middle_of_the_day {
 }
 
 .event {
-       opacity: .5;
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
+       padding: 0 4px 0 4px; 
+}
+
+li.event span, a.event_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 11px;     
+}
+
+.mini_calendar {
+   color: #fff;
 }
 
+.mini_calendar a {
+   color: #fff;
+}
+
+.mini_calendar a: link,.mini_calendar a:visited {
+   color: #fff;
+}
+
+.mini_calendar a:hover,.mini_calendar a:active {
+   color: #fff;
+   background-color: #AD1C00;
+}
+
+.mini_calendar td a {
+   color: #fff;
+}
+
+.mini_calendar td a: link,.mini_calendar td a:visited {
+   color: #fff;
+}
+
+.mini_calendar td a:hover,.mini_calendar td a:active {
+   color: #fff;
+   background-color: #AD1C00;
+}