MediaWiki:Common.css
From Point Omega Research
Revision as of 12:16, 4 February 2013 by BigSmoke (Talk | contribs) (CSS for Table 2 in Mice and Men)
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ table.mice-and-men-table2 { border-collapse: collapse; border: 1px solid black; } table.mice-and-men-table2 th[scope=col] { padding: 2pt 8pt; text-align: center; font-weight: bold; border-bottom: 1px solid black; } table.mice-and-men-table2 th[scope=row] { border-right: 1px solid black; font-weight: bold; text-align: left; } table.mice-and-men-table2 th[scope=row]:first-child { border-right: none; } table.mice-and-men-table2 td { padding: 2pt 8pt; text-align: center; }