Wiki Terraria

Discord Terraria Logo
Te invitamos a unirte a nuestro servidor de Discord.
¡Únete aquí!

LEE MÁS

Wiki Terraria
Registrarse
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/*▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒*/
 
/* ████████████████ cssIMPORTACIÓN PRINCIPALcss ████████████████ */
/* █ Página principal: [[w:c:es.terraria:MediaWiki:Wikia.css]] █
 
/*▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒*/
/* Material Icons */
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Round');
 
/* Misc */
 
.WikiaPage {
    border: 0;
}
 
@media only screen and (max-width: 1595px) and (min-width: 1084px) {
  .wds-community-header {    
    width: 1064px;
  }
}
 
@media only screen and (max-width: 1083px) {
  .wds-community-header {    
    width: 765px;
  }
}
 
.WikiaNotifications li div {
    background-image: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px;
    max-width: 200px;
    opacity: .8;
}
 
.WikiaNotifications li div:hover {
    opacity: 1;
}
 
.WikiaNotifications li div a {
    text-decoration: none;
}
 
.WikiaNotifications li div .close-notification {
    border: 0;
}
 
body.ns-2 .module {
    margin-top: 10px;
}
 
.WikiaPage .rail-module .avatars {
    position: inherit;
}
 
.WikiaPage .rail-module .community-page-rail-module {
    position: inherit;
}
 
.WikiaRail {
    padding: 0;
}
 
.wikia-rail-inner {
    width: 100%;
}
 
.WikiaRail .rail-module, .WikiaRail .module {
    padding: 20px;
    display: inherit;
    margin: 0 0 20px 0;
}
 
.WikiaPage .WikiaPageContentWrapper {
    padding: 0;
}
 
@media only screen and (max-width: 1023px) {
  .WikiaRail .module , .WikiaRail .rail-module {    
    width: 100%;    
    padding: 20px;    
    box-sizing: border-box;
  }
}
 
@media only screen and (max-width: 1023px) {
  .WikiaRail, .main-page-tag-rcs {    
    column-count: 1;    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
 
@media only screen and (max-width: 1023px) {
  .WikiaPage .WikiaPageContentWrapper {    
    justify-content: center;
  }
}
 
/*
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
 : : : : : : Diseño Principal : : : : : :
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
*/
 
/* Sub-Header */
.WikiaPage .page-header {
    background: #06060f;
    margin: 0 -20px 18px -20px;
    padding: 20px;
}
 
/** SPECIAL-WikiActivity **/
 
body.mw-special-WikiActivity .page-header__page-subtitle {
    color: transparent;
    margin: 10px 0;
}
 
body.mw-special-WikiActivity .page-header__page-subtitle > a {
    background: #111;
    color: #949494;
    padding: 4px 14px;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: .25s;
}
 
body.mw-special-WikiActivity .page-header__page-subtitle > a:hover {
    background: #a3beea;
    color: #333;
    text-decoration: none;
    top: -3px;
    box-shadow: 0 2px 10px #404752;
}
 
.page-header #ajaxRefresh {
    padding: 6px;
    display: flex;
    align-items: center;
}
 
.page-header #ajaxRefresh > label {
    border-bottom: 0 !important;
    font-size: 9pt;
}
 
.page-header #ajaxRefresh > input {
    visibility: hidden;
}
 
.page-header #ajaxRefresh > input:after {
    visibility: visible;
    content: '';
    position: absolute;
    height: 10px;
    width: 30px;
    background: #282828;
    border-radius: 11px;
    transition: .25s;
}
 
.page-header #ajaxRefresh > input:hover::after {
    box-shadow: 0 0 0 1px #3c3c3c;
}
 
.page-header #ajaxRefresh > input:checked::after {
    background: #96afd8;
    box-shadow: 0 0 10px #65738a;
}
 
.page-header #ajaxRefresh > input:checked:hover::after {
    opacity: .7;
}
 
 
.page-header #ajaxRefresh > input:not(:checked) ~ #ajaxLoadProgress:after {
    opacity: 0;
}
 
