Line 70: | Line 70: | ||
} | } | ||
− | + | .pagebanner { | |
− | background- | + | background-repeat: no-repeat; |
+ | background-position: left top; | ||
+ | width: 100%; | ||
background-size: contain; | background-size: contain; | ||
+ | text-align: center; | ||
+ | padding-top: 30px; | ||
} | } | ||
+ | .bannerquote { | ||
+ | font-family: var(--headfont); | ||
+ | font-size: 50px; | ||
+ | color: var(--bright-bg-color); | ||
+ | } | ||
+ | .bannerquote:before { | ||
+ | content: ">> "; | ||
+ | } | ||
+ | .bannerquote:after { | ||
+ | content: " <<"; | ||
+ | } | ||
+ | |||
.contentbox { | .contentbox { |
Revision as of 13:27, 14 October 2017