MediaWiki:Minerva.css: Difference between revisions

From Ekatra Wiki
Jump to navigation Jump to search
(Created page with ": .page-heading { display: none; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
         display: none;
         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;
}

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