Difference between revisions of "MediaWiki:Common.css"

From Marathon Documentation
Jump to: navigation, search
 
(One intermediate revision 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 { display: none; }
+
.mw-translate-page-info, .mw-pt-translate-header { display: none; }
.mw-translate-page-info + hr { display: none; }
+
.mw-translate-page-info + hr, .mw-pt-translate-header + hr { display: none; }
  +
.mandeflist th { text-align: left; }

Latest revision as of 13: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; }