]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Added (non-functional) drag bars and delete buttons
[citadel.git] / webcit / static / webcit.css
index 5cca2d9c8e53d5f92e34e9f96136c1d7742c9d35..ed5efa299f849edc9c03bcbe82b901f6b49337b3 100644 (file)
@@ -159,6 +159,7 @@ body {
 
 .message_header .message_subject {
        font-style: italic;
+       float: left;    
 }
 
 .adminlist {
@@ -444,12 +445,20 @@ a:visited { color: purple; }
 
 
 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
-       font-weight: bold;
        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 {
@@ -592,7 +601,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 {
@@ -600,9 +609,14 @@ 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: 330px;
@@ -813,6 +827,11 @@ html>body #button li a {
        text-align: center;
 }
 
+.selector_top p,.selector_bottom p {
+       margin: 0;
+       padding: 2px;
+}
+
 .message {
        margin: 1%;
        padding: 0;
@@ -820,14 +839,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, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
+.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 4px 2px 4px;
+}
+
+
 .mimepart {
        margin-top: 15px;
        margin-bottom: 15px;
@@ -1205,7 +1230,7 @@ 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  */
@@ -1216,7 +1241,45 @@ td.events_of_the_day {
        padding: 0 4px 0 4px; 
 }
 
-li.event span, a.event_title {
+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 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_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;
@@ -1259,3 +1322,19 @@ li.event span, a.event_title {
        padding: 4px;
 }
 
+.stickynote_outer {
+       position: relative;
+       width: 200px;
+       height: 200px;
+       border: 1px solid black;
+       background-color: #ffff00;
+}
+
+.stickynote_titlebar {
+       position: relative;
+       width: 100%;
+       height: 15px;
+       top: 0px;
+       left: 0px;
+       background-color: #888800;
+}