RuneScape Wiki
Advertisement

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* CSS colocado aqui irá ser aplicado a todos os temas. Veja também: [[MediaWiki:Monobook.css]] e [[MediaWiki:Wikia.css]] */

@font-face { 
    font-family: 'runescape';
    font-style: normal;
    font-weight: normal;
    src: url('https://images.wikia.nocookie.net/runescape/images/a/ab/Runescape_chat.eot') format('embedded-opentype'),
         local("RuneScape Chat"),
         url('https://images.wikia.nocookie.net/runescape/images/8/87/Runescape_chat.woff') format('woff');
}

@font-face { 
    font-family: 'runescape-bold';
    font-style: normal;
    font-weight: bold;
    src: url('https://images.wikia.nocookie.net/runescape/images/1/1e/Runescape_chat_bold.eot') format('embedded-opentype'),
         local("RuneScape Chat Bold 2"),
         local("RuneScape Chat Bold"),
         local("RuneScape Chat 2"),
         url('https://images.wikia.nocookie.net/runescape/images/e/e8/Runescape_chat_bold.woff') format('woff');
}

@font-face { 
    font-family: 'runescape-small';
    font-style: normal;
    font-weight: normal;
    src: url('https://images.wikia.nocookie.net/runescape/images/d/de/Runescape_small.eot') format('embedded-opentype'),
         local("RuneScape Small"),
         url('https://images.wikia.nocookie.net/runescape/images/c/c5/Runescape_small.woff') format('woff');
}
 
@font-face { 
    font-family: 'runescape-classic';
    font-style: normal;
    font-weight: normal;
    src: url('https://images.wikia.nocookie.net/runescape/images/6/64/Runescape_classic.eot') format('embedded-opentype'),
         local("RuneScape Classic"),
         url('https://images.wikia.nocookie.net/runescape/images/3/3b/Runescape_classic.woff') format('woff');
}

@font-face { 
    font-family: 'KingthingsPetrock';
    font-weight: normal;
    font-style: normal;
    src: url('https://images.wikia.nocookie.net/runescape/images/f/fa/Kingthings_Petrock-webfont.eot') format('embedded-opentype'),
         local("KingthingsPetrock"),
         url('https://images.wikia.nocookie.net/runescape/images/6/6d/Kingthings_Petrock-webfont.woff') format('woff');
}

@font-face { 
    font-family: 'MuseoSans';n
    font-weight: normal;
    font-style: normal;
    src: url('https://images.wikia.nocookie.net/__cb20140329160843/runescape/images/f/fb/Museo_Sans_500.eot') format('embedded-opentype'),
         local("MuseoSans"),
         url('https://images.wikia.nocookie.net/__cb20140329160753/runescape/images/4/47/Museo_Sans_500.woff') format('woff');
}

@font-face { 
    font-family: 'League Spartan';
    font-weight: normal;
    font-style: normal;
    src: url('https://images.wikia.nocookie.net/__cb20141227092735/runescape/images/f/f0/Leaguespartan-bold.eot') format('embedded-opentype'),
         local("League Spartan"),
         url('https://images.wikia.nocookie.net/__cb20141227092736/runescape/images/9/90/Leaguespartan-bold.woff') format('woff');
}

/* Substituto para 'Trajan Pro'
 *  http://joelcrawfordsmith.com/closest-font/font/trajan
 */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v5/zOdksD_UUTk1LJF9z4tURA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/**
 * Reduce font size
 *
 * Essentially, uses:
 * <https://github.com/Wikia/app/blob/dev/skins/oasis/css/core/breakpoints-small-medium-typography.scss>
 * instead of:
 * <https://github.com/Wikia/app/blob/dev/skins/oasis/css/core/breakpoints-large-typography.scss>
 *
 * margin/padding/width not changed as they didn't seem to improve anything when altered
 */
 @media only screen and (min-width: 1596px) {
    .WikiaPage .WikiaArticle {
        font-size: 14px;
        line-height: 22px;
    }
 
    /* don't load on editing (causes the headers to go freakishly large)
       don't load on special:search/css
       causes another bug to show up in special:css with blockquote, but that's wikia's problem not ours
    */
    .mediawiki:not(.editor):not(.ns-special) .WikiaPage h1 {
        font-size: 28px;
        line-height: 28px;
    }
 
    .mediawiki:not(.editor):not(.ns-special) .WikiaPage h2 {
        font-size: 20px;
        line-height: 22px;
    }
 
    /* no idea what this is for
     * @example [[]]
     */
    .mediawiki:not(.editor):not(.ns-special) .WikiaPage .wikia-page-header h2 {
        font-size: 14px;
        line-height: 22px;
    }
 
    .mediawiki:not(.editor):not(.ns-special) h3 {
        font-size: 17px;
        line-height: 22px;
    }
 
    .mediawiki:not(.editor):not(.ns-special) h4 {
        font-size: 15px;
        line-height: 22px;
    }
}

.WikiaArticle h2 {
	margin-top: 14px;
}

.WikiaArticle h3,
.WikiaArticle h4 {
	font-weight: bold;
}

.WikiaArticle h4 {
    padding-left: .7em;
}

/* Altera o estilo dos bullet-points */
.WikiaArticle ul {
	margin-left: 30px;
	list-style-type: disc;
}

/* Imagem personalizada para links externos */
.WikiaArticle a.external::after {
	background-image: url("https://vignette.wikia.nocookie.net/runescape2/images/6/69/Link_externo.png/revision/latest?path-prefix=pt") !important;
	background-position: 0 0 !important;
	background-size: 10px;
}

/* Blog posts */
.WikiaBlogListingBox > h2,
.WikiaBlogListingBox .post-summary .read-more {
	display: none;
}
.WikiaBlogListingBox > ul {
	margin: 0;
	padding: 0 !important;
	border: none !important;
}
.WikiaBlogListingBox > .wikia-button {
	float: none;
}
.WikiaBlogListingPost .author-details > h2 {
	border: none;
	line-height: 20px;
}
.WikiaBlogListingPost .post-summary {
	padding-bottom: 0;
}
.WikiaBlogListingPost .post-summary p {
	display: inline;
}

