MediaWiki:Common.css
Revision as of 12:00, 9 February 2016 by Administator (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .formtable .checkboxLabel { display: block; } .mp-box { background: #ccc; width: 45%; display: block; float: left...")
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 */
.formtable .checkboxLabel {
display: block;
}
.mp-box {
background: #ccc;
width: 45%;
display: block;
float: left;
padding: 1%;
margin: 1%;
}
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}