MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Negaia Chronicles
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:




.thumb {
figure[typeof~='mw:File/Thumb'],
    border: 1px solid #ccc;
figure[typeof~='mw:File/Frame'] {
    padding: 3px !important;
     background-color: #004000;
     background-color: #f9f9f9 !important;
     border: 2px solid #002000;
     text-align: center;
     border-bottom: 0;
     overflow: hidden;
}
}
.thumbcaption {
figure[typeof~='mw:File/Thumb'] > figcaption,
     color: #252525 !important;
figure[typeof~='mw:File/Frame'] > figcaption {
     background-color: #004000;
    border: 2px solid #002000;
    border-top: 0;
    padding: 1px 3px 4px 3px;
}
}

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