User:Sczw/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 20: | Line 20: | ||
a { | a { | ||
color: # | color: #aaaaff !important; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #ffaaff !important; | ||
} | } | ||
| Line 32: | Line 32: | ||
a.new { | a.new { | ||
color: | color: blue !important; | ||
} | } | ||
} | } | ||
Revision as of 16:55, 8 October 2015
div#content, div#simpleSearch, input, button, pre {
background-color: #1c1c1c !important;
}
body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
background-color: #1e1e1e !important;
}
ul, li, td, tr, table, div.thumb {
background-color: inherit !important;
}
div#mw-page-base, span, ul, li {
background-image: none !important;
}
h1, h2, h3, h4, h5, h6, div#content, input, button, pre {
color: #EAEAEA !important;
}
a {
color: #aaaaff !important;
}
a:visited {
color: #ffaaff !important;
}
a.external {
color: #54b2a9 !important;
}
a.new {
color: blue !important;
}
}