MediaWiki:Common.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 9: Line 9:
}
}


#customers th {
.wikitable th {
   padding-top: 12px;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-bottom: 12px;

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

.wikitable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(52, 152, 219);
  color: white;
}