MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
.branding-box { | .branding-box { | ||
height: | height: 40px; | ||
} | } | ||
.branding-box a { | .branding-box a { | ||
display: block; | display: block; | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
background-image: url("/images/5/56/Logo_b.png"); | background-image: url("/images/5/56/Logo_b.png"); | ||
background-size: auto; | background-size: auto 40px; | ||
background- | background-repeat: no-repeat; | ||
} | } | ||
Aktuelle Version vom 23. September 2024, 18:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .branding-box { height: 40px; } .branding-box a { display: block; height: 100%; width: 100%; background-image: url("/images/5/56/Logo_b.png"); background-size: auto 40px; background-repeat: no-repeat; } .branding-box a span { visibility: hidden; }