svnno****@sourc*****
svnno****@sourc*****
2008年 12月 16日 (火) 19:12:40 JST
Revision: 888 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=888 Author: tach Date: 2008-12-16 19:12:40 +0900 (Tue, 16 Dec 2008) Log Message: ----------- fix section/skin link color Modified Paths: -------------- test/images/css/slashdot_apple.css test/images/css/slashdot_apple.css.jp test/images/css/slashdot_it.css test/images/css/slashdot_it.css.jp test/images/css/slashdot_linux.css test/images/css/slashdot_linux.css.jp test/images/css/slashdot_yro.css test/images/css/slashdot_yro.css.jp -------------- next part -------------- Modified: test/images/css/slashdot_apple.css =================================================================== --- test/images/css/slashdot_apple.css 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_apple.css 2008-12-16 10:12:40 UTC (rev 888) @@ -24,6 +24,13 @@ { background: #000 url(//images.slashdot.jp/article-title-bg-apple.png) repeat-x left top !important} +/* change skin/section link color more light */ .generaltitle .title h3 a.skin { color: #999; } + +#article .briefarticle .section a { + color: #07F; +} + +/* vim: set ft=css: */ Modified: test/images/css/slashdot_apple.css.jp =================================================================== --- test/images/css/slashdot_apple.css.jp 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_apple.css.jp 2008-12-16 10:12:40 UTC (rev 888) @@ -1,3 +1,10 @@ +/* change skin/section link color more light */ .generaltitle .title h3 a.skin { color: #999; } + +#article .briefarticle .section a { + color: #07F; +} + +/* vim: set ft=css: */ Modified: test/images/css/slashdot_it.css =================================================================== --- test/images/css/slashdot_it.css 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_it.css 2008-12-16 10:12:40 UTC (rev 888) @@ -41,3 +41,13 @@ #firehose .story .generaltitle .title a { color: #fff !important; } +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin { + color: #D9D1C3; +} + +#article .briefarticle .section a { + color: #A9A183; +} + +/* vim: set ft=css: */ Modified: test/images/css/slashdot_it.css.jp =================================================================== --- test/images/css/slashdot_it.css.jp 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_it.css.jp 2008-12-16 10:12:40 UTC (rev 888) @@ -0,0 +1,10 @@ +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin { + color: #D9D1C3; +} + +#article .briefarticle .section a { + color: #A9A183; +} + +/* vim: set ft=css: */ Modified: test/images/css/slashdot_linux.css =================================================================== --- test/images/css/slashdot_linux.css 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_linux.css 2008-12-16 10:12:40 UTC (rev 888) @@ -32,6 +32,11 @@ text-decoration: none; } -.generaltitle .title h3 a.skin { +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin, +#article .briefarticle .section a { color: #999; } + +/* vim: set ft=css: */ + Modified: test/images/css/slashdot_linux.css.jp =================================================================== --- test/images/css/slashdot_linux.css.jp 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_linux.css.jp 2008-12-16 10:12:40 UTC (rev 888) @@ -3,6 +3,11 @@ text-decoration: none; } -.generaltitle .title h3 a.skin { +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin, +#article .briefarticle .section a { color: #999; } + +/* vim: set ft=css: */ + Modified: test/images/css/slashdot_yro.css =================================================================== --- test/images/css/slashdot_yro.css 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_yro.css 2008-12-16 10:12:40 UTC (rev 888) @@ -41,3 +41,16 @@ .story .generaltitle .title a { color: #fff !important; } +li.comment .title h4 a +{ + text-decoration: none; +} + +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin, +#article .briefarticle .section a { + color: #C70; +} + +/* vim: set ft=css: */ + Modified: test/images/css/slashdot_yro.css.jp =================================================================== --- test/images/css/slashdot_yro.css.jp 2008-12-16 08:53:31 UTC (rev 887) +++ test/images/css/slashdot_yro.css.jp 2008-12-16 10:12:40 UTC (rev 888) @@ -0,0 +1,13 @@ +li.comment .title h4 a +{ + text-decoration: none; +} + +/* change skin/section link color more light */ +.generaltitle .title h3 a.skin, +#article .briefarticle .section a { + color: #C70; +} + +/* vim: set ft=css: */ +