MediaWiki:Common.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 19: Line 19:


.wikitable{
.wikitable{
border-style: none;
border: none;
}
}

Revision as of 18:39, 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: 5px;
  padding-bottom: 5px;
  padding-left:0.5em;
  text-align: left;
  background-color: #3498DB;
  color: white;
}

.wikitable{
	border: none;
}