#CategorySelectAdd,
#WikiaRandomWiki {
	margin-top: -3.6px;
	margin-bottom: -3.6px;
	box-shadow: none;
}

#WikiaArticleFooter {
	padding: 0;
}

.WikiaArticleInterlang {
	margin: 0;
	padding: 6px 20px 0 20px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12), 0px 1px 2px 0px rgba(0,0,0,0.24);
}
.WikiaArticleInterlang h3 {
	font-size: 12px;
}

#WikiaFooter section {
	margin: 0;
}
#SPOTLIGHT_FOOTER {
	background-image: none;
}

.WikiaBarWrapper {
	box-shadow: 0 3px 10px 0 #222;
}

/* Arredonda os cantos do avatar nas páginas de utilizador */
.UserProfileMasthead .masthead-avatar {
	width: 153px;
}
.UserProfileMasthead .masthead-avatar .avatar {
	border: none;
	border-radius: 50%;
	max-width: initial;
	max-height: initial;
}
.masthead-info hgroup {
	background-image: none !important;
}

/** Notifications area **/
#WikiaNotifications {
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);
}

#WikiaNotifications > li {
	padding: 0;
}

#WikiaNotifications > li > div {
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* Estilo personalizado às categorias nos artigos & ao rodapé */
.article-categories, .WikiaFooter section, .WikiaBarWrapper section {
    background: #fff !important;
    border: none !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}

/* Remove gradiente do fundo dos botões da Wikia */
a.wikia-button,
a.wikia-button:hover,
.wikia-single-button a,
.wikia-single-button a:hover,
.wikia-menu-button,
.wikia-menu-button:hover,
input[type="submit"]:not(.search-button),
input[type="submit"]:not(.search-button):hover,
input[type="reset"],
input[type="reset"]:hover,
input[type="button"],
input[type="button"]:hover,
.button,
.button:hover,
button:not(.search-button):not(.ace_searchbtn):not(.ace_searchbtn_close),
button:not(.search-button):not(.ace_searchbtn):not(.ace_searchbtn_close):hover,
.wikia-menu-button > a,
.wikia-menu-button > a:hover,
.wikia-menu-button > li > a,
.wikia-menu-button > li > a:hover,
.wikia-menu-button .drop,
.wikia-menu-button .drop:hover,
.wikia-menu-button > li > a:hover,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-constructive .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-constructive .oo-ui-buttonElement-button:hover,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary .oo-ui-buttonElement-button:hover,
.oo-ui-buttonElement-framed .oo-ui-buttonElement-button
.oo-ui-buttonElement-framed .oo-ui-buttonElement-button:hover,
.WikiaNotifications li div {
    background-image: none;
}

/* Estiliza os botões presentes no sub-título (ex. "Editar", "Ver conteúdo") */
.wikia-button,
.wikia-menu-button {
	height: 100% !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.wikia-menu-button {
	color: #fff;
}
.wikia-button {
	color: #000;
	background-color: #efefef;
	padding: .3em 1em !important;
}
.wikia-button:hover {
	background-color: #274982;
}
.wikia-button:hover,
.wikia-menu-button:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.wikia-menu-button > a,
.wikia-menu-button > .drop {
	padding: .3em .9em .3em .6em;
	border: none;
}
.wikia-menu-button > a:hover,
.wikia-menu-button > li > a:hover,
.wikia-menu-button > .drop:hover {
	background-color: #274982;
}
.wikia-menu-button > .drop > img {
	margin: 0;
}

.wikia-menu-button ul {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)  !important;
	margin-top: 8px  !important;
	border: none !important;
}
.wikia-menu-button ul li {
	border-top: none;
}

#wpSave {
	background-image: none;
}

#WikiHeader .wikia-menu-button {
    background: none;
    height: 24px !important;
}

/* Esconde a classe 'TimeAgo' (jquery.timeago.js) */
.timeago {
	display: none !important;
}

/* Corrige as sombras cortadas nas thumbnails nas categorias */
.category-gallery {
    overflow: visible;
}
.category-gallery-item .snippet, .category-gallery-item img {
    border: none;
}

/* Estilo personalizado aos artigos relacionados/recomendados */
.RelatedPagesModule ul {
    margin-top: 25px;
}
.RelatedPagesModule li {
    background-color:  #fff;
    padding: 10px;
    box-shadow: 0px 0px 25px 0px rgb(153, 153, 153);
}

/* Polls */
.ajax-poll {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.ajax-poll input[type=submit] {
	width: 100%;
	height: inherit;
	padding: 10px;
	background-image: none;
}
.ajax-poll > form > span {
	display: none;
}
#ajax-poll-area {
	margin-right: 1em;
}
#ajax-poll-area > div:last-child {
	font-size: 0.8em;
	margin-right: -1.5em;
	line-height: 18px;
	padding-bottom: 10px;
}
.pollAnswerVotes {
	border: none !important;
}


