Styling, changed font colors and sizes.
This commit is contained in:
parent
d0c9c5774a
commit
7ca8d64ef4
1 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue