MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
 
Zeile 14: Zeile 14:
 
   max-height : 400px;
 
   max-height : 400px;
 
   overflow-y : scroll;  
 
   overflow-y : scroll;  
 +
}
 +
.no-bg-gallery li.gallerybox div.thumb{
 +
background : white !important;
 
}
 
}

Aktuelle Version vom 28. Juni 2021, 10:04 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; 
}
.no-bg-gallery li.gallerybox div.thumb{
background : white !important;
}