Difference between revisions of "MediaWiki:Common.css"
From Translate Science
m (Updated background color) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | body { | + | |
− | + | body, #p-logo-text a, #personal h2 { | |
+ | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; | ||
+ | } | ||
+ | |||
+ | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, .mw-body p { | ||
+ | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; | ||
+ | } | ||
+ | |||
+ | mw-header h1, mw-header h2, mw-header h3, mw-header h4, mw-header h5, mw-header h6, mw-header dt, mw-header p { | ||
+ | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; | ||
} | } | ||
− | #mw-content-container { | + | #mw-content-container, #mw-header-container { |
− | background-color: # | + | background-color: #ddeeff; |
} | } |
Latest revision as of 12:38, 6 May 2021
/* CSS placed here will be applied to all skins */ body, #p-logo-text a, #personal h2 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; } .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, .mw-body p { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; } mw-header h1, mw-header h2, mw-header h3, mw-header h4, mw-header h5, mw-header h6, mw-header dt, mw-header p { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; } #mw-content-container, #mw-header-container { background-color: #ddeeff; }