From 901ea16b573d0483d98537fa6b9c336283dde7e2 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 5 Feb 2010 15:04:42 +0000 Subject: Add dayborder3 and weekborder3 classes for the half-hour borders (dotted style by default) --- templates/default/default.css | 10 ++++++---- templates/green/default.css | 10 ++++++---- templates/grey/default.css | 10 ++++++---- templates/red/default.css | 10 ++++++---- templates/tan/default.css | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-) (limited to 'templates') 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); } -- cgit v1.2.3