MediaWiki:Timeless.css: Difference between revisions

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


/* FORCE Alegreya on the actual Timeless title element */
h1.mw-page-title-main {
    font-family: "Alegreya", serif !important;
}


 
/* FORCE Alegreya by overriding Timeless's shorthand font rule */
 
.mw-body-header h1,
 
#content h1,
/* DIAGNOSTIC: force Alegreya on every possible Timeless title element */
h1 {
h1,
     font: 600 1em "Alegreya", serif !important;
h1#firstHeading,
h1.mw-first-heading,
h1.mw-title,
h1.mw-page-title-main {
     font-family: "Alegreya", serif !important;
}
 
 
/* DIAGNOSTIC: paint every possible title element bright red */
h1,
h2,
h3,
.mw-body-header *,
.mw-body *,
#content *,
#mw-content-text *,
#mw-content-text h1,
#mw-content-text h2,
#mw-content-text span,
#mw-content-text div {
    color: red !important;
}
}