MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
150 Bytes hinzugefügt ,  21:41, 30. Jun. 2018
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 23: Zeile 23:
}
}


.firstHeading {
color: #00A651 !important;
}
.mw-headline {
color: #97373d !important;
}


/* Color utilities */
/* Color utilities */
.text-white {
.text-white {
     color: #FFF;
     color: #FFF !important;
}
}
.text-deafult {
.text-default {
     color: #212529;
     color: #212529 !important;
}
}
.text-muted {
.text-muted {
     color: #AEAEAE;
     color: #AEAEAE !important;
}
.text-primary {
 
}
.text-secondary {
 
}
.text-hg {
    color: #00A651 !important;
}
.text-hgrot {
    color: #97373d !important;
}
}
.bg-primary {
.bg-primary {
Zeile 47: Zeile 53:
}
}
.bg-dark {
.bg-dark {
     background: #333;
     background: #333 !important;
}
}
.bg-light {
.bg-light {
     background: #EEE;
     background: #EEE !important;
}
}
 
.bg-hg {
.bg-important {
    background: #00A651 !important;
     background: #ff593f;
}
.bg-hgrot {
     background: #97373d !important;
}
}


Navigationsmenü