08/08/11 02:37:51 jLXzHhsE0
>>432
Stylishで普通に出来る。
/*--------------------------ここから----------------------------*/
@namespace url(URLリンク(www.w3.org));
@-moz-document url-prefix(http://) {
body,html {background:#333 !important; color: green ! important;}
}
@-moz-document url-prefix("URLリンク(127.0.0.1:8823)") {
body,html{ background-color: pink ! important;}
*{ color: red ! important;}
}
/*-----------------------------ここまで--------------------------*/