アナログ
RSS  

Firefox:スラッシュドット・ジャパンが眩しくてしょうがない2009/01/09 23:09

スラッシュドット・ジャパンのデザインが変更されて、以前の定義Firefox:userContent.cssの使い道が効果なくなってしまったので、修正してみました。
@-moz-document domain("slashdot.jp") {
	body, #wrapper, #commentlisting, .microad_comment {
		background-color: #eee !important;
	}
	span.nbutton {
		background: none !important;
	}
	span.nbutton p, span.nbutton p b {
		background-image: none !important;
	}
	span.nbutton * a {
		padding: 0 2px !important;
		background-image: none !important;
		background-color:#ddd !important;
		color:#333 !important;
		border:1px dashed #333 !important;
	}
	div.write-comment-link {display:none;}
}

ついでにボタンも控えめで(笑)。

同じものが投稿されてるって?
うん、それ私w