Difference between revisions of "MediaWiki:Erudite.css"
Sparkletwist (talk | contribs) |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | @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; | |
− | font-family: | + | -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; }