Difference between revisions of "Template:Arthur/CSS"
From From The Ashes Wiki
Line 1: | Line 1: | ||
<noinclude>This page is here for [[Arthur]]'s pages to share the same CSS..</noinclude> | <noinclude>This page is here for [[Arthur]]'s pages to share the same CSS..</noinclude> | ||
<css> | <css> | ||
+ | @import 'https://fonts.googleapis.com/css?family=Patrick+Hand+SC'; | ||
#content { background: #fffffa !important; } | #content { background: #fffffa !important; } | ||
#content, .mw-body-content h1, .mw-body-content h2 { font-family: 'Computer Modern', 'Old Standard TT', Didot, Bodoni, serif; } | #content, .mw-body-content h1, .mw-body-content h2 { font-family: 'Computer Modern', 'Old Standard TT', Didot, Bodoni, serif; } | ||
Line 14: | Line 15: | ||
#arthur-wrapper h2 { clear: both; } | #arthur-wrapper h2 { clear: both; } | ||
#arthur-post-it { width: 350px; height: 350px; top: 600px; right: 0%; position: absolute; transform: rotate(-20deg); padding: 5px 25px; background-color: #ffff00; overflow: scroll; box-shadow: rgba(0,0,0,.3) 1px 1px 20px } | #arthur-post-it { width: 350px; height: 350px; top: 600px; right: 0%; position: absolute; transform: rotate(-20deg); padding: 5px 25px; background-color: #ffff00; overflow: scroll; box-shadow: rgba(0,0,0,.3) 1px 1px 20px } | ||
− | #arthur-post-it, #arthur-post-it h1, #arthur-post-it h2 { font-family: Helvetica, Arial, sans; } | + | #arthur-post-it, #arthur-post-it h1, #arthur-post-it h2 { font-family: "Patrick Hand SC", Helvetica, Arial, sans; } |
#arthur-post-it .show-post-it a { position: absolute; right: 0%; top: 10px; padding-right: 20px; font-weight: bold; } | #arthur-post-it .show-post-it a { position: absolute; right: 0%; top: 10px; padding-right: 20px; font-weight: bold; } | ||
#arthur-post-it .hide-post-it a { position: absolute; right: 0%; top: 10px; padding-right: 20px; font-weight: bold; } | #arthur-post-it .hide-post-it a { position: absolute; right: 0%; top: 10px; padding-right: 20px; font-weight: bold; } |
Revision as of 19:59, 30 March 2018
This page is here for Arthur's pages to share the same CSS..