User:Sczw/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@namespace url(http://www.w3.org/1999/xhtml); | |||
# | |||
# | @-moz-document domain("baka-tsuki.org") { | ||
# | body, div, table, span, h1, h2, h3, h {background:none, #111 !important; color: #eee !important;} | ||
{ | |||
a {color:#ccf !important;} | |||
a:hover {color:#44c !important;} | |||
a:visited {color:#966 !important;} | |||
a.new{color:red!important;} | |||
p {font-size: 12pt !important;} | |||
} | } | ||
Revision as of 17:57, 3 October 2015
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("baka-tsuki.org") {
body, div, table, span, h1, h2, h3, h {background:none, #111 !important; color: #eee !important;}
a {color:#ccf !important;}
a:hover {color:#44c !important;}
a:visited {color:#966 !important;}
a.new{color:red!important;}
p {font-size: 12pt !important;}
}