1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Styling, changed font colors and sizes.

This commit is contained in:
Jonathan.Wage 2007-09-06 19:29:13 +00:00
parent d0c9c5774a
commit 7ca8d64ef4

View File

@ -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;