/* Estilo CSS da Página principal */
.mainpage-header {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.mainpage-header--title {
    font-family: 'Cinzel', 'Tahoma';
    font-size: 300%;
    margin-top: 12px;
    margin-bottom: -12px;
    line-height: 1.8em;
    color: #3462AD;
}
.mainpage-header--caption {
    font-size: 85%;
}

.mainpage-footer {
    text-align:center;
    font-size:85%;
    width:100%;
    color:black;
    margin:20px 0;
}

.mainpage-panel,
.mainpage-panel > tbody > tr:first-child td {
    border-radius: 30px 0 30px 0;
    background-color: #274982;
}
.mainpage-panel {
    width:100%;
    background-color:#FFF;
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 15px;
}
.mainpage-panel > tbody > tr:first-child td {
    text-align:center;
    font-size:110%;
    font-weight:700;
    color:#FFF;
}
.mainpage-panel > tbody > tr:not(:first-child) td {
    padding: 5px;
}

.mainpage-panel__right,
.mainpage-panel__right > tbody > tr:first-child td {
    border-radius:0 15px;
}

.mainpage-panel__title {
    font-family: 'Cinzel', 'Tahoma';
    text-shadow: 1px 1px 2px black; 
}

/* Secção de parceiros na mainpage */
.mainpage-parceiros {
	text-align: center;
}

.mainpage-parceiros--subtitle {
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
}

.mainpage-parceiros--elemento {
	display: inline-block;
	text-align: center;
	padding: 10px;
	width: 75px;
	vertical-align: top;
}

.mainpage-parceiros--elemento img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.mainpage-parceiros--elemento a {
    display: inline-block;
}
.mainpage-parceiros--elemento a:after {
	display: none !important;
}


/* <tabber> */
.tabberlive > .tabbertab {
	border: 0 !important;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0px rgba(0,0,0,0.24);
}

.tabberlive > .tabbernav {
	padding: 0;
	border-bottom: 0;
	font: 'Cinzel';
	font-weight: bold;

	background-color: #3462AD;
	border-radius: 0 30px 0 0; /* canto superior direito */
	box-shadow: 0 -1px 3px 0 rgba(0,0,0,0.12), 0 -1px 2px 0 rgba(0,0,0,0.24);
	border: 2px solid white;
}

.tabberlive > .tabbernav > li a,
.tabberlive > .tabbernav > li a:hover,
.tabberlive > .tabbernav > li a:link,
.tabberlive > .tabbernav > li a:visited {
	margin-left: 0;
	border: 0;
	border-left: 1px solid rgba(255,255,255, .2) !important;
	color: #ffffff;
	background-color: transparent;
	padding: 7px;
	display: inline-block;
}

.tabberlive > .tabbernav > li a:hover,
.tabberlive > .tabbernav > li.tabberactive a,
.tabberlive > .tabbernav > li a:hover {
	color: white !important;
	background-color: #274982 !important;
	border: 0 !important;
	border-left: 1px solid rgba(255,255,255, .2) !important;
}

/* Eventos */
.eventos-embed iframe {
    width: 100%;
    height: 800px;
}
.eventos-embed.mini iframe {
    height: 300px;
}

/* Estiliza todas as tabelas com a classe 'wikitable' */
table.aparato th {
    padding: 0.3em !important;
}

table.wikitable {
	border: none;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}
table.wikitable td,
table.wikitable th {
    padding: 0.3em !important;
}
table.wikitable tr:hover {
    background-color: #EEE;
}
table.wikitable thead,
table.wikitable tbody th {
    background-color: #BDDAEF !important;
}
table.wikitable thead tr:hover {
    background-color: #C1DFF4;
}
table.wikitable th {
    background-color: transparent !important;
}
table.wikitable > * > tr > td:first-child,
table.wikitable > * > tr > th:first-child {
    border-left: none;
}
table.wikitable > * > tr > td:last-child,
table.wikitable > * > tr > th:last-child {
    border-right: none;
}
table.wikitable > * > tr > th {
    border-top: none;
}
table.wikitable > tbody > tr:last-child td {
	border-bottom: none;
}
table.wikitable ul {
	margin-left: 15px;
}
table.wikitable ul > li {
	margin-left: 5px;
}

table.lighttable .selected {
    background-color: #BDDAEF;
}
table.lighttable .selected:hover {
    background-color: #C1DFF4;
}

/* Usado em {{Bônus}} */
.infobox-bonus {
	border: 1px solid #aaa;
	color: #000;
	font-size: 90%;
	padding: 1px;
	clear: left;
}

.infobox-bonus,
.infobox-bonus--title {
	-webkit-border-top-right-radius:30px;
	-moz-border-radius:0 30px 0 0;
	border-radius:0 30px 0 0;
}

.infobox-bonus--title {
	color: white;
	background:#3462ad;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.infobox-bonus th {
	color: black;
	background: #e6e6e6;
	font-size: smaller;
	padding: 0;
}

/* table alignment help */
/* nth td from the left is right-aligned - ths are ignored */
table.align-right-1 td:nth-of-type(1),
table.align-right-2 td:nth-of-type(2),
table.align-right-3 td:nth-of-type(3),
table.align-right-4 td:nth-of-type(4),
table.align-right-5 td:nth-of-type(5),
table.align-right-6 td:nth-of-type(6),
table.align-right-7 td:nth-of-type(7),
table.align-right-8 td:nth-of-type(8),
table.align-right-9 td:nth-of-type(9),
table.align-right-10 td:nth-of-type(10) {
	text-align:right;
}

/* center */
table.align-center-1 td:nth-of-type(1),
table.align-center-2 td:nth-of-type(2),
table.align-center-3 td:nth-of-type(3),
table.align-center-4 td:nth-of-type(4),
table.align-center-5 td:nth-of-type(5),
table.align-center-6 td:nth-of-type(6),
table.align-center-7 td:nth-of-type(7),
table.align-center-8 td:nth-of-type(8),
table.align-center-9 td:nth-of-type(9),
table.align-center-10 td:nth-of-type(10) {
	text-align:center;
}

/* left */
table.align-left-1 td:nth-of-type(1),
table.align-left-2 td:nth-of-type(2),
table.align-left-3 td:nth-of-type(3),
table.align-left-4 td:nth-of-type(4),
table.align-left-5 td:nth-of-type(5),
table.align-left-6 td:nth-of-type(6),
table.align-left-7 td:nth-of-type(7),
table.align-left-8 td:nth-of-type(8),
table.align-left-9 td:nth-of-type(9),
table.align-left-10 td:nth-of-type(10) {
	text-align:left;
}

table.alternating-rows tr:nth-child(even) {
    background: #f2f2f2;
}

table.alternating-cols td:nth-child(even) {
    background: #f2f2f2;
}


/* Usado em Predefinição:Missões_necessárias */
.questreq ul {
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
    border-left: 1px dotted #333333;
}
 
.questreq ul ul {
    margin-left: 25px;
}

/* Colocar imagens com cantos arredondandos */
.round img {
    border-radius: 50%;
}

/* Lista de referência mais pequena */
ol.references {
    font-size:100%
}

.references-small {
    font-size:90%
}

/* Usado em Predefinição:Citação */
.quotation-mark {
    color: #ccc;
}

/* Usado em Predefinição:Gifresize */
.extimage div,
.extimage a,
.extimage img {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    width: inherit;
}

/* Estilo da Navbox (usado em [[Predefinição:Navbox]]) */
/* [[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;
}

table.navbox .navbox-title a {
    color:#71cafa
}

table.navbox, table.navbox .navbox-title {
    -webkit-border-top-left-radius:30px;
    -moz-border-radius:30px 0 0 0;
    border-radius:30px 0 0 0;
}

/* Faz com que navboxes adjacentes fiquem quadradas. */
table.navbox + table.navbox,
table.navbox + table.navbox .navbox-title,
table.navbox + table.navbox .navbox-group,
table.navbox.quadrado,
table.navbox.quadrado .navbox-title {
    -webkit-border-top-left-radius:0;
    border-top-left-radius: 0;
    -moz-border-radius:0;
    border-radius:0;
}

/* single pixel border between adjacent navboxes */
table.navbox + table.navbox {
	margin-top:-1px;
}
 
/* Background color */
.navbox,
.navbox-subgroup {
	background:#ffffff;	
}
 
/* Title style, footer style
 * Level 1 color */
.navbox-title, .navbox-footer {
    color: white;
	background:#3462ad;
	text-align:center;	  
	padding-left:1em;
	padding-right:1em;
	border:2px solid #fff;
}
.navbox-title, .navbox-footer {
    color: #7dcafa;
}
 
.navbox-title {
	font-size:110%;
}
 
.navbox-footer {
        border-top:1px;
	font-size:smaller;
}
 
/* Group style
 * Level 2 color */
.navbox-group {
    color: white;
	background:#274982;	
	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;
	color: #7DCAFA;
}
 
.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:#274982;	
}
 
