1
0
Fork 0
mirror of synced 2025-03-30 03:30:13 +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 body
{ {
height: 100%; font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
font-size: 12px; 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 #wrapper
{ {
background: url(../images/wrap_bg.jpg) repeat-y left 75px; background: url(../images/wrap_bg.jpg) repeat-y left 75px;