MediaWiki:Minerva.css: Difference between revisions

no edit summary
(Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: header .branding-box { background-image: url(/images/psychpedia-logo.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 80px; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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;
}
}