MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
i guess not
imported>Logoarto (perhaps the problem comes from the common css file?) |
imported>Logoarto (i guess not) |
||
| Line 473: | Line 473: | ||
font-family:Century Gothic; font-weight:450; font-size: 14px; | font-family:Century Gothic; font-weight:450; font-size: 14px; | ||
} | } | ||
div#mw-navigation div#mw-head div#p- | div#mw-navigation div#mw-head div#p-user-tools{ | ||
font-family:Century Gothic; | |||
} | |||
div#mw-navigation div#mw-head div#p-search{ | |||
font-family:Century Gothic; | font-family:Century Gothic; | ||
} | } | ||
| Line 1,008: | Line 1,011: | ||
} | } | ||
) | ) | ||
/*Medik Fonts (Moved here since Medik.css wasn't passing for some reason)*/ | |||
:root { | |||
--titleglow: var(--primary); | |||
--thbg: var(--medik); | |||
} | |||
/*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_CLG-label, #p-managewiki-sidebar-header-label { | |||
font-family:Century Gothic; | |||
} | |||
/* Fonts for Search and User Menu */ | |||
/* Fonts for Search and User Menu */ | |||
#p-user-tools{ | |||
font-family: Century Gothic; | |||
} | |||
.form-inline .form-control { | |||
display: inline-block; | |||
width: auto; | |||
vertical-align: middle; | |||
font-family: Century Gothic; | |||
} | |||