[Linpha-cvs] SF.net SVN: linpha: [4889] trunk/linpha2/templates/misc/roundCorners.css
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2008-02-20 19:06:06
|
Revision: 4889 http://linpha.svn.sourceforge.net/linpha/?rev=4889&view=rev Author: fangehrn Date: 2008-02-20 11:05:55 -0800 (Wed, 20 Feb 2008) Log Message: ----------- Added Paths: ----------- trunk/linpha2/templates/misc/roundCorners.css Copied: trunk/linpha2/templates/misc/roundCorners.css (from rev 4888, trunk/misc/design/14cornersSchill/roundCorners.css) =================================================================== --- trunk/linpha2/templates/misc/roundCorners.css (rev 0) +++ trunk/linpha2/templates/misc/roundCorners.css 2008-02-20 19:05:55 UTC (rev 4889) @@ -0,0 +1,50 @@ + +.linCorn { + position:relative; + margin:0px auto; + z-index:1; + margin-left:15px; /* default, width of left corner */ + margin-bottom:0.5em; /* spacing under dialog */ +} + +.linCorn .linCornC { + position:relative; + zoom:1; + _overflow-y:hidden; + padding:5px 15px 0px 0px; +} + +.linCorn .linCornT { + /* top+left vertical slice */ + position:absolute; + left:0px; + top:0px; + width:15px; /* top slice width */ + margin-left:-15px; + height:100%; + _height:1600px; /* arbitrary long height, IE 6 */ + background-position:top left; +} + +.linCorn .linCornB { + /* bottom */ + position:relative; + width:100%; +} + +.linCorn .linCornB, +.linCorn .linCornB div { + height:15px; /* height of bottom cap/shade */ + font-size:1px; +} + +.linCorn .linCornB { + background-position:bottom right; +} + +.linCorn .linCornB div { + position:relative; + width:15px; /* bottom corner width */ + margin-left:-15px; + background-position:bottom left; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |