[Phphtmllib-devel] SF.net SVN: phphtmllib:[3351] trunk/open2300/htdocs/css/main.css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 06:18:59
|
Revision: 3351 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3351&view=rev Author: hemna Date: 2010-02-22 06:18:53 +0000 (Mon, 22 Feb 2010) Log Message: ----------- ems Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-22 06:18:18 UTC (rev 3350) +++ trunk/open2300/htdocs/css/main.css 2010-02-22 06:18:53 UTC (rev 3351) @@ -66,15 +66,16 @@ border: 1px solid #aaaaaa; } -#idCurrentConditions { +#idCurrentConditions, #idWxMonthData { font-size: .6em; } -#idCurrentConditionscontents{ +#idCurrentConditionscontents, #idWxMonthDatacontents { border: 1px solid #000088; } -#idCurrentConditionscontents .cctitle { + +.cctitle { font-size: .8em; font-weight:bold; background-color: #000088; @@ -140,14 +141,14 @@ 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 th {height: 10px; font-size: .8em;} +table.calendar td {width: 19px; height: 10px; font-size: .8em;} +table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 1em; 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.calendar a.linked-day {font-size: .8em; color: black; font-weight:normal; text-align:center;} +table.calendar td.selected-day {font-size: .9em; color: red; font-weight:bold;} table.prevnext {width: 100%; margin-top: .3em;} table.prevnext td{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |