From 7ca8d64ef4e462e6489596f0c9ef06e70ea057d3 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 6 Sep 2007 19:29:13 +0000 Subject: [PATCH] Styling, changed font colors and sizes. --- website/web/css/layout.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/web/css/layout.css b/website/web/css/layout.css index 2851ea66a..1f620d616 100644 --- a/website/web/css/layout.css +++ b/website/web/css/layout.css @@ -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;