aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-23 05:48:50 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-23 05:48:50 +0000
commitd4013ed8b1e18c2b7f3f9cf4c0d3b82d45c5b684 (patch)
tree99a78f8d04385790e8aa197ff5f5d02759f03f66 /styles
parent1c066d3c69b38b046a6b37443150b1f6d0e17952 (diff)
downloadphpicalendar-d4013ed8b1e18c2b7f3f9cf4c0d3b82d45c5b684.tar.gz
phpicalendar-d4013ed8b1e18c2b7f3f9cf4c0d3b82d45c5b684.tar.bz2
phpicalendar-d4013ed8b1e18c2b7f3f9cf4c0d3b82d45c5b684.zip
Better style sheet support
Diffstat (limited to 'styles')
-rw-r--r--styles/green.css46
-rw-r--r--styles/red.css46
2 files changed, 92 insertions, 0 deletions
diff --git a/styles/green.css b/styles/green.css
new file mode 100644
index 0000000..167b855
--- /dev/null
+++ b/styles/green.css
@@ -0,0 +1,46 @@
+/* Style sheet for the red calendar */
+
+.eventborder { background-color: #009933; border: 1px #006600 solid; }
+.eventbg { background-color: #66FF66; }
+.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
+.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; }
+
+
+
+a.psf {
+ text-decoration: none;
+ }
+a.psf:link {
+ color: #06f;
+ background-color: transparent;
+ }
+a.psf:visited {
+ color: #06f;
+ background-color: transparent;
+ }
+a.psf:active {
+ color: #36c;
+ background-color: transparent;
+ }
+a.psf:hover {
+ color: #009;
+ background-color: transparent;
+ }
+
+
+body {
+background-color: #E5E5E5;
+}
+
+/* CSS definitions for fonts */
+
+.V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; }
+.G10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #06f; }
+.G10B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; }
+.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
+.H20 { font-family: Helvetica, sans-serif; font-size: 20px; }
+
+
+.query_style { font-size : 12px; font-family : geneva, arial, sans-serif; width: 135px; }
+.add_style { font-size : 12px; font-family : verdana, geneva, arial, sans-serif; width: 160px; }
+
diff --git a/styles/red.css b/styles/red.css
new file mode 100644
index 0000000..6ad2e67
--- /dev/null
+++ b/styles/red.css
@@ -0,0 +1,46 @@
+/* Style sheet for the red calendar (default) */
+
+.eventborder { background-color: #802022; border: 1px #CC3300 solid; }
+.eventbg { background-color: #a04042; }
+.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
+.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; }
+
+
+
+a.psf {
+ text-decoration: none;
+ }
+a.psf:link {
+ color: #06f;
+ background-color: transparent;
+ }
+a.psf:visited {
+ color: #06f;
+ background-color: transparent;
+ }
+a.psf:active {
+ color: #36c;
+ background-color: transparent;
+ }
+a.psf:hover {
+ color: #009;
+ background-color: transparent;
+ }
+
+
+body {
+background-color: #E5E5E5;
+}
+
+/* CSS definitions for fonts */
+
+.V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; }
+.G10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #06f; }
+.G10B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; }
+.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
+.H20 { font-family: Helvetica, sans-serif; font-size: 20px; }
+
+
+.query_style { font-size : 12px; font-family : geneva, arial, sans-serif; width: 135px; }
+.add_style { font-size : 12px; font-family : verdana, geneva, arial, sans-serif; width: 160px; }
+

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