MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Randomdata (talk | contribs) No edit summary |
Randomdata (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
#column-content, #column-one { | #column-content, #column-one { | ||
background-color: #00FF00; | background-color: #00FF00; | ||
} | |||
h1 { | h1 { | ||
background-color: #ABCA4B; | background-color: #ABCA4B; | ||
Revision as of 12:41, 22 March 2025
/*
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
#column-content, #column-one {
background-color: #00FF00;
}
h1 {
background-color: #ABCA4B;
}
h2 {
background-color: #ABCA4B;
}
:link.internal {
color: #ABCA4B;
}
:link.extiw {
color: #ABCA4B;
}
:link.external {
color: #ABCA4B;
}
:link#contentTop {
color: #ABCA4B;
}
:link {
color: #ABCA4B;
}
:link.visited {
color: #ABCA4B;
}
:link.new {
color: #FF1111;
}
mw-panel a:visited,
p-personal a:visited,
p-search a:visited {
background-color: #00FF00;
}