MediaWiki:Monobook.css
Jump to navigation
Jump to search
Note: After publishing, 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.
/* === Level 6 headers === ====== Test L6 Header ====== <pre> */ h6 { font-weight: normal; font-style: italic; font-size: 100%; } h6 .editsection { font-style: normal; font-size: 100%; } .editsection { float: right; margin-left: 5px; } /* old---not currently used ---------------------------- #bodyContent a.extiw { text-decoration: underline; color: #002bb8; background: none; } #bodyContent a.extiw:active { color: #faa700; } #bodyContent a.extiw:hover { text-decoration: underline; } ---------------------------- */ /* d20table class for skinning game rule tables */ table.d20 th, table.d20 td { border-color: #aaaaaa; } table.d20 th { background: #f2f2f2; } table.d20 tr.even td { background: #f9f9f9; } /* Stat blocks */ table.statBlock tr.separator td { border-top-color: #aca899; } table.statBlock th { background: inherit; } /* Dragon and monster stats */ table.dragon th { background: #fff; } table.monstats tr.separator > * { border-top-color: #aca899; } /* Author table */ table.author th.user { background: #a1b2c3; } .errata { background: #ffff80; } /* </pre> === [[Template:Quote]] CSS Colors === <pre> */ .cquote td.mark { color: #b2b7f2; } /* </pre> */