Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
| + | |||
| + | body.page-Main_Page h1.firstHeading { display:none; } | ||
| + | |||
| + | table.wikitable { | ||
| + | border: none; | ||
| + | background-color: #ffffff; | ||
| + | } | ||
| + | table.wikitable > tr > th, | ||
| + | table.wikitable > * > tr > th { | ||
| + | border: none; | ||
| + | background-color: #ffffff; | ||
| + | } | ||
| + | table.wikitable > * > tr > td, | ||
| + | table.wikitable > tr > td { | ||
| + | border: none; | ||
| + | background-color: #ffffff; | ||
| + | } | ||
Latest revision as of 11:44, 16 April 2013
/** CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }
table.wikitable {
border: none;
background-color: #ffffff;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
border: none;
background-color: #ffffff;
}
table.wikitable > * > tr > td,
table.wikitable > tr > td {
border: none;
background-color: #ffffff;
}