MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Logoarto No edit summary |
imported>Logoarto No edit summary |
||
Line 42: | Line 42: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
@font-face { | |||
font-family: 'Montserrat Regular'; | |||
src: url('https://static.wikiforge.net/avidwiki/3/3c/Montserrat.ttf'); | |||
} | |||
@font-face { | @font-face { | ||
font-family: 'Gotham Book'; | font-family: 'Gotham Book'; | ||
Line 424: | Line 428: | ||
/* Interface Style (code by Hb1290) */ | /* Interface Style (code by Hb1290) */ | ||
div#mw-panel div.portal h3{ | div#mw-panel div.portal h3{ | ||
font-family: | font-family:Montserrat Regular; font-weight:450; font-size: 14px; | ||
} | } | ||
div#mw-navigation div#mw-head div#p-user-tools{ | div#mw-navigation div#mw-head div#p-user-tools{ | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
div#mw-navigation div#mw-head div#p-search{ | div#mw-navigation div#mw-head div#p-search{ | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
div#mw-navigation div#mw-head div#right-navigation{ | div#mw-navigation div#mw-head div#right-navigation{ | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
div#mw-navigation div#mw-head div#left-navigation{ | div#mw-navigation div#mw-head div#left-navigation{ | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
#mw-navbar { | #mw-navbar { | ||
Line 1,064: | Line 1,068: | ||
/*Fonts for sidebar headers*/ | /*Fonts for sidebar headers*/ | ||
#p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-views-label #p-tb-label, #p-tb-label, #p-More_AVID-label, #p-managewiki-sidebar-header-label { | #p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-views-label #p-tb-label, #p-tb-label, #p-More_AVID-label, #p-managewiki-sidebar-header-label { | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
/* Fonts for Search and User Menu */ | /* Fonts for Search and User Menu */ | ||
/* Fonts for Search and User Menu */ | /* Fonts for Search and User Menu */ | ||
#p-user-tools{ | #p-user-tools{ | ||
font-family: | font-family: Montserrat Regular; | ||
} | } | ||
.form-inline .form-control { | .form-inline .form-control { | ||
Line 1,075: | Line 1,079: | ||
width: auto; | width: auto; | ||
vertical-align: middle; | vertical-align: middle; | ||
font-family: | font-family: Montserrat Regular; | ||
} | } | ||
#p-TOOLBOXEND | #p-TOOLBOXEND | ||
Line 1,107: | Line 1,111: | ||
/*heading fonts*/ | /*heading fonts*/ | ||
h1, h2, h3, h4 { | h1, h2, h3, h4 { | ||
font-family: | font-family:Montserrat Regular | ||
} | } | ||
/*nav fonts*/ | /*nav fonts*/ | ||
#mw-navigation a { | #mw-navigation a { | ||
font-family: | font-family: Montserrat Regular | ||
} | } | ||
#p-namespaces { | #p-namespaces { | ||
font-family: | font-family:Montserrat Regular | ||
} | } | ||
.dropdown-toggle { | .dropdown-toggle { | ||
font-family: | font-family:Montserrat Regular | ||
} | } | ||
.dropdown-menu .dropdown-menu-right show { | .dropdown-menu .dropdown-menu-right show { | ||
font-family: | font-family:Montserrat Regular | ||
} | } | ||
/*Body fonts (shouldn't override | /*Body fonts (shouldn't override Montserrat Regular in headings)*/ | ||
.mw-body-content { | .mw-body-content { | ||
font-family: ' | font-family: 'Montserrat Regular' !important; | ||
} | } | ||
#mw-wrapper, #searchInput, .dropdown-item, .wikipediauserbox { | #mw-wrapper, #searchInput, .dropdown-item, .wikipediauserbox { | ||
font-family: ' | font-family: 'Montserrat Regular' !important | ||
} | } | ||
.mbox-text { | .mbox-text { | ||
font-family:' | font-family:'Montserrat Regular' !important | ||
} | } | ||
h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 { | h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 { | ||
font-family: ' | font-family: 'Montserrat Regular'; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
/*Footer fonts*/ | /*Footer fonts*/ | ||
.mw-footer { | .mw-footer { | ||
font-family: | font-family:Montserrat Regular; | ||
} | } | ||
/*Exempt banner from dark mode*/ | /*Exempt banner from dark mode*/ |