MediaWiki:Common.css: Unterschied zwischen den Versionen

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




.mw:File/Thumb {
.thumb {
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     padding: 3px !important;
     padding: 3px !important;
     background-color: black !important;
     background-color: #f9f9f9 !important;
     text-align: center;
     text-align: center;
     overflow: hidden;
     overflow: hidden;
}
.thumbcaption {
    color: #252525 !important;
}
}

Version vom 29. September 2023, 14:37 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 }


.thumb {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9 !important;
    text-align: center;
    overflow: hidden;
}
.thumbcaption {
    color: #252525 !important;
}