]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Handle bad cookies without crashing
[citadel.git] / webcit / static / webcit.css
index 86342013e86dc169a3e467816e3a661c8324c9db..13648869cd4bb1909f94e988b314ceba1a098623 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ */
 @import url("datepicker.css");
 @media print {
        input#toggler, .toolbar { display: none }
@@ -42,7 +46,7 @@ body { font-size: 100%;}
 
 body {
        background-color: #6C91A6;
-       font-family: "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif;
+       font-family: sans-serif;
        font-weight: 400;
 }
 
@@ -84,7 +88,7 @@ body {
 }
 
 .ib_button {
-       font-size: 100%;
+       font-size: 90%;
 }
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
@@ -141,7 +145,6 @@ body {
        padding: 0;
 }
 
-
 #banner a {
        color: #FFF
 }
@@ -535,7 +538,9 @@ body, #global {
     left: 0;
     overflow-y: auto;
 }
-
+#global.scrollable {
+    position: fixed;
+}
 #important_message {
        position: absolute;
        top: 0; 
@@ -616,6 +621,8 @@ body, #global {
 }
 .col1, .col2, .col3 {
     cursor: pointer;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
 }
 .new_message {
     font-weight: bold; !important;
@@ -647,24 +654,35 @@ body, #global {
 .box {
        width: 100%;
        padding: 0;
+       margin: 0;
+}
+
+#content .boxlabel, #global .boxlabel {
+       margin: 0;
+       padding: 0;
+       width: 100%;
+       text-align: center;
 }
 
 #content .box {
-       margin: 2% auto 0 auto;
-       width: 95%;
+       margin: 0;
+       padding: 0;
+       width: 100%;
        text-align: center;
 }
 
 .boxlabel, .boxcontent {
-       padding: 5px;
+       margin: 0;
 }
 
 .boxlabel {
        text-align: center;
+       padding: 0;
 }
 
 .boxcontent {
        text-align: left;
+       padding: 5px;
 }
 
 .ctdlTemplate {
@@ -837,7 +855,7 @@ body, #global {
        margin-top: 8px;
        margin-right: 4px;
 }
-#selectpage {
+#selectpage.hidden {
     display: none !important;
 }
 
@@ -885,7 +903,8 @@ body, #global {
     padding: 0;
 }
 /** Override to disable list-style-image" */
-.room {
+.room a, .room a, .room a:visited, .room a:link {
+    color: #333333;
 }
 .room-private {
     list-style-image: url("/static/privatemess_16x.gif");
@@ -908,6 +927,9 @@ body, #global {
 .room-newmsgs {
     font-weight: bold;
 }
+.room-emphasized {
+    text-decoration: underline;
+}
 /* Content */
 
 .boxcontent table {
@@ -1101,11 +1123,12 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-#summary_view table {
-/*    table-layout: fixed; stops long subjects overflowing */
-}
 #summary_view > table { /* hide from IE6 */
     width: 100%;
+    table-layout: fixed;
+}
+#summary_view td {
+       font-size: 8pt;
 }
 colgroup.entity {
        text-align: center;
@@ -1342,11 +1365,11 @@ td.events_of_the_day {
 }
 
 .events_of_the_day dl dt.hour {
-       font-size: 160%;
+       /* font-size: 160%; commenting out because we need to line it up with the actual size */
 }
 
 .events_of_the_day dl dt.extrahour {
-       font-size: 80%;
+       /* font-size: 80%; commenting out because we need to line it up with the actual size */
 }
 
 .hour_label, .extra_events dl dt {
@@ -1505,7 +1528,7 @@ li.event_unread span, a.event_read_title {
 
 .stickynote_body {
        position: relative;
-       font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif;
+       font-family: "Comic Sans MS", sans-serif;
 }
 
 .stickynote_resize {
@@ -1547,3 +1570,14 @@ li.event_unread span, a.event_read_title {
        background: url('openid-small.gif') no-repeat scroll 0pt 50%;
        padding-left: 18px;
 }
+
+.conftitle {
+       font-size: 140%;
+       font-weight: bold;
+       text-align: center;
+}
+
+.confdescr {
+       font-size: 110%;
+       text-align: center;
+}