aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-19 18:39:44 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-19 18:39:44 +0000
commit173647337cd3d6dcfd0033f06103b926b6ca98c0 (patch)
treec81b908e9ed51a78e218bf647785330541954e22
parentddf26689cb100abb66976c08ee9723de6f394208 (diff)
downloadphpicalendar-173647337cd3d6dcfd0033f06103b926b6ca98c0.tar.gz
phpicalendar-173647337cd3d6dcfd0033f06103b926b6ca98c0.tar.bz2
phpicalendar-173647337cd3d6dcfd0033f06103b926b6ca98c0.zip
Green style sheet tweeks.
-rw-r--r--config.inc.php2
-rw-r--r--styles/green/background.gifbin0 -> 11026 bytes
-rw-r--r--styles/green/default.css4
-rw-r--r--styles/green/side_bg.gifbin234 -> 237 bytes
-rw-r--r--styles/green/time_bg.gifbin1126 -> 1560 bytes
5 files changed, 3 insertions, 3 deletions
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
--- /dev/null
+++ b/styles/green/background.gif
Binary files 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
--- a/styles/green/side_bg.gif
+++ b/styles/green/side_bg.gif
Binary files differ
diff --git a/styles/green/time_bg.gif b/styles/green/time_bg.gif
index 6ded1c5..e306001 100644
--- a/styles/green/time_bg.gif
+++ b/styles/green/time_bg.gif
Binary files differ

© 2014-2024 Faster IT GmbH | imprint | privacy policy