Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30099/templates/default
Modified Files:
default.css
Log Message:
Add dayborder3 and weekborder3 classes for the half-hour borders (dotted style by default)
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** default.css 30 Jul 2009 17:55:06 -0000 1.31
--- default.css 5 Feb 2010 15:04:42 -0000 1.32
***************
*** 46,49 ****
--- 46,50 ----
.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; }
***************
*** 87,90 ****
--- 88,92 ----
.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); }
***************
*** 101,105 ****
a.psf:hover { color: #000099; text-decoration: underline; }
! /* This is the link style for the mini-cals */
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #0066FF; }
--- 103,107 ----
a.psf:hover { color: #000099; text-decoration: underline; }
! /* This is the link style for the mini-cals */
a.ps2 { text-decoration: underline; }
a.ps2:link { color: #0066FF; }
***************
*** 108,112 ****
a.ps2:hover { color: #000099; }
! /* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
--- 110,114 ----
a.ps2:hover { color: #000099; }
! /* This is the link style for year months */
a.ps3 { text-decoration: none; }
a.ps3:link { color: #000; }
***************
*** 115,119 ****
a.ps3:hover { color: #000; text-decoration: underline; }
! /* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
--- 117,121 ----
a.ps3:hover { color: #000; text-decoration: underline; }
! /* This is the link style for events */
a.ps { text-decoration: none; }
a.ps:link { color: #fff; }
***************
*** 121,125 ****
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
!
/* Body attributes */
--- 123,127 ----
a.ps:active { color: #fff; }
a.ps:hover { color: #fff; text-decoration: underline; }
!
/* Body attributes */
|