MediaWiki:Common.css: Difference between revisions

From WikiMSK

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


.wikitable th {
.wikitable > tr > th, .wikitable > * > tr > th {
   padding-top: 12px;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-bottom: 12px;

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

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

.wikitable > tr > th, .wikitable > * > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3498DB;
  color: white;
}