Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Font.css: Difference between revisions

MediaWiki interface page
No edit summary
Moved Vector-specific css
 
Line 15: Line 15:


/* Headings & Page Titles */
/* Headings & Page Titles */
h1, h2, h3, .mw-page-title-main , .vector-sticky-header-context-bar-primary {
h1, h2, h3, .mw-page-title-main, .vector-sticky-header-context-bar-primary {
     font-family: 'PetitPlanet', 'Montserrat', sans-serif !important;
     font-family: 'PetitPlanet', 'Montserrat', sans-serif !important;
     font-weight: 500, 700;
     font-weight: 500, 700;
}
}


*[lang|="vi"] , *[lang='zh'], *[lang='zh-Hans'], *[lang='yue'], *[lang='zh-Hant'] , *[lang='ko'] , *[lang='th'] ,*[lang='ja'] , *[lang='ru'] {
*[lang|="vi"], *[lang='zh'], *[lang='zh-Hans'], *[lang='yue'], *[lang='zh-Hant'], *[lang='ko'], *[lang='th'], *[lang='ja'], *[lang='ru'] {
     h1, h2, h3, .mw-page-title-main , .vector-sticky-header-context-bar-primary {
     h1, h2, h3, .mw-page-title-main, .vector-sticky-header-context-bar-primary {
         font-family: 'Montserrat', sans-serif !important;
         font-family: 'Montserrat', sans-serif !important;
         font-weight: 900 !important;
         font-weight: 900 !important;
     }
     }
}
h1 {
    font-size: 48px !important;
}
/* Heading Border Color */
.mw-heading1, h1, .mw-heading2, h2 {
    border-color: #212337 !important;
}
/* Remove forced position on title bar */
.vector-page-titlebar {
    position: inherit !important;
}
}