MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Maschinendeck Wiki
Zur Navigation springen Zur Suche springen
>Icephoenix
(Tollen Button hinzugefügt)
>Icephoenix
KKeine Bearbeitungszusammenfassung
Zeile 32: Zeile 32:
     background: none !important;
     background: none !important;
     padding: 0 !important;
     padding: 0 !important;
     color: white;
     color: white !important;
}
}

Version vom 8. September 2020, 20:38 Uhr

/* CSS placed here will be applied to all skins */

.btn {
    float: none;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-weight: bold;
    margin: 1rem;
}
.btn.green {
    background: #28a745;
}
.btn.blue {
    background: #007bff;
}
.btn.yellow {
    background: #ffc107!;
}
.btn.red {
    background: #dc3545;
}
.btn.teal {
    background: #17a2b8;
}
.btn.grey {
    background: #ccc;
}
.btn.grey a.external {
    color: #222 !important;
}
.btn a.external {
    background: none !important;
    padding: 0 !important;
    color: white !important;
}