tailtame's diary

ベータに乗っている(2011年の話)

Stylishでテキストを純粋に読むユーザCSS(自分向け)

@-moz-document url-prefix(http){
*{
color: #000000 !important;
background: #efefef !important;
font-size:16px !important;
font-family:"メイリオ", "MS ゴシック" !important;
}
a:link{color:blue !important;}
a:visited{color:purple !important;}
a:hover{color:red !important;}
}

url-prefixがhttpと入れているのは、*{}なため、userContent.css側にも適応されるためですw あれこれ考えたけど、これが楽だった…。a要素はおまけですyo

↑のような感じで、普段はチェックを外しておけばいいので…、と言ってもこのユーザCSSあまり使ってないry *{}なのでサイトの色をすべて無効に出来るから楽チンよー。

適応例


こんな感じになります。背景画像も消える。