Difference between revisions of "Template:Arthur/CSS"

From From The Ashes Wiki
Jump to: navigation, search
m (Jim moved page Arthur/CSS to Template:Arthur/CSS)
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><css>
#content { background: #eeeeee !important; background: linear-gradient(to right, rgba(244,239,255,1) 0%,rgba(255,253,239,1) 100%) !important; }
+
#content { background: #ffeeee !important; }
#content a, #content a:visited { color: #bf0a30; }  
+
#content a, #content a:visited { color: #bf0a30; }
 
#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; }
 
#arthurtopquotes { text-align: center; font-style: italic; }
#arthur-wrapper .block { display: inline-block; width: 100%; }
+
#arthur-wrapper { position: relative; }
#arthur-wrapper .block img { max-width: 100%; height: auto; }
 
#arthur-wrapper { position: relative; columns: 2; }
 
#arthur-wrapper .tamu { background-color: #500000; color: #ffffff; font-weight: bold; border-radius: 5px; padding: 1px; }
 
#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); }
 
#arthur-wrapper #flag-wrapper { text-align: center; }
 
#arthur-wrapper .flag { font-family: mono; display: inline-block; }
 
#arthur-wrapper .flag span { display: inline-block; }
 
#arthur-wrapper .flag .star { background: #002868; color: #ffffff; float: left; padding: 1.7ex 0.2em; }
 
#arthur-wrapper .flag .red { background: #bf0a30; }
 
#arthur-wrapper .flag .white { background: #ffffff; }
 
 
</css>
 
</css>

Revision as of 16:18, 14 January 2018

This page is here for Arthur's pages to share the same CSS..