From a1434001c76636f29a3135c44c602b8232fc93e9 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 3 Oct 2002 02:18:48 +0000 Subject: Initial Themes check-in for 0.6 --- styles/green/default.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 styles/green/default.css (limited to 'styles/green/default.css') diff --git a/styles/green/default.css b/styles/green/default.css new file mode 100644 index 0000000..167b855 --- /dev/null +++ b/styles/green/default.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; } + -- cgit v1.2.3