MediaWiki:Common.css: Difference between revisions

From Mona Mahall / Asli Serbest
Jump to navigation Jump to search
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..."
(No difference)

Revision as of 14:35, 11 March 2025

/* 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 */
}