From d1a26187378700f80ff22d173abc0fedced3be81 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 18 Oct 2002 06:41:44 +0000 Subject: More tweeks to green style sheet for 0.7 --- config.inc.php | 2 +- styles/green/default.css | 30 +++++++++++++++--------------- styles/green/left_day.gif | Bin 213 -> 213 bytes styles/green/right_day.gif | Bin 212 -> 212 bytes styles/green/side_bg.gif | Bin 237 -> 234 bytes styles/green/time_bg.gif | Bin 1560 -> 1126 bytes year.php | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.inc.php b/config.inc.php index 8b73360..d34ec7f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -5,7 +5,7 @@ // To set values, change the text between the single quotes // Follow instructions to the right for detailed information -$style_sheet = 'grey'; // Themes support +$style_sheet = 'silver'; // Themes support $calendar_path = './calendars'; // Path to directory with calendars $default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year' $minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current' diff --git a/styles/green/default.css b/styles/green/default.css index 2fa1299..0fc11ee 100644 --- a/styles/green/default.css +++ b/styles/green/default.css @@ -1,11 +1,11 @@ -/* Style sheet for the silver calendar (default) */ +/* Style sheet for the green calendar */ -.eventborder { background-color: #336699; border: 1px #006699 solid; } -.eventbg { background-color: #6699CC; } -.eventbg2 { background-color: #6699CC; border-right: 1px solid #FFFFFF; } -.eventbg2week { background-color: #6699CC; border-right: 1px solid #A1A5A9; } +.eventborder { background-color: #006600; border: 1px #003300 solid; } +.eventbg { background-color: #339933; } +.eventbg2 { background-color: #339933; border-right: 1px solid #FFFFFF; } +.eventbg2week { background-color: #339933; border-right: 1px solid #A1A5A9; } .calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; } -.dateback { background-color: #EEEEEE; } +.dateback { background-color: #F5FCF5; } .dayborder { border-top: 1px solid #A1A5A9; } .dayborder2 { border-top: 1px dashed #CCCCCC; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } @@ -17,7 +17,7 @@ .monthback { background-color: #A1A5A9; } .monthreg { background-color: #FFFFFF; } .monthoff { background-color: #F2F2F2; } -.monthon { background-color: #F2F9FF; } +.monthon { background-color: #E3FCE3; } .montheventtop { background-image: url(side_bg.gif); border-top: 1px solid #A1A5A9; } .montheventline { border-right: 1px dotted #A1A5A9; } .yearmonth { background: #CCCCCC; } @@ -25,17 +25,17 @@ /* 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:active { color: #3366CC; background-color: transparent; } -a.psf:hover { color: #000099; background-color: transparent; } +a.psf:link { color: #009900; background-color: transparent; } +a.psf:visited { color: #009900; background-color: transparent; } +a.psf:active { color: #009900; background-color: transparent; } +a.psf:hover { color: #003300; 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:active { color: #3366CC; background-color: transparent; } -a.ps2:hover { color: #000099; background-color: transparent; } +a.ps2:link { color: #009900; background-color: transparent; } +a.ps2:visited { color: #009900; background-color: transparent; } +a.ps2:active { color: #009900; background-color: transparent; } +a.ps2:hover { color: #003300; background-color: transparent; } /* Body attributes */ diff --git a/styles/green/left_day.gif b/styles/green/left_day.gif index d13f398..53acd80 100644 Binary files a/styles/green/left_day.gif and b/styles/green/left_day.gif differ diff --git a/styles/green/right_day.gif b/styles/green/right_day.gif index 909e6a4..12e91e7 100644 Binary files a/styles/green/right_day.gif and b/styles/green/right_day.gif differ diff --git a/styles/green/side_bg.gif b/styles/green/side_bg.gif index 67c9a3d..c9d6fdd 100644 Binary files a/styles/green/side_bg.gif and b/styles/green/side_bg.gif differ diff --git a/styles/green/time_bg.gif b/styles/green/time_bg.gif index e306001..6ded1c5 100644 Binary files a/styles/green/time_bg.gif and b/styles/green/time_bg.gif differ diff --git a/year.php b/year.php index 82509bd..38ce618 100644 --- a/year.php +++ b/year.php @@ -89,7 +89,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time); for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); $day = $daysofweekshort_lang[$day_num]; - print '' . $day . '' . "\n"; + print '' . $day . '' . "\n"; $start_day = ($start_day + (24.5 * 60 * 60)); } ?> -- cgit v1.2.3