/* Level 3 color */
.navbox-subgroup .navbox-group {
	background:#345182;	
	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;
}

/* Uses a new display method to align all items */
/* For information on how to use CSS flex, see: https://css-tricks.com/snippets/css/a-guide-to-flexbox */
.navbox-list.grid > p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.navbox-list.grid > p > * {
	white-space: nowrap;
	flex-basis: 0;
	flex-grow: 1;
}
.navbox-list.grid > p > *::before {
	content: '•';
	font-size: 1.2em;
	padding-right: 8px;
}

.navbox-list.grid.small > p > * {
	flex-basis: 20%;
}
.navbox-list.grid.normal > p > * {
	flex-basis: 33%;
}
.navbox-list.grid.large > p > * {
	flex-basis: 50%;
}

 
/* image background */
#file img,
table.filehistory img {
    background: url(https://runescape.wikia.com/skins/common/images/Checker-16x16.png) repeat;
}
table.filehistory button img,
#file button img {
    background: none;
}
 
/* 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;
}

/* Predefinições de Messagebox (ex: {{Em construção}}, {{Limpeza}}, {{Esboço}} */
/* Messageboxes */
.messagebox {
    width: 70%;
    margin: 0.5em auto;
    border-left: 15px solid #274982;
    background-color: #fff;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);
}

.messagebox td {
    padding-left: 0.7em;
}

.messagebox .desc {
    font-size: 0.85em;
}

