MediaWiki:Common.css

From Mona Mahall / Asli Serbest
Revision as of 14:35, 11 March 2025 by Cmfiy (talk | contribs) (Created page with "CSS placed here will be applied to all skins: body { background-color: #000 !important; Schwarzer Hintergrund: color: #fff !important; Weiße Schrift: } Links besser sichtbar machen: a { color: #4aa5ff !important; Blau für Links: } a:visited { color: #9c77ff !important; Lila für besuchte Links: } Navigationsleiste und Boxen anpassen: .mw-body { background-color: #222 !important; /* Dunkleres Grau für Hauptinhal...")
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body {
    background-color: #000 !important; /* Schwarzer Hintergrund */
    color: #fff !important; /* Weiße Schrift */
}

/* Links besser sichtbar machen */
a {
    color: #4aa5ff !important; /* Blau für Links */
}

a:visited {
    color: #9c77ff !important; /* Lila für besuchte Links */
}

/* Navigationsleiste und Boxen anpassen */
.mw-body {
    background-color: #222 !important; /* Dunkleres Grau für Hauptinhalte */
}