MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Negaia Chronicles
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
@font-face {font-family: Tenebris; src: url(fonts/Tenebris.ttf);}
@font-face {font-family: Tenebris; src: url(fonts/Tenebris.ttf);}
.tenebris { font-family: Tenebris }
.tenebris { font-family: Tenebris }
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'] {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-bottom: 0;
}
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-top: 0;
    padding: 1px 3px 4px 3px;
}

Aktuelle Version vom 29. September 2023, 14:40 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@font-face {font-family: Tenebris; src: url(fonts/Tenebris.ttf);}
.tenebris { font-family: Tenebris }


figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'] {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-bottom: 0;
}
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-top: 0;
    padding: 1px 3px 4px 3px;
}