[Phphtmllib-devel] SF.net SVN: phphtmllib:[3359] trunk/open2300/htdocs/css/menu.css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 08:13:05
|
Revision: 3359 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3359&view=rev Author: hemna Date: 2010-02-22 08:12:41 +0000 (Mon, 22 Feb 2010) Log Message: ----------- added Added Paths: ----------- trunk/open2300/htdocs/css/menu.css Added: trunk/open2300/htdocs/css/menu.css =================================================================== --- trunk/open2300/htdocs/css/menu.css (rev 0) +++ trunk/open2300/htdocs/css/menu.css 2010-02-22 08:12:41 UTC (rev 3359) @@ -0,0 +1,48 @@ +#idMenu { + position: absolute; + left:190px; + top: 140px; + font-size: .6em; + margin:0px; + padding:0px; +} + +#idMenu #idMenuItems { + margin:0px; + padding:0px; +} + +#idMenu #idMenuItems li { + list-style: none; + text-align:left; + float: left; + padding:0px; + margin:0px; +} + +#idMenu #idMenuItems li:first-child { + border-left:none; + list-style: none; + float: left; + text-align:left; + margin-left:-40px; + padding-left:0px; +} + +#idMenu #idMenuItems li a { + padding:4px; + padding-right:10px; + height: 20px; + line-height: 20px; + font-size: 1em; + border: none; + color: #000000; + font-weight: bold; + text-decoration: none; + position: relative; +} + + +#idMenu #idMenuItems li a:hover { + background-color: #9ca6f1; +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |