aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-08 17:46:09 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-08 17:46:09 +0000
commiteed342cc8c3593a1223f35dc586ef39ab3899f6e (patch)
treef76a73781481862506907dceaa59fa9f20885a14 /styles
parent10fade306fc4136986d88b14f0afc6219a121919 (diff)
downloadphpicalendar-eed342cc8c3593a1223f35dc586ef39ab3899f6e.tar.gz
phpicalendar-eed342cc8c3593a1223f35dc586ef39ab3899f6e.tar.bz2
phpicalendar-eed342cc8c3593a1223f35dc586ef39ab3899f6e.zip
Addition of grey and orange styles.
Diffstat (limited to 'styles')
-rw-r--r--styles/grey/day_on.gifbin0 -> 310 bytes
-rw-r--r--styles/grey/default.css61
-rw-r--r--styles/grey/download_arrow.gifbin0 -> 343 bytes
-rw-r--r--styles/grey/left_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/grey/left_day.gifbin0 -> 213 bytes
-rw-r--r--styles/grey/month_on.gifbin0 -> 299 bytes
-rw-r--r--styles/grey/right_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/grey/right_day.gifbin0 -> 212 bytes
-rw-r--r--styles/grey/side_bg.gifbin0 -> 172 bytes
-rw-r--r--styles/grey/smallicon.gifbin0 -> 111 bytes
-rw-r--r--styles/grey/time_bg.gifbin0 -> 2340 bytes
-rw-r--r--styles/grey/week_on.gifbin0 -> 315 bytes
-rw-r--r--styles/orange/day_on.gifbin0 -> 310 bytes
-rw-r--r--styles/orange/default.css61
-rw-r--r--styles/orange/download_arrow.gifbin0 -> 343 bytes
-rw-r--r--styles/orange/left_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/orange/left_day.gifbin0 -> 213 bytes
-rw-r--r--styles/orange/month_on.gifbin0 -> 299 bytes
-rw-r--r--styles/orange/right_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/orange/right_day.gifbin0 -> 212 bytes
-rw-r--r--styles/orange/side_bg.gifbin0 -> 237 bytes
-rw-r--r--styles/orange/smallicon.gifbin0 -> 111 bytes
-rw-r--r--styles/orange/time_bg.gifbin0 -> 964 bytes
-rw-r--r--styles/orange/week_on.gifbin0 -> 314 bytes
24 files changed, 122 insertions, 0 deletions
diff --git a/styles/grey/day_on.gif b/styles/grey/day_on.gif
new file mode 100644
index 0000000..3746674
--- /dev/null
+++ b/styles/grey/day_on.gif
Binary files differ
diff --git a/styles/grey/default.css b/styles/grey/default.css
new file mode 100644
index 0000000..442c29e
--- /dev/null
+++ b/styles/grey/default.css
@@ -0,0 +1,61 @@
+/* Style sheet for the grey calendar */
+
+.eventborder { background-color: #666666; border: 1px #000000 solid; }
+.eventbg { background-color: #AAAAAA; }
+.eventbg2 { background-color: #AAAAAA; border-right: 1px solid #FFFFFF; }
+.eventbg2week { background-color: #AAAAAA; border-right: 1px solid #A1A5A9; }
+.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; }
+.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; }
+.weekborder2 { border-right: 1px solid #A1A5A9; }
+.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(time_bg.gif); }
+.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(time_bg.gif); }
+.navback { background-image: url(time_bg.gif); }
+.sideback { background-image: url(side_bg.gif); }
+.monthback { background-color: #A1A5A9; }
+.monthreg { background-color: #FFFFFF; }
+.monthoff { background-color: #F2F2F2; }
+.monthon { background-color: #F2F9FF; }
+.montheventtop { background-image: url(side_bg.gif); border-top: 1px solid #A1A5A9; }
+.montheventline { border-right: 1px dotted #A1A5A9; }
+
+/* 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; }
+
+/* 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; }
+
+/* Body attributes */
+
+body { background-color: #E5E5E5; }
+
+/* CSS definitions for fonts */
+
+.V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
+.V9G { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; }
+.V10 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
+.V9BOLD { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 900; }
+.G10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066FF; }
+.G10B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
+.G10BOLD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; }
+.G10G { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #A1A5A9; }
+.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
+.H20 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000000; }
+.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
+
+
+/* Length of the form drop downs */
+
+.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; }
+
diff --git a/styles/grey/download_arrow.gif b/styles/grey/download_arrow.gif
new file mode 100644
index 0000000..6108f32
--- /dev/null
+++ b/styles/grey/download_arrow.gif
Binary files differ
diff --git a/styles/grey/left_arrows.gif b/styles/grey/left_arrows.gif
new file mode 100644
index 0000000..03b918c
--- /dev/null
+++ b/styles/grey/left_arrows.gif
Binary files differ
diff --git a/styles/grey/left_day.gif b/styles/grey/left_day.gif
new file mode 100644
index 0000000..82ce8cf
--- /dev/null
+++ b/styles/grey/left_day.gif
Binary files differ
diff --git a/styles/grey/month_on.gif b/styles/grey/month_on.gif
new file mode 100644
index 0000000..dd6aa22
--- /dev/null
+++ b/styles/grey/month_on.gif
Binary files differ
diff --git a/styles/grey/right_arrows.gif b/styles/grey/right_arrows.gif
new file mode 100644
index 0000000..092c34d
--- /dev/null
+++ b/styles/grey/right_arrows.gif
Binary files differ
diff --git a/styles/grey/right_day.gif b/styles/grey/right_day.gif
new file mode 100644
index 0000000..e1f6ca2
--- /dev/null
+++ b/styles/grey/right_day.gif
Binary files differ
diff --git a/styles/grey/side_bg.gif b/styles/grey/side_bg.gif
new file mode 100644
index 0000000..943b61e
--- /dev/null
+++ b/styles/grey/side_bg.gif
Binary files differ
diff --git a/styles/grey/smallicon.gif b/styles/grey/smallicon.gif
new file mode 100644
index 0000000..db52d9e
--- /dev/null
+++ b/styles/grey/smallicon.gif
Binary files differ
diff --git a/styles/grey/time_bg.gif b/styles/grey/time_bg.gif
new file mode 100644
index 0000000..458c619
--- /dev/null
+++ b/styles/grey/time_bg.gif
Binary files differ
diff --git a/styles/grey/week_on.gif b/styles/grey/week_on.gif
new file mode 100644
index 0000000..c6ee84c
--- /dev/null
+++ b/styles/grey/week_on.gif
Binary files differ
diff --git a/styles/orange/day_on.gif b/styles/orange/day_on.gif
new file mode 100644
index 0000000..2ef4815
--- /dev/null
+++ b/styles/orange/day_on.gif
Binary files differ
diff --git a/styles/orange/default.css b/styles/orange/default.css
new file mode 100644
index 0000000..7d17652
--- /dev/null
+++ b/styles/orange/default.css
@@ -0,0 +1,61 @@
+/* Style sheet for the orange calendar */
+
+.eventborder { background-color: #F09000; border: 1px #996600 solid; }
+.eventbg { background-color: #FFAF5E; }
+.eventbg2 { background-color: #FFAF5E; border-right: 1px solid #FFFFFF; }
+.eventbg2week { background-color: #FFAF5E; border-right: 1px solid #A1A5A9; }
+.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; }
+.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; }
+.weekborder2 { border-right: 1px solid #A1A5A9; }
+.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(time_bg.gif); }
+.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(time_bg.gif); }
+.navback { background-image: url(time_bg.gif); }
+.sideback { background-image: url(side_bg.gif); }
+.monthback { background-color: #A1A5A9; }
+.monthreg { background-color: #FFFFFF; }
+.monthoff { background-color: #F2F2F2; }
+.monthon { background-color: #F2F9FF; }
+.montheventtop { background-image: url(side_bg.gif); border-top: 1px solid #A1A5A9; }
+.montheventline { border-right: 1px dotted #A1A5A9; }
+
+/* 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; }
+
+/* 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; }
+
+/* Body attributes */
+
+body { background-color: #E5E5E5; }
+
+/* CSS definitions for fonts */
+
+.V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
+.V9G { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; }
+.V10 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
+.V9BOLD { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 900; }
+.G10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066FF; }
+.G10B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
+.G10BOLD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; }
+.G10G { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #A1A5A9; }
+.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
+.H20 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000000; }
+.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
+
+
+/* Length of the form drop downs */
+
+.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; }
+
diff --git a/styles/orange/download_arrow.gif b/styles/orange/download_arrow.gif
new file mode 100644
index 0000000..6108f32
--- /dev/null
+++ b/styles/orange/download_arrow.gif
Binary files differ
diff --git a/styles/orange/left_arrows.gif b/styles/orange/left_arrows.gif
new file mode 100644
index 0000000..03b918c
--- /dev/null
+++ b/styles/orange/left_arrows.gif
Binary files differ
diff --git a/styles/orange/left_day.gif b/styles/orange/left_day.gif
new file mode 100644
index 0000000..3a70230
--- /dev/null
+++ b/styles/orange/left_day.gif
Binary files differ
diff --git a/styles/orange/month_on.gif b/styles/orange/month_on.gif
new file mode 100644
index 0000000..71cfa3c
--- /dev/null
+++ b/styles/orange/month_on.gif
Binary files differ
diff --git a/styles/orange/right_arrows.gif b/styles/orange/right_arrows.gif
new file mode 100644
index 0000000..092c34d
--- /dev/null
+++ b/styles/orange/right_arrows.gif
Binary files differ
diff --git a/styles/orange/right_day.gif b/styles/orange/right_day.gif
new file mode 100644
index 0000000..843dded
--- /dev/null
+++ b/styles/orange/right_day.gif
Binary files differ
diff --git a/styles/orange/side_bg.gif b/styles/orange/side_bg.gif
new file mode 100644
index 0000000..67c9a3d
--- /dev/null
+++ b/styles/orange/side_bg.gif
Binary files differ
diff --git a/styles/orange/smallicon.gif b/styles/orange/smallicon.gif
new file mode 100644
index 0000000..db52d9e
--- /dev/null
+++ b/styles/orange/smallicon.gif
Binary files differ
diff --git a/styles/orange/time_bg.gif b/styles/orange/time_bg.gif
new file mode 100644
index 0000000..8f1a3ee
--- /dev/null
+++ b/styles/orange/time_bg.gif
Binary files differ
diff --git a/styles/orange/week_on.gif b/styles/orange/week_on.gif
new file mode 100644
index 0000000..89b68f6
--- /dev/null
+++ b/styles/orange/week_on.gif
Binary files differ

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