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 --- config.inc.php | 2 +- day.php | 10 +++--- images/allday_bg.gif | Bin 553 -> 0 bytes images/download_arrow.gif | Bin 343 -> 0 bytes images/grey_small.gif | Bin 136 -> 0 bytes images/left_arrows.gif | Bin 98 -> 0 bytes images/left_day.gif | Bin 1064 -> 0 bytes images/right_arrows.gif | Bin 98 -> 0 bytes images/right_day.gif | Bin 1063 -> 0 bytes images/side_bg.gif | Bin 237 -> 0 bytes images/smallicon.gif | Bin 111 -> 0 bytes images/time_bg.gif | Bin 964 -> 0 bytes month.php | 10 +++--- month_bottom.php | 10 +++--- sidebar.php | 40 ++++++++++----------- styles/default.css | 74 -------------------------------------- styles/green.css | 46 ------------------------ styles/green/default.css | 46 ++++++++++++++++++++++++ styles/red.css | 46 ------------------------ styles/red/default.css | 46 ++++++++++++++++++++++++ styles/silver/allday_bg.gif | Bin 0 -> 553 bytes styles/silver/default.css | 76 +++++++++++++++++++++++++++++++++++++++ styles/silver/download_arrow.gif | Bin 0 -> 343 bytes styles/silver/grey_small.gif | Bin 0 -> 136 bytes styles/silver/left_arrows.gif | Bin 0 -> 98 bytes styles/silver/left_day.gif | Bin 0 -> 1064 bytes styles/silver/right_arrows.gif | Bin 0 -> 98 bytes styles/silver/right_day.gif | Bin 0 -> 1063 bytes styles/silver/side_bg.gif | Bin 0 -> 237 bytes styles/silver/smallicon.gif | Bin 0 -> 111 bytes styles/silver/spacer.gif | Bin 0 -> 807 bytes styles/silver/time_bg.gif | Bin 0 -> 964 bytes week.php | 12 +++---- 33 files changed, 210 insertions(+), 208 deletions(-) delete mode 100644 images/allday_bg.gif delete mode 100644 images/download_arrow.gif delete mode 100644 images/grey_small.gif delete mode 100644 images/left_arrows.gif delete mode 100644 images/left_day.gif delete mode 100644 images/right_arrows.gif delete mode 100644 images/right_day.gif delete mode 100644 images/side_bg.gif delete mode 100644 images/smallicon.gif delete mode 100644 images/time_bg.gif delete mode 100644 styles/default.css delete mode 100644 styles/green.css create mode 100644 styles/green/default.css delete mode 100644 styles/red.css create mode 100644 styles/red/default.css create mode 100644 styles/silver/allday_bg.gif create mode 100644 styles/silver/default.css create mode 100644 styles/silver/download_arrow.gif create mode 100644 styles/silver/grey_small.gif create mode 100644 styles/silver/left_arrows.gif create mode 100644 styles/silver/left_day.gif create mode 100644 styles/silver/right_arrows.gif create mode 100644 styles/silver/right_day.gif create mode 100644 styles/silver/side_bg.gif create mode 100644 styles/silver/smallicon.gif create mode 100644 styles/silver/spacer.gif create mode 100644 styles/silver/time_bg.gif diff --git a/config.inc.php b/config.inc.php index 43f61ca..cc56c0a 100644 --- a/config.inc.php +++ b/config.inc.php @@ -1,6 +1,6 @@ <?php echo "$calendar_name"; ?> - "> + "> @@ -83,9 +83,9 @@ if ($master_array[($getdate)]) { - - - + + + +
$powered_by_lang PHP iCalendar $version_lang"; ?>
\"\""; ?>\"\""; ?>
-
$powered_by_lang PHP iCalendar $version_lang"; ?>
diff --git a/images/allday_bg.gif b/images/allday_bg.gif deleted file mode 100644 index 2af42e2..0000000 Binary files a/images/allday_bg.gif and /dev/null differ diff --git a/images/download_arrow.gif b/images/download_arrow.gif deleted file mode 100644 index 6108f32..0000000 Binary files a/images/download_arrow.gif and /dev/null differ diff --git a/images/grey_small.gif b/images/grey_small.gif deleted file mode 100644 index 4f2cc9e..0000000 Binary files a/images/grey_small.gif and /dev/null differ diff --git a/images/left_arrows.gif b/images/left_arrows.gif deleted file mode 100644 index 03b918c..0000000 Binary files a/images/left_arrows.gif and /dev/null differ diff --git a/images/left_day.gif b/images/left_day.gif deleted file mode 100644 index 92996c7..0000000 Binary files a/images/left_day.gif and /dev/null differ diff --git a/images/right_arrows.gif b/images/right_arrows.gif deleted file mode 100644 index 092c34d..0000000 Binary files a/images/right_arrows.gif and /dev/null differ diff --git a/images/right_day.gif b/images/right_day.gif deleted file mode 100644 index b0e177d..0000000 Binary files a/images/right_day.gif and /dev/null differ diff --git a/images/side_bg.gif b/images/side_bg.gif deleted file mode 100644 index 67c9a3d..0000000 Binary files a/images/side_bg.gif and /dev/null differ diff --git a/images/smallicon.gif b/images/smallicon.gif deleted file mode 100644 index db52d9e..0000000 Binary files a/images/smallicon.gif and /dev/null differ diff --git a/images/time_bg.gif b/images/time_bg.gif deleted file mode 100644 index 8f1a3ee..0000000 Binary files a/images/time_bg.gif and /dev/null differ diff --git a/month.php b/month.php index 2e83748..cb02bbb 100644 --- a/month.php +++ b/month.php @@ -31,7 +31,7 @@ <?php echo "$calendar_name"; ?> - "> + "> @@ -41,9 +41,9 @@ - - - + + +
\"\""; ?>\"\""; ?>
@@ -176,7 +176,7 @@
-$powered_by_lang PHP iCalendar $version_lang"; ?> +
$powered_by_lang PHP iCalendar $version_lang"; ?> diff --git a/month_bottom.php b/month_bottom.php index a9a4e4c..50fb6a7 100644 --- a/month_bottom.php +++ b/month_bottom.php @@ -10,9 +10,9 @@
- - - + + + @@ -201,13 +201,13 @@ - + - + diff --git a/sidebar.php b/sidebar.php index 3dc89cf..b261e18 100644 --- a/sidebar.php +++ b/sidebar.php @@ -13,9 +13,9 @@
\"right\""; ?>\"right\""; ?>\"right\""; ?>\"right\""; ?>
\"\""; ?>\"\""; ?> $subscribe_lang"; ?>
\"\""; ?>\"\""; ?> $download_lang"; ?>
- - - + + + - + - + @@ -79,9 +79,9 @@
\"right\""; ?>\"right\""; ?>\"right\""; ?>\"right\""; ?>
@@ -53,13 +53,13 @@
\"\""; ?>\"\""; ?> $subscribe_lang"; ?>
\"\""; ?>\"\""; ?> $download_lang"; ?>
- - - + + +
@@ -140,9 +140,9 @@ - - - + + +
@@ -204,9 +204,9 @@ - - - + + +
@@ -284,9 +284,9 @@ - - - + + +
@@ -364,9 +364,9 @@ - - - + + +
diff --git a/styles/default.css b/styles/default.css deleted file mode 100644 index 9a17d5c..0000000 --- a/styles/default.css +++ /dev/null @@ -1,74 +0,0 @@ -/* Style sheet for the blue calendar (default) */ - -.eventborder { background-color: #336699; border: 1px #006699 solid; } -.eventbg { background-color: #6699CC; } -.eventbg2 { background-color: #6699CC; border-right: 1px solid #FFFFFF; } -.eventbg2week { background-color: #6699CC; border-right: 1px solid #A1A5A9; } -.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; } -.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; } -.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; } -.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; } - - -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; - } - -a.ps2 { - text-decoration: underline; - } -a.ps2:link { - color: #06f; - background-color: transparent; - } -a.ps2:visited { - color: #06f; - background-color: transparent; - } -a.ps2:active { - color: #36c; - background-color: transparent; - } -a.ps2: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; } -.G10G { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666; } -.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } -.H20 { font-family: Helvetica, sans-serif; font-size: 20px; } - - -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } -.add_style { font-size : 12px; font-family : verdana, geneva, arial, sans-serif; width: 160px; } - diff --git a/styles/green.css b/styles/green.css deleted file mode 100644 index 167b855..0000000 --- a/styles/green.css +++ /dev/null @@ -1,46 +0,0 @@ -/* 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/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; } + diff --git a/styles/red.css b/styles/red.css deleted file mode 100644 index 6ad2e67..0000000 --- a/styles/red.css +++ /dev/null @@ -1,46 +0,0 @@ -/* 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; } - diff --git a/styles/red/default.css b/styles/red/default.css new file mode 100644 index 0000000..6ad2e67 --- /dev/null +++ b/styles/red/default.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; } + diff --git a/styles/silver/allday_bg.gif b/styles/silver/allday_bg.gif new file mode 100644 index 0000000..2af42e2 Binary files /dev/null and b/styles/silver/allday_bg.gif differ diff --git a/styles/silver/default.css b/styles/silver/default.css new file mode 100644 index 0000000..3f4a4a9 --- /dev/null +++ b/styles/silver/default.css @@ -0,0 +1,76 @@ +/* Style sheet for the silver calendar (default) */ + +.eventborder { background-color: #336699; border: 1px #006699 solid; } +.eventbg { background-color: #6699CC; } +.eventbg2 { background-color: #6699CC; border-right: 1px solid #FFFFFF; } +.eventbg2week { background-color: #6699CC; border-right: 1px solid #A1A5A9; } +.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; } +.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; } +.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); } + +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; + } + +a.ps2 { + text-decoration: underline; + } +a.ps2:link { + color: #06f; + background-color: transparent; + } +a.ps2:visited { + color: #06f; + background-color: transparent; + } +a.ps2:active { + color: #36c; + background-color: transparent; + } +a.ps2: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; } +.G10G { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666; } +.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } +.H20 { font-family: Helvetica, sans-serif; font-size: 20px; } + + +.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } +.add_style { font-size : 12px; font-family : verdana, geneva, arial, sans-serif; width: 160px; } + diff --git a/styles/silver/download_arrow.gif b/styles/silver/download_arrow.gif new file mode 100644 index 0000000..6108f32 Binary files /dev/null and b/styles/silver/download_arrow.gif differ diff --git a/styles/silver/grey_small.gif b/styles/silver/grey_small.gif new file mode 100644 index 0000000..4f2cc9e Binary files /dev/null and b/styles/silver/grey_small.gif differ diff --git a/styles/silver/left_arrows.gif b/styles/silver/left_arrows.gif new file mode 100644 index 0000000..03b918c Binary files /dev/null and b/styles/silver/left_arrows.gif differ diff --git a/styles/silver/left_day.gif b/styles/silver/left_day.gif new file mode 100644 index 0000000..92996c7 Binary files /dev/null and b/styles/silver/left_day.gif differ diff --git a/styles/silver/right_arrows.gif b/styles/silver/right_arrows.gif new file mode 100644 index 0000000..092c34d Binary files /dev/null and b/styles/silver/right_arrows.gif differ diff --git a/styles/silver/right_day.gif b/styles/silver/right_day.gif new file mode 100644 index 0000000..b0e177d Binary files /dev/null and b/styles/silver/right_day.gif differ diff --git a/styles/silver/side_bg.gif b/styles/silver/side_bg.gif new file mode 100644 index 0000000..67c9a3d Binary files /dev/null and b/styles/silver/side_bg.gif differ diff --git a/styles/silver/smallicon.gif b/styles/silver/smallicon.gif new file mode 100644 index 0000000..db52d9e Binary files /dev/null and b/styles/silver/smallicon.gif differ diff --git a/styles/silver/spacer.gif b/styles/silver/spacer.gif new file mode 100644 index 0000000..cd29009 Binary files /dev/null and b/styles/silver/spacer.gif differ diff --git a/styles/silver/time_bg.gif b/styles/silver/time_bg.gif new file mode 100644 index 0000000..8f1a3ee Binary files /dev/null and b/styles/silver/time_bg.gif differ diff --git a/week.php b/week.php index 496252a..28b5952 100644 --- a/week.php +++ b/week.php @@ -61,7 +61,7 @@ for ($i=0;$i<7;$i++) { <?php echo "$calendar_name"; ?> - "> + "> @@ -74,9 +74,9 @@ for ($i=0;$i<7;$i++) { - - - + + + \n"; - echo "\n"; + echo "\n"; echo "\n"; } else { @@ -303,7 +303,7 @@ for ($i=0;$i<7;$i++) { +
$powered_by_lang PHP iCalendar $version_lang"; ?>
\"\""; ?>\"\""; ?>
@@ -163,7 +163,7 @@ for ($i=0;$i<7;$i++) { if (ereg("([0-9]{1,2}):00", $key)) { echo "
$key$key
-
$powered_by_lang PHP iCalendar $version_lang"; ?>
-- cgit v1.2.3