From 8c7441319b5e3ae55a341bcfb75c2b25cd9c72bd Mon Sep 17 00:00:00 2001 From: David Farning Date: Tue, 03 Mar 2009 23:54:43 +0000 Subject: initial commit --- (limited to 'css/styles_white_06.css') diff --git a/css/styles_white_06.css b/css/styles_white_06.css new file mode 100644 index 0000000..8da6f5f --- /dev/null +++ b/css/styles_white_06.css @@ -0,0 +1,43 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +.title +{ + color: #A00000; +} + +/* main background color */ +a.link:hover +{ + color: white; + background-color: #A00000; +} + +/* main border color */ +.thumb, .thumb:link, .thumb:visited +{ + border-color: #A00000; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF7800; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF7800; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF7800; +} \ No newline at end of file -- cgit v0.9.1