Styling, changed font colors and sizes.
This commit is contained in:
parent
d0c9c5774a
commit
7ca8d64ef4
@ -1,9 +1,24 @@
|
||||
body
|
||||
{
|
||||
height: 100%;
|
||||
font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
*:link, *:visited {
|
||||
color: #bb0000;
|
||||
background-color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
*:visited {
|
||||
color: #660000;
|
||||
}
|
||||
|
||||
*:link:hover, *:visited:hover {
|
||||
color: #555555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
background: url(../images/wrap_bg.jpg) repeat-y left 75px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user