aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default
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/default
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/default')
-rw-r--r--templates/default/default.css10
1 files changed, 6 insertions, 4 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; }

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