aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-19 22:08:29 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-19 22:08:29 +0000
commit6f60a4b36708fc4984f93f3c073825b7f89495a7 (patch)
tree90175825b76650ced669c4645cca6e943f21fc61 /styles
parent80d93d2032653155c67db10c84255e046a597ebd (diff)
downloadphpicalendar-6f60a4b36708fc4984f93f3c073825b7f89495a7.tar.gz
phpicalendar-6f60a4b36708fc4984f93f3c073825b7f89495a7.tar.bz2
phpicalendar-6f60a4b36708fc4984f93f3c073825b7f89495a7.zip
Tan style inclusion.
Diffstat (limited to 'styles')
-rw-r--r--styles/tan/allday_dot.gifbin0 -> 89 bytes
-rw-r--r--styles/tan/background.gifbin0 -> 7170 bytes
-rw-r--r--styles/tan/day_on.gifbin0 -> 310 bytes
-rw-r--r--styles/tan/default.css71
-rw-r--r--styles/tan/download_arrow.gifbin0 -> 343 bytes
-rw-r--r--styles/tan/event_dot.gifbin0 -> 89 bytes
-rw-r--r--styles/tan/left_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/tan/left_day.gifbin0 -> 216 bytes
-rw-r--r--styles/tan/month_on.gifbin0 -> 299 bytes
-rw-r--r--styles/tan/right_arrows.gifbin0 -> 98 bytes
-rw-r--r--styles/tan/right_day.gifbin0 -> 216 bytes
-rw-r--r--styles/tan/side_bg.gifbin0 -> 237 bytes
-rw-r--r--styles/tan/smallicon.gifbin0 -> 111 bytes
-rw-r--r--styles/tan/spacer.gifbin0 -> 807 bytes
-rw-r--r--styles/tan/time_bg.gifbin0 -> 1560 bytes
-rw-r--r--styles/tan/week_on.gifbin0 -> 315 bytes
16 files changed, 71 insertions, 0 deletions
diff --git a/styles/tan/allday_dot.gif b/styles/tan/allday_dot.gif
new file mode 100644
index 0000000..b1e702e
--- /dev/null
+++ b/styles/tan/allday_dot.gif
Binary files differ
diff --git a/styles/tan/background.gif b/styles/tan/background.gif
new file mode 100644
index 0000000..cb753c3
--- /dev/null
+++ b/styles/tan/background.gif
Binary files differ
diff --git a/styles/tan/day_on.gif b/styles/tan/day_on.gif
new file mode 100644
index 0000000..ba6c610
--- /dev/null
+++ b/styles/tan/day_on.gif
Binary files differ
diff --git a/styles/tan/default.css b/styles/tan/default.css
new file mode 100644
index 0000000..2088953
--- /dev/null
+++ b/styles/tan/default.css
@@ -0,0 +1,71 @@
+/* Style sheet for the green calendar */
+
+.eventborder { background-color: #979A65; border: 1px #616339 solid; }
+.eventbg { background-color: #A6A978; }
+.eventbg2 { background-color: #A6A978; border-right: 1px solid #FFFFFF; }
+.eventbg2week { background-color: #A6A978; 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: #F1F3D8; }
+.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: #999933; background-color: transparent; }
+a.psf:visited { color: #999933; background-color: transparent; }
+a.psf:active { color: #999933; background-color: transparent; }
+a.psf:hover { color: #333300; background-color: transparent; }
+
+/* This is the link style for the mini-cals */
+a.ps2 { text-decoration: underline; }
+a.ps2:link { color: #999933; background-color: transparent; }
+a.ps2:visited { color: #999933; background-color: transparent; }
+a.ps2:active { color: #999933; background-color: transparent; }
+a.ps2:hover { color: #333300; background-color: transparent; }
+
+/* This is the link style for year months */
+a.ps3 { text-decoration: none; }
+a.ps3:link { color: #000000; background-color: transparent; }
+a.ps3:visited { color: #000000; background-color: transparent; }
+a.ps3:active { color: #000000; background-color: transparent; }
+a.ps3:hover { color: #000000; background-color: transparent; text-decoration: underline;}
+
+/* Body attributes */
+
+body { background-image: url(background.gif); }
+
+/* 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/tan/download_arrow.gif b/styles/tan/download_arrow.gif
new file mode 100644
index 0000000..6108f32
--- /dev/null
+++ b/styles/tan/download_arrow.gif
Binary files differ
diff --git a/styles/tan/event_dot.gif b/styles/tan/event_dot.gif
new file mode 100644
index 0000000..ac53537
--- /dev/null
+++ b/styles/tan/event_dot.gif
Binary files differ
diff --git a/styles/tan/left_arrows.gif b/styles/tan/left_arrows.gif
new file mode 100644
index 0000000..9b28593
--- /dev/null
+++ b/styles/tan/left_arrows.gif
Binary files differ
diff --git a/styles/tan/left_day.gif b/styles/tan/left_day.gif
new file mode 100644
index 0000000..f174d25
--- /dev/null
+++ b/styles/tan/left_day.gif
Binary files differ
diff --git a/styles/tan/month_on.gif b/styles/tan/month_on.gif
new file mode 100644
index 0000000..4c2c5a1
--- /dev/null
+++ b/styles/tan/month_on.gif
Binary files differ
diff --git a/styles/tan/right_arrows.gif b/styles/tan/right_arrows.gif
new file mode 100644
index 0000000..338053c
--- /dev/null
+++ b/styles/tan/right_arrows.gif
Binary files differ
diff --git a/styles/tan/right_day.gif b/styles/tan/right_day.gif
new file mode 100644
index 0000000..28387c2
--- /dev/null
+++ b/styles/tan/right_day.gif
Binary files differ
diff --git a/styles/tan/side_bg.gif b/styles/tan/side_bg.gif
new file mode 100644
index 0000000..67c9a3d
--- /dev/null
+++ b/styles/tan/side_bg.gif
Binary files differ
diff --git a/styles/tan/smallicon.gif b/styles/tan/smallicon.gif
new file mode 100644
index 0000000..db52d9e
--- /dev/null
+++ b/styles/tan/smallicon.gif
Binary files differ
diff --git a/styles/tan/spacer.gif b/styles/tan/spacer.gif
new file mode 100644
index 0000000..cd29009
--- /dev/null
+++ b/styles/tan/spacer.gif
Binary files differ
diff --git a/styles/tan/time_bg.gif b/styles/tan/time_bg.gif
new file mode 100644
index 0000000..e306001
--- /dev/null
+++ b/styles/tan/time_bg.gif
Binary files differ
diff --git a/styles/tan/week_on.gif b/styles/tan/week_on.gif
new file mode 100644
index 0000000..58c8593
--- /dev/null
+++ b/styles/tan/week_on.gif
Binary files differ

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