aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-12 01:52:27 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-12 01:52:27 +0000
commitbbd151ed833bf5265232d9b43d9dee0e06bfe33e (patch)
tree11408e81f14eea53a2a86d9b4f6bd883ddf9eeea /styles
downloadphpicalendar-bbd151ed833bf5265232d9b43d9dee0e06bfe33e.tar.gz
phpicalendar-bbd151ed833bf5265232d9b43d9dee0e06bfe33e.tar.bz2
phpicalendar-bbd151ed833bf5265232d9b43d9dee0e06bfe33e.zip
Initial revision
Diffstat (limited to 'styles')
-rw-r--r--styles/default.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/styles/default.css b/styles/default.css
new file mode 100644
index 0000000..8945201
--- /dev/null
+++ b/styles/default.css
@@ -0,0 +1,42 @@
+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; }
+.G12 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
+.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
+.V14 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
+.V16 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; }
+.H20 { font-family: Helvetica, sans-serif; font-size: 20px; }
+
+
+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;
+ }
+
+.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
+.bodyline2 { background-color: #0065DB; border: 1px #03C solid; }
+.bodyline3 { background-color: #0065DB; border: 1px #03C solid; }
+
+.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; } \ No newline at end of file

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