.messagebox.limpeza    { border-left: 15px solid #274982 }
.messagebox.obsoleto   { border-left: 15px solid #274982 }
.messagebox.info       { border-left: 15px solid #274982 }
.messagebox.esboco     { border-left: 15px solid #274982 }
.messagebox.acao       { border-left: 15px solid #274982 }
.messagebox.file       { border-left: 15px solid #274982 }
.messagebox.aviso      { border-left: 15px solid #274982 }
.messagebox.javascript { border-left: 15px solid #274982 }
.messagebox.desambig   { border-left: 15px solid #274982; border-right: 15px solid #274982; }

.messagebox.warn {
    background-color: #ecd8d5;
    border-color: #861c10;
}
.messagebox.warn a,
.messagebox.warn a:visited,
.messagebox.warn a:active {
    color: #861c10;
}

.messagebox.safe {
    background-color: #d8f0d3;
    border-color: #1b8408;
}

.messagebox.safe a,
.messagebox.safe a:visited,
.messagebox.safe a:active {
    color: #1b8408;
}

.messagebox.action {
    background-color: #cbdae2;
    border-color: #45697D;
}
 
.messagebox.action a,
.messagebox.action a:visited,
.messagebox.action a:active {
    color: #3c5c6e;
}

.messagebox.disambig {
    background-color: #ebebeb;
    border-color: #898989;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
 
.messagebox.disambig a,
.messagebox.disambig a:visited,
.messagebox.disambig a:active {
    color: #6c6c6c;
}

.thumbcaption {
word-wrap:break-word;
padding:0
}

/* Disambig. */
#disambig {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc
}

/* Fundo para mostrar a tranparência nas páginas das imagens. */
#file img,table.filehistory img {
    background:url(https://images.wikia.nocookie.net/runescape/images/5/5d/Checker-16x16.png) repeat
}

table.filehistory button img,#file button img {
    background:none
}

/* Mark redirects in Special:AllPages and Special:Watchlist */
.allpagesredirect a {
    color:#888;
    font-style:italic
}

.watchlistredir a {
    color:#888;
    font-style:italic
}

.nowraplinks a {
    white-space:nowrap
}

/* Force text wrapping in PRE tags */
pre {
    white-space:0;
    white-space:pre-wrap;/* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap:break-word/* IE 5.5+ */
}

/* Make the AJAX checkbox not affect the page header's underline onload */
.firstHeading span,#ajaxRCtoggle {
    vertical-align:top
}

/* Hides configuration sections for dynamic templates (e.g. calculators). */
.jcConfig {
    display:none
}

/* Allow limit parameter to work on [[Template:ToC]] */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
    display:none
}

.WikiaArticle .toc {
	font-size: 90%;
	padding: 1em;
	border: none;
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.12), 0px 1px 2px 0px rgba(0,0,0,0.24);
}

/* Correções para a predefinição [[Predefinição:POH]] */
.poh-image-upper img {
vertical-align:top!important
}

.poh-image-lower img {
vertical-align:bottom!important
}

.normal-POH {
line-height:normal!important
}

.boldlinks a {
font-weight:700
}

/*
 * Details: Temporary until proper skin css is called correctly.
 */
.ns-112.TOCimprovements .WikiaPage .WikiaMainContent #WikiaPageHeader .wikia-menu-button,.ns-112.TOCimprovements .WikiaPage .WikiaMainContent #WikiaPageHeader .wikia-button {
display:none
}

/* Remove large gaps around bolded lines (;) */
.WikiaArticle dl {
margin:0
}

/* easier to center things */
.center{
display:block;
text-align:center
}

.center table,table.center{
margin:0 auto
}

.right table {
float:right
}

.left table {
float:left
}

/* [[Predefinição:Alterar Infobox]] */
/**
 * Alterar Infobox -- Permite múltiplas infoboxes serem alteradas.
 * Predefinição necessária: http://pt.runescape.wikia.com/wiki/Predefinição:Alterar_Infobox
 * Script necessário: http://pt.runescape.wikia.com/wiki/MediaWiki:Common.js/SwitchInfobox.js
 */
 
/* Slight style changes to the switch triggers */
.switch-infobox-triggers {
	width: 35%;
	float: right;
	margin-left: 1em;
	text-align: center;
	font-weight: normal;
}

/* Fixes a weird bug with the MW parser that creates lots of blank paragraphs */
.switch-infobox > p, .switch-infobox-triggers > p {
	display: none;
}
.switch-infobox > p:first-child, .switch-infobox-triggers > p:first-child {
	display: block;
}

/* Only show the item that the user has toggled to */
.switch-infobox > .item {
	display: none;
}
.switch-infobox > .item.showing {
	display: block;
}
 
/* Only show the loading button if the switch infobox is still loading */
.switch-infobox > .switch-infobox-triggers > .loading-button {
	display: none;
}
.switch-infobox.loading > .switch-infobox-triggers > .loading-button {
	display: block;
}

/* Only show the switch triggers if the switch infobox is finished loading */
.switch-infobox.loading > .switch-infobox-triggers > .trigger {
	display: none;
}

/* Stops button titles splitting with multiple words */
.trigger.button {
	white-space: pre;
	margin: 1px;
}

.inventárioTabela {
background-image:url(https://images.wikia.nocookie.net/__cb20120409173923/runescape/images/d/db/Inventory_empty.png);
background-repeat:no-repeat;
background-position:top left;
width:213px;
min-width:213px;
max-width:213px;
height:282px;
min-height:282px;
max-height:282px;
padding:15px 23px!important;
border:none;
border-spacing:0
}

.inventárioTabela tr {
border:none;
border-spacing:0;
padding:0;
margin:0
}

.inventárioTabela td {
border:none!important;
border-spacing:0;
padding:0!important;
margin:0;
width:47px;
height:35px;
text-align:center;
position:relative
}

/* Para Predefinição:Inventário */
.inventárioFundo {
margin:0;
width:216px;
height:284px;
padding:12px 13px 11px;
background-image:url(https://images.wikia.nocookie.net/runescape/images/d/db/Inventory_empty.png)
}

.desambiguacao, .redirect {
    background-color:#fff;
    width:100%;
    padding:10px;
    margin:0.5em auto;
    text-align: center;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


/* Novas infoboxes */
.infobox-panel {
	width:35%;
	background-color:#fff;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
	-moz-border-radius:30px 0 0 0;
	-webkit-border-top-left-radius:30px;
	border-radius:30px 0 0 0;
	margin:0 0 1em 1em;
	float:right;
    clear:right;
}

.infobox-panel .header {
	color: white;
	background-color: #3462AD;
	-moz-border-radius: 30px 0 0 0;
	-webkit-border-top-left-radius: 30px;
	border-radius: 30px 0 0 0;
	
	vertical-align: middle;
	position: relative;
	height: 34px;
}
.infobox-panel .header a,
.infobox-missao .header a {
	color: #BFE3FF;
}
.infobox-panel .header .icon {
	position: absolute;
	top: 5px;
	right: 5px;
}

.infobox-panel ul {
	margin-left: 1em;
}

.infobox-panel th {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.infobox-panel td {
    padding: 0;
}

.infobox-panel .clear-th,
.infobox-missao .clear-th {
	width:100%;
	text-align:center;
	/*padding:0;*/
}

/* Permite alinhar bullet-points com a descrição do lado esquerdo */
.infobox-panel ul {
    margin: 0 0 0 14px;
}

.infobox-missao {
	width:100%;
	background-color:#fff;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius:0 30px 0 30px;
}
.infobox-missao .header {
	color: white;
	background-color: #3462AD;
	border-radius: 0 30px 0 0;
	padding: 0 10px;
}
.infobox-missao > tbody > tr > th {
	color: white;
	background-color: #274982;
	text-align: right;
	padding: 0 10px;
	vertical-align: top;
	width: 100px;
}
.infobox-missao > tbody > tr:last-child > th {
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius: 0 0 0 30px;
	border-radius: 0 0 0 30px;
}

/* Usado em Predefinição:Monstro */
.infobox-panel .header-ataque,
.infobox-panel .header-ataque-sub,
.infobox-panel .header-defesa,
.infobox-panel .header-defesa-sub {
	font-variant: small-caps;
	text-align: center;
	padding: 2px;
}
.infobox-panel .header-ataque,
.infobox-panel .header-defesa {
	color: white;
	font-weight: bold;
}
.infobox-panel .header-ataque {
	background-color: #861C10;
}
.infobox-panel .header-ataque-sub {
	background-color: #ECCCC6;
}
.infobox-panel .header-defesa {
	background-color: #438AB5;
}
.infobox-panel .header-defesa-sub {
	background-color: #C1DEED;
}


.seealso {
    margin: 0.5em 2em 1em 2em;
    font-style: italic;
}

/* Usado em Predefinição:Documentação */

.documentacao {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 3px 3px 3px 0;
    border-left: 15px solid #90c2dd;
    background-color: #f1f1f1;
}

.documentacao.info {
    background-color: #ebebeb;
    border-color: #898989;
}
 
.documentacao.info a,
.documentacao.info a:visited,
.documentacao.info a:active {
    color: #6c6c6c;
}

.documentation {
    background-color: #ebebeb;
    color: #000;
    border-left: 15px solid #898989;
    margin-top: 1em;
    padding: 5px 15px;
}
 
.documentation .doc-header {
    border-bottom: 1px solid #898989;
    margin-bottom: 2px;
    padding-bottom: 8px;
    padding-top: 6px;
}
 
.documentation .doc-title {
    font-size: 1.25em;
    font-weight: bold;
}
 
.documentation .doc-editlinks {
    font-size: 0.85em;
    margin-left: 10px;
}
 
.documentation .doc-transclusion {
    clear: both;
    font-size: 0.85em;
    margin-bottom: 15px;
}
 
.documentation a,
.documentation a:visited,
.documentation a:active {
    color: #6c6c6c;
}

.WikiaPageHeader .wikia-button.createpage {
	float: none;
	margin-top: 0;
	margin-right: 7px;
	background-color: #e6e6e6;
	color: black;
}

/* Usado na Predefinição:ND */
.table-na {
    background: #ececec;
    color: gray;
    vertical-align: middle;
    text-align: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Usado na Predefinição:SimT */
.table-sim {
    background: #d8f0d3;
    color: #1b8408;
    vertical-align: middle;
    text-align: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Usado na Predefinição:NãoT */
.table-nao {
    background: #ecd8d5;
    color: #861c10;
    vertical-align: middle;
    text-align: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dialogo {
    width: auto !important;
}

.transcrição {
    -webkit-border-radius: 0 0 120px 120px / 0 0 8px 8px;
    -moz-border-radius: 0 0 120px 120px / 0 0 8px 8px;
    border-radius: 0 0 120px 120px / 0 0 8px 8px;
    -webkit-box-shadow: 0 5px 15px -7px #444444;
    -moz-box-shadow: 0 5px 15px -7px #444444;
    box-shadow: 0 5px 15px -7px #444444;
    width: 75%;
    background: #f1f1f1;
    margin: 0 0 15px 15px;
    padding: 5px 20px 15px 20px;
}
 
.ns-116 .mw-content-text,
.transcrição {
    cursor: default;
}
 
.ns-116 .mw-content-text > ul,
.transcrição > ul,
.ns-116 .mw-content-text > ul ul,
.transcrição > ul ul {
    list-style-type: none;
}
 
.ns-116 .mw-content-text > ul li,
.transcrição > ul li,
.ns-116 .mw-content-text > ul ul li,
.transcrição > ul ul li {
    border-left: 1px dotted #888;
    padding: 20px 15px 5px 10px;
}
 
.ns-116 .mw-content-text > ul li b:first-child,
.transcrição > ul li b:first-child,
.ns-116 .mw-content-text > ul ul li b:first-child,
.transcrição > ul ul li b:first-child {
    color: #129;
    position: relative;
    float: left;
    margin-right: -100%;
    bottom: 20px;
    right: 9px;
    line-height: 13px;
    padding: 5px 3px 0 2px;
    border-bottom: 1px solid;
}
 
.ns-116 .mw-content-text > ul li:hover,
.transcrição > ul li:hover,
.ns-116 .mw-content-text > ul ul li:hover,
.transcrição > ul ul li:hover {
    background: #cde5f1;
    outline: 1px solid #888;
    opacity: 1.0 !important;
}
 
.ns-116 .mw-content-text > ul li:hover li,
.transcrição > ul li:hover li,
.ns-116 .mw-content-text > ul ul li:hover li,
.transcrição > ul ul li:hover li {
    opacity: 0.7;
}
 
.ns-116 .mw-content-text > ul li:hover li:hover,
.transcrição > ul li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover,
.transcrição > ul ul li:hover li:hover,
.ns-116 .mw-content-text > ul li:hover li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover li:hover {
    background: #fff;
}
 
.ns-116 .mw-content-text > ul li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.ns-116 .mw-content-text > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover,
.transcrição > ul ul li:hover li:hover li:hover li:hover li:hover li:hover li:hover {
    background: #cde5f1;
}
.vejatambem {
    margin: 0.5em 2em 1em 2em;
    font-style: italic;
}
 
.vejatambem + .vejatambem {
    margin-top: -1em;
}

/* Usado no botão de convite para o canal do Discord */
@-webkit-keyframes colorbreathe {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@-moz-keyframes colorbreathe {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@keyframes colorbreathe { 
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

.sidebar-discord,
.sidebar-facebook,
.sidebar-contribuir {
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin: 14px 0;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.sidebar-discord {
    background: #7289DA;
}
.sidebar-discord:hover {
    background: #697EC8;
    text-decoration: none;
}

.sidebar-facebook {
    background: #3B5998;
}
.sidebar-facebook:hover, .sidebar-contribuir:hover {
    background: #224389;
    text-decoration: none;
}

.sidebar-contribuir {
    background: linear-gradient(180deg, #7289DA, #3B5998);
	background-size: 400% 400%;
	
    -webkit-animation: colorbreathe 10s ease infinite;
    -moz-animation: colorbreathe 10s ease infinite;
	animation: colorbreathe 10s ease infinite;
}

/* Discord banner na mainpage */
/* Remove o ícone das ligações externas */
.RSWGuide a.external::after {
    background-image: none !important;
}
/* Adiciona efeito de onmouseover */
.RSWDiscord a:hover span {
    background-color: #697ec8 !important;
}
.RSWFacebook a:hover span {
    background-color: #224389 !important;
}
/* Status de on e off para tabelas*/
.status-active {
    background-color: #98e553;
    color: #245200;
}

.status-active a {
    color: inherit !important;
}

.status-inactive {
    background-color: #ececec;
    color: #777777;
}

.status-inactive a {
    color: inherit !important;
}

.musicplayer {
    border: 1px solid #cfcfcf;
    font-size: 90%;
    background: #f9f9f9;
    -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    max-width: 200px;
    margin: 0 0 1em 1em;
    padding: 5px;
    spacing: 0px;
}

/* **************************
     [[Predefinição:External]] 
   ************************** */
#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: 'League Spartan', 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;
}

.topright-icon {
    display: none;
}

/* RuneScape Wiki */
.rs-header-icon-rs {
    background: hsl(202, 47%, 48%);
    color: #fff !important;
}
.rs-header-icon-rs:hover {
    background: hsl(202, 47%, 43%);
}
.rs-header-icon-rs a:hover {
    text-decoration: none !important;
}

/* Old School RuneScape Wiki */
.rs-header-icon-rsc {
    background: hsl(196, 7%, 60%);
    color: #fff !important;
}
.rs-header-icon-rsc:hover {
    background: hsl(196, 7%, 55%);
}
.rs-header-icon-rsc a:hover {
    text-decoration: none !important;
}

/* Wikipedia */
.rs-header-icon-wp {
    background: hsl(148, 0%, 96%);
    color: #333 !important;
}
.rs-header-icon-wp:hover {
    background: hsl(148, 0%, 91%);
}
.rs-header-icon-wp a:hover {
    text-decoration: none !important;
}

blockquote.block {
    background-color: #f9f9f9;
    font-size: 95%;
    padding: 35px 25px 20px 25px;
    margin: -20px 20px 20px 20px;
    overflow: hidden;
}

blockquote.block .source {
    text-align: right;
    padding-top: 10px;
}

blockquote.block .source:before {
    content: '— ';
}

.blockquote-mark {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blockquote-mark:before {
    content: '';
    background: #ffffff;
    -webkit-border-radius: 0 0 60px 60px;
    -moz-border-radius: 0 0 60px 60px;
    border-radius: 0 0 60px 60px;
    width: 60px;
    height: 30px;
    top: 15px;
    left: 60px;
    display: inline-block;
    position: relative;
}

.blockquote-mark:after {
    content: open-quote;
    color: #f4f4f4;
    font-size: 70px;
    font-family: 'League Spartan', 'Arial', sans-serif;
    font-weight: bold;
    top: 37px;
    left: 12px;
    position: relative;
}

blockquote.pull {
    border: 3px solid #eeeeee;
    border-width: 3px 0;
    padding: 17px 5px 13px 5px;
    margin: -20px 20px 20px 20px;
    overflow: hidden;
}

blockquote.pull .source {
    text-align: right;
    padding-top: 10px;
}

blockquote.pull .source:before {
    content: '— ';
}

blockquote.quote.jmod {
    background: #f9e175;
}
blockquote.quote.fmod {
    background: #a9dd6a;
}

.blockquote-mark.jmod:after {
    color: #f9e175;
}
.blockquote-mark.fmod:after {
    color: #a9dd6a;
}

/* Portais */

.portal-link-wrapper {
    text-align: center;
    margin-bottom: 0.5em;
}
 
.portal-link {
    display: inline-flex;
}
 
.portal-link a {
    height: 120px;
    width: 300px;
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    margin: 7px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: 'League Spartan', sans-serif;
    text-transform: uppercase;
    background-color: #fafafa;
    color: #404040;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
 
.portal-link a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}
 
.portal-link.wide a {
    width: 618px;
}
 
.portal-link.compact a {
    font-size: 15px;
    height: 100px;
    width: 200px;
}
 
.portal-link.article a {
    border-top: 8px solid #274982;
}
 
.portal-link.article a:hover {
    background-color: #274982;
    color: #ffffff;
}
 
.portal-link.file a {
    border-top: 8px solid #3462AD;
    background-color: #cfd8eb;
}
 
.portal-link.file a:hover {
    background-color: #3462AD;
    color: #ffffff;
}
 
.portal-link.template a {
    border-top: 8px solid #898989;
    background-color: #ebebeb;
}
 
.portal-link.template a:hover {
    background-color: #898989;
    color: #ffffff;
}

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

.perk-link {
    background: #09222F;
    border-radius: 111px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-table;
}

.navbox .perk-link img {
    padding: 2.5px 0 0 0 !important;
    border-spacing: 2px !important;
}

/* Sugestões de aparatos */
.gizmo-interface {
    background-image: url("/wiki/Special:FilePath?file=Interface_de_aparato_vazia.png");
    background-repeat: no-repeat;
    min-height: 132px;
    padding: 11px 53px;
    width: 216px;
}

.gizmo-interface td {
    border: 0;
    height: 32px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}

.gizmo-interface-parts a {
    position: relative;
}

.gizmo-interface-parts a:hover {
    text-decoration: none;
}

.gizmo-interface-parts a:before {
    color: #fff;
    content: "5";
    font-family: runescape-small;
    font-size: 12pt;
    margin-left: 1px;
    margin-top: -4px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}

/* Moedas */

.coins {
    color: green;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
}
 
.coins-pos {
    color: #014cc0;
}
 
.coins-neg {
    color: #c02614;
}
 
.rusty-coins-10000 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_10000.png');
    padding: 7px 0 1px 35px;
}
 
.rusty-coins-1000 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_1000.png');
    padding: 1px 0 1px 35px;
}
 
.rusty-coins-250 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_250.png');
    padding: 1px 0 1px 35px;
}
 
.rusty-coins-100 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_100.png');
    padding: 1px 0px 1px 32px;
}
 
.rusty-coins-25 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_25.png');
    padding-left: 30px;
}
 
.rusty-coins-5 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_5.png');
    padding-left: 30px;
}
 
.rusty-coins-4 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_4.png');
    padding-left: 30px;
}
 
.rusty-coins-3 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_3.png');
    padding-left: 30px;
}
 
.rusty-coins-2 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_2.png');
    padding-left: 23px;
}
 
.rusty-coins-1 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Rusty_coins_1.png');
    padding-left: 15px;
}
 
.coins-10000 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_10000.png');
    padding: 7px 0 1px 35px;
}
 
.coins-1000 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_1000.png');
    padding: 1px 0 1px 35px;
}
 
.coins-250 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_250.png');
    padding: 1px 0 1px 35px;
}
 
.coins-100 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_100.png');
    padding: 1px 0px 1px 32px;
}
 
.coins-25 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_25.png');
    padding-left: 30px;
}
 
.coins-5 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_5.png');
    padding-left: 30px;
}
 
