From 1d1640f4cf55a7142ae1b9acd00454e60fe9dba4 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 26 Nov 2002 05:53:50 +0000 Subject: todo change --- styles/red/default.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'styles') diff --git a/styles/red/default.css b/styles/red/default.css index aa8bc3b..dc135db 100644 --- a/styles/red/default.css +++ b/styles/red/default.css @@ -4,7 +4,7 @@ .eventbg { background-color: #A04042; } .eventbg2 { background-color: #A04042; border-right: 1px solid #FFFFFF; } .eventbg2week { background-color: #A04042; border-right: 1px solid #A1A5A9; } -.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; } +.calborder { background-color: #FFFFFF; border: 1px #770000 solid; } .dateback { background-color: #EEEEEE; } .dayborder { border-top: 1px solid #A1A5A9; } .dayborder2 { border-top: 1px dashed #CCCCCC; } @@ -25,15 +25,15 @@ /* Link colors and attributes */ /* This is the main link style */ a.psf { text-decoration: none; } -a.psf:link { color: #0066ff; background-color: transparent; } -a.psf:visited { color: #0066ff; background-color: transparent; } +a.psf:link { color: #770000; background-color: transparent; } +a.psf:visited { color: #770000; background-color: transparent; } a.psf:active { color: #3366cc; background-color: transparent; } a.psf:hover { color: #000099; background-color: transparent; } /* This is the link style for the mini-cals */ a.ps2 { text-decoration: underline; } -a.ps2:link { color: #0066ff; background-color: transparent; } -a.ps2:visited { color: #0066ff; background-color: transparent; } +a.ps2:link { color: #770000; background-color: transparent; } +a.ps2:visited { color: #770000; background-color: transparent; } a.ps2:active { color: #3366cc; background-color: transparent; } a.ps2:hover { color: #000099; background-color: transparent; } @@ -46,7 +46,7 @@ a.ps3:hover { color: #000000; background-color: transparent; text-decoration: u /* Body attributes */ -body { background-color: #E5E5E5; } +body { background-color: #774444; } /* CSS definitions for fonts */ -- cgit v1.2.3