From: Art Cancro Date: Tue, 28 Sep 2010 16:37:51 +0000 (-0400) Subject: Retheming continued... X-Git-Tag: v8.01~685 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=9e7afbd714eaecc0f18207104b91221117ae84e1;p=citadel.git Retheming continued... --- diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index 4dbb55897..480e3cc2e 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -24,13 +24,14 @@ } .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 { @@ -104,7 +105,7 @@ } #ib_logoff:hover { - background-color: #AD1C00; + background-color: #3E65AF; color: #FFF; } diff --git a/webcit/static/styles/navbar.css b/webcit/static/styles/navbar.css index 9cd05d1b6..a4f7eb060 100644 --- a/webcit/static/styles/navbar.css +++ b/webcit/static/styles/navbar.css @@ -30,7 +30,7 @@ } #navbar ul li a:hover { - background-color: #AD1C00; + background-color: #3E65AF; color: #FFF; } diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 19d682b8b..c188a20b8 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -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; }