MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
 
(34 intermediate revisions by the same user not shown)
Line 72: Line 72:
}
}


@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;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');


/* Final styling for the page title ("Main Page") */
/* Force Timeless title span to behave like a real heading */
body .mw-page-title-main {
.mw-page-title-main {
     font-size: 1em !important;
    display: block !important;
    font-family: "Alegreya", serif !important;
     font-size: 1.4rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 0.2em 0 !important;
     color: #989898 !important;
     color: #989898 !important;
    font-weight: 600;
    /* no font-family here */
}
/* FORCE Alegreya on the actual Timeless title element */
h1.mw-page-title-main {
    font-family: "Alegreya", serif !important;
}
/* DIAGNOSTIC: force Alegreya on every possible Timeless title element */
h1,
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;
}
}