Internet Exploder fixes
[citadel.git] / webcit / static / webcit.css
index 40c473ff06c5b7cced8cb9d7035fbaff06dfbe94..a10154bbcfbb52c97d7a4c844a52263fb79e5001 100644 (file)
@@ -1,3 +1,4 @@
+@import url("datepicker.css");
 @media print {
        input#toggler, .toolbar { display: none }
 }
@@ -48,15 +49,6 @@ 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 {
-       background-color: #fbf4ca;
-}
-
-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;
-}
-
 .login_message {
        color: #AD1C00;
        font-weight: 700;
@@ -168,6 +160,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
 
 .message_header .message_subject {
        font-style: italic;
+       float: left;    
 }
 
 .adminlist {
@@ -193,7 +186,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
        width: 150px;
 }
 
-.error a: link,.error a:visited,.error a:active {
+.error a:link, .error a:visited, .error a:active {
        background: none;
        color: #DC143C;
        text-decoration: underline;
@@ -205,7 +198,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
        text-decoration: none;
 }
 
-.error strong a: link,.error strong a:visited,.error strong a:active {
+.error strong a:link,.error strong a:visited,.error strong a:active {
        background: #FFD700;
        color: #DC143C;
 }
@@ -296,7 +289,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
        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;
 }
@@ -305,7 +298,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
        text-decoration: none;
 }
 
-.warning a: link,.warning a:visited,.warning a:active {
+.warning a:link,.warning a:visited,.warning a:active {
        text-decoration: underline;
 }
 
@@ -314,7 +307,7 @@ input, select, #login_form #uname, #login_form #pname, .room_actions form select
        color: #FF4500;
 }
 
-.warning strong a: link,.warning strong a:visited,.warning strong a:active {
+.warning strong a:link,.warning strong a:visited,.warning strong a:active {
        background: #FFD700;
        color: #FF4500;
 }
@@ -440,14 +433,33 @@ a:visited { color: purple; }
        color: #FFF;
 }
 
-.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
-       background-color: transparent;
-       border: 2px groove #CCC;
+
+
+.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, .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 {
+       border: 1px solid #999;
        color: #333;
-       font-weight: bold;
+}
+
+
+.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
        cursor: pointer;
+        -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       text-align: center;
+}
+
+.button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       font-weight: bold;
+}
+
+.msgbuttons a, input#delbutton {
+       font-weight: normal;
 }
 
+
 /* Layout */
 
 * html {
@@ -590,7 +602,7 @@ body, #global {
 
 #login_screen .login_message, #login_screen .login_image, .login_hello, #login_screen #login_form {
        display: block;
-       margin: 0 auto 0 auto;
+       margin: 5px auto 5px auto;
 }
 
 #login_screen .login_message, .login_hello, #global center {
@@ -598,12 +610,17 @@ body, #global {
 }
 
 #login_screen .login_image {
-       width: 65%;
+        width: 135px;
 }
 
+#login_screen .login_image img {
+        text-align: center;
+}
+
+
 #login_screen #login_form {
        padding: 10px;
-       width: 320px;
+       width: 330px;
 }
 
 #login_form input, #login_form label, #login_form select {
@@ -659,6 +676,9 @@ body, #global {
        vertical-align: middle;
        padding-left: 2px;
        padding-right: 5px;
+       width: 32px;
+       height: 32px;
+       border: none;
 }
 
 #button li a {
@@ -791,7 +811,7 @@ html>body #button li a {
 }
 
 .service table {
-       margin-top: 0 auto 0 auto;
+       margin: 0 auto 0 auto;
        width: 100%;
        text-align: left;
 }
@@ -811,6 +831,11 @@ html>body #button li a {
        text-align: center;
 }
 
+.selector_top p,.selector_bottom p {
+       margin: 0;
+       padding: 2px;
+}
+
 .message {
        margin: 1%;
        padding: 0;
@@ -818,14 +843,20 @@ html>body #button li a {
 
 .message_header p {
        margin: 2px 0 2px 0;
-       padding: 0;
+       padding: 0 0 2px 0;
 }
 
-.button_link a, .msgbuttons a {
+.button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
+       margin: 3px;
+       padding: 2px 4px 2px 4px;
+}
+
+.msgbuttons a, input#delbutton {
        margin: 0 3px 0 3px;
-       padding: 2px;
+       padding: 2px 4px 2px 4px;
 }
 
