MediaWiki:Vector.css: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
Created page with "* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org. * Styling inside .mw-parser-output should generally use TemplateStyles.: Force lining numbers in headers (for fonts like Georgia): 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 { co..."
 
Blanked the page
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/


/* Force lining numbers in headers (for fonts like Georgia) */
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;
}

Latest revision as of 12:39, 22 March 2025