aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-02-05 15:04:42 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-02-05 15:04:42 +0000
commit901ea16b573d0483d98537fa6b9c336283dde7e2 (patch)
tree9f51fc7701d692ea4bde970f6cecb739f79f3eaf /templates
parenta59d9bbd30ce6516a5b3544e00bb2f059e06bca2 (diff)
downloadphpicalendar-901ea16b573d0483d98537fa6b9c336283dde7e2.tar.gz
phpicalendar-901ea16b573d0483d98537fa6b9c336283dde7e2.tar.bz2
phpicalendar-901ea16b573d0483d98537fa6b9c336283dde7e2.zip
Add dayborder3 and weekborder3 classes for the half-hour borders (dotted style by default)
Diffstat (limited to 'templates')
-rw-r--r--templates/default/default.css10
-rw-r--r--templates/green/default.css10
-rw-r--r--templates/grey/default.css10
-rw-r--r--templates/red/default.css10
-rw-r--r--templates/tan/default.css10
5 files changed, 30 insertions, 20 deletions
diff --git a/templates/default/default.css b/templates/default/default.css
index 36909fa..fb89dae 100644
--- a/templates/default/default.css
+++ b/templates/default/default.css
@@ -45,6 +45,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }
+.dayborder3 { background-color: #fff; border-top: 1px dotted #888; }
.title { background-image: url(images/time_bg.gif); padding: 5px; }
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
@@ -86,6 +87,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dateback { background-color: #eee; }
.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.weekborder3 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
.timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
@@ -100,27 +102,27 @@ a.psf:visited { color: #0066FF; }
a.psf:active { color: #3366CC; }
a.psf:hover { color: #000099; text-decoration: underline; }
-/* This is the link style for the mini-cals */
+/* This is the link style for the mini-cals */
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #0066FF; }
a.ps2:visited { color: #0066FF; }
a.ps2:active { color: #3366CC; }
a.ps2:hover { color: #000099; }
-/* This is the link style for year months */
+/* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
a.ps3:visited { color: #000; }
a.ps3:active { color: #000; }
a.ps3:hover { color: #000; text-decoration: underline; }
-/* This is the link style for events */
+/* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
a.ps:visited { color: #fff; }
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
-
+
/* Body attributes */
body { background-color: #E5E5E5; }
diff --git a/templates/green/default.css b/templates/green/default.css
index b529ab1..0186d01 100644
--- a/templates/green/default.css
+++ b/templates/green/default.css
@@ -62,6 +62,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }
+.dayborder2 { background-color: #fff; border-top: 1px dotted #888; }
.title { background-image: url(images/time_bg.gif); padding: 5px; }
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
@@ -107,6 +108,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dateback { background-color: #eee; }
.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
.timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
@@ -121,27 +123,27 @@ a.psf:visited { color: #009900; }
a.psf:active { color: #009900; }
a.psf:hover { color: #003300; text-decoration: underline; }
-/* This is the link style for the mini-cals */
+/* This is the link style for the mini-cals */
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #009900; }
a.ps2:visited { color: #009900; }
a.ps2:active { color: #33CC66; }
a.ps2:hover { color: #003300; }
-/* This is the link style for year months */
+/* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
a.ps3:visited { color: #000; }
a.ps3:active { color: #000; }
a.ps3:hover { color: #000; text-decoration: underline; }
-/* This is the link style for events */
+/* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
a.ps:visited { color: #fff; }
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
-
+
/* Body attributes */
body { background-image: url(images/background.gif); }
diff --git a/templates/grey/default.css b/templates/grey/default.css
index 915602a..27a2cd2 100644
--- a/templates/grey/default.css
+++ b/templates/grey/default.css
@@ -45,6 +45,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }
+.dayborder2 { background-color: #fff; border-top: 1px dotted #888; }
.title { background-image: url(images/time_bg.gif); padding: 5px; }
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
@@ -87,6 +88,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dateback { background-color: #eee; }
.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
.timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
@@ -101,27 +103,27 @@ a.psf:visited { color: #888; }
a.psf:active { color: #666; }
a.psf:hover { color: #333; text-decoration: underline; }
-/* This is the link style for the mini-cals (varies)*/
+/* This is the link style for the mini-cals (varies)*/
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #0066FF; }
a.ps2:visited { color: #0066FF; }
a.ps2:active { color: #3366CC; }
a.ps2:hover { color: #000099; }
-/* This is the link style for year months */
+/* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
a.ps3:visited { color: #000; }
a.ps3:active { color: #000; }
a.ps3:hover { color: #000; text-decoration: underline; }
-/* This is the link style for events */
+/* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
a.ps:visited { color: #fff; }
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
-
+
/* Body attributes */
body { background-image: url(images/background.gif); }
diff --git a/templates/red/default.css b/templates/red/default.css
index eee59bc..a9bd57d 100644
--- a/templates/red/default.css
+++ b/templates/red/default.css
@@ -45,6 +45,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }
+.dayborder2 { background-color: #fff; border-top: 1px dotted #888; }
.title { background-image: url(images/time_bg.gif); padding: 5px; }
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
@@ -87,6 +88,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dateback { background-color: #eee; }
.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
.timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
@@ -101,27 +103,27 @@ a.psf:visited { color: #FF9999; }
a.psf:active { color: #3366CC; }
a.psf:hover { color: #FF0099; text-decoration: underline; }
-/* This is the link style for the mini-cals */
+/* This is the link style for the mini-cals */
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #a01010; }
a.ps2:visited { color: #a01010; }
a.ps2:active { color: #3366CC; }
a.ps2:hover { color: #000099; }
-/* This is the link style for year months */
+/* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
a.ps3:visited { color: #000; }
a.ps3:active { color: #000; }
a.ps3:hover { color: #000; text-decoration: underline; }
-/* This is the link style for events */
+/* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
a.ps:visited { color: #fff; }
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
-
+
/* Body attributes */
body { background-color: #ffd0e0; }
diff --git a/templates/tan/default.css b/templates/tan/default.css
index b40680f..9c1ee84 100644
--- a/templates/tan/default.css
+++ b/templates/tan/default.css
@@ -63,6 +63,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }
+.dayborder2 { background-color: #fff; border-top: 1px dotted #888; }
.title { background-image: url(images/time_bg.gif); padding: 5px; }
.title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;}
@@ -105,6 +106,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.dateback { background-color: #eee; }
.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; }
.timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
@@ -119,27 +121,27 @@ a.psf:visited { color: #888; }
a.psf:active { color: #666; }
a.psf:hover { color: #333; text-decoration: underline; }
-/* This is the link style for the mini-cals (varies)*/
+/* This is the link style for the mini-cals (varies)*/
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #0066FF; }
a.ps2:visited { color: #0066FF; }
a.ps2:active { color: #3366CC; }
a.ps2:hover { color: #000099; }
-/* This is the link style for year months */
+/* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
a.ps3:visited { color: #000; }
a.ps3:active { color: #000; }
a.ps3:hover { color: #000; text-decoration: underline; }
-/* This is the link style for events */
+/* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
a.ps:visited { color: #fff; }
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
-
+
/* Body attributes */
body { background-image: url(images/background.gif); }

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