Difference between revisions of "Template:Arthur/CSS"
From From The Ashes Wiki
(Created page with "<noinclude>This page is here for Arthur's pages to share the same CSS..</noinclude><css> #content { background: #eeeeee !important; background: linear-gradient(to right, r...") |
|||
(57 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude>This page is here for [[Arthur]]'s pages to share the same CSS | + | <noinclude>This page is here for [[Arthur]]'s pages to share the same CSS.</noinclude> |
− | #content { background: # | + | <css> |
− | #content a, #content a:visited { color: # | + | @import 'https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Old+Standard+TT'; |
+ | #content { background: #fffffa !important; } | ||
+ | #content, .mw-body-content h1, .mw-body-content h2 { font-family: 'Computer Modern', 'Old Standard TT', Didot, Bodoni, serif; } | ||
+ | .mw-body-content h1, .mw-body-content h2 { font-weight: bold; } | ||
+ | #content a, #content a:visited { color: #bf0a30; } | ||
+ | #content span.disguised a, #content span.disguised a:visited { text-decoration: underline; color: #000000; } | ||
#catlinks, #mw-normal-catlinks { background: transparent !important; } | #catlinks, #mw-normal-catlinks { background: transparent !important; } | ||
#mw-normal-catlinks { padding: 5px; } | #mw-normal-catlinks { padding: 5px; } | ||
#firstHeading { display: none; !important } | #firstHeading { display: none; !important } | ||
− | #arthurtopquotes { text-align: center; font-style: italic; } | + | |
− | #arthur-wrapper . | + | #arthurheader { } |
− | #arthur-wrapper . | + | #arthursmusic { width: 250px; position: absolute; top: -10px; right: -10px; z-index: 10; } |
− | #arthur-wrapper { | + | #arthursmusic img { width: 100%; height: auto; } |
− | #arthur- | + | #arthursmusicinterior { position: absolute; left: 60px; top: 36px; height: 85px; width: 165px; overflow: auto; font-size: 10px; font-family: 'Lucida Grande', Helvetica, Sans; color: #ffffff; } |
− | + | #arthursmusicinterior ul { list-style: none; margin: 0; padding: 0; } | |
− | #arthur- | + | #arthursmusicinterior ul a, #arthursmusicinterior ul a:visited { color: #ffffff; } |
− | #arthur- | + | #arthurtopquotes { margin-top: 100px; text-align: center; font-style: italic; } |
− | #arthur- | + | |
− | #arthur- | + | #arthur-wrapper { position: relative; } |
− | #arthur- | + | #arthur-wrapper .mw-editsection { display: none; } |
− | #arthur- | + | #arthur-wrapper .profile-picture { float: right; } |
+ | #arthur-wrapper .profile-picture img {width: 200px; height: auto; } | ||
+ | #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, #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 .hide-post-it a { position: absolute; right: 0%; top: 10px; padding-right: 20px; font-weight: bold; } | ||
+ | |||
+ | #arthur-post-it:target { height: 50px; opacity: 0.2; } | ||
+ | #arthur-post-it:target .show-post-it a { display: block; } | ||
+ | #arthur-post-it:target .hide-post-it a {display: none; } | ||
+ | #arthur-post-it .hide-post-it a { display: block; } | ||
+ | #arthur-post-it .show-post-it a {display: none; } | ||
+ | |||
+ | .listedlogs { columns: 3; } | ||
</css> | </css> |
Latest revision as of 09:42, 8 October 2018
This page is here for Arthur's pages to share the same CSS.