MediaWiki:Common.css: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


:link.internal {
:link.internal {
    color: #ABCA4B;
}
:link.extiw {
    color: #ABCA4B;
}
:link.external {
    color: #ABCA4B;
}
:link#contentTop {
    color: #ABCA4B;
}
:link {
    color: #ABCA4B;
}
:visited {
     color: #ABCA4B;
     color: #ABCA4B;
}
}

Revision as of 12:20, 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.
 */

div#mw {
    color: #00FF00;
}

/* 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;
}

:visited {
    color: #ABCA4B;
}