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;...")
 
Zeile 10: Zeile 10:
 
  
 
  
 
   }
 
   }
 +
 
 +
.hp-max-h-400p ul{
 +
  max-height : 400px;
 +
  overflow-y : scroll;
 +
}

Version vom 25. September 2020, 16:15 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;
  	
  }
  
.hp-max-h-400p ul{
  max-height : 400px;
  overflow-y : scroll; 
}