MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
 
(30 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');


/* --- PAGE TITLE: FINAL, WORKING, NON‑NEGOTIABLE OVERRIDES --- */
/* Force Timeless title span to behave like a real heading */
 
.mw-page-title-main {
.mw-page-title-main,
    display: block !important;
.mw-page-header .mw-page-title-main,
     font-family: "Alegreya", serif !important;
.mw-body-header .mw-page-title-main,
     font-size: 1.4rem !important;
.mw-page-header h1.mw-page-title-main,
     font-weight: 700 !important;
.mw-body-header h1.mw-page-title-main {
    line-height: 1.2 !important;
     font-family: 'Alegreya', serif !important;
    margin: 0 0 0.2em 0 !important;
     font-size: 1rem !important;     /* adjust if you want it bigger/smaller */
     font-weight: 600 !important;
     color: #989898 !important;
     color: #989898 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}
}