Difference between revisions of "MediaWiki:Common.css"
From WWII Online Wiki
Jump to navigationJump to searchLine 24: | Line 24: | ||
} | } | ||
.toccolours { | #toc, .toc, .mw-warning, .toccolours { | ||
border: 1px solid #AAA; | |||
background-color: transparent; | |||
padding: 5px; | |||
font-size: 95%; | |||
} | } |
Revision as of 23:15, 26 November 2015
/* CSS placed here will be applied to all skins */ table.wikitable { margin: 1em 0; background-color: transparent; border: 1px #aaa solid; border-collapse: collapse; color: black; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px #aaa solid; padding: 0.2em; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: transparent; text-align: center; } table.wikitable > caption { font-weight: bold; } #toc, .toc, .mw-warning, .toccolours { border: 1px solid #AAA; background-color: transparent; padding: 5px; font-size: 95%; }