[Phphtmllib-devel] SF.net SVN: phphtmllib:[3372] trunk/open2300/htdocs/css/main.css
Status: Beta
Brought to you by:
hemna
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. |