MediaWiki:Common.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 4: Line 4:
tr:nth-child(even) {background-color: #f8f9fa;}
tr:nth-child(even) {background-color: #f8f9fa;}
tr:nth-child(odd) {background-color: white;}
tr:nth-child(odd) {background-color: white;}
div#mw-navigation {
    background-color: #f8f9fa;
}

Revision as of 18:26, 20 June 2020

/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

tr:nth-child(even) {background-color: #f8f9fa;}
tr:nth-child(odd) {background-color: white;}

div#mw-navigation {
    background-color: #f8f9fa;
}