Jump to content

MediaWiki:Common.css

From PentaLatin
Revision as of 20:09, 17 July 2026 by Admin (talk | contribs) (Phase 2: placeholder brand colors (terracotta/cream))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* PentaLatin Phase 2 placeholder branding.
   Simple warm terracotta/cream palette, no dark-mode handling yet (deferred
   until real branding assets/logo are chosen). Safe to replace wholesale later. */

:root {
	--pentalatin-primary: #B2472F;
	--pentalatin-primary-dark: #7A2E22;
	--pentalatin-cream: #F7F1E6;
}

body {
	background-color: var( --pentalatin-cream );
}

.mw-body,
.vector-body {
	background-color: #ffffff;
}

.vector-header-container,
.vector-header {
	background-color: var( --pentalatin-cream );
}

#firstHeading,
.firstHeading {
	font-family: Georgia, 'Times New Roman', serif;
	color: var( --pentalatin-primary-dark );
}

a {
	color: var( --pentalatin-primary );
}

a:visited {
	color: var( --pentalatin-primary-dark );
}