MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
.branding-box { | .branding-box { | ||
height: | height: 40px; | ||
} | } | ||
Version vom 23. September 2024, 18:54 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;
background-color: #cccccc;
}
.branding-box a span {
visibility: hidden;
}