aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-18 05:21:52 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-18 05:21:52 +0000
commitc33ecfb3872eefdd9cc495fba6cda72b2e46a731 (patch)
tree66189cd08f548d50e467fac3c4b41886a5ed0b72 /styles
parent68163a5116234616aba67e1c556b7dfca9aefb4d (diff)
downloadphpicalendar-c33ecfb3872eefdd9cc495fba6cda72b2e46a731.tar.gz
phpicalendar-c33ecfb3872eefdd9cc495fba6cda72b2e46a731.tar.bz2
phpicalendar-c33ecfb3872eefdd9cc495fba6cda72b2e46a731.zip
Initial green style check-in for 0.7
Diffstat (limited to 'styles')
-rw-r--r--styles/green/allday_dot.gifbin0 -> 89 bytes
-rw-r--r--styles/green/day_on.gifbin0 -> 310 bytes
-rw-r--r--styles/green/default.css64
-rw-r--r--styles/green/download_arrow.gifbin0 -> 343 bytes
-rw-r--r--styles/green/event_dot.gifbin0 -> 89 bytes
-rw-r--r--styles/green/left_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/green/left_day.gifbin0 -> 213 bytes
-rw-r--r--styles/green/month_on.gifbin0 -> 299 bytes
-rw-r--r--styles/green/right_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/green/right_day.gifbin0 -> 212 bytes
-rw-r--r--styles/green/side_bg.gifbin0 -> 237 bytes
-rw-r--r--styles/green/smallicon.gifbin0 -> 111 bytes
-rw-r--r--styles/green/spacer.gifbin0 -> 807 bytes
-rw-r--r--styles/green/time_bg.gifbin0 -> 1560 bytes
-rw-r--r--styles/green/week_on.gifbin0 -> 315 bytes
-rw-r--r--styles/orange/allday_dot.gifbin89 -> 89 bytes
16 files changed, 64 insertions, 0 deletions
diff --git a/styles/green/allday_dot.gif b/styles/green/allday_dot.gif
new file mode 100644
index 0000000..d20fe0a
--- /dev/null
+++ b/styles/green/allday_dot.gif
Binary files differ
diff --git a/styles/green/day_on.gif b/styles/green/day_on.gif
new file mode 100644
index 0000000..0e19bf3
--- /dev/null
+++ b/styles/green/day_on.gif
Binary files differ
diff --git a/styles/green/default.css b/styles/green/default.css
new file mode 100644
index 0000000..2fa1299
--- /dev/null
+++ b/styles/green/default.css
@@ -0,0 +1,64 @@
+/* Style sheet for the silver calendar (default) */
+
+.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; }
+.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; }
+.yearmonth { background: #CCCCCC; }
+
+/* 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; }
+.V10W { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
+.V10WB { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: 900; }
+.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/green/download_arrow.gif b/styles/green/download_arrow.gif
new file mode 100644
index 0000000..6108f32
--- /dev/null
+++ b/styles/green/download_arrow.gif
Binary files differ
diff --git a/styles/green/event_dot.gif b/styles/green/event_dot.gif
new file mode 100644
index 0000000..ac53537
--- /dev/null
+++ b/styles/green/event_dot.gif
Binary files differ
diff --git a/styles/green/left_arrows.gif b/styles/green/left_arrows.gif
new file mode 100644
index 0000000..03b918c
--- /dev/null
+++ b/styles/green/left_arrows.gif
Binary files differ
diff --git a/styles/green/left_day.gif b/styles/green/left_day.gif
new file mode 100644
index 0000000..d13f398
--- /dev/null
+++ b/styles/green/left_day.gif
Binary files differ
diff --git a/styles/green/month_on.gif b/styles/green/month_on.gif
new file mode 100644
index 0000000..c7da143
--- /dev/null
+++ b/styles/green/month_on.gif
Binary files differ
diff --git a/styles/green/right_arrows.gif b/styles/green/right_arrows.gif
new file mode 100644
index 0000000..092c34d
--- /dev/null
+++ b/styles/green/right_arrows.gif
Binary files differ
diff --git a/styles/green/right_day.gif b/styles/green/right_day.gif
new file mode 100644
index 0000000..909e6a4
--- /dev/null
+++ b/styles/green/right_day.gif
Binary files differ
diff --git a/styles/green/side_bg.gif b/styles/green/side_bg.gif
new file mode 100644
index 0000000..67c9a3d
--- /dev/null
+++ b/styles/green/side_bg.gif
Binary files differ
diff --git a/styles/green/smallicon.gif b/styles/green/smallicon.gif
new file mode 100644
index 0000000..db52d9e
--- /dev/null
+++ b/styles/green/smallicon.gif
Binary files differ
diff --git a/styles/green/spacer.gif b/styles/green/spacer.gif
new file mode 100644
index 0000000..cd29009
--- /dev/null
+++ b/styles/green/spacer.gif
Binary files differ
diff --git a/styles/green/time_bg.gif b/styles/green/time_bg.gif
new file mode 100644
index 0000000..e306001
--- /dev/null
+++ b/styles/green/time_bg.gif
Binary files differ
diff --git a/styles/green/week_on.gif b/styles/green/week_on.gif
new file mode 100644
index 0000000..4621306
--- /dev/null
+++ b/styles/green/week_on.gif
Binary files differ
diff --git a/styles/orange/allday_dot.gif b/styles/orange/allday_dot.gif
index c3fac8c..2fb7e70 100644
--- a/styles/orange/allday_dot.gif
+++ b/styles/orange/allday_dot.gif
Binary files differ

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