MediaWiki:Minerva.css: Difference between revisions

no edit summary
(Add Psychpedia logo to header)
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */


header .branding-box {
.minerva-header .branding-box {
     background-image: url(/images/psychpedia-logo.svg);
     background-image: url(/images/psychpedia-logo.svg);
    background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
     background-size: contain;
     height: 100px !important;
     height: 80px;
    text-indent: -9999px;
}
     overflow: hidden;
}