MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Negaia Chronicles
Root (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Root (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
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 } | ||
.thumb { | |||
border: 1px solid #ccc; | |||
padding: 3px !important; | |||
background-color: #f9f9f9 !important; | |||
text-align: center; | |||
overflow: hidden; | |||
} | |||
.thumbcaption { | |||
color: #252525 !important; | |||
} |
Version vom 29. September 2023, 13:56 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; }