Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 6: Zeile 6:


.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-color: #cccccc;
  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;
}