Difference between revisions of "MediaWiki:Common.css"

From Marathon Documentation
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .colspaced td, .colspaced th { padding: 0.4em 2em; }")
 
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
   
 
.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; }
  +
.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 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; }