MediaWiki:Common.css: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 4: Line 4:
  */
  */


#column-content, #column-one {
    background-color: #00FF00;
}


/* Force lining numbers in headers (for fonts like Georgia) */
h1 {
h1 {
     background-color: #000000;
     background-color: #ABCA4B;
    color: #ABCA4B;
}
}
h2 {
h2 {
     background-color: #000000;
     background-color: #ABCA4B;
    color: #ABCA4B;
}
}


div#bodyContent {
:link.new {
    background-color: #000000;
     color: #FF1111;
     color: #ABCA4B;
}
}


div#toc {
mw-panel a:visited,
    background-color: #000000;
p-personal a:visited,
    color: #ABCA4B;
p-search a:visited {
}
 
:link {
    background-color: #000000;
    color: #ABFF4B;
}
 
:visited {
    background-color: #000000;
    color: #ABFF33;
}
 
 
:link.internal {
    background-color: #000000;
    color: #ABCA4B;
}
 
:link.new {
     background-color: #00FF00;
     background-color: #00FF00;
    color: #ABCA4B;
}
}

Latest revision as of 12:42, 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.new {
    color: #FF1111;
}

mw-panel a:visited,
p-personal a:visited,
p-search a:visited {
    background-color: #00FF00;
}