MediaWiki:Common.css
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 */ /* -- double underline -- this method (all)? seems to cause vertical spacing problems in different zoom modes */ u.du { border-bottom: 1px solid; } .b { font-weight: bold; } /* or use <B> */ .i { font-style: italic; } /* or use <I> */ .u { text-decoration: underline; } /* or use <U> */ .k { font-variant: small-caps; } .k2 {text-transform: uppercase; font-size: 80%;} /* because k doesn't reduce capitals or numerals */ .ovl { text-decoration: overline; } .strike { text-decoration: line-through; } /* or use <DEL> */