Rolled back color scheme
This commit is contained in:
parent
6fafd98b21
commit
57c9a5f93f
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
/* General Style Info */
|
||||
body {
|
||||
background: #366FA4;
|
||||
background: #FFFFFF;
|
||||
/* background: #7B9AB6; */
|
||||
color: #fff;
|
||||
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
|
||||
|
|
@ -104,18 +104,18 @@ ul.principle-emails {
|
|||
|
||||
#header{
|
||||
padding-bottom: 10px;
|
||||
background: #366FA4;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
#header h1 {
|
||||
/* background: #003d4c url('../img/cmclogo.png') no-repeat left; */
|
||||
background: #366FA4;
|
||||
color: #fff;
|
||||
/* background: #366FA4; */
|
||||
color: #000000;
|
||||
font-size: 200%;
|
||||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
#header h1 a {
|
||||
color: #fff;
|
||||
color: #000000;
|
||||
/* background: #E5E5E5; */
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
|
|
@ -134,7 +134,7 @@ ul.principle-emails {
|
|||
}
|
||||
|
||||
#username a {
|
||||
color: #fff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#nav {
|
||||
|
|
@ -144,8 +144,8 @@ ul.principle-emails {
|
|||
#nav h3 {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
color:#FFFFFF;
|
||||
background: #366FA4;
|
||||
color:#366FA4;
|
||||
background: #FFFFFF;
|
||||
padding-left: 0.1em;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
|
|
@ -155,14 +155,14 @@ ul.principle-emails {
|
|||
#nav h3 a{
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
color:#FFFFFF;
|
||||
color:#366FA4;
|
||||
width: 100%;
|
||||
background: #366FA4;
|
||||
background: #FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#nav h3 a:hover {
|
||||
background: #366FA4;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#nav, #nav ul { /* all lists */
|
||||
|
|
|
|||
Loading…
Reference in a new issue