Stylish@某質問サイト

最近、大幅リニューアルされた某質問サイトの見た目を変えるユーザースタイルシート
一応、って書いてますが、domainでどのサイトか特定できちゃいますw
SXGA(1280x1024)な自分のPCでは、いい感じに表示されてます。

cssソース

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("moug.net") {
div.add      { display: none !important; }
#layout      { width: 1150px !important; }
#right2nd    { width: 1000px !important; }
#center      { width: 700px !important; font-size: 1.2em !important;font-family: 'MS ゴシック' !important; }
#right       { width: 240px !important; }
#right img   { display: none !important; }
ul#newest li { width: 230px !important; }
textarea.fmborderL { width: 600px !important; font-family: 'MS ゴシック' !important; }
}

効果

  • 広告を消す
  • 全体の幅を広げる
  • 等幅フォントにして、コードとかを見易くする


リニューアル前は、ユーザースタイルシートのお世話になる必要なんてなかったんですけどね。。。
早く、改善してもらいたいものです。