MediaWiki:Common.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 2: Line 2:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


table {
tr:nth-child(even) {background-color: #f8f9fa;}
  border-collapse: collapse;
tr:nth-child(odd) {background-color: white;}
  width: 100%;
}
 
th, td {
  text-align: left;
  padding: 8px;
}
 
tr:nth-child(even) {background-color: #f2f2f2;}

Revision as of 18:23, 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;}