MediaWiki:Common.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:
@import url("https://use.typekit.net/out7pbb.css");
@import url("https://use.typekit.net/out7pbb.css");


body {
.mw-editsection {
font-family: forma-djr-micro, sans-serif;
display: none !important;
}

#p-tb {
display: none !important;
}
}


Line 18: Line 14:
}
}


.mw-editsection {
body {
display: none !important;
font-family: forma-djr-micro, sans-serif;
}

#p-tb {
display: none !important;
}
}

Revision as of 02:33, 28 October 2023

/* CSS placed here will be applied to all skins */
@import url("https://use.typekit.net/out7pbb.css");

body {
	font-family: forma-djr-micro, sans-serif;
}

#firstHeading{
	font-family: adobe-garamond-pro, serif;
}

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
    font-family: adobe-garamond-pro, serif;
}

.mw-editsection {
	display: none !important;
}

#p-tb { 
	display: none !important;
}