MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Zeile 5: Zeile 5:
 
//  background-size: 206px 77px;
 
//  background-size: 206px 77px;
 
   background-size: cover;
 
   background-size: cover;
 +
width: auto;
 +
}
 +
 +
#p-logo {
 +
width: auto;
 
}
 
}
  

Version vom 11. Mai 2020, 08:07 Uhr

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

.mw-wiki-logo {
  //background-image: url(/images/logo-blau.svg);
//  background-size: 206px 77px;
  background-size: cover;
width: auto;
}

#p-logo {
width: auto;
}

#p-logo-text {
  display: none
}

div#content {
  margin-left: 0;
}