MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
display: none; | display: none; | ||
} | } | ||
.bookcover-heading { | |||
font-size: 29px; | font-size: 29px; | ||
color: #861f23; | color: #861f23; | ||
} | } | ||
.mw-parser-output a.external { | .mw-parser-output a.external { | ||
background-image: none !important; | |||
} | |||
.external, .mw-parser-output a.external { | |||
background-image: none !important; | background-image: none !important; | ||
} | } |
Latest revision as of 16:59, 16 August 2024
/* All CSS here will be loaded for users of the MinervaNeue skin */
.page-heading {
display: none;
}
.bookcover-heading {
font-size: 29px;
color: #861f23;
}
.mw-parser-output a.external {
background-image: none !important;
}
.external, .mw-parser-output a.external {
background-image: none !important;
}