User:Sczw/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
div#content, div#simpleSearch, input, button, pre { | div#content, div#simpleSearch, input, button, pre { | ||
background-color: # | background-color: #202020 !important; | ||
} | } | ||
body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type { | body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type { | ||
background-color: # | background-color: #101010 !important; | ||
} | } | ||
| Line 16: | Line 16: | ||
h1, h2, h3, h4, h5, h6, div#content, input, button, pre { | h1, h2, h3, h4, h5, h6, div#content, input, button, pre { | ||
color: # | color: #EAEAEA !important; | ||
} | } | ||
a { | a { | ||
color: # | color: #f166ff !important; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #903d99 !important; | ||
} | } | ||
a.external { | a.external { | ||
color: # | color: #1ba1e2 !important; | ||
} | } | ||
Revision as of 16:41, 8 October 2015
div#content, div#simpleSearch, input, button, pre {
background-color: #202020 !important;
}
body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type {
background-color: #101010 !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: #f166ff !important;
}
a:visited {
color: #903d99 !important;
}
a.external {
color: #1ba1e2 !important;
}
a.new {
color: red !important;
}
}