MediaWiki:Timeless.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „CSS placed here will affect users of the Timeless skin: .mw-wiki-logo { background-image: url(/images/logo-blau.svg); background-size: 170px 40px; }“)
 
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
  
 
.mw-wiki-logo {
 
.mw-wiki-logo {
   background-image: url(/images/logo-blau.svg);
+
   background-size: cover;
   background-size: 170px 40px;
+
width: auto;
 +
}
 +
 
 +
#p-logo, #p-logo a {
 +
width: auto;
 +
}
 +
 
 +
#p-logo-text {
 +
  display: none
 +
}
 +
 
 +
div#content {
 +
   margin-left: 0;
 
}
 
}

Aktuelle Version vom 11. Mai 2020, 08:11 Uhr

/* CSS placed here will affect users of the Timeless skin */

.mw-wiki-logo {
  background-size: cover;
width: auto;
}

#p-logo, #p-logo a {
width: auto;
}

#p-logo-text {
  display: none
}

div#content {
  margin-left: 0;
}