.page-header span#ajaxLoadProgress {
    display: block !important;
    position: relative;
    left: 27px;
    visibility: hidden;
}
 
.page-header span#ajaxLoadProgress:before {
    visibility: visible;
    content: 'Actualizando...';
    font-size: 10pt;
    position: relative;
    left: 10px;
    bottom: 3px;
    color: #131313;
    transition: .25s;
}
 
.page-header span#ajaxLoadProgress[style="display: block;"]:before {
    left: 20px !important;
    color: #6f6f6f !important;
}
 
.page-header span#ajaxLoadProgress:after {
    visibility: visible;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #464c54;
    left: 0;
    bottom: 4px;
    border-radius: 10px;
    transition: .4s;
}
 
.page-header span#ajaxLoadProgress[style="display: block;"]:after {
    background: #96afd8 !important;
    box-shadow: 0 0 7px #687892 !important;
}
 
.WikiaPage .page-header__separator {
    display: none;
}
 
/** NS-2 : Users **/
 
body.ns-2 .lastEdited {
    background: #06060f;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}
 
/* Actividad Reciente */
 
.activityfeed > li {
    border: 0 !important;
    margin: 8px 4px;
    border-radius: 6px;
    transition: .25s;
    transition-timing-function: cubic-bezier(0,0,0,0.9);
    overflow: hidden;
    padding: 20px 45px 10px 45px;
    position: relative;
    background: #06060f;
}
 
.activityfeed > li > strong {
    background: #0d0e21;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 6px 10px 6px 45px;
}
 
.activityfeed > li img.sprite {
    position: absolute;
    z-index: 1000;
    top: 8px;
}
 
.activityfeed > li a.activityfeed-diff {
    visibility: hidden;
    position: absolute;
    top: 6px;
    right: -10px;
}
 
.activityfeed > li a.activityfeed-diff:after {
    visibility: visible;
    content: '';
    position: relative;
    background-image: url(https://vignette.wikia.nocookie.net/itsuki-world/images/9/96/Zoom.png/revision/latest?cb=20180112031227&path-prefix=es);
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 20px;
    left: -10px;
    background-color: #141633;
}
 
/* Categorías añadidas */
 
.activityfeed > li table tr[data-type="inserted-category"] td:last-child {
    color: transparent;
}
 
.activityfeed > li table tr[data-type="inserted-category"] td:last-child > a {
    background: #141633;
    color: #ccc;
    padding: 1px 9px;
    border-radius: 18px;
    text-decoration: none;
    display: inline-block;
    font-size: 9pt;
    margin: 2px -2px;
}
 
/* Feed de mensajes */
 
table.wallfeed > tbody > tr td:first-child {
    vertical-align: middle;
}
 
table.wallfeed td img.avatar {
    border: 0;
    border-radius: 100px;
}
 
table.wallfeed td a.real-name {
    background: #141633;
    color: #a9a9a9;
    padding: 2px 8px;
    border-radius: 25px;
    position: relative;
    top: 3px;
}
 
.activity-type-talk.activity-ns-1201 span.wall-owner,
.activity-type-talk.activity-ns-2001 span.wall-owner {
    position: absolute;
    top: 41px;
    right: 4px;
    background: #141633;
    padding: 2px 10px;
    border-radius: 50px;
}
 
/* Modulos */
 
.WikiaRail .module {
    border: 0;
    border-radius: 4px;
    margin-bottom: 8px;
}
 
.WikiaRail .module > h2:first-child {
    background: #333;
    border: 0;
    padding: 7px 20px;
    margin-left: -20px;
    border-radius: 0 25px 25px 0;
    text-align: left;
}
 
.insights-module-item .insights-red-dot.highlighted {
    background-color: #b73535 !important;
    font-weight: 400;
    height: 18px;
    width: 18px;
    padding: 0;
    position: absolute;
    left: -12px;
    top: 14px;
}
 
.HotSpotsModule #myhome-hot-spots li > div > div {
    border-radius: 100px;
    background: none;
    border: 1px solid #424242;
    padding: 4px 19px;
}
 
.WikiaArticleFooter {
    padding: 0;
}

div.widget-header { 
	background-color: #444 !important;
}

div.widget-body { 
	background-color: #050505 !important;
}
 
/* article-table */
.article-table {
  border-collapse: collapse;
  border: 1px solid #3A3A3A !important;
  border-radius: 1em;
  overflow: hidden;
}
 
.article-table {
    background-color: #06060f;
    border: 1px solid #1a1c42;
}
 
.article-table th {
    background-color: #13132f;
    border: 1px solid #13132f;
	text-align: center;
}
 
.article-table th a {
	color: #ccc;
	text-decoration: underline;
}
 
.article-table td {
    border: 1px solid #13132f;
    background-color: #0000 !important;
}
 
/* ------------ */
 
.WikiaArticle p {
    margin: 0;
}
 
.WikiaUserPagesHeader {
    margin: 0 -20px;
    background: #06060f;
}
 
body.ns-2 .tabs {
    padding-left: 10px;
}
 
body.ns-2 .tabs a {
    position: relative;
    border: 0 ;
}
 
body.ns-2 .tabs .selected a {
    display: flex;
    justify-content: center;
    border: solid #333;
    border-width: 1px 1px 0 1px;
    padding: 6px;
    width: 100px;
    border-radius: 6px 6px 0 0;
}

 
body.ns-2 .wikia-menu-button {
    border-radius: 0;
    background: #3f577d;
    padding: 8px;
}
 
body.ns-2 .wikia-menu-button #ca-edit {
    padding-right: 10px;
    color: #EEE;
    background: transparent;
}
 
