[Phphtmllib-devel] SF.net SVN: phphtmllib:[3345] trunk/open2300/htdocs/css/main.css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 04:14:31
|
Revision: 3345 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3345&view=rev Author: hemna Date: 2010-02-22 04:14:25 +0000 (Mon, 22 Feb 2010) Log Message: ----------- calendar Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-22 04:13:09 UTC (rev 3344) +++ trunk/open2300/htdocs/css/main.css 2010-02-22 04:14:25 UTC (rev 3345) @@ -138,8 +138,26 @@ +table.calendar {border: 0; color: black; background-color: #ffeff;} +table.calendar td, th {text-align: center; border: 0} +table.calendar th {height: 10px; font-size: 7pt;} +table.calendar td {width: 19px; height: 10px; font-size: 9pt;} +table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center} +table.calendar .calendar-month a{text-decoration: none} +table.calendar a.calendar-prev, table.calendar a.calendar-next {font-weight: normal;color:black;} +table.calendar th {color: green; text-align: center;} +table.calendar a.linked-day {font-size: 9pt; color: black; font-weight:normal; text-align:center;} +table.calendar td.selected-day {font-size: 9pt; color: red; font-weight:bold;} +table.prevnext {width: 100%; margin-top: .3em;} +table.prevnext td{ + font-size: smaller; +} +table.prevnext td a{text-decoration: none} + + + .datalist_col_head { font-family: arial, helvetica, sans-serif; font-size: .8em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |