Old School RuneScape Wiki
No edit summary
(fixing Terms of Use violation. Previously iIt obstructs the avatar uploading interface.)
Line 984: Line 984:
 
/* Masthead Customisation */
 
/* Masthead Customisation */
 
/* Thanks to User:Twizzzler from Little Witch Academia Wiki */
 
/* Thanks to User:Twizzzler from Little Witch Academia Wiki */
.avatar {
+
.masthead-avatar .avatar {
 
border: 1.5px solid #2F2617 !important;
 
border: 1.5px solid #2F2617 !important;
 
border-radius: 50%;
 
border-radius: 50%;

Revision as of 19:59, 8 October 2017

/* Google API Fonts */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Montserrat|Play|Questrial|Raleway');

/*<source lang="css">*/

/*Item compare css*/
#overlay {
    border-width: 0;
    margin: 0;
    padding: 0;
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 2500px;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.70;
    top: 0;
    width: 100%;
    z-index: 50;
    position: fixed;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;    
}
 
#modal {
    position: fixed;
    top: 150px;
    left: 0;
    width: 975px;
    z-index: 52;
    background: #fff;
    color: #000;
    padding: 10px;
    border: 3px solid black;
    font-size: 10pt;
}

/* Highlight tables*/
tr.highlight-over {
    background-color: #ccc !important;
}

tr.highlight-on {
    background-color: #cfc !important;
}

/*Infobox styling*/
.infobox {
	border:1px solid #aaa;
	background-color:#f9f9f9;
	color:inherit !important;
	margin:0 0 0.5em 0.2em !important;
	padding:0.2em;
	float:right;
	clear:right;
}
 
.infobox th {
	width:1%;
}

.infobox th, .infobox td {
	vertical-align:top;
}
 
.infobox caption {
	font-size:larger;
	padding-bottom:10px !important;
	margin-left:0 !important;
	color:inherit !important;
}
 
.infobox.bordered {
	border-collapse:collapse;
}
 
.infobox.bordered td,
.infobox.bordered th {
	border:1px solid #aaa;
}
 
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border:0;
}

.infobox .wikitable.mw-collapsible {
        margin: -1px;
        width: calc(100% + 2px) !important;
}

.skilltraining {
	margin-top:0.5em;
	margin-bottom:0.5em;
	background-color:rgba(255, 255, 255, 0.3);
	box-shadow:0px 0px 5px 0px #cab277;-webkit-box-shadow:0px 2px 5px 0px #cab277;
	border-radius: 3px;
	text-align: center;
	width: 75%
}

/* [[Template:Quest details]] */
.questdetails {
	text-align:left;
	margin-bottom:10px;
	padding:1px; 
	width:100%;
	background-color:#fafafa; 
	background-color:rgba(0, 0, 0, 0.03);
	border:1px #aaa groove;
}

.questdetails-header,
.questdetails-header-alternate {
	padding:0.5em, 0.25em, 0.5em, 0.25em;
	background-color:rgba(0, 0, 0, 0.05);
	color:#283865;
}

.questdetails-header-alternate {
	background-color:rgba(0, 0, 0, 0.1);
}

.questdetails-info {
	padding-left: 1em;
	padding-right: 2em;
	color:#000;
}
 
.questreq ul {
	border-left:1px solid #000;
}

.questreq ul ul {
	border-left:1px solid #222;
}

.questreq ul ul ul {
	border-left:1px solid #444;
}

.questreq ul ul ul ul {
	border-left:1px solid #666;
}

.questreq ul ul ul ul ul {
	border-left:1px solid #888;
}

.questreq ul ul ul ul ul ul {
	border-left:1px solid #aaa;
}

.ajax-poll {
	box-shadow:0px 2px 5px 0px #cab277;-webkit-box-shadow:0px 2px 5px 0px #cab277;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.watchlistredir,
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}


/* Giving headers and TOC a little extra space */
h2,
.toc {
   margin-top: 20px;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}

.infobox td,
.infobox th {
   vertical-align: top;
}

.infobox caption {
   font-size: larger;
   margin-left: inherit;
}

.infobox.bordered {
   border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #aaa;
   margin-top: 1em;
   padding: 12px;
}

.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}

.forumlist td.forum_title a {
   padding-left: 20px;
}

.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}

.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}

.forumlist th.forum_title {
   padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}

.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright,
div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}

#article div.thumb {
   color:inherit;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}

.lang-blockN,
.lang-block0,
.lang-block1,
.lang-block2,
.lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}

td.lang-codeN,
td.lang-code0,
td.lang-code1,
td.lang-code2,
td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}

td.lang-descriptionN,
td.lang-description0,
td.lang-description1,
td.lang-description2,
td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}

td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}

td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,
.lang-block2,
.lang-block3  {
   border:1px solid #99B3FF;
}

td.lang-code1,
td.lang-code2,
td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}

td.lang-description1,
td.lang-description2,
td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}

td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}

td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* Messageboxes */
.messagebox {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border-left:15px solid #b19e7d;
	background-color:#f8f0cf;
}
 
.messagebox.obsolete {
	background-color:#cfcfcf;
	border-left:15px solid #464646;
}
 
.messagebox.info {
	background-color:#ebebeb;
	border-left:15px solid #898989;
}
 
.messagebox.obsolete a,
.messagebox.obsolete a:visited,
.messagebox.obsolete a:active,
.messagebox.info a,
.messagebox.info a:visited,
.messagebox.info a:active {
	color:#6c6c6c;
}
 
.messagebox.action {
	background-color:#cbdae2;
	border-left:15px solid #45697D;
}

.messagebox.action a,
.messagebox.action a:visited,
.messagebox.action a:active {
	color:#3c5c6e;
}
 
.messagebox.file {
	background-color:#cfd8eb;
	border-left:15px solid #617ebc;
}

.messagebox.file a,
.messagebox.file a:visited,
.messagebox.file a:active {
	color:#617ebc;
}
 
.messagebox.stub {
	width:40%;
}
 
.hatnote {
    margin: 0.5em 2em 1em 2em;
    font-style: italic;
}
 
div.hatnote + div.hatnote {
    margin-top: -1em;
}
 
.welcomenotice {
	padding:1em;
	margin:0.5em 2em;
	border-left:15px solid #b19e7d;
	background-color:#f8f0cf;
}
 
.documentation {
	padding:5px 15px;
	margin:1em 0 0 0;
	border-left:15px solid #898989;
	background-color:#ebebeb;
}

.documentation a,
.documentation a:visited,
.documentation a:active {
	color:#6c6c6c;
}

/* [[Template:Navbox]] and wide variant */
 
/* Default skin for navigation boxes. */
/* Navbox style */
table.navbox {
	border:1px solid #aaa;
	color:#000;
	width:100%; 
	margin:auto;
	margin-top:5px;
	clear:both;
	font-size:90%;
	text-align:left;
	padding:1px;
}
 
/* single pixel border between adjacent navboxes */
table.navbox + table.navbox {
	margin-top:-1px;
}
 
/* Background color */
.navbox,
.navbox-subgroup {
	background:#f9f9f9;	
}
 
/* Title style, footer style
 * Level 1 color */
.navbox-title, .navbox-footer {
	background:#ccf;
	text-align:center;	  
	padding-left:1em;
	padding-right:1em;
	border:2px solid #fff;
}
 
.navbox-title {
	font-size:110%;
}
 
.navbox-footer {
        border-top:1px;
	font-size:smaller;
}
 
/* Group style
 * Level 2 color */
.navbox-group {			 
	background:#ddf;	
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}
 
.navbox .navbox-group a {
	white-space:normal;
}
 
.navbox-list {
	padding-left:7px;
	padding-right:7px;
	padding-bottom:5px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
 
/* Level 2 color */
.navbox-subgroup .navbox-title {
	background:#ddf;	
}
 
/* Level 3 color */
.navbox-subgroup .navbox-group {
	background:#e6e6ff;	
	padding-bottom:5px;
	border-left:0;
}
 
.navbox-subgroup .navbox-group a {
	white-space:normal;
}
 
.navbox-subgroup .navbox-list {
	background:transparent !important; 
	border-right:0;
}
 
.navbox img {
	padding-left:1px;
	padding-right:3px;
}
 
@media print {
	.navbox {
		display:none;
	}
}

.navbox .plink-template {
	white-space:nowrap;
}

/* image background */
#file img, table.filehistory img {
	background: url("http://images.wikia.com/runescape/images/5/5d/Checker-16x16.png") repeat !important;
}

/* Allowing [[Template:Extimage]] to resize images properly */
.extimage div,
.extimage a,
.extimage img {
    width: inherit;
    height: inherit;
}

/* For expand/collapse link on navboxes */
.navbox .mw-collapsible-toggle {
    width: 6em;
    font-size: 90%;
    float: right;
    text-align: right;
}

/* Redlink files in dropstables */
.hidenoimage a[href*="Special:Upload"] {
    display:none;
}

h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection {
    font-weight:normal !important;
}

/* [[Template:POH room]] */
.poh-image-upper img {
    vertical-align: top !important;
}
 
.poh-image-lower img {
    vertical-align: bottom !important;
}
 
.normal-POH {
    line-height: normal !important;
}


pre {
    white-space: pre-wrap;
}

/* For {{Coins}}
 * Author: User:Cqm
 */

.coins {
    color: green;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
}

.coins-pos {
    color: #014cc0;
}

.coins-neg {
    color: #c02614;
}

.coins-1000 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAMAAACJ68VtAAAA+VBMVEX///8AAALNox6wjRnIoB3XrB+efhfQph63khrKoR3CmxzLoh2XeBbOpB6BZxPTqB7Rpx7Hnh1qVA/fsiDDnBzAmRylgxi/mBy8lhuFahNLPAujgheVdxV6YRHWqh+KbhSyjhq0jxqOcRRfTA6DaRNXRQx/ZhKJbRS9lxuZehZ0XBGmhRh8YhKSdBWvixnUqR9GOApwWRA0KQfariBmUQ6tihmQcxWriRncryArIgZsVg83LAi4kxvjtSF4XxFSQQx2XhExJwdUQwyTdhVyWxBJOgrFnRyqhxguJQaaexZZRw26lBt9ZBJNPguhgRc5LghENgq1kBqMcBSWALDaAAAAAXRSTlMAQObYZgAAAUFJREFUeF590dVuA0EMBdB4YJk3yMzMUGbG//+YeqZtlLZJ75Olo2t5diN7AwD/YiaTgX0tgX8dNi0gOxztuwa2y5NKHXbyiXDV1e4epYMMOj8ib65upJ7QTdMuWt3tU8AeTGJxkqBOGl3XGc3mXkUtrzKjcAXgcVJSONPKFXTG9EOlWjvAcWAah849+sQvKQ232WqfiwVmovMeCOdmk/YC3J83+q1ULRpPBWlA9/vZLnoEvKj2nBvKp1tV8GlvhC1C7JJ1LN1lSerII8cAUfSKfKBZzJ5uvO4KPwMIGS0M0T1VpxeXY5xC4VMeXt8UbiFUY3QqSzabzUfCB/7DwoElPr66AjUxc16kE39RXo/FKLPMJ5XuCjbxTNwXCJcB7mlWe/t76tFOYypZBgidr6XLS782/fr5n0Poz3ooe/Oj+AGAYCNJPr+vqgAAAABJRU5ErkJggg==');
    padding: 1px 0 1px 35px;
}

.coins-250 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAXCAMAAADEI2RmAAAA9lBMVEX///8AAAKjghfTqB7Wqh/ZrR/fsiCwjRnLoh3cryDRpx7AmRyhgRfHnh3XrB/Qph7KoR3DnBy1kBrariDOpB69lxuOcRStihm3khritCHUqR+/mBx0XBF4XxGyjhqcfBZ6YRHNox66lBtsVg8xJwdqVA8/MgnFnRzCmxxyWxDIoB2JbRRhTg5/ZhK8lhuohhiaexaFahOVdxVLPAuriRmKbhS4kxvltiGSdBWqhxhSQQweGASvixmmhRhXRQy0jxqlgxh9ZBJNPguQcxWMcBRUQwxoUw/gsyBGOAooIAU3LAhuWBCZehaDaROgfxeefhdkTw6BZxNCvFhkAAAAAXRSTlMAQObYZgAAAUJJREFUeF51ktWuwzAQRLuGMHOZmXuZmfn/f+Y6bl2lUjpvo2PNaNdbWAuYCjkSEDHtewFICFLHlcs7sDWQ5cqGv4HAWQ6AT1TsDI7liwxPJdJJkWojXTbSeI3jTAiYCL1Ytl4zToGJqtJgl1ssXWHpsM52vdXuPKTo8/RMMC4RUr56fAb+YJOOKhtaPSDYDrx645wnQCCRptuqPbQlS3PccNXtEcfsHx55RjRMOU77k7PxJOVleTzpIJ8SrF/W/375SKw/lI3ptWQF+s3tHUL3VsluzubR8IlvhNpuMl8g1acsQemHy1eEFNOr8x8DG293pklUU1yv0VOlIIwXS+Dz+8IBkigeteLKO7XMBEVVzlVfOMR4U6+hD9BsPf786q4XKNy2CQqQvQLheJPjfU/z7kg0uXHUzuOiafYDeXjvGf8DwoIcZoCZCdQAAAAASUVORK5CYII=');
    padding: 1px 0 1px 35px;
}

.coins-100 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAMAAAAvFN9lAAAAh1BMVEX///8AAALpuiLltiFdSg2JbRRuWBDmtyHnuSHitCHWqh/DnBzRpx6mhRh/ZhLariDXrB/TqB63khqcfBbgsyCVdxXKoR24kxvQph5fTA7ZrR+ZehbOpB52XhFsVg/dsCCohhiMcBQAAAGXeBbjtSGOcRSjgheqhxiKbhTcryDCmxzfsiCDaRM24jUhAAAAAXRSTlMAQObYZgAAAL1JREFUeF59klcOxCAMRGMgtfeyvff7n2+jgGVCoswffhrPWMKa6AJKlqkBPFAmRbIKiZrQl+jqmNA/btBnC1iJhElPnb0OsHSB67Eg3O4F6OuwiufyKE4AzKzbN83yXfwTMGYCyJIUNrsUpKUoZ5CqAlQS8JGczo6iaGBD1ZoxtmnaMpFeOoTzaJjg6w6akeZpkHdFKUZIKUpZ1IRPdQum9JWC+l8AFJc7HAQkuePdfeoeoUF51rT2AqMEAn9BkSlUTBkxUwAAAABJRU5ErkJggg==');
    padding: 1px 0px 1px 32px;
}

.coins-25 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAA1VBMVEUAAAEwICBIRytISCtJRytJSCxKSCxKSSxKSS1KSi1LSSxLSi1LSi9LSy1MSi1MSy1MSy5MSzBNSy5NSzBNTC5OTC5OTC9OTDBOTS5OTS9OTTBOTi9PTS9PTi9PTjBQTi9QTzJRUDAAAAJeSw5gTQ5tVxBvWBB2XxGAZhOEaROJbhSLbxSNcBSPchWWeBaZehadfRekgxilhBinhRiphxmsiRm5lBvCmxzEnB3Fnh3KoR7Qph7Spx/Wqx/YrCDZrSDcsCDgsyHltyLmuCLouSLpuiL///8Buc6vAAAAInRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPKwcEQAAATBJREFUeNplj+tSwjAQRhO0BF1NAu5So63oWhFvKF4QEVEKff9XMr3QOuP5kZnsybffROQ4RH8YpSxzYK2FPrrzWABacPHFWcfqkHkyYY92YUjWK+f6RKc74EUFdw+U7ghLpMlh33pRKwkKjkQvRERCaszdFUvc63ZEeELOaFOY9Sb7mj1eX/oUYEtQHBEYXajNOl28jPKFKgiU73JoCblIPN8kRZdHg9AUHWvEqqqBvYojYPZd/5xQpvzoqhykxfl6P/QK6veZLxtnWfY9nz6N8lSzKU0XfpCm5W34V3Gd/vmcPSRe1dub9PLjjVkK3m5PVtt0jpRSGK7YtgxZ5hAJMrKC85L3ccLSxmTpUFA0cLuWaNDrcbqcT299CACC/bYgcpFDTTEaXbVEbVCtIPgFcMJHGsGZdOcAAAAASUVORK5CYII=');
    padding-left: 30px;
}

.coins-5 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAMAAAAG0/xxAAAAk1BMVEUwICBHRipIRytJSCxKSCxKSSxKSi1LSSxLSi1MSi1MSy5NSy5NTC5OTC5OTC9OTDBOTS5OTS9PTS9PTi9QTi9QTjBQTzBRUDIAAAJgTQ5vWBCAZhOJbhSNcBSWeBadfRekgxitixm5lBvCmxzEnB3Fnh3KoR7Qph7Spx/Wqx/YrCDcsCDgsyHltyLmuCLouSLpuiJuEbTZAAAAGHRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACfDR2FAAAAzElEQVQY001PiVbDMAwzpdmcw6xZObQOtgLjptD//zqctM3Qe4kdyZJfaHMnt8xmVVcG4BgctARruCIbo3AQZqDvIVHvXlWYFXFoWuuvbKIS2c+AIyPXAZBCFYDqkJPwPRHDVB46lUyZ/x0/TodxHL/eTsd9cp2TfoZ3JYbh8+VRX91/aemy77BT6Zw+Q32vT/cgQk5/Pu53xZ1BRNspHeVHXWIVgRq7DCHb0xKJN06Eop6EVjyWJc4HI0zSbNu1876N1s9+sfX64rL6A38OIxGnSXHIAAAAAElFTkSuQmCC');
    padding-left: 30px;
}

.coins-4 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANCAMAAACAR47fAAAAUVBMVEX///8AAALltiGjghfDnBxfTA7puiJuWBDWqh/mtyHgsyDRpx6aexbcryDQph6VdxWMcBTXrB/KoR24kxuJbRTCmxznuSGcfBZ/ZhLFnRytihlMN1GzAAAAAXRSTlMAQObYZgAAAHJJREFUeF5ljlcOxCAMRLFp6W373v+gMaCJiZgPZPSeNTYakujvBqwkw1qRMYMCqbzwiQYwhIz679C5yStSYnsexcV2rBGmEObFrV4QF7BFKMz78XimqpCs1+frqxtxoFi/v3y05AokyuuppA2hpAn2kRN0UQQCM3HnKAAAAABJRU5ErkJggg==');
    padding-left: 30px;
}

.coins-3 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAMAAABLG116AAAAeFBMVEUwICBJSCxKSCxKSSxKSi1LSi1MSi1MSy5NSy5NTC5OTC5OTC9OTS5OTS9PTS9PTi9QTi9QTjBQTjEAAAJgTQ5vWBCAZhOJbhSNcBSWeBadfRekgxitixm5lBvCmxzEnB3Fnh3KoR7Qph7YrCDcsCDgsyHltyLpuiKsmDAuAAAAE3RSTlMAAAAAAAAAAAAAAAAAAAAAAAAAZPGxjQAAAKpJREFUGNNVTtcCgjAMDNYkbWwBDbhwD/j/P7RlKN5De7nRFCgEQSeIDk1GElhIVTEzS0DnC9UVOY9EzBz1pmniyWAk8Ug11j0nfYDC4jtokKEyWTPe19/jVP9Z4911r8f1UEWrHYR9PUXa9nk/7xRAu5S6HLfV7OEIACg1pm6n3wfqpEYg5GYKaV9PSzaSEzvwhH3IWq/TEglrFoEgUopzVIiVsR/YOiP4AdMZFxkNFhlxAAAAAElFTkSuQmCC');
    padding-left: 30px;
}

.coins-2 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAMAAACqC0YIAAAAb1BMVEUwICBKSCxKSSxLSixLSi1MSi1MSy1MSy5NSy5NTC5OTC5OTC9OTS5OTS9PTS9PTi9QTi9QTjAAAAJgTQ5vWBCAZhOJbhSNcBSWeBadfRekgxitixm5lBvCmxzFnh3KoR7Qph7YrCDcsCDltyLpuiJHyC2TAAAAEnRSTlMAAAAAAAAAAAAAAAAAAAAAAACVcz0/AAAAeklEQVQIHQXBMXKDMBAAwBVI5OIZF/b/30iRCoR0ym7Zf7ZWXHPbr50Us9TlEKDNsT9jG62uCASuobW/lPUTAEKg9QqAQGDzC8weAFV5yZwjF4BtnWutzHsuQFfvC5x8vzLns5R3zwdeWY9P5uzjLO/puGed8YwacPoHRyQ+Pmtb2BAAAAAASUVORK5CYII=');
    padding-left: 23px;
}

.coins-1 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJBAMAAAAWSsseAAAAMFBMVEX///8AAAJdSg1sVQ99YxGKbhOaehWhgBariBjBmRvEmxvPpBzWqh7brh7ktR/ouCB8C0UpAAAAAXRSTlMAQObYZgAAADNJREFUCNdjYGAQZAABwXJBIIOxHAgEGMRRKDkgGSzAIP//9jQnAQbGd6caQVoEBQUYGACIuQ3zvL7ulQAAAABJRU5ErkJggg==');
    padding-left: 15px;
}

/* pls */
.ebs-container {
	display: none !important;
}

/* since we won't be using portable boxes, most of this is also just invalid */
.insights-module {
	display: none !important;
}

#modal,
#GEchartpopup {
    position: fixed;
    top: 150px;
    left: 0;
    width: 975px;
    z-index: 52;
    background: #fff;
    color: #000;
    padding: 10px;
    border: 3px solid black;
    font-size: 10pt;
}
 
#GEchartpopup {
    min-width: 700px;
    min-height: 525px;
    width: 85%;
    height: 80%;
    left: 7%;
    top: 10%;
    overflow: auto;
}
 
#GEchartpopup,
.highcharts-container,
.highcharts-range-selector,
form[id^="chartProperties"],
form[id^="chartProperties"] *,
[id^="addedItems"] {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
 
.smallChart .highcharts-range-selector {
    display: none;
}
 
.smallChart .highcharts-button title + rect {
    display: none;
}
 
#GEchartpopup #closepopup {
    float: right;
    z-index: 100;
    margin-bottom: 5px;
}
 
#GEchartpopup #itemstats {
    width: 200px;
    font-size: 11px;
    position: absolute;
    bottom: 50px;
    right: 45px;
    z-index: 10;
}
 
#GEchartpopup #itemstats caption {
    cursor: pointer;
    text-align: right;
}
 
#GEpopupchart {
    height: 500px;
    margin-right: 100px;
}
 
.highcharts-container .highcharts-range-selector {
    font-size: 11px;
}
 
.GEPermLink {
    float: right;
    font-size: 14px;
}
 
.GEPermLink ~ .GEdatachart {
    clear: right;
}
 
form[id^="chartProperties"] button {
    margin: 3px;
}
 
.smallChart .highcharts-title {
    white-space: nowrap !important;
}
 
.smallChart .zoomButton,
.smallChart svg > text:first-of-type,
.smallChart .highcharts-input-group {
    display: none;
}

/* Main page styling */
.mainpagetable {
    width:100%;
    background:#CBBA91;
    margin-bottom:14px;
    border-radius:0px 0px 20px 20px;
    border-bottom:3px solid rgba(0,0,0,.7);
    border-right:3px solid rgba(0,0,0,.7);
    padding:0 14px;
}

.mainpagetable * ul {
    list-style:outside disc;
}

.mainpagetable caption {
    font-weight:bold;
    background:#5A4000;
    color:#EEE;
    text-shadow:2px 2px #333;
    text-align:left;
    padding-left:40px;
    border-radius:20px 0px 0px;
}

.mainpagetable {
    border-bottom:3px solid #3D372B;
    border-right:3px solid #3D372B;
}

.main-page-tag-rcs .ajax-poll .header,
.main-page-tag-rcs .ajax-poll br+div {
    font-size:13px;
    line-height:15px;
}

.main-page-tag-rcs .ajax-poll .pollAnswer {
    font-size:13px;
    line-height:16px;
    margin-bottom:10px;
}

/* Poll styling */
.main-page-tag-rcs .ajax-poll .pollAnswer input {
    float:left;
    display:block;
    margin:2px 4px 9px -3px;    
}

.main-page-tag-rcs .ajax-poll .pollAnswer .pollAnswerVotes {
    margin:4px;
}

div.mainpage-poll {
    border-top:20px solid #5A4000;
    border-left:none;
    box-shadow:none;
    border-bottom:3px solid #3D372B;
    border-right:3px solid #3D372B;
    border-radius:20px 0px 20px 20px;
    background:#CBBA91;
}

.pollAnswerVotes {
    line-height:18px;
    font-weight:bold;
    cursor:help;
    background:#CCC;
    border-radius:0px 13px 13px 0px;
    border:2px solid #444;
}

div[class*="wpPollBar"] {
    background:#9D894C;
    border-radius:0px 6px 6px 0px;
}

/* **************************
     [[Template:External]] 
   ************************** */
   
.topright-icon {
    display: none;
}

.WikiaArticle {
    overflow: visible;
}

.page-header__contribution > div:first-child {
    min-height: 32px;
}

#rs-header-icons {
    display: inline-block;
    margin-left: 5px;
}

.rs-header-icon {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    font-family: 'Questrial', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-left: 1px;
    height: 25px;
    width: 25px;
    line-height: 30px;
}

.rs-header-icon a:hover {
    text-decoration: none;
}

/* RuneScape Classic Wiki */
.rs-header-icon-rsc {
    background: #929ca0;
    color: #ffffff;
}

.rs-header-icon-rsc:hover {
    background: #a0a8ac;
}

/* RuneScape 3 Wiki */
.rs-header-icon-rs {
    background: hsl(202, 47%, 48%);
    color: #ffffff;
}

.rs-header-icon-rs:hover {
    background: hsl(202, 47%, 43%);
}

/* Wikipedia */
.rs-header-icon-wp {
    background: #444444;
    color: #ffffff;
}

.rs-header-icon-wp:hover {
    background: #515151;
}

/* Underground pass lighttable layout to make a 5x5 grid */

table.underpasstable {
    margin-left: 3em;
}

table.underpasstable, table.underpasstable table.lighttable {
    border-collapse: collapse;
}

table.underpasstable td {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border-spacing: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.underpasstable td td {
    border: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.underpasstable tfoot {
    display: none;
}

/* Template:Fairycode */

.fairycode {
    font-family:kingthingspetrock;
    font-size:120%;
    font-weight:bold;
    text-transform:lowercase;
    letter-spacing:1px;
}

.fairycode b ~ b:before {
    content: "•";
}

.title-parenthesis {
    color: #898989;
    font-size: 80%;
}

/* Template:Inventory */
.inv {
   background: url('/wiki/Special:FilePath/Inventory_tab.png') no-repeat;
   width: 204px;
   height: 275px;
}

table.wikitable .inv th,
table.wikitable .inv td {
    padding: 0;
    border: none;
}

/* calculator script config */
.jcConfig {
	display: none;
}

/* Masthead Customisation */
/* Thanks to User:Twizzzler from Little Witch Academia Wiki */ 
.masthead-avatar .avatar {
    border: 1.5px solid #2F2617 !important;
    border-radius: 50%;
    overflow: hidden;
}
 
.UserProfileMasthead .masthead-info {
  background-image: url("https://vignette1.wikia.nocookie.net/scuzzybeta/images/6/62/Masthead_background.png");
}
 
.UserProfileMasthead .masthead-info hgroup {
    background-color: #2F2617;
    background-image: none;
}
.UserProfileMasthead .tally em {
    color: white;
    text-shadow: 0 0 9px black;
}
.tally span {
    color: white;
    text-shadow: 0 0 9px black;
}
.UserProfileMasthead .wikis span {
    color: white;
    text-shadow: 0 0 9px black;
}
.UserProfileMasthead .details {
    color: white;
    text-shadow: 0 0 9px black;
}
.UserProfileMasthead .details span {
    color: white;
    font-size: 14px;
    text-shadow: 0 0 9px black;
}
 
.UserProfileMasthead .masthead-info .tag { background-color: #65583D; }
 
.UserProfileMasthead .masthead-info-lower:before {
    border-color: #4B3F2D #4B3F2D transparent transparent;
}
.UserProfileMasthead .masthead-info-lower a {
  color: white;
}

/* Hover Image Light */
#mp-recent .image-light {
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
 
#mp-recent .image-light:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

/* Footer */
#mp-footer {
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
}

/* wds button hardcode */
.wds-button {
    background: #261F13;
    border-color: #261F13;
}
 
.wds-button:hover {
    background: #56472c !important;
    border-color: #56472c !important;
}

/* Highlighting approved AWB accounts */
a[href="/wiki/User:TemuBot"],
a[href="/wiki/User:ShoyBot"],
a[href="/wiki/User:ScuzzBot"],
a[href="/wiki/User:TyBot"],
a[href="/wiki/User:TyBot_OS"],
a[href="/wiki/User:PaintBot"],
a[href="/wiki/User:Bot50"],
a[href="/wiki/User_talk:TemuBot"],
a[href="/wiki/User_talk:ShoyBot"],
a[href="/wiki/User_talk:ScuzzBot"],
a[href="/wiki/User_talk:TyBot"],
a[href="/wiki/User_talk:TyBot_OS"],
a[href="/wiki/User_talk:PaintBot"],
a[href="/wiki/User_talk:Bot50"],
a[href="/wiki/Special:Contributions/TemuBot"],
a[href="/wiki/Special:Contributions/ShoyBot"],
a[href="/wiki/Special:Contributions/ScuzzBot"],
a[href="/wiki/Special:Contributions/TyBot"],
a[href="/wiki/Special:Contributions/TyBot_OS"],
a[href="/wiki/Special:Contributions/PaintBot"],
a[href="/wiki/Special:Contributions/Bot50"]
{color:#933b96 !important;}

/* Highlighting administrator names */
a[href="/wiki/User:BombooPro"],
a[href="/wiki/User:Brok_Enwings"],
a[href="/wiki/User:Gaz_Lloyd"],
a[href="/wiki/User:Haidro"],
a[href="/wiki/User:HeirApparently"],
a[href="/wiki/User:Iiii_I_I_I"],
a[href="/wiki/User:Jr_Mime"],
a[href="/wiki/User:KnazO"],
a[href="/wiki/User:Scuzzy_Beta"],
a[href="/wiki/User:Shaun_Dreclin"],
a[href="/wiki/User:Sword_Frog"],
a[href="/wiki/User:Shoyrukon"],
a[href="/wiki/User:TyA"],
a[href="/wiki/User:Ajraddatz"]
{color:#332e75 !important;}

/* Highlighting Bearcat names */
a[href="/wiki/User:Spineweilder"],
a[href="/wiki/User:Temujin96"],
a[href="/wiki/User:Joeytje50"]
{color:#13592e !important;}