MediaWiki:Common.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("https://use.typekit.net/out7pbb.css");


.mw-editsection {
.mw-editsection {
Line 7: Line 8:
#p-tb {
#p-tb {
display: none !important;
display: none !important;
}

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

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

Revision as of 02:32, 28 October 2023

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

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

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

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

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