Difference between revisions of "Template:Arthur/CSS"

From From The Ashes Wiki
Jump to: navigation, search
 
(26 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>
+
<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|Old+Standard+TT';
 
@import 'https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Old+Standard+TT';
Line 6: Line 6:
 
.mw-body-content h1, .mw-body-content h2 { font-weight: bold; }
 
.mw-body-content h1, .mw-body-content h2 { font-weight: bold; }
 
#content a, #content a:visited { color: #bf0a30; }
 
#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; }
+
 
 +
#arthurheader { }
 +
#arthursmusic { width: 250px; position: absolute; top: -10px; right: -10px; z-index: 10; }
 +
#arthursmusic img { width: 100%; height: auto;  }
 +
#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; }
 +
#arthursmusicinterior ul a, #arthursmusicinterior ul a:visited { color: #ffffff; }
 +
#arthurtopquotes { margin-top: 100px; text-align: center; font-style: italic; }
 +
 
 
#arthur-wrapper { position: relative; }
 
#arthur-wrapper { position: relative; }
 +
#arthur-wrapper .mw-editsection { display: none; }
 
#arthur-wrapper .profile-picture { float: right; }
 
#arthur-wrapper .profile-picture { float: right; }
 
#arthur-wrapper .profile-picture img {width: 200px; height: auto; }
 
#arthur-wrapper .profile-picture img {width: 200px; height: auto; }
Line 24: Line 34:
 
#arthur-post-it .hide-post-it a { display: block; }
 
#arthur-post-it .hide-post-it a { display: block; }
 
#arthur-post-it .show-post-it a {display: none; }
 
#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.