body.ns-2 .wikia-menu-button #ca-edit:hover {
    padding-right: 10px;
    color: #a3beea;
    background: transparent;
}
 
body.ns-2 .wikia-menu-button #ca-edit .sprite {
    display: none;
}
 
body.ns-2 .wikia-menu-button .chevron {
    border-top-color: #EEE;
}
 
body.ns-2 .wikia-menu-button .drop {
    margin-left: 0;
    background: transparent;
}
 
body.ns-2 .wikia-menu-button ul {
    background: #2A2A2A;
    box-shadow: none;
    border: 1px solid #3A3A3A;
    top: 34px;
    left: -1px;
}
 
body.ns-2 .wikia-menu-button ul li {
    border: none;
}
 
body.ns-2 .wikia-menu-button ul li:hover {
    background: transparent ;
}
 
body.ns-2 .wikia-menu-button ul li a:hover {
    background: transparent ;
    color: #a3beea;
}
 
body.ns-2 .UserProfileActionButton {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px 0;
    text-align: inherit;
}
 
.activityfeed {
    margin-top: -4px !important;
}
 
.activityfeed > li img.edit.sprite {
    background: url(https://vignette.wikia.nocookie.net/itsuki-world/es/images/e/ef/Edit-pen.png);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
}
 
.activityfeed > li img.talk.sprite {
    background: url(https://vignette.wikia.nocookie.net/itsuki-world/es/images/a/a5/Message.png);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
}
 
.activityfeed > li img.new.sprite {
    background: url(https://vignette.wikia.nocookie.net/itsuki-world/es/images/a/a7/Add.png);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
}
 
.activityfeed > li img.categorization.sprite {
    background: url(https://vignette.wikia.nocookie.net/itsuki-world/es/images/0/05/Cat.png);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
}
 
.activityfeed > li a.activityfeed-diff {
    visibility: hidden;
}
 
.warn-comments {
    background: #1a1a1a;
    padding: 10px 20px;
    margin: 15px 40px;
    border: 1px solid #3a3a3a;
    border-radius: 3px;
}
/* Tabbers */
.tabbernav {
border-bottom:1px solid #eee !important;
}
.tabbernav .tabberactive a {
background:#ddd !important;
border:1px solid #eee !important;
color:#000 !important;
border-radius:4px 4px 0px 0px;
-moz-border-radius:4px 4px 0px 0px;
}
.tabbernav li a {
background:#eee !important;
color:#000 !important;
border:1px solid #ccc !important;
border-radius:4px 4px 0px 0px;
-moz-border-radius:4px 4px 0px 0px;
margin-left:3px !important;
}
.tabbertab {
border:none !important;
}
 
/* Foro - Subs */
 
body.mw-special-Forum .Forum .board {
    border: 0;
    background: #1d1d1d;
    padding: 15px 15px 15px 60px;
    margin: 10px 6px 10px 6px;
    border-radius: 5px;
    position: relative;
}
 
body.mw-special-Forum .Forum .board h4 {
    margin: 0;
    border: 0;
}
 
/** Icono por defecto de los sub-foros **/
body.mw-special-Forum .Forum > .boards > li::before {
    content: 'question_answer';
    font-family: 'Material Icons';
    position: absolute;
    white-space: nowrap;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}
 
/** - Discusión general **/
body.mw-special-Forum .Forum .board-27232:before {
    content: 'feedback' !important;
}
/** - Noticias y Anuncios **/
body.mw-special-Forum .Forum .board-27233:before {
    content: 'receipt' !important;
}
/** - Juegos y Diversión **/
body.mw-special-Forum .Forum .board-27236:before {
    content: 'gamepad' !important;
}
/** - Postulaciones y demás **/
body.mw-special-Forum .Forum .board-227561:before {
    content: 'star_border' !important;
}
/** - Ayudanos a mejorar **/
body.mw-special-Forum .Forum .board-52918:before {
    content: 'record_voice_over' !important;
}
/** - Administración **/
body.mw-special-Forum .Forum .board-102812:before {
    content: 'info' !important;
}
 
/* - Detalles del subforo */
 
body.mw-special-Forum .Forum li .activity {
    margin: 3px 8px;
    border: 1px solid #383838;
    border-radius: 25px;
    padding: 1px 9px;
}
 
/* Subforo NS-2000 */
 
body.ns-2000 .Forum .board-description {
    background: #383838;
    padding: 14px 27px 14px 63px;
    color: #dadada;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
 
body.ns-2000 .Forum .board-description:before {
    position: absolute;
    content: 'info_outline';
    font-family: 'Material Icons';
    white-space: nowrap;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 14px 12px;
    background: #435673;
    font-size: 25px;
    display: flex;
    align-items: center;
}
 
body.ns-2000 .Forum .DiscussionBox .message:before {
    border: 5px solid #383838;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 0;
}
body.ns-2000 .Forum > .ForumNewMessage .avatar {
    border-radius: 50px;
}
 
body.ns-2000 .Forum > .ForumNewMessage .message {
    border-radius: 0 5px 5px 5px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
    background-color: #383838;
}
 
body.ns-2000 .Forum > .ForumNewMessage textarea,
body.ns-2000 .Forum > .ForumNewMessage input {
    border-radius: 4px;
    background: #252525 !important;
    box-shadow: none !important;
    transition: .3s;
}
 
body.ns-2000 .Forum > .ForumNewMessage textarea:focus,
body.ns-2000 .Forum > .ForumNewMessage input:focus {
    background: #1b1b1b !important;
}
 
body.ns-2000 .Forum > .ForumNewMessage textarea.title {
    height: auto !important;
    line-height: 1px;
    padding: 20px 10px;
}
 
body.ns-2000 .Forum > .ForumNewMessage h4.heading {
    display: none;
}
 
body.ns-2000 .ContentHeader {
    border-radius: 30px;
    border: 1px solid #383838;
    padding: 10px 35px;
}
 
body.ns-2000 .ThreadList {
    margin-top: 10px;
}
 
body.ns-2000 .ThreadList > li.thread {
    border-bottom: 0;
    background: #1b1b1b !important;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}
 
body.ns-2000 .ThreadList > li.thread > .thread-left {
    margin-left: 50px;
}
 
body.ns-2000 .ThreadList > li.thread > .thread-left h4 {
    margin: 0;
    line-height: normal;
    border-bottom: 1px solid #222;
    margin-bottom: 8px;
}
 
body.ns-2000 .ThreadList > li.thread > .thread-left h4 a {
    margin: 0;
    font-weight: 700;
    font-size: 13pt;
}
 
body.ns-2000 .ThreadList > li.thread .avatar {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border-radius: 25px;
}
 
body.ns-2000 .ThreadList .activity li.follow {
    visibility: hidden;
    text-decoration: none;
    position: absolute;
    right: 135px;
    bottom: 24px;
}
 
body.ns-2000 .ThreadList .activity li.follow:after {
    visibility: visible;
    content: 'favorite_border';
    font-family: 'Material Icons';
    white-space: nowrap;
    position: absolute;
    margin: 10px;
    font-size: 18px;
    transition: .3s;
}
 
body.ns-2000 .ThreadList .activity li.follow:hover::after {
    text-shadow: 0 0 12px #a3beea;
}
 
body.ns-2000 .ThreadList .activity li.follow.following:after {
    content: 'favorite';
    color: #a3beea;
}
 
body.ns-2000 .ThreadList .activity li.follow.following:hover::after {
    opacity: .7;
}
 
/* Hilos NS-1201 */
 
body.ns-1201 .Wall .avatar {
    border-radius: 32px;
}
 
body.ns-1201 .Wall ul.comments > li.message > .speech-bubble-message:after {
    display: none;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message {
    background: #06060f !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.2);
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .editarea {
    border-bottom: 1px solid #3f577d;
    margin: 5px -10px !important;
    padding: 5px 20px;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .msg-title {
    margin: 30px 0 0 -10px;
    background: #3f577d;
    display: inline-block;
    padding: 6px 20px !important;
    border-radius: 0 100px 100px 0;
    max-width: 80%;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .editarea {
    border-bottom: 1px solid #3f577d;
    margin: 5px -10px !important;
    padding: 5px 20px;
}
 
body.ns-1201 .Wall .speech-bubble-message .timestamp {
    opacity: 0;
    position: relative;
    top: 12px;
    transition: .25s;
    display: flex;
}
 
body.ns-1201 .Wall .speech-bubble-message:hover .timestamp {
    opacity: 1;
    top: 4px;
}
 
body.ns-1201 .Wall .speech-bubble-message .timestamp:before {
    font-family: 'Material Icons';
    content: 'access_time' !important;
    white-space: nowrap;
    font-size: 21px;
    margin-right: 10px;
    color: #868686;
    transform: rotate(240deg);
    transition: .5s;
}
 
body.ns-1201 .Wall .speech-bubble-message:hover .timestamp::before {
    transform: rotate(0deg);
}
 
body.ns-1201 .Wall .comments .SpeechBubble .buttons {
    display: block;
}
 
body.ns-1201 .Wall .comments .SpeechBubble .buttons > .secondary {
    border: 0;
    background: #13132f;
    padding: 2px 12px;
    height: auto;
    border-radius: 50px;
    position: relative;
    top: 4px;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .edited-by {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 14px;
    margin: 6px;
    border: 1px solid #505050;
    border-radius: 32px;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .edited-by {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 14px;
    margin: 6px;
    border: 1px solid #3f577d;
    border-radius: 32px;
}
 
body.ns-1201 .Wall .comments > li.message-main > .speech-bubble-message .edited-by > .subtle:empty {
    display: none;
}
 
body.ns-1201 .Wall .new-reply .editarea {
    border: 0;
    box-shadow: none !important;
}
 
body.ns-1201 .Wall .new-reply .editarea > textarea {
    border-radius: 10px;
    box-shadow: none !important;
}
 
/* Categorías */
 
.CategorySelect.articlePage {
    border: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.4);
    background: #030307;
    border-radius: 10px;
    margin-top: 30px;
}
 
.CategorySelect.articlePage .special-categories {
    position: absolute;
    top: -10px;
    color: transparent;
}
 
.CategorySelect.articlePage .container {
    padding: 20px;
}
 
.CategorySelect.articlePage .special-categories > a {
    background: #13132f;
    padding: 7px 16px;
    border-radius: 32px;
}
 
.CategorySelect.articlePage .category {
    border-right: 0;
    margin: 0;
    padding: 0;
}
 
.CategorySelect.articlePage .category a {
    margin: 5px 4px;
    display: flex;
    padding: 7px 16px;
    background: #13132f;
    border-radius: 32px;
    transition: .25s;
    text-decoration: none !important;
    position: relative;
    top: 0;
}

 
.CategorySelect.articlePage .last button {
    display: flex;
    margin-top: 6px;
    padding: 2px 16px;
    border-radius: 32px;
    transition: .25s;
    position: relative;
}
 
.CategorySelect.articlePage .last button:before {
    content: 'add';
    white-space: nowrap;
    font-family: 'Material Icons';
    position: absolute;
    left: 10px;
    opacity: .0;
    transition: .25s;
    font-size: 16px;
    top: 8px;
}
 
.CategorySelect.articlePage .last button:hover {
    padding: 2px 16px 2px 30px;
}
 
.CategorySelect.articlePage .last button:hover::before {
    opacity: 1;
    top: 2px;
}
 
.CategorySelect.articlePage .input {
    padding: 9px 18px;
    border-radius: 32px;
}
 
.popover-inner {
    border: 0;
    background: #13132f;
    padding: 6px 14px 6px 49px;
    border-radius: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
    position: relative;
}
 
.popover-content {
    background-color: transparent;
}
 
.popover .arrow {
    display: none;
}
 
.popover-inner:before {
    content: 'info_outline';
    white-space: nowrap;
    font-family: 'Material Icons';
    position: absolute;
    display: flex;
    left: 0px;
    top: 0;
    bottom: 0;
    align-items: center;
    background: #3f577d;
    padding: 0 11px;
    font-size: 16pt;
    color: #fff;
}
 
.CategorySelect.articlePage > .toolbar {
    background: transparent;
    border-top: 0;
    align-items: center;
    justify-content: center;
}
 
.CategorySelect.articlePage > .toolbar .wikia-button {
    border: 0;
    background-image: none !important;
    padding: 6px 15px;
    border-radius: 32px;
}
 
.CategorySelect.articlePage > .toolbar .wikia-button.secondary {
    background: #3f577d;
}
 
.CategorySelect.articlePage .category.new, .CategorySelect.articlePage .placeholder {
    margin-top: 5px;
    padding: 6px 14px;
    border-radius: 32px;
    margin-right: 6px;
    margin-left: 6px;
}
 
.WikiaArticleComments {
    margin-top: 40px !important;
    border: 0 !important;
    background: #0c0c1d;
    box-shadow: 0 3px 12px rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
 
.WikiaArticleComments h1 {
    display: flex;
    position: absolute;
    top: -20px;
    background: #101028;
    color: #bfbfbf;
    padding: 5px 18px;
    border-radius: 50px;
}
 
.WikiaArticleComments .article-comments {
    border: 0 !important;
}
 
.WikiaArticleComments .avatar {
    border-radius: 50px;
}
 
.WikiaArticleComments .MiniEditorWrapper .editarea {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
 
.WikiaArticleComments .MiniEditorWrapper .editarea textarea {
    border-radius: 7px;
    padding: 10px !important;
    width: calc(100% - 20px) !important;
}
 
.WikiaArticleComments #article-comm-submit {
    border: 0;
    border-radius: 50px;
    background-image: none !important;
    padding: 7px 20px;
}
 
.WikiaArticleComments .article-comments-pagination {
    border: 0 !important;
    position: relative;
    margin-bottom: 30px !important;
}
 
.WikiaArticleComments .article-comments-pagination a.article-comments-pagination-link-active {
    background: #18183a !important;
}
 
.WikiaArticleComments .article-comments-pagination a {
    padding: 6px 10px !important;
    text-decoration: none !important;
    transition: .25s;
    border-radius: 30px;
    border: 0 !important;
}
 
.WikiaArticleComments .article-comments-pagination a.accent:not(.article-comments-pagination-link-active):hover {
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0 0 0 1px #656565;
}
 
.WikiaArticleComments #article-comments-pagination-link-next:after {
    content: 'chevron_right';
    white-space: nowrap;
    font-family: 'Material Icons';
    font-size: 15pt;
    transition: .25s;
    position: relative;
    left: -10px;
    opacity: 0;
}
 
.WikiaArticleComments #article-comments-pagination-link-next {
    display: flex;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 0;
}
 
.WikiaArticleComments #article-comments-pagination-link-next:hover::after {
    opacity: 1;
    left: 0;
}
 
.WikiaArticleComments #article-comments-pagination-link-prev:before {
    white-space: nowrap;
    font-family: 'Material Icons';
    font-size: 15pt;
    transition: .25s;
    position: relative;
    left: 10px;
    opacity: 0;
    content: 'chevron_left';
}
 
.WikiaArticleComments #article-comments-pagination-link-prev {
    display: flex;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 0;
}
 
.WikiaArticleComments #article-comments-pagination-link-prev:hover::before {
    opacity: 1;
    left: 0;
}
 
#article-comments-ul .SpeechBubble .speech-bubble-message:after {
    display: none;
}
 
#article-comments-ul .SpeechBubble .speech-bubble-message:before {
    display: none;
}
 
#article-comments-ul .SpeechBubble .speech-bubble-message {
    border: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    background: #13132f;
}
 
.WikiaArticleComments .article-comm-reply {
    border: 0;
    background: #1e1e48 !important;
    border-radius: 50px;
    padding: 1px 16px 3px 16px;
    display: flex;
    align-items: center;
}
 
.WikiaArticleComments .article-comm-reply:after {
    content: 'reply';
    white-space: nowrap;
    font-family: 'Material Icons';
    margin-left: 10px;
    font-size: 12pt;
}
 
/* Masthead de perfiles */
 
.UserProfileMasthead .masthead-info {
    margin: 0 0 40px 170px;
    background: #030307;
    box-shadow: none;
    border-radius: 0;
}
 
.UserProfileMasthead .masthead-info-lower:before {
    display: none;
}
 
.UserProfileMasthead {
    padding: 0;
}
 
.UserProfileMasthead .masthead-info hgroup {
    border-radius: 0;
    background-image: none;
    background: #13132f;
    border-radius: 0;
}
 
.UserProfileMasthead .masthead-info .tag {
    border-radius: 0px;
    padding: 4px 8px;
    background: #1b1b41 !important;
}

.UserProfileMasthead .masthead-info a {
	color: inherit;
}
 
.UserProfileMasthead .discussion-details {
    border-top: 2px solid #13132f;
	padding-left: 4px;
    display: none;
}

.UserProfileMasthead div.globaledit-details.tally {
    border-top: 2px solid #13132f;
	display: flex;
}
 
 
/** Tabs **/
 
.WikiaUserPagesHeader .tabs li a {
    border: 0 !important;
    padding: 4px 20px 4px 40px !important;
    background: #13132f;
    border-radius: 100px !important;
    color: #9e9e9e !important;
    text-shadow: none !important;
    font-weight: 400;
    width: auto !important;
    text-decoration: none;
    transition: .4s;
}
 
.WikiaUserPagesHeader .tabs {
    border: 0;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
}
 
.WikiaUserPagesHeader .tabs li {
    margin-right: 10px;
}
 
.WikiaUserPagesHeader .tabs li a:before {
    font-family: 'Material Icons Round';
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16pt;
    left: 12px;
}
 
.WikiaUserPagesHeader .tabs li[data-id="profile"] a:before {
    content: 'person_outline';
}
 
.WikiaUserPagesHeader .tabs li[data-id="wall"] a:before {
    content: 'mail_outline';
}
 
.WikiaUserPagesHeader .tabs li[data-id="blog"] a:before {
    content: 'bookmark_border';
}
 
.WikiaUserPagesHeader .tabs li[data-id="contribs"] a:before {
    content: 'history';
}
 
.WikiaUserPagesHeader .tabs li.selected a {
    background: #3f577d;
    color: #ffffff !important;
}
 
.WikiaUserPagesHeader .tabs li:not(.selected):hover a {
    background: #3f577d;
    color: #fff !important;
}
Advertisement