Thread: [Phphtmllib-devel] SF.net SVN: phphtmllib:[3207] trunk/open2300/htdocs/css/main.css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-01-26 18:30:29
|
Revision: 3207 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3207&view=rev Author: hemna Date: 2009-01-26 18:30:24 +0000 (Mon, 26 Jan 2009) Log Message: ----------- no repeat Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2009-01-26 04:19:01 UTC (rev 3206) +++ trunk/open2300/htdocs/css/main.css 2009-01-26 18:30:24 UTC (rev 3207) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background-image: url('/images/top_banner.gif'); + background-image: url('/images/top_banner.gif') no-repeat; background-position: top left; } @@ -28,9 +28,16 @@ font-size:1.4em; font-weight:bold; padding-top:8px; -} +} +#idPageSubHeadText { + width: 100%; + text-align:center; + font-size:.6em; + padding-top:0px; +} + #maincontent { background-color:#ffffff; width:100%; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2009-01-26 18:38:59
|
Revision: 3208 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3208&view=rev Author: hemna Date: 2009-01-26 18:38:55 +0000 (Mon, 26 Jan 2009) Log Message: ----------- fixed top banner Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2009-01-26 18:30:24 UTC (rev 3207) +++ trunk/open2300/htdocs/css/main.css 2009-01-26 18:38:55 UTC (rev 3208) @@ -18,8 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background-image: url('/images/top_banner.gif') no-repeat; - background-position: top left; + background: url('/images/top_banner.gif') no-repeat top left; } #idPageHeadText { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2009-11-24 06:06:22
|
Revision: 3288 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3288&view=rev Author: hemna Date: 2009-11-24 06:06:14 +0000 (Tue, 24 Nov 2009) Log Message: ----------- added some styles for the cam image div area Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2009-11-24 05:38:37 UTC (rev 3287) +++ trunk/open2300/htdocs/css/main.css 2009-11-24 06:06:14 UTC (rev 3288) @@ -91,11 +91,39 @@ color:#ffffff; } +#idCamDiv { + border: 1px solid #000088; + width: 482px; + height: 330px; +} +#idCamDiv .camtitle { + font-size: .6em; + font-weight:bold; + background-color: #000088; + color: #ffffff; + padding:2px; + margin:1px; +} +#idCamDiv #idCamTitle a:active,a:visited,a:link { + color:#ffffff; + font-family: arial, helvetica, sans-serif; +} +#idCamImg { + padding-left:1px; + margin:0px; +} +#idRadarDiv { + padding-top: 10px; +} + + + + .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. |
From: <he...@us...> - 2009-11-25 17:46:22
|
Revision: 3297 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3297&view=rev Author: hemna Date: 2009-11-25 17:46:12 +0000 (Wed, 25 Nov 2009) Log Message: ----------- formatting Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2009-11-25 17:43:41 UTC (rev 3296) +++ trunk/open2300/htdocs/css/main.css 2009-11-25 17:46:12 UTC (rev 3297) @@ -22,18 +22,18 @@ } #idPageHeadText { - width: 100%; - text-align:center; + width: 100%; + text-align:center; font-size:1.4em; font-weight:bold; - padding-top:8px; + padding-top:8px; } #idPageSubHeadText { - width: 100%; - text-align:center; + width: 100%; + text-align:center; font-size:.6em; - padding-top:0px; + padding-top:0px; } @@ -61,35 +61,35 @@ .wx { padding:2px; background-color: #eeeeee; - border: 1px solid #aaaaaa; + border: 1px solid #aaaaaa; } #idCurrentConditions { - font-size: .6em; + font-size: .6em; } #idCurrentConditionscontents{ - border: 1px solid #000088; + border: 1px solid #000088; } #idCurrentConditionscontents .cctitle { - font-size: .8em; - font-weight:bold; - background-color: #000088; - color: #ffffff; - padding:2px; - margin:1px; + font-size: .8em; + font-weight:bold; + background-color: #000088; + color: #ffffff; + padding:2px; + margin:1px; } #idcclastupdate { - background-color: #efefef; - padding:2px; - margin:1px; + background-color: #efefef; + padding:2px; + margin:1px; } .linkrefresh,.linkrefresh:visited { - color:#ffffff; -} + color:#ffffff; +} #idCamDiv { border: 1px solid #000088; @@ -98,16 +98,17 @@ } #idCamDiv .camtitle { - font-size: .6em; - font-weight:bold; - background-color: #000088; - color: #ffffff; - padding:2px; - margin:1px; + font-size: .6em; + font-weight:bold; + background-color: #000088; + color: #ffffff; + padding:2px; + margin:1px; } #idCamDiv #idCamTitle a:active,a:visited,a:link { color:#ffffff; + font-weight:bold; font-family: arial, helvetica, sans-serif; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-21 19:43:05
|
Revision: 3330 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3330&view=rev Author: hemna Date: 2010-02-21 19:42:59 +0000 (Sun, 21 Feb 2010) Log Message: ----------- center the main content Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-17 17:56:46 UTC (rev 3329) +++ trunk/open2300/htdocs/css/main.css 2010-02-21 19:42:59 UTC (rev 3330) @@ -39,7 +39,9 @@ #maincontent { background-color:#ffffff; - width:100%; + width:80%; + margin-left: auto; + margin-right: auto; } .leftblock { @@ -110,6 +112,7 @@ color:#ffffff; font-weight:bold; font-family: arial, helvetica, sans-serif; + padding-left:10px; } #idCamImg { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-21 19:58:13
|
Revision: 3334 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3334&view=rev Author: hemna Date: 2010-02-21 19:58:07 +0000 (Sun, 21 Feb 2010) Log Message: ----------- webcam widget Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-21 19:56:45 UTC (rev 3333) +++ trunk/open2300/htdocs/css/main.css 2010-02-21 19:58:07 UTC (rev 3334) @@ -40,8 +40,8 @@ #maincontent { background-color:#ffffff; width:80%; - margin-left: auto; - margin-right: auto; + margin-left: auto; + margin-right: auto; } .leftblock { @@ -93,14 +93,14 @@ color:#ffffff; } -#idCamDiv { +#idWebCamContents { border: 1px solid #000088; width: 482px; - height: 330px; + height: 331px; } -#idCamDiv .camtitle { - font-size: .6em; +#idWebCamTitle { + font-size: .7em; font-weight:bold; background-color: #000088; color: #ffffff; @@ -108,14 +108,14 @@ margin:1px; } -#idCamDiv #idCamTitle a:active,a:visited,a:link { +#idWebCamTitle a:active,a:visited,a:link { color:#ffffff; font-weight:bold; font-family: arial, helvetica, sans-serif; padding-left:10px; } -#idCamImg { +#idWebCamImg { padding-left:1px; margin:0px; } @@ -124,10 +124,22 @@ padding-top: 10px; } +#calContainer { + display:none; + position:absolute; + left: 1200px; + top:170px; + z-index:2; +} +#idWebCamCal { + clear: both; +} + + .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. |
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. |
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. |
From: <he...@us...> - 2010-02-23 19:29:33
|
Revision: 3360 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3360&view=rev Author: hemna Date: 2010-02-23 19:29:27 +0000 (Tue, 23 Feb 2010) Log Message: ----------- added winter banner Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-22 08:12:41 UTC (rev 3359) +++ trunk/open2300/htdocs/css/main.css 2010-02-23 19:29:27 UTC (rev 3360) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/pano_cropped_banner1.jpg') no-repeat top center; + background: url('/images/pano_banner_winter.jpg') no-repeat top center; } #idPageHeadText { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-25 15:34:55
|
Revision: 3365 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3365&view=rev Author: hemna Date: 2010-02-25 15:34:48 +0000 (Thu, 25 Feb 2010) Log Message: ----------- new image Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-25 15:33:03 UTC (rev 3364) +++ trunk/open2300/htdocs/css/main.css 2010-02-25 15:34:48 UTC (rev 3365) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/pano_banner_winter.jpg') no-repeat top center; + background: url('/images/pano_banner_winter2.jpg') no-repeat top center; } #idPageHeadText { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-26 07:12:37
|
Revision: 3372 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3372&view=rev Author: hemna Date: 2010-02-26 07:12:30 +0000 (Fri, 26 Feb 2010) Log Message: ----------- ids for banner Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-26 07:12:12 UTC (rev 3371) +++ trunk/open2300/htdocs/css/main.css 2010-02-26 07:12:30 UTC (rev 3372) @@ -18,9 +18,38 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/pano_banner_winter2.jpg') no-repeat top center; + background: url('/images/banners/winter_sunset_partly.jpg') no-repeat top center; } +#headtopleft { + font-size: 1em; + font-weight: bold; + padding-bottom:2px; + width:165px; +} + +#headtopcenter { + font-size: .8em; + font-weight: normal; + padding-bottom:2px; + text-align: left; + width:250px; +} + +#headtopright { + font-size: .9em; + font-weight: bold; + text-align: right; + padding-bottom:2px; + width: 100px; +} +.cold { + color: blue; +} +.hot { + color: red; +} + #idPageHeadText { width: 100%; text-align:center; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-26 19:11:46
|
Revision: 3386 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3386&view=rev Author: hemna Date: 2010-02-26 18:05:07 +0000 (Fri, 26 Feb 2010) Log Message: ----------- use new banner dirs and morning_rain.jpg Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-26 18:04:35 UTC (rev 3385) +++ trunk/open2300/htdocs/css/main.css 2010-02-26 18:05:07 UTC (rev 3386) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/banners/winter_sunset_partly.jpg') no-repeat top center; + background: url('/images/banners/winter/morning_rain.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-27 05:25:33
|
Revision: 3391 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3391&view=rev Author: hemna Date: 2010-02-27 05:25:27 +0000 (Sat, 27 Feb 2010) Log Message: ----------- rainbow Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-27 05:24:45 UTC (rev 3390) +++ trunk/open2300/htdocs/css/main.css 2010-02-27 05:25:27 UTC (rev 3391) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/banners/winter/morning_rain.jpg') no-repeat top center; + background: url('/images/banners/spring/afternoon_rain.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-27 18:26:29
|
Revision: 3393 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3393&view=rev Author: hemna Date: 2010-02-27 18:26:23 +0000 (Sat, 27 Feb 2010) Log Message: ----------- morning cloudy Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-27 18:25:43 UTC (rev 3392) +++ trunk/open2300/htdocs/css/main.css 2010-02-27 18:26:23 UTC (rev 3393) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/banners/spring/afternoon_rain.jpg') no-repeat top center; + background: url('/images/banners/spring/morning_cloudy.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-28 01:43:15
|
Revision: 3397 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3397&view=rev Author: hemna Date: 2010-02-28 01:43:09 +0000 (Sun, 28 Feb 2010) Log Message: ----------- afternoon Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-27 18:52:47 UTC (rev 3396) +++ trunk/open2300/htdocs/css/main.css 2010-02-28 01:43:09 UTC (rev 3397) @@ -18,7 +18,7 @@ background-color: #FFFFFF; width: 100%; height:150px; - background: url('/images/banners/spring/morning_cloudy.jpg') no-repeat top center; + background: url('/images/banners/spring/afternoon_rain.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-28 02:37:41
|
Revision: 3399 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3399&view=rev Author: hemna Date: 2010-02-28 02:37:35 +0000 (Sun, 28 Feb 2010) Log Message: ----------- new evening_mostly.jpg Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-28 02:36:49 UTC (rev 3398) +++ trunk/open2300/htdocs/css/main.css 2010-02-28 02:37:35 UTC (rev 3399) @@ -18,7 +18,7 @@ background-color: #FFFFFF; width: 100%; height:150px; - background: url('/images/banners/spring/afternoon_rain.jpg') no-repeat top center; + background: url('/images/banners/spring/evening_mostly.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-02-28 16:28:14
|
Revision: 3401 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3401&view=rev Author: hemna Date: 2010-02-28 16:28:07 +0000 (Sun, 28 Feb 2010) Log Message: ----------- morning sunny Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-28 16:26:31 UTC (rev 3400) +++ trunk/open2300/htdocs/css/main.css 2010-02-28 16:28:07 UTC (rev 3401) @@ -18,7 +18,7 @@ background-color: #FFFFFF; width: 100%; height:150px; - background: url('/images/banners/spring/evening_mostly.jpg') no-repeat top center; + background: url('/images/banners/spring/morning_sunny.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-03-03 16:20:02
|
Revision: 3405 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3405&view=rev Author: hemna Date: 2010-03-03 16:19:54 +0000 (Wed, 03 Mar 2010) Log Message: ----------- rain Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-03-03 16:19:23 UTC (rev 3404) +++ trunk/open2300/htdocs/css/main.css 2010-03-03 16:19:54 UTC (rev 3405) @@ -18,7 +18,7 @@ background-color: #FFFFFF; width: 100%; height:150px; - background: url('/images/banners/spring/morning_sunny.jpg') no-repeat top center; + background: url('/images/banners/spring/morning_rain.jpg') no-repeat top center; } #headtopleft { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-03-15 17:20:21
|
Revision: 3435 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3435&view=rev Author: hemna Date: 2010-03-15 17:20:11 +0000 (Mon, 15 Mar 2010) Log Message: ----------- added download link Modified Paths: -------------- trunk/open2300/htdocs/css/main.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-03-15 17:13:01 UTC (rev 3434) +++ trunk/open2300/htdocs/css/main.css 2010-03-15 17:20:11 UTC (rev 3435) @@ -117,8 +117,14 @@ #idCurrentConditions, #idWxMonthData { font-size: .6em; + color: black; } +a.download:active, a.download:link, a.download:visited { + font-size: .6em; + color: #000000; +} + #idCurrentConditionscontents, #idWxMonthDatacontents { border: 1px solid #000088; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |