From 173647337cd3d6dcfd0033f06103b926b6ca98c0 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 19 Oct 2002 18:39:44 +0000 Subject: Green style sheet tweeks. --- config.inc.php | 2 +- styles/green/background.gif | Bin 0 -> 11026 bytes styles/green/default.css | 4 ++-- styles/green/side_bg.gif | Bin 234 -> 237 bytes styles/green/time_bg.gif | Bin 1126 -> 1560 bytes 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 styles/green/background.gif diff --git a/config.inc.php b/config.inc.php index d34ec7f..b71f4a4 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 = 'silver'; // Themes support +$style_sheet = 'green'; // 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/background.gif b/styles/green/background.gif new file mode 100644 index 0000000..7714e07 Binary files /dev/null and b/styles/green/background.gif differ diff --git a/styles/green/default.css b/styles/green/default.css index a7fc92d..b7850df 100644 --- a/styles/green/default.css +++ b/styles/green/default.css @@ -5,7 +5,7 @@ .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: #F5FCF5; } +.dateback { background-color: #EEEEEE; } .dayborder { border-top: 1px solid #A1A5A9; } .dayborder2 { border-top: 1px dashed #CCCCCC; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } @@ -46,7 +46,7 @@ a.ps3:hover { color: #000000; background-color: transparent; text-decoration: u /* Body attributes */ -body { background-color: #E5E5E5; } +body { background-image: url(background.gif); } /* CSS definitions for fonts */ diff --git a/styles/green/side_bg.gif b/styles/green/side_bg.gif index c9d6fdd..67c9a3d 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 6ded1c5..e306001 100644 Binary files a/styles/green/time_bg.gif and b/styles/green/time_bg.gif differ -- cgit v1.2.3