Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
a.external:link { color: #afafaf; } /* external links */ | a.external:link { color: #afafaf; } /* external links */ | ||
a.external:visited { color: #afafaf; } | a.external:visited { color: #afafaf; } | ||
+ | |||
+ | a, | ||
+ | a:visited, | ||
+ | div#content a.extiw, | ||
+ | div#content a.extiw:visited, | ||
+ | div#content a.external, | ||
+ | div#content a.external:visited, | ||
+ | #preferences td.htmlform-tip, #contentSub, | ||
+ | #contentSub2, | ||
+ | div.vectorTabs li.selected a, | ||
+ | div.vectorTabs li.selected a:visited, | ||
+ | #preferences legend, | ||
+ | #preftoc li.selected a { | ||
+ | color: #afafaf; | ||
+ | } | ||
#content h1,h2,h3,h4,h5,h6 { | #content h1,h2,h3,h4,h5,h6 { |
Revision as of 19:17, 26 September 2020
/* CSS placed here will be applied to all skins */
#content {
background-color: #303030;
color: #afafaf;
}
:link { text-decoration: underline;
}
a:link {color: #afafaf}
a:visited {color: #afafaf}
a:hover {color: #dfdfdf}
a:active {color: #dfdfdf}
a.new:link { color: #afafaf; }
a.new:visited { color: #afafaf; }
a.extiw:link { color: #afafaf; } /* links to other Wikipedias */
a.extiw:visited { color: #afafaf; }
a.external:link { color: #afafaf; } /* external links */
a.external:visited { color: #afafaf; }
a,
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
#preferences td.htmlform-tip, #contentSub,
#contentSub2,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited,
#preferences legend,
#preftoc li.selected a {
color: #afafaf;
}
#content h1,h2,h3,h4,h5,h6 {
color: #9aa4b2;
font-family: sans-serif;
}
#footer {
background-color: #303030;
}
#bodyContent {
background-color: #303030;
font-size: 14px;
}
body {
background-color: #303030;
}
#catlinks {
background-color: #616161;
color: #DFDFDF;
}
#mw-head-base {
background-color: #303030;
}
#p-tb {
background-color: #303030;
}
#mw-panel {
background-color: #303030;
}
#toc, .toc {
border-radius: 5px;
background-color: #616161;
}
#toctitle h2 {
color: #DFDFDF;
}