MediaWiki:Common.css

From Old Tongue Wiki
Revision as of 21:51, 16 January 2026 by Rand (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎Subtle parchment background: body { background-color: #f7f3e9; } →‎Content area styling: .mw-body { background: #fffdf8; border: 1px solid #d4c4a8; border-radius: 2px; } →‎Page title: .mw-page-title-main, .mw-first-heading { font-family: 'Cinzel Decorative', serif; color: #4a3c28; font-weight: 400; } →‎Section headers: .mw-heading h2, .mw-heading h3, .mw-heading h4 { font-family: 'Cinzel'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* CSS placed here will be applied to all skins */
/* Subtle parchment background */
body {
  background-color: #f7f3e9;
}

/* Content area styling */
.mw-body {
  background: #fffdf8;
  border: 1px solid #d4c4a8;
  border-radius: 2px;
}

/* Page title */
.mw-page-title-main,
.mw-first-heading {
  font-family: 'Cinzel Decorative', serif;
  color: #4a3c28;
  font-weight: 400;
}

/* Section headers */
.mw-heading h2,
.mw-heading h3,
.mw-heading h4 {
  font-family: 'Cinzel', serif;
  color: #5c4a2a;
}

.mw-heading h2 {
  border-bottom-color: #c9b99a;
}

/* Links - slightly warmer blue */
.mw-body a:not(.new) {
  color: #2a5a8a;
}

.mw-body a:visited {
  color: #4a3c6a;
}

/* Sidebar subtle styling */
.vector-menu-portal .vector-menu-heading {
  color: #5c4a2a;
}