+
 .mimepart {
        margin-top: 15px;
        margin-bottom: 15px;
@@ -851,6 +882,7 @@ html>body #button li a {
 
 .mimepart dl {
        width: 100%;
+       margin-left: 5px;
        padding: 5px;
 }
 
@@ -881,8 +913,7 @@ dt { clear: both; }
 .msgbuttons {
        float: right;
        visibility: hidden;
-       margin-top: 0;
-       padding: 0;
+       padding: 2px;
 }
 
 .buttons a {
@@ -927,6 +958,11 @@ dt { clear: both; }
        text-align: right;
        padding-right: 5px;
        color: #333;
+       width: 20%;
+}
+
+.edit_msg_table td { 
+       width: 40%;
 }
 
 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
@@ -1087,13 +1123,9 @@ table.advanced {
 
 /* Links and buttons */
 
-.send_edit_msg {
-       margin: 0 15px 0 0;
-}
-
 .logbuttons, .buttons {
        margin: 2px auto 2px auto;
-       width: 95%;
+       width: 96%;
        text-align: center;
 }
 
@@ -1202,18 +1234,56 @@ td.events_of_the_day {
        vertical-align: top;
 }
 
-.event {
+.event_framed_unread {
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       border: solid 1px red;
+       background-color: yellow;
+       z-index: 10;
+       padding: 0 4px 0 4px; 
+}
+
+li.event_framed_unread span, a.event_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 11px;     
+}
+
+.event_framed_read {
        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  */
+       opacity: 0.5;               /* CSS3 draft and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
        padding: 0 4px 0 4px; 
 }
 
-li.event span, a.event_title {
+li.event_framed_read span, a.event_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 11px;     
+}
+
+.event_read {
+}
+
+li.event_read span, a.event_read_title {
+       filter:alpha(opacity=100); 
+       -moz-opacity:1.0;         
+       opacity: 1.0;
+        font-size: 11px;     
+}
+
+.event_unread {
+}
+
+li.event_unread span, a.event_read_title {
        filter:alpha(opacity=100); 
        -moz-opacity:1.0;         
        opacity: 1.0;
@@ -1228,7 +1298,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar a: link,.mini_calendar a:visited {
+.mini_calendar a:link,.mini_calendar a:visited {
    color: #fff;
 }
 
@@ -1241,7 +1311,7 @@ li.event span, a.event_title {
    color: #fff;
 }
 
-.mini_calendar td a: link,.mini_calendar td a:visited {
+.mini_calendar td a:link,.mini_calendar td a:visited {
    color: #fff;
 }
 
@@ -1256,3 +1326,75 @@ li.event span, a.event_title {
        padding: 4px;
 }
 
+.roompic {
+      height: 48px;
+      width: 48px;
+      border: none;
+}
+#navbar ul li a img {
+      vertical-align: middle;
+      border: none;
+}
+.table-alt-row {
+      background-color: #DDDDDD;
+}
+
+.stickynote_outer {
+       position: absolute;
+       width: 200px;
+       height: 200px;
+       border: 1px solid #333;
+       background-color: #ffff00;
+       overflow: hidden;
+       z-index: 10;
+}
+
+.stickynote_titlebar {
+       position: relative;
+       width: 100%;
+       height: 16px;
+       top: 0px;
+       left: 0px;
+       background-color: #888800;
+        font-size: 6px;     
+}
+
+.stickynote_body {
+       position: relative;
+       //width: 100%;
+       //height: 100%;
+       //top: 0px;
+       //left: 0px;
+       font-family: "Comic Sans MS", "Verdana", "Bitstream Vera Sans", sans-serif;
+}
+
+.stickynote_resize {
+       position: absolute;
+       background-image: url('resizecorner.png');
+       height: 16px;
+       width: 16px;
+       right: -1px;
+       bottom: -1px;
+}
+
+.stickynote_palette {
+       position: absolute;
+       width: 48px;
+       height: 48px;
+       top: 16px;
+       left: 0px;
+       background-color: #ffffff;
+       border: 1px solid #333;
+       z-index: 15;
+       display: none;
+}
+
+.stickynote_palette table {
+       margin: 0;
+       padding: 0;
+}
+
+.stickynote_palette td {
+       width: 16px;
+       height: 16px;
+}