Difference between revisions of "MediaWiki:Erudite.css"
Sparkletwist (talk | contribs) (Created page with "body { font-family: Helvetica, sans-serif; }") |
Sparkletwist (talk | contribs) |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | @import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap'); | |
− | font-family: | + | |
+ | /* Set font for headings and navigation */ | ||
+ | h1, h2, h3, h4, h5, h6, .entry-meta, #footer-wrap { | ||
+ | font-family: Aclonica, sans-serif; | ||
+ | } | ||
+ | |||
+ | #top-wrap { | ||
+ | background-image: url(/w/images/d/d1/CBGBanner_bkg.jpg); | ||
+ | -webkit-text-stroke-width: 1px; | ||
+ | -webkit-text-stroke-color: #000000; | ||
+ | } | ||
+ | |||
+ | #menu { | ||
+ | font-family: Aclonica, sans-serif; | ||
+ | -webkit-text-stroke-width: 0px; | ||
} | } |
Latest revision as of 12:57, 3 October 2020
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap'); /* Set font for headings and navigation */ h1, h2, h3, h4, h5, h6, .entry-meta, #footer-wrap { font-family: Aclonica, sans-serif; } #top-wrap { background-image: url(/w/images/d/d1/CBGBanner_bkg.jpg); -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #000000; } #menu { font-family: Aclonica, sans-serif; -webkit-text-stroke-width: 0px; }