Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Transcendent Harem
m test
m test
Line 2: Line 2:




@media screen vector-page-titlebar::after {
vector-page-titlebar {
     height: 0px;
     height: 0px;
}
}

Revision as of 09:57, 5 March 2025

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


vector-page-titlebar {
    height: 0px;
}

mw-body h1 {
	font-variant: small-caps;
	text-align:center;
	border: 4px solid #FFFFFF;
	border-radius: 25px;
	background-color: #FF0092;	
}

h1 {
	font-variant: small-caps;
	text-align:center;
	border: 4px solid #FFFFFF;
	border-radius: 25px;
	background-color: #FF0092;	
}