Difference between revisions of "Template:Arthur/CSS"

From From The Ashes Wiki
Jump to: navigation, search
(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><css>
+
<noinclude>This page is here for [[Arthur]]'s pages to share the same CSS.</noinclude>
#content { background: #eeeeee !important; background: linear-gradient(to right, rgba(244,239,255,1) 0%,rgba(255,253,239,1) 100%) !important; }
+
<css>
#content a, #content a:visited { color: #bf0a30; }  
+
@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 .block { display: inline-block; width: 100%; }
+
#arthurheader { }
#arthur-wrapper .block img { max-width: 100%; height: auto; }
+
#arthursmusic { width: 250px; position: absolute; top: -10px; right: -10px; z-index: 10; }
#arthur-wrapper { position: relative; columns: 2; }
+
#arthursmusic img { width: 100%; height: auto;  }
#arthur-wrapper .tamu { background-color: #500000; color: #ffffff; font-weight: bold; border-radius: 5px; padding: 1px; }
+
#arthursmusicinterior { position: absolute; left: 60px; top: 36px; height: 85px; width: 165px; overflow: auto; font-size: 10px; font-family: 'Lucida Grande', Helvetica, Sans; color: #ffffff; }
#arthur-wrapper .glow { text-shadow: 1px 1px 2px rgba(255, 255, 0, 0.3), -1px 1px 3px rgba(255, 255, 0, 0.3), 1px -1px 3px rgba(255, 255, 0, 0.3), -1px -1px 3px rgba(255, 255, 0, 0.3); }
+
#arthursmusicinterior ul { list-style: none; margin: 0; padding: 0; }
#arthur-wrapper #flag-wrapper { text-align: center; }
+
#arthursmusicinterior ul a, #arthursmusicinterior ul a:visited { color: #ffffff; }
#arthur-wrapper .flag { font-family: mono; display: inline-block; }
+
#arthurtopquotes { margin-top: 100px; text-align: center; font-style: italic; }
#arthur-wrapper .flag span { display: inline-block; }
+
 
#arthur-wrapper .flag .star { background: #002868; color: #ffffff; float: left; padding: 1.7ex 0.2em; }
+
#arthur-wrapper { position: relative; }
#arthur-wrapper .flag .red { background: #bf0a30; }
+
#arthur-wrapper .mw-editsection { display: none; }
#arthur-wrapper .flag .white { background: #ffffff; }
+
#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.