Difference between revisions of "MediaWiki:Common.css"
From Marathon Documentation
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
.colspaced td, .colspaced th { padding: 0.4em 2em; } |
.colspaced td, .colspaced th { padding: 0.4em 2em; } |
||
.firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } |
.firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } |
||
+ | .mw-translate-page-info, .mw-pt-translate-header { display: none; } |
||
+ | .mw-translate-page-info + hr, .mw-pt-translate-header + hr { display: none; } |
||
+ | .mandeflist th { text-align: left; } |
Latest revision as of 12:10, 14 June 2018
/* CSS placed here will be applied to all skins */ .colspaced td, .colspaced th { padding: 0.4em 2em; } .firstcol-black td:first-child, .firstcol-black th:first-child { background-color: black; } .mw-translate-page-info, .mw-pt-translate-header { display: none; } .mw-translate-page-info + hr, .mw-pt-translate-header + hr { display: none; } .mandeflist th { text-align: left; }