Began fixing the who_is_online list in the iconbar, had to begin by fixing some casca...
authorthe_mgt <themgt@mail.ru>
Sun, 15 May 2011 09:57:46 +0000 (11:57 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:41:19 +0000 (20:41 +0000)
webcit/static/styles/iconbar.css
webcit/static/styles/webcit.css

index 31715dfb3056c8b414a876132f4c437117b69fbb..dce5fd4abe24cc3f59b5a2c7007eb44d31fd2835 100644 (file)
        color: #000;
 }
 
+#citlogo {
+       padding: 10px 0;
+}
+
 .logo_citadel a,.logo_citadel img {
        border: none;
 }
@@ -24,8 +28,8 @@
 } 
 
 .ib_button, .iconbar_text{
-       background-color: #5F84C5;
-       color: #F0FEFF;
+       background-color: #4d555c;
+       color: #9c959d;
        font-weight: bold;
 } 
 
 }
 
 #iconbar #button {
+       padding: 0;
        border: none;
        list-style: none;
 }
 
-.ib_button {
-       margin: 4px 8px 4px 8px;
+.ib_button, #button li:hover{
+       margin: 3px;
        padding: 0;
        display: block;
        font-size: 80%;
-       border: none;
-       border-bottom: 2px groove #DADCDA;
-       border-right: 2px groove #DADCDA;
+       -khtml-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px;
+       behavior: url(border-radius.htc);
  }
 
-.logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
+.logo, .logo_citadel, .iconbar_text {
        margin: 0;
        padding: 0;
 }
        color: #008;
 }
 
-#ib_logoff:hover {
-       background-color: #3E65AF;
-       color: #F1BD22;
+#button li:hover, #ib_logoff:hover {
+        background-color: #5c646b;
 }
-
index eba1618beaf2c3fbe3ad485040080d2c5d8003d3..1e9130c122c423b838f783bd25edc394893e0662 100644 (file)
@@ -399,7 +399,7 @@ a:visited { color: purple}
        color: black;
 }
 
-#important_message, .buttons a:hover, #button li:hover {
+#important_message, .buttons a:hover {
        background-color: #3E65AF;
        color: #3E65AF;
 }