MediaWiki:Minerva.css: Difference between revisions

(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;
}
}

Latest revision as of 22:04, 29 April 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

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