Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 07:18, 9 January 2026 by Maintenance script (talk | contribs)
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Wikifesto Custom Styles - Dark, Clean, Manifesto-worthy */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&display=swap');

/* Dark theme base */
body {
    background: #1a1a2e !important;
    color: #eaeaea !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

#content, .mw-body {
    background: #16213e !important;
    color: #eaeaea !important;
    border: 1px solid #0f3460 !important;
    border-radius: 8px;
    padding: 2em;
    font-family: 'Source Sans Pro', sans-serif;
}

/* Headers - Playfair Display for that manifesto gravitas */
h1, h2, h3, h4, h5, h6,
.mw-headline,
#firstHeading {
    color: #e94560 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    border-bottom-color: #0f3460 !important;
    font-weight: 700;
}

#firstHeading {
    font-size: 2.8em;
    margin-bottom: 0.5em;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.8em;
    margin-top: 1.5em;
}

/* Links - only actual links are cyan */
a, a:visited {
    color: #00d9ff !important;
}

a:hover {
    color: #e94560 !important;
    text-decoration: none;
}

/* Navigation */
#mw-panel, .vector-menu-portal {
    background: #0f3460 !important;
}

#mw-panel .vector-menu-portal .vector-menu-heading {
    color: #e94560 !important;
    font-family: 'Playfair Display', serif;
}

.vector-menu-portal .vector-menu-content li a {
    color: #00d9ff !important;
}

/* Sidebar */
#mw-navigation {
    background: #1a1a2e !important;
}

/* Search */
#simpleSearch {
    background: #16213e !important;
    border-color: #0f3460 !important;
}

#searchInput {
    color: #eaeaea !important;
}

/* Horizontal rules */
hr {
    border-color: #0f3460 !important;
    margin: 2em 0;
}

/* Lists */
ul, ol {
    color: #eaeaea;
}

/* Emphasis - lavender for italics, distinct from links */
em, i {
    color: #c9b1ff;
    font-style: italic;
}

strong, b {
    color: #e94560;
    font-weight: 600;
}

/* Footer */
#footer {
    background: #0f3460 !important;
    color: #888 !important;
}

/* Hide some MediaWiki clutter */
#mw-page-base, #mw-head-base {
    background: #1a1a2e !important;
}

.mw-editsection {
    font-size: 0.8em;
}

/* Content area spacing */
.mw-parser-output {
    line-height: 1.8;
    font-size: 1.1em;
}

.mw-parser-output p {
    margin-bottom: 1.2em;
}

/* Blockquotes for manifestos */
blockquote {
    border-left: 4px solid #e94560;
    padding-left: 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    color: #c9b1ff;
    font-family: 'Playfair Display', serif;
    font-size: 1.15em;
}

/* Tagline style */
.mw-parser-output > p:first-of-type {
    font-size: 1.3em;
    color: #c9b1ff;
    font-style: italic;
}