From 6f60a4b36708fc4984f93f3c073825b7f89495a7 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 19 Oct 2002 22:08:29 +0000 Subject: Tan style inclusion. --- styles/tan/allday_dot.gif | Bin 0 -> 89 bytes styles/tan/background.gif | Bin 0 -> 7170 bytes styles/tan/day_on.gif | Bin 0 -> 310 bytes styles/tan/default.css | 71 ++++++++++++++++++++++++++++++++++++++++++ styles/tan/download_arrow.gif | Bin 0 -> 343 bytes styles/tan/event_dot.gif | Bin 0 -> 89 bytes styles/tan/left_arrows.gif | Bin 0 -> 98 bytes styles/tan/left_day.gif | Bin 0 -> 216 bytes styles/tan/month_on.gif | Bin 0 -> 299 bytes styles/tan/right_arrows.gif | Bin 0 -> 98 bytes styles/tan/right_day.gif | Bin 0 -> 216 bytes styles/tan/side_bg.gif | Bin 0 -> 237 bytes styles/tan/smallicon.gif | Bin 0 -> 111 bytes styles/tan/spacer.gif | Bin 0 -> 807 bytes styles/tan/time_bg.gif | Bin 0 -> 1560 bytes styles/tan/week_on.gif | Bin 0 -> 315 bytes 16 files changed, 71 insertions(+) create mode 100644 styles/tan/allday_dot.gif create mode 100644 styles/tan/background.gif create mode 100644 styles/tan/day_on.gif create mode 100644 styles/tan/default.css create mode 100644 styles/tan/download_arrow.gif create mode 100644 styles/tan/event_dot.gif create mode 100644 styles/tan/left_arrows.gif create mode 100644 styles/tan/left_day.gif create mode 100644 styles/tan/month_on.gif create mode 100644 styles/tan/right_arrows.gif create mode 100644 styles/tan/right_day.gif create mode 100644 styles/tan/side_bg.gif create mode 100644 styles/tan/smallicon.gif create mode 100644 styles/tan/spacer.gif create mode 100644 styles/tan/time_bg.gif create mode 100644 styles/tan/week_on.gif (limited to 'styles/tan') diff --git a/styles/tan/allday_dot.gif b/styles/tan/allday_dot.gif new file mode 100644 index 0000000..b1e702e Binary files /dev/null and b/styles/tan/allday_dot.gif differ diff --git a/styles/tan/background.gif b/styles/tan/background.gif new file mode 100644 index 0000000..cb753c3 Binary files /dev/null and b/styles/tan/background.gif differ diff --git a/styles/tan/day_on.gif b/styles/tan/day_on.gif new file mode 100644 index 0000000..ba6c610 Binary files /dev/null and b/styles/tan/day_on.gif 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 Binary files /dev/null and b/styles/tan/download_arrow.gif differ diff --git a/styles/tan/event_dot.gif b/styles/tan/event_dot.gif new file mode 100644 index 0000000..ac53537 Binary files /dev/null and b/styles/tan/event_dot.gif differ diff --git a/styles/tan/left_arrows.gif b/styles/tan/left_arrows.gif new file mode 100644 index 0000000..9b28593 Binary files /dev/null and b/styles/tan/left_arrows.gif differ diff --git a/styles/tan/left_day.gif b/styles/tan/left_day.gif new file mode 100644 index 0000000..f174d25 Binary files /dev/null and b/styles/tan/left_day.gif differ diff --git a/styles/tan/month_on.gif b/styles/tan/month_on.gif new file mode 100644 index 0000000..4c2c5a1 Binary files /dev/null and b/styles/tan/month_on.gif differ diff --git a/styles/tan/right_arrows.gif b/styles/tan/right_arrows.gif new file mode 100644 index 0000000..338053c Binary files /dev/null and b/styles/tan/right_arrows.gif differ diff --git a/styles/tan/right_day.gif b/styles/tan/right_day.gif new file mode 100644 index 0000000..28387c2 Binary files /dev/null and b/styles/tan/right_day.gif differ diff --git a/styles/tan/side_bg.gif b/styles/tan/side_bg.gif new file mode 100644 index 0000000..67c9a3d Binary files /dev/null and b/styles/tan/side_bg.gif differ diff --git a/styles/tan/smallicon.gif b/styles/tan/smallicon.gif new file mode 100644 index 0000000..db52d9e Binary files /dev/null and b/styles/tan/smallicon.gif differ diff --git a/styles/tan/spacer.gif b/styles/tan/spacer.gif new file mode 100644 index 0000000..cd29009 Binary files /dev/null and b/styles/tan/spacer.gif differ diff --git a/styles/tan/time_bg.gif b/styles/tan/time_bg.gif new file mode 100644 index 0000000..e306001 Binary files /dev/null and b/styles/tan/time_bg.gif differ diff --git a/styles/tan/week_on.gif b/styles/tan/week_on.gif new file mode 100644 index 0000000..58c8593 Binary files /dev/null and b/styles/tan/week_on.gif differ -- cgit v1.2.3