Revision as of 21:58, 3 July 2022 by Imperialhare (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .mw-parser-output .mw-tpl-colorbox { box-sizing:border-box; margin:0.5em 0.5em 1em 0.5em; border-radius:0.2em; backgroun...")
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.
/* CSS placed here will be applied to all skins */ .mw-parser-output .mw-tpl-colorbox { box-sizing:border-box; margin:0.5em 0.5em 1em 0.5em; border-radius:0.2em; background:#fff; box-shadow:0 0 0.2em #999999 } .mw-parser-output .mw-tpl-colorbox-title { background:#eaecf0; color:#000000; border-radius:0.2em 0.2em 0 0; padding:0.5em 1em 0.5em 1em } .mw-parser-output .mw-tpl-colorbox-title-icon { opacity:0.8 } .mw-parser-output .mw-tpl-colorbox-title-corner { float:right; font-size:0.7em } .mw-parser-output .mw-tpl-colorbox-content { padding:0.5em 1em 0.5em 1em } .mw-parser-output .mw-tpl-colorbox-content::after { content:""; display:block; clear:both }