svnno****@sourc*****
svnno****@sourc*****
2009年 2月 18日 (水) 11:55:43 JST
Revision: 1011 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1011 Author: tach Date: 2009-02-18 11:55:43 +0900 (Wed, 18 Feb 2009) Log Message: ----------- add ads-text css Modified Paths: -------------- images/trunk/css/slashdotjp.css -------------- next part -------------- Modified: images/trunk/css/slashdotjp.css =================================================================== --- images/trunk/css/slashdotjp.css 2009-02-13 09:43:38 UTC (rev 1010) +++ images/trunk/css/slashdotjp.css 2009-02-18 02:55:43 UTC (rev 1011) @@ -656,6 +656,28 @@ margin: 1em 0; } +/* text ads */ +.ads-text { + border: 1px solid #CCC; + padding: 0.3em 0.5em; + margin-bottom: 0.5em; + font-size: 85%; + color: #999; +} + +.ads-text #ads-text-1 { + margin-bottom: 0.3em; +} + +.ads-text a { + color: #055; + text-decoration: none; +} + +.ads-text a:hover { + text-decoration: underline; +} + /* for osdnnavbar: width=0 */ #top_parent { border: 0px solid transparent;