Difference between revisions of "MediaWiki:Common.css"
From SNIPER Systems
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Cairo:400,700'); body { font-family: 'Cairo', sans-serif; } div#conten...") |
|||
(One intermediate revision 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 */ | ||
− | @import url('https://fonts.googleapis.com/css?family=Cairo:400,700'); | + | @import url('https://fonts.googleapis.com/css?family=Cairo:400,500,700'); |
body { | body { | ||
Line 7: | Line 7: | ||
div#content h1, div#content h2 { | div#content h1, div#content h2 { | ||
font-family: 'Cairo', sans-serif; | font-family: 'Cairo', sans-serif; | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | |||
+ | #mw-panel.collapsible-nav .portal h3 a, | ||
+ | #mw-panel.collapsible-nav .portal.collapsed h3 a { | ||
+ | color: #000; | ||
+ | text-decoration: none; | ||
+ | font-weight: bold; | ||
} | } |
Latest revision as of 09:06, 29 January 2019
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css?family=Cairo:400,500,700'); body { font-family: 'Cairo', sans-serif; } div#content h1, div#content h2 { font-family: 'Cairo', sans-serif; font-weight: 500; } #mw-panel.collapsible-nav .portal h3 a, #mw-panel.collapsible-nav .portal.collapsed h3 a { color: #000; text-decoration: none; font-weight: bold; }