.coins-4 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_4.png');
    padding-left: 30px;
}
 
.coins-3 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_3.png');
    padding-left: 30px;
}
 
.coins-2 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_2.png');
    padding-left: 23px;
}
 
.coins-1 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Coins_1.png');
    padding-left: 15px;
}
 
.chimes-1000 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Chimes_1000.png');
    padding: 3px 0 3px 33px;
}
 
.chimes-100 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Chimes_100.png');
    padding: 1px 0 1px 30px;
}
 
.chimes-50 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Chimes_50.png');
    padding-left: 31px;
}
 
.chimes-20 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Chimes_20.png');
    padding-left: 24px;
}
 
.chimes-1 {
    background-image: url('http://runescape.wikia.com/wiki/Special:FilePath/Chimes_1.png');
    padding-left: 19px;
}

/* Barras de velocidade */

.attack-speed {
    max-width: 150px;
    line-height: 1.3em;
    display: block;
    text-align: center;
}
 
.attack-speed b {
    width: 100%;
    background-color: #dedede;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.2);
    display: block;
    border-radius: 2.5px;
    height: 5px;
}
 
.attack-speed b::after {
    border-radius: 2.5px;
    height: 5px;
    content: "";
    background-color: #999999;
    display: inline-block;
    width: 0%;
    float: left;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
 
.attack-speed.arma {
    max-width: 150px;
}
 
.attack-speed.arma b {
    background-color: #c6dce8;
}
 
.attack-speed.arma b::after {
    background-color: #438ab5;
}
 
.attack-speed.monstro {
    max-width: 123px;
}
 
.attack-speed.monstro b {
    background-color: #ecccc6;
}
 
.attack-speed.monstro b::after {
    background-color: #861c10;
}
 
.attack-speed.arma.maisrapida b::after {
    width: 100%;
}

.attack-speed.arma.mais_rápida b::after {
    width: 100%;
}

.attack-speed.arma.rapida b::after {
    width: 80%;
}

.attack-speed.arma.rápida b::after {
    width: 100%;
}
 
.attack-speed.arma.media b::after {
    width: 60%;
}
 
.attack-speed.arma.média b::after {
    width: 60%;
}
 
.attack-speed.arma.lenta b::after {
    width: 40%;
}
 
.attack-speed.arma.maislenta b::after {
    width: 20%;
}
 
.attack-speed.arma.mais_lenta b::after {
    width: 20%;
}
 
.attack-speed.monstro.t1 b::after {
    width: 100%;
}
 
.attack-speed.monstro.t2 b::after {
    width: 90%;
}
 
.attack-speed.monstro.t3 b::after {
    width: 80%;
}
 
.attack-speed.monstro.t4 b::after {
    width: 70%;
}
 
.attack-speed.monstro.t5 b::after {
    width: 60%;
}
 
.attack-speed.monstro.t6 b::after {
    width: 50%;
}
 
.attack-speed.monstro.t7 b::after {
    width: 40%;
}
 
.attack-speed.monstro.t8 b::after {
    width: 30%;
}
 
.attack-speed.monstro.t9 b::after {
    width: 20%;
}
 
.attack-speed.monstro.t10 b::after {
    width: 10%;
}

/*--------------------------*/
/* HILIGHTED USERNAMES LIST */
/*--------------------------*/
/*
A ordem pela qual os nomes aparecem determina a que título esse nome possui.
Um usuário será marcado pela última entrada nesta lista, independemente do número de entradas que tiver.   

Uma conta será marcada com a última designação nesta lista que pode ser:
* Helpers
* Burocratas
* Administradores
* Bots

Tenta manter estas listas organizadas por ordem alfabética. 

*/
/* Helpers */


/* Burocratas */
a[href="/wiki/Utilizador:Raw_lobbs"],
a[href="/wiki/Utilizador:MisterLim"],
a[href="/wiki/Utilizador:Tuggy"],
a[href="/wiki/Utilizador:Ledstone"],
a[href="/wiki/Utilizador:SandroHc"],
a[href="/wiki/Utilizador:MaximusGugu"] { color:#FAB402 !important; }

/* Administradores */
a[href="/wiki/Utilizador:Crowborn"],
a[href="/wiki/Utilizador:Felipebrs"],
a[href="/wiki/Utilizador:Taiago"],
a[href="/wiki/Utilizador:Rudahz"],
a[href="/wiki/Utilizador:Palito55"] { color:#F96902 !important; }

/* Moderadores */
a[href="/wiki/Utilizador:Niinaxd"] { color:#0099ff !important; }

/* Bots/AWB */
a[href="/wiki/Utilizador:CrowbornBOT"],
a[href="/wiki/Utilizador:Pedro_Torres_BOT"],
a[href="/wiki/Utilizador:SandroHcBot"],
a[href="/wiki/Utilizador:WikiaBot"] { color:#00cc33 !important; }
Advertisement