MediaWiki:Common.css
From WWII Online Wiki
Revision as of 23:00, 26 November 2015 by Sniper62 (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: table.wikitable { margin: 1em 0; background-color: transparent; border: 1px #aaa solid; border-collapse: collapse; col...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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; }