MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
 
(6 intermediate revisions by the same user not shown)
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');


/* FINAL TITLE FIX — THIS IS THE REAL ELEMENT */
/* Force Timeless title span to behave like a real heading */
.mw-page-title-main {
.mw-page-title-main {
     font-family: 'Alegreya', serif !important;
    display: block !important;
     font-family: "Alegreya", serif !important;
    font-size: 1.4rem !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #808080 !important;
     line-height: 1.2 !important;
     line-height: 1.2 !important;
}
     margin: 0 0 0.2em 0 !important;
 
     color: #989898 !important;
/* OVERRIDE TITLE PSEUDO-ELEMENT */
.mw-page-title-main::before,
.mw-page-title-main::after {
    font-family: 'Alegreya', serif !important;
    font-weight: 700 !important;
}
 
.mw-page-title-main {
    border: 3px solid cyan !important;
}
 
/* Override Timeless title font shorthand */
.mw-body-header h1,
.firstHeading {
    font: normal 1.8em/1.3 "Alegreya", serif !important;
    display: block !important;
     margin: 0 0 0.4em 0 !important;
     color: inherit !important;
}
}