Retheming continued...
authorArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 16:37:51 +0000 (12:37 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 16:37:51 +0000 (12:37 -0400)
webcit/static/styles/iconbar.css
webcit/static/styles/navbar.css
webcit/static/styles/webcit.css

index 4dbb558972a7397d47f7d29ee66c8c58caabafdf..480e3cc2ef05654192e11cc4e03041102c4fe9df 100644 (file)
 } 
 
 .ib_button, .iconbar_text{
-       background-color: #F0FFFF;
-       color: #333;
+       background-color: #6F94D5;
+       color: #F0FEFF;
+       font-weight: bold;
 } 
 
 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
        display: block;
-       color: #000;
+       color: #F0FEFF;
        text-decoration: none;
 }
 
@@ -45,8 +46,8 @@
        display: block;
        font-size: 80%;
        border: none;
-       border-bottom: 2px groove #CCC;
-       border-right: 2px groove #CCC;
+       border-bottom: 2px groove #DADCDA;
+       border-right: 2px groove #DADCDA;
  }
 
 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
 }
 
 #ib_logoff:hover {
-       background-color: #AD1C00;
+       background-color: #3E65AF;
        color: #FFF;
 }
 
index 9cd05d1b627ac0cc5ef4691bc1a7bf178856a9b1..a4f7eb06004629073c3605ec2ffa9b4a9dbaa53d 100644 (file)
@@ -30,7 +30,7 @@
 }
 
 #navbar ul li a:hover {
-       background-color: #AD1C00;
+       background-color: #3E65AF;
        color: #FFF;
 }
 
index 19d682b8b469f9a650af7c60257799d5d60baefd..c188a20b88172d65f2bc5cefccbe3a99a5149fb0 100644 (file)
@@ -97,7 +97,7 @@ body {
 #message_list_hdr form input { border: 0 }
 
 #message_list_hdr select {
-       background-color: #AD1C00;
+       background-color: #3E65AF;
        border: 1px solid #6C91A6;
 }
 
@@ -363,7 +363,7 @@ var sub { font-style: normal }
 
 a { text-decoration: none }
 
-a:active { color: #AD1C00 }
+a:active { color: #3E65AF }
 
 a:link {
        color: #2F65DD;
@@ -376,7 +376,7 @@ a:visited { color: purple}
 }
 
 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover {
-       background-color: #AD1C00;
+       background-color: #3E65AF;
        color: #FFF;
 } /* input:hover as well?? */
 
@@ -443,7 +443,7 @@ body {
 }
 
 .moreprompt_link:hover {
-       background-color: #AD1C00;
+       background-color: #3E65AF;
        color: #FFF;
 }
 
@@ -993,7 +993,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
 
 .mini_calendar a:hover,.mini_calendar a:active {
    color: #fff;
-   background-color: #AD1C00;
+   background-color: #3E65AF;
 }
 
 .mini_calendar td a { color: #fff }
@@ -1002,7 +1002,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
 
 .mini_calendar td a:hover,.mini_calendar td a:active {
    color: #fff;
-   background-color: #AD1C00;
+   background-color: #3E65AF;
 
 }