]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* properly check to see if user has turned on wholist-in-iconbar
[citadel.git] / webcit / static / webcit.css
index 55797ad97388d112c8f74ce3aeb4b31294d01c9b..14276b258510db332ea340f631cf31cb655347f7 100644 (file)
@@ -7,20 +7,32 @@
 
 html { font-size: 100%;}
 
-body { font-size: 11pt}
+body { font-size: 100%;}
 
-#banner h1 { font-size: 16pt; }
+#banner h1 { font-size: 160%; }
 
 #banner h2,#banner .titlebar, .address_book_popup_title {
-       font-size: 13pt;
+       font-size: 130%;
 }
 
-#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .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, #message_list tr > td {
-       font-size: 10pt;
+#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
+       font-size: 100%;
+}
+
+#message_list_hdr table {
+       font-size: 80%;
+}
+
+#navbar {
+       font-size: 75%;
+}
+
+.mailbox_summary {
+       font-size: 80%;
 }
 
 #online_users li {
-       font-size: 8pt;
+       font-size: 80%;
 }
 .marked_row {
     color: white;
@@ -58,7 +70,7 @@ body {
        text-transform: uppercase;
 }
 
-#iconbar ul li, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart {
+#iconbar ul li, #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart, #ib_logoff, #switch, #customize {
        background-color: #F0FFFF;
        color: #333;
 }
@@ -68,6 +80,10 @@ body {
        list-style: none;
 }
 
+#iconbar li a, #ib_logoff a {
+       font-size: 100%;
+}
+
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
        overflow: hidden;
@@ -216,7 +232,7 @@ body {
        font-weight: 700;
 }
 
-.floors_config,.roomops_zap {
+.floors_config, .roomops_zap {
        background-color: #700;
        border: 0;
 }
@@ -275,7 +291,7 @@ body {
        background-color: #FF8000;
 }
 
-.tab_cell,.tab_cell_edit {
+.tab_cell, .tab_cell_edit {
        background-color: #CCC;
        font-weight: 700;
 }
@@ -295,7 +311,7 @@ body {
        color: highlighttext;
 }
 
-.warning a:link,.warning a:visited,.warning a:active, .warning {
+.warning a:link, .warning a:visited, .warning a:active, .warning {
        background: none;
        color: #FF4500;
 }
@@ -362,7 +378,6 @@ div.auto_complete ul strong.highlight {
        color: #800;
 }
 
-
 table.altern {
        border-bottom: solid 2px #AAA;
        border-top: solid 2px #AAA;
@@ -393,8 +408,7 @@ ul.adminitems li {
        font-weight: 700;
 }
 
-ul.adminitems li span
-{
+ul.adminitems li span {
        color: #666;
 }
 
@@ -431,6 +445,13 @@ var sub {
 #loading {
     background-color: white;
 }
+/* Message list in mailbox/summaryview */
+.table-row {
+    background-color: white;
+}
+.table-alt-row {
+      background-color: #DDDDDD;
+}
 /* Links */
 
 a {    text-decoration: none; }
@@ -441,6 +462,8 @@ a:link { color: blue; }
 
 a:visited { color: purple; }
 
+#customize a:active, #customize a:link, #customize a:visited { color: black; }
+
 #important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button > li:hover, #online_users li a:hover, #navbar ul li a:hover, #ib_logoff:hover {
        background-color: #AD1C00;
        color: #FFF;
@@ -448,8 +471,8 @@ a:visited { color: purple; }
 
 
 
-.button_link a, 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, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
-       background-color: #fbf4ca;
+.button_link a, input, select, #login_form #uname, #login_form #pname, li.activeuser, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       background-color: #fbf4ca !important; /* needed for li.activeuser */
 }
 
 .button_link a, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
@@ -497,18 +520,22 @@ body, #global {
        z-index: 2;
        padding: 3px;
 }
-#hellomsg {
+#hellomsg, .fmout, .nomsgs {
     text-align: center;
 }
 #login_screen, #logout_screen {
        margin: 0;
        padding: 3% 6% 3% 6%;
 }
-
+#convlogin, #validate {
+    text-align: center;
+}
 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
        text-align: left;
 }
-
+.message_content > div > div {
+    text-align: justify !important;
+}
 #iconbar {
        position: absolute;
        top: 0;
@@ -563,6 +590,10 @@ body, #global {
 #message_list_body {
     background-color: white !important;
 }
+#message_list_body > tr > td {
+    overflow-y: hidden;
+    overflow-x: hidden; /* stop long subjects overflowing */
+}
 .col1 {
     width: 50%;
 }
@@ -637,6 +668,12 @@ body, #global {
     z-index: 65535;
     background-color: white;
     text-align: left;
+    opacity: 0.9;
+}
+.draganddrop > ul {
+    list-style: none;
+    padding-left: 0;
+    margin-left: 0;
 }
 .hidden {
     display: none;
@@ -715,6 +752,7 @@ body, #global {
 }
 
 #online_users {
+    display: none; /* Hide by default */
        border: 0;
        max-height: 200px;
        overflow: auto;
@@ -1253,7 +1291,7 @@ ul.tabbed_dialog li {
 
 .tabcontent_submit {
         margin: 0 auto 0 auto;
-        width: 50%;
+        width: 96%;
         padding: 10px;
         text-align: center;
 }
@@ -1289,11 +1327,11 @@ td.events_of_the_day {
 }
 
 .events_of_the_day dl dt.hour {
-       font-size: 16px;
+       font-size: 160%;
 }
 
 .events_of_the_day dl dt.extrahour {
-       font-size: 8px;
+       font-size: 80%;
 }
 
 .hour_label, .extra_events dl dt {
@@ -1341,7 +1379,7 @@ li.event_framed_unread span, a.event_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
-        font-size: 11px;     
+        font-size: 100%;     
 }
 
 .event_framed_read {
@@ -1359,7 +1397,7 @@ li.event_framed_read span, a.event_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
-        font-size: 11px;     
+        font-size: 100%;  
 }
 
 .event_read {
@@ -1369,7 +1407,7 @@ li.event_read span, a.event_read_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
-        font-size: 11px;     
+        font-size: 100%;     
 }
 
 .event_unread {
@@ -1379,7 +1417,7 @@ li.event_unread span, a.event_read_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
-        font-size: 11px;     
+        font-size: 100%;     
 }
 
 .mini_calendar {
@@ -1427,11 +1465,8 @@ li.event_unread span, a.event_read_title {
       vertical-align: middle;
       border: none;
 }
-.table-row {
-    background-color: white;
-}
-.table-alt-row {
-      background-color: #DDDDDD;
+.table-row, .table-alt-row {
+    width: 100%;
 }
 
 .stickynote_outer {
@@ -1450,7 +1485,7 @@ li.event_unread span, a.event_read_title {
        top: 0px;
        left: 0px;
        background-color: #888800;
-        font-size: 6px;     
+        font-size: 60%;     
 }
 
 .stickynote_body {
@@ -1488,7 +1523,12 @@ li.event_unread span, a.event_read_title {
        height: 16px;
 }
 
+
+.login_using_openid_link {
+       text-align: center;
+}
+
 .openid_urlarea {
        background: url('openid-small.gif') no-repeat scroll 0pt 50%;
        padding-left: 18px;
-}
\ No newline at end of file
+}