@-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あま