MediaWiki:Common.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 5: Line 5:
tr:nth-child(odd) {background-color: white;}
tr:nth-child(odd) {background-color: white;}


div#mw-navigation {
#mw-navigation {
     background-color: #f8f9fa;
     background-color: #f8f9fa;
}
}
Line 13: Line 13:
   padding-bottom: 12px;
   padding-bottom: 12px;
   text-align: left;
   text-align: left;
   background-color: rgb(52, 152, 219);
   background-color: #3498DB;
   color: white;
   color: white;
}
}

Revision as of 18:33, 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 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3498DB;
  color: white;
}