MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
Line 74: Line 74:
@import url('https://fonts.googleapis.com/css2?family=Alegreya:opsz,wght@8..30,400;8..30,600;8..30,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:opsz,wght@8..30,400;8..30,600;8..30,700&display=swap');


/* UNIVERSAL TITLE OVERRIDE WORKS ON ALL TIMELESS VERSIONS */
/* FINAL TITLE FIX THIS IS THE REAL ELEMENT */
.mw-page-title-main,
.mw-page-title-main {
.mw-title,
.firstHeading,
.page-heading,
.mw-titlebar h1,
.mw-titlebar .mw-page-title-main {
     font-family: 'Alegreya', serif !important;
     font-family: 'Alegreya', serif !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #808080 !important;
    line-height: 1.2 !important;
}
}
.mw-page-title-main { color: red !important; }
.mw-title { color: orange !important; }
.firstHeading { color: yellow !important; }
.page-heading { color: green !important; }
.mw-titlebar h1 { color: blue !important; }
.mw-titlebar .mw-page-title-main { color: purple !important; }