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 16:45, 31 December 2025 by Admin (talk | contribs) (Warm, intimate styling)
(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.
/* Warm, Intimate Wiki Styling */
/* Background: soft cream instead of stark white */
body {
    background-color: #faf8f5 !important;
}

.mw-body {
    background-color: #fffdf9 !important;
    border-color: #e8e4dc !important;
}

/* Typography: warmer, more readable */
.mw-body-content {
    font-family: "Georgia", "Palatino Linotype", "Book Antiqua", serif !important;
    font-size: 1.1em !important;
    line-height: 1.8 !important;
    color: #3d3d3d !important;
}

/* Headings: personal, not corporate */
.mw-body h1, .mw-body h2, .mw-body h3 {
    font-family: "Georgia", serif !important;
    color: #5c4a3d !important;
    border-bottom-color: #e8dfd4 !important;
}

.mw-page-title-main {
    color: #4a3728 !important;
}

/* Links: warm terracotta instead of harsh blue */
.mw-body a:not(.new) {
    color: #b5785a !important;
}

.mw-body a:not(.new):hover {
    color: #8b5a3c !important;
}

/* Blockquotes: cozy emphasis */
blockquote {
    border-left: 4px solid #d4c4b0 !important;
    background-color: #fdf9f3 !important;
    padding: 1em 1.5em !important;
    margin: 1.5em 0 !important;
    font-style: italic;
}

/* Signature styling */
hr {
    border-color: #e8dfd4 !important;
}

/* Content area: more breathing room */
.mw-body-content p {
    margin-bottom: 1.2em !important;
}

/* Soften the sidebar */
#mw-panel {
    background-color: #f5f2ed !important;
}

#mw-panel .vector-menu-portal h3 {
    color: #6b5b4f !important;
}