Difference between revisions of "Template:Arthur/CSS"
From From The Ashes Wiki
Line 15: | Line 15: | ||
#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: Helvetica, Arial, sans; } | ||
− | #arthur-post-it .show-post-it { position: absolute; right: 0%; top: 10px; } | + | #arthur-post-it .show-post-it a { position: absolute; right: 0%; top: 10px; } |
− | #arthur-post-it .hide-post-it { position: absolute; right: 0%; top: 10px; } | + | #arthur-post-it .hide-post-it a { position: absolute; right: 0%; top: 10px; } |
#arthur-post-it:target { height: 50px; } | #arthur-post-it:target { height: 50px; } | ||
− | #arthur-post-it:target .show-post-it { display: block; } | + | #arthur-post-it:target .show-post-it a { display: block; } |
− | #arthur-post-it:target .hide-post-it {display: none; } | + | #arthur-post-it:target .hide-post-it a {display: none; } |
− | #arthur-post-it .hide-post-it { display: block; } | + | #arthur-post-it .hide-post-it a { display: block; } |
− | #arthur-post-it .show-post-it {display: none; } | + | #arthur-post-it .show-post-it a {display: none; } |
</css> | </css> |
Revision as of 18:16, 30 March 2018
This page is here for Arthur's pages to share the same CSS..