MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
(Created page with "→‎CSS placed here will be applied to all skins: .mw-wiki-logo{ display: block; height: 90px; background-repeat: no-repeat; background-position: center;...")
(kein Unterschied)

Version vom 20. September 2020, 16:07 Uhr

/* CSS placed here will be applied to all skins */
  .mw-wiki-logo{  
  	display: block;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-decoration: none;
    margin-top: 8px;
  	
  }