MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→All CSS here will be loaded for users of the MinervaNeue skin: →Hintergrund: body { background-color: #f5f5f5; } →Links: a { color: #0066cc; }“) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* All CSS here will be loaded for users of the MinervaNeue skin */ | /* All CSS here will be loaded for users of the MinervaNeue skin */ | ||
/* | /* Minerva Header */ | ||
.header { | |||
background-color: # | background-color: #0b120e; | ||
box-shadow: 0 0 15px rgba(60, 255, 143, 0.3); | |||
border-bottom: 1px solid #1e8f55; | |||
} | } | ||
/* | /* Titel */ | ||
.branding-box { | |||
color: # | color: #3cff8f; | ||
text-shadow: 0 0 10px rgba(60, 255, 143, 0.6); | |||
font-weight: bold; | |||
} | |||
/* Footer */ | |||
.minerva-footer { | |||
background-color: #0b120e; | |||
border-top: 1px solid #1e8f55; | |||
color: #a7d9c1; | |||
} | } | ||
Version vom 17. Januar 2026, 17:22 Uhr
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Minerva Header */
.header {
background-color: #0b120e;
box-shadow: 0 0 15px rgba(60, 255, 143, 0.3);
border-bottom: 1px solid #1e8f55;
}
/* Titel */
.branding-box {
color: #3cff8f;
text-shadow: 0 0 10px rgba(60, 255, 143, 0.6);
font-weight: bold;
}
/* Footer */
.minerva-footer {
background-color: #0b120e;
border-top: 1px solid #1e8f55;
color: #a7d9c1;
}