Style cleanups and polishments.
This commit is contained in:
parent
36dc2bc661
commit
79277bf160
1 changed files with 9 additions and 43 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
body {
|
body {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: verdana, helvetica, arial, sans-serif;
|
font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||||
font-size: 84%; /* Enables font size scaling in MSIE */
|
font-size: 84%; /* Enables font size scaling in MSIE */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -17,22 +17,18 @@ body {
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.superHeader img {
|
.superHeader img { vertical-align: bottom; }
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.superHeader a {
|
.superHeader a {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
|
||||||
font-size: 91%;
|
font-size: 91%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0.5ex 0 0.25ex;
|
padding: 0 0.5ex 0 0.25ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.superHeader a:hover {
|
a { text-decoration: none; }
|
||||||
text-decoration: underline;
|
a:hover { text-decoration: underline; }
|
||||||
}
|
|
||||||
|
|
||||||
.superHeader div {
|
.superHeader div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -47,7 +43,7 @@ body {
|
||||||
background-color: rgb(140,170,230);
|
background-color: rgb(140,170,230);
|
||||||
background-color: #ff6d06;
|
background-color: #ff6d06;
|
||||||
border: solid 0 black;
|
border: solid 0 black;
|
||||||
border-width: 3px 0;
|
border-width: 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerTitle {
|
.headerTitle {
|
||||||
|
|
@ -63,10 +59,8 @@ body {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerTitle a {
|
.headerTitle a { color: black; }
|
||||||
color: black;
|
.headerTitle a:hover { text-decoration: none; }
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subHeader {
|
.subHeader {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -79,16 +73,11 @@ body {
|
||||||
.subHeader a {
|
.subHeader a {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0.75ex 0 0.5ex;
|
padding: 0 0.75ex 0 0.5ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subHeader a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.superHeader .highlight, .subHeader .highlight {
|
.superHeader .highlight, .subHeader .highlight {
|
||||||
color: rgb(253,160,91);
|
color: rgb(253,160,91);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
@ -132,7 +121,6 @@ li ul {
|
||||||
#side-bar a {
|
#side-bar a {
|
||||||
color: rgb(0,102,204);
|
color: rgb(0,102,204);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.25em 1ex 0.25em 2mm;
|
padding: 0.25em 1ex 0.25em 2mm;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -174,11 +162,6 @@ li ul {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lighterBackground {
|
|
||||||
color: inherit;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* # Main Copy # */
|
/* # Main Copy # */
|
||||||
#main-copy {
|
#main-copy {
|
||||||
|
|
@ -205,7 +188,6 @@ li ul {
|
||||||
#main-copy a {
|
#main-copy a {
|
||||||
color: rgb(0,102,204);
|
color: rgb(0,102,204);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-copy a:hover {
|
#main-copy a:hover {
|
||||||
|
|
@ -259,17 +241,13 @@ dd {
|
||||||
#footer {
|
#footer {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgb(100,135,220);
|
background-color: rgb(100,135,220);
|
||||||
font-size: 91%;
|
padding: 1em;
|
||||||
margin: 0;
|
|
||||||
padding: 1em 2.5mm 2.5ex 2.5mm;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
border: solid 0 black;
|
|
||||||
border-width: 3px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .left {
|
#footer .left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.45em;
|
line-height: 1.55em;
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
@ -282,11 +260,6 @@ dd {
|
||||||
#footer a {
|
#footer a {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -355,10 +328,3 @@ h1.dir-list-head, ul.dir-list {
|
||||||
ul.sitemap-list a {
|
ul.sitemap-list a {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* # Junk: should move elsewhere # */
|
|
||||||
/* S-pam */
|
|
||||||
.gpam { text-align: center; }
|
|
||||||
.gpam table, .gpam th, .gpam td { border: none; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue