スラド用スタイルシート
最近、スラドでボタンがひどく目障りなので。
追記: userstyles.org に slashdot.jp - simple comment buttons として登録しました。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("slashdot.jp") {
.commentBody{
padding: 0.5em !important;
}
.commentSub{
padding:0em !important;
position: relative !important;
top:-2em !important;
float:right !important;
display:none !important;
}
.comment:hover > div > .commentSub{
display:block !important;
}
.nbutton,
.nbutton p,
.nbutton p b,
.nbutton p b a
{
margin:0px !important;
padding:0px !important;
background:#fff !important;
color:#888 !important;
font-size:70% !important;
}
}
Before

After

最終更新: 2009年1月18日(日) 12時11分