Mild a:link et al. recoloring, also roomlist_new/old rework and little hover effect.
authorthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 01:19:53 +0000 (03:19 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:45:22 +0000 (20:45 +0000)
This needs discussion, personally, I like it better than the version before, but I am still only 80% satisfied.

webcit/static/styles/webcit.css

index c53673e5907e3f1aed6383eb3031c3ef5f59536b..3ec1c05a39da9bffe12a35deeabe7781bed663da 100644 (file)
@@ -30,7 +30,7 @@ html, body {
 
 .address_book_popup_title { font-size: 130% }
 
-#button, #content .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, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, ul.adminitems li span, #message_list tr > td {
+#button, #content .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, ul.adminitems li span, #message_list tr > td {
        font-size: 100%;
 }
 
@@ -71,7 +71,7 @@ body {
        overflow: scroll;
 }
 
-.buttons a,.roomlist_floor,.tablabel,.treetitle {
+.buttons a,.tablabel,.treetitle {
        color: #000;
        font-weight: 700;
 }
@@ -348,15 +348,29 @@ var sub { font-style: normal }
 
 a { text-decoration: none }
 
-a:active {
-       color: #3E65AF;
-}
+a:link { color: #0e73e3 } /*color: #2F65DD;*/
+
+a:active { color: #3E65AF }
+
+a:visited { color: #70342e }
+
+.roomlist_old { color: #424b52 }
 
-a:link {
-       color: #2F65DD;
+.roomlist_new { color: #ef7114 }
+
+.roomlist_new, .roomlist_old {
+       font-size: medium;
+       font-weight: bold;
+       padding: 0.1em 0.3em;
 }
 
-a:visited { color: purple}
+.roomlist_new:hover, .roomlist_old:hover{
+       outline: 1px solid #7d858c;
+       outline-radius: 5px;
+       -khtml-outline-radius: 5px;
+       -moz-outline-radius: 5px;
+       behavior: url(static/style/PIE.htc);
+}
 
 #customize a:active, #customize a:link, #customize a:visited {
        color: black;