MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Negaia Chronicles
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'] {
figure[typeof~='mw:File/Frame'] {
     background-color: #004000;
     background-color: #4b4b4b;
     border: 2px solid #002000;
     border: 2px solid #002000;
     border-bottom: 0;
     border-bottom: 0;
Zeile 12: Zeile 12:
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
figure[typeof~='mw:File/Frame'] > figcaption {
     background-color: #004000;
     background-color: #4b4b4b;
     border: 2px solid #002000;
     border: 2px solid #002000;
     border-top: 0;
     border-top: 0;
     padding: 1px 3px 4px 3px;
     padding: 1px 3px 4px 3px;
}
}

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