From: <par...@us...> - 2010-02-05 15:04:50
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30099/templates/grey 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/grey/default.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** default.css 30 Jul 2009 17:55:06 -0000 1.9 --- default.css 5 Feb 2010 15:04:42 -0000 1.10 *************** *** 46,49 **** --- 46,50 ---- .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; } *************** *** 88,91 **** --- 89,93 ---- .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); } *************** *** 102,106 **** a.psf:hover { color: #333; text-decoration: underline; } ! /* This is the link style for the mini-cals (varies)*/ a.ps2 { text-decoration: underline; } a.ps2:link { color: #0066FF; } --- 104,108 ---- a.psf:hover { color: #333; text-decoration: underline; } ! /* This is the link style for the mini-cals (varies)*/ a.ps2 { text-decoration: underline; } a.ps2:link { color: #0066FF; } *************** *** 109,113 **** a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } --- 111,115 ---- a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } *************** *** 116,120 **** 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; } --- 118,122 ---- 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; } *************** *** 122,126 **** a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ --- 124,128 ---- a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ |