Actions

MediaWiki

MediaWiki:Common.css

From Sybillian's Clocktower

Revision as of 18:52, 1 September 2026 by WikiSysop (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
span.evilname a { color: green; }
.chartitle {
  border: 5px outset red;
  background-color: lightblue;
  text-align: center;
}
.mw-headline {
  font-weight: bold;
  color: #32a852;
  font-size: 32px;
}
mw-headline {
  font-weight: bold;
  color: #3273a8;
  font-size: 32px;
}
h1 {
  font-weight: bold;
  color: #722bba;
  font-size: 32px;
}

h2 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}