MediaWiki:Minerva.css: Difference between revisions
no edit summary
Psychadmin (talk | contribs) (Add Psychpedia logo to header) |
Psychadmin (talk | contribs) 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; | ||
height: 100px !important; | |||
text-indent: -9999px; | |||
} | overflow: hidden; | ||
} |