aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-18 06:41:44 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-18 06:41:44 +0000
commitd1a26187378700f80ff22d173abc0fedced3be81 (patch)
tree69bd87a2630b7800c64891217f7a1c27071d47a7
parent3add0b7cf77b4b7c6dccbbb3723011784e68a69b (diff)
downloadphpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.tar.gz
phpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.tar.bz2
phpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.zip
More tweeks to green style sheet for 0.7
-rw-r--r--config.inc.php2
-rw-r--r--styles/green/default.css30
-rw-r--r--styles/green/left_day.gifbin213 -> 213 bytes
-rw-r--r--styles/green/right_day.gifbin212 -> 212 bytes
-rw-r--r--styles/green/side_bg.gifbin237 -> 234 bytes
-rw-r--r--styles/green/time_bg.gifbin1560 -> 1126 bytes
-rw-r--r--year.php2
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
--- a/styles/green/left_day.gif
+++ b/styles/green/left_day.gif
Binary files differ
diff --git a/styles/green/right_day.gif b/styles/green/right_day.gif
index 909e6a4..12e91e7 100644
--- a/styles/green/right_day.gif
+++ b/styles/green/right_day.gif
Binary files differ
diff --git a/styles/green/side_bg.gif b/styles/green/side_bg.gif
index 67c9a3d..c9d6fdd 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 e306001..6ded1c5 100644
--- a/styles/green/time_bg.gif
+++ b/styles/green/time_bg.gif
Binary files 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 '<td width="30" height="14" class="monthoff" align="center"><font class="V9BOLD">' . $day . '</td>' . "\n";
+ print '<td width="30" height="14" class="dateback" align="center"><font class="V9BOLD">' . $day . '</td>' . "\n";
$start_day = ($start_day + (24.5 * 60 * 60));
}
?>

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