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...") |
|||
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; | ||
+ | } | ||
+ | |||
+ | #mw-panel.collapsible-nav .portal h3 a { | ||
+ | color: #000; | ||
+ | text-decoration: none; | ||
+ | font-weight: bold; | ||
} | } |
Revision as of 09:01, 29 January 2019
/* 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#content h1, div#content h2 { font-family: 'Cairo', sans-serif; } #mw-panel.collapsible-nav .portal h3 a { color: #000; text-decoration: none; font-weight: bold; }