]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
Added new iconset "Essen" from http://pc.de/icons/ and modified all files under stati...
[citadel.git] / webcit / static / styles / webcit.css
old mode 100644 (file)
new mode 100755 (executable)
index 10080b2..7fa51c7
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005 - 2010 The Citadel Team
+ * Copyright 2005 - 2011 The Citadel Team
  * Licensed under the GPL V3
  */
 
@@ -96,7 +96,7 @@ body {
 #message_list_hdr table { font-style: italic }
 
 #resize_msglist {
-       background-image: url(/static/resizegrippy.gif);
+       background-image: url(/static/icons/resizegrippy.gif);
        background-position: center;
        background-repeat: no-repeat; 
 }
@@ -369,7 +369,7 @@ a:visited { color: #70342e }
        outline-radius: 5px;
        -khtml-outline-radius: 5px;
        -moz-outline-radius: 5px;
-       behavior: url(static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
 }
 
 #customize a:active, #customize a:link, #customize a:visited {
@@ -544,19 +544,19 @@ body {
 }
 
 /* Override to disable list-style-image" */
-.room a, .room a, .room a:visited, .room a:link { color: #333333 }
+.room a, .room a, .room a:visited, .room a:link { color: #f0feff }
 
-.room-private { list-style-image: url("/static/privatemess_16x.gif") }
+.room-private { list-style-image: url("/static/icons/essen/16x16/email.png") }
 
-.room-addr { list-style-image: url("/static/viewcontacts_16x.gif") }
+.room-addr { list-style-image: url("/static/icons/essen/16x16/contact.png") }
 
-.room-cal { list-style-image: url("/static/calarea_16x.gif") }
+.room-cal { list-style-image: url("/static/icons/essen/16x16/calendar.png") }
 
-.room-tasks { list-style-image: url("/static/taskmanag_16x.gif") }
+.room-tasks { list-style-image: url("/static/icons/essen/16x16/task.png") }
 
-.room-notes { list-style-image: url("/static/storenotes_16x.gif") }
+.room-notes { list-style-image: url("/static/icons/essen/16x16/note.png") }
 
-.room-chat { list-style-image: url("/static/chatrooms_16x.gif") }
+.room-chat { list-style-image: url("/static/icons/essen/16x16/room.png") }
 
 .room-newmsgs { font-weight: bold }
 
@@ -723,9 +723,9 @@ div.auto_complete ul strong.highlight {
        background-position: center right;
 }
 
-.sort_ascending { background-image: url("/static/down_pointer.gif") }
+.sort_ascending { background-image: url("/static/icons/down_pointer.gif") }
 
-.sort_descending { background-image: url("/static/up_pointer.gif") }
+.sort_descending { background-image: url("/static/icons/up_pointer.gif") }
 
 #message_list_hdr > table { border-collapse: collapse }
 
@@ -976,11 +976,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        padding: 4px;
 }
 
-.roompic {
-       height: 48px;
-       width: 48px;
-       border: none;
-}
+.roompic { border: none; }
 
 .table-row, .table-alt-row { width: 100% }
 
@@ -1076,7 +1072,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
@@ -1098,7 +1094,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
         box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
         -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        padding: 0.5em;
 }
 
@@ -1117,7 +1113,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        background-color: #7d858c;
        padding: 0.5em;
 }
@@ -1164,14 +1160,14 @@ a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_rea
 a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop {
        display: block;
        padding: 30px 8px 0;
-       background: url(/static/bubble.gif) no-repeat top;
+       background: url(/static/icons/bubble.gif) no-repeat top;
 }
 
 /* different middle bg for stretch */
 a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle {
        display: block;
        padding: 0 8px; 
-       background: url(/static/bubble_filler.gif) repeat bottom; 
+       background: url(/static/icons/bubble_filler.gif) repeat bottom; 
        color: #022750;
        font-size: 10px;
 }
@@ -1179,7 +1175,7 @@ a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event
 a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom {
        display: block;
        padding:3px 8px 10px;
-       background: url(/static/bubble.gif) no-repeat bottom;
+       background: url(/static/icons/bubble.gif) no-repeat bottom;
 }
 
 
@@ -1225,6 +1221,9 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        font-style: italic;
 }
 
+.post_a_comment_title {
+       font-size: 120%;
+}
 
 /*---------- styles for the attachments form -----------*/
 
@@ -1322,10 +1321,22 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
 }
 
 .openid_urlarea {
-        background: url('../openid-small.gif') no-repeat scroll 0pt 50%;
+        background: url('../icons/openid-small.gif') no-repeat scroll 0pt 50%;
         padding-left: 18px;
 }
 
 .registernow {
        text-align: right;
 }
+
+.older_blog_posts, .newer_blog_posts {
+       font-size: 110%;
+}
+
+.older_blog_posts {
+       text-align: left;
+}
+
+.newer_blog_posts {
+       text-align: right;
+}