MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Mittel- und Neulatein macht Schule!
(Die Seite wurde neu angelegt: „→‎All CSS here will be loaded for users of the Timeless skin: #p-logo-text a.long { font-size: 1.3em; }“)
 
 
Zeile 3: Zeile 3:
 
#p-logo-text a.long {
 
#p-logo-text a.long {
 
     font-size: 1.3em;
 
     font-size: 1.3em;
 +
}
 +
 +
.mw-wiki-logo.fallback{
 +
background-size: contain;
 
}
 
}

Aktuelle Version vom 8. Mai 2021, 17:08 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

#p-logo-text a.long {
    font-size: 1.3em;
}

.mw-wiki-logo.fallback{
background-size: contain;
}