MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
Line 83: Line 83:
}
}


/* FORCE ALEGREYA ON THE REAL TITLE ELEMENT */
/* OVERRIDE TITLE PSEUDO-ELEMENT */
.mw-page-title-main {
.mw-page-title-main::before,
.mw-page-title-main::after {
     font-family: 'Alegreya', serif !important;
     font-family: 'Alegreya', serif !important;
}
     font-weight: 700 !important;
 
.mw-page-title-main {
    font-family: 'Alegreya', serif !important;
}
 
/* FORCE ALEGREYA ON THE TITLE'S PARENT CONTAINERS */
.mw-page-header,
.mw-body-header {
    font-family: 'Alegreya', serif !important;
}
 
:root {
    --font-family-serif: 'Alegreya', serif !important;
}
 
 
* {
     font-family: 'Courier New', monospace !important;
}
}