MediaWiki:Common.css

From Handcrafted Policy
Revision as of 01:42, 5 November 2024 by Carl Pettitt (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)
  • 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 */
body {
  background: #014c68;
}

.mw-body .mw-heading,
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.mw-body dt {
    font-family: sans-serif;
    line-height: 1.5;
}

#p-logo-text a {
  font-family: sans-serif;
  font-variant: none;
  color: #014c68;
}

#p-logo-text a.long {
  font-size: 1.1em;
  line-height: 1.1;
}

#personal h2 {
  font-family: sans-serif;
  font-size: 1.1em;
}

.color-left,
.color-middle,
.color-right {
  background: #014c68;
}

#mw-content-container {
  border-color: #37abc8;
}