Remover este código

2 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Remover este código

Mensagem por iScroll 28.10.17 22:45

Detalhes da questão


Endereço do fórum: http://www.brasilplayultimate.com.br
Versão do fórum: ModernBB

Descrição


Bom, tentei de todas as maneiras por muito tempo e não consegui, até que fiquei Bravo e resolvi vir aqui ...
Gostaria de remover este código: http://prntscr.com/h3a0uh mas esse infeliz não está nem no CSS, nem em Templates muito menos em algum JavaScript.
Com essa camada !important; achei que fosse eu quem tinha adicionado o mesmo, mas pelo visto, não foi.
Há algum jeito de resolver essa B@$%$#? Bravo
iScroll

iScroll
Super Membro

Membro desde : 08/03/2015
Mensagens : 1701
Pontos : 2311

http://ultimatelife.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Remover este código

Mensagem por Luiz 28.10.17 22:53

Boa noite,

Por favor, evite usar esse tipo de corpo de resposta. ._.

Enfim, pode colar sua Folha de Estilos aqui? o/
Luiz

Luiz
Membro Entusiasta
Membro Entusiasta

Membro desde : 23/04/2016
Mensagens : 6645
Pontos : 7451

https://luizfelipe.dev

Ir para o topo Ir para baixo

Tópico resolvido Re: Remover este código

Mensagem por iScroll 28.10.17 23:04

Luiz escreveu:Boa noite,

Por favor, evite usar esse tipo de corpo de resposta. ._.

Enfim, pode colar sua Folha de Estilos aqui? o/

Como já havia dito, não está no CSS. Tem mesmo necessidade disso? :/
iScroll

iScroll
Super Membro

Membro desde : 08/03/2015
Mensagens : 1701
Pontos : 2311

http://ultimatelife.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Remover este código

Mensagem por Luiz 28.10.17 23:07

Yep.
Luiz

Luiz
Membro Entusiasta
Membro Entusiasta

Membro desde : 23/04/2016
Mensagens : 6645
Pontos : 7451

https://luizfelipe.dev

Ir para o topo Ir para baixo

Tópico resolvido Re: Remover este código

Mensagem por iScroll 28.10.17 23:09

Código:
.block {border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2) !important;
}
/* RANKS */
.tooltip-subtitle > .rank {margin-left: -25px;}
.staff:before {
      content: "\f085";
    background-color: #11a217;
}
.corregedor:before {
      content: "\f0ad";
    background-color: #b9ca56;
}
.respforum:before {
      content: "\f075";
    background-color: #e46700;
}
.denuncia:before {
      content: "\f0a1";
    background-color: #2759b0;
}
.financas:before {
      content: "\f0d6";
    background-color: #00ffac;
}
.lider:before {
      content: "\f0eb";
    background-color: #00a4ff;
    padding: 10px 13.5px !important;
}
.game:before {
  content: "\f11b";
  background-color: #ccc;
}
.rank {
    color: #fff;
    background: #505050 url(https://i11.servimg.com/u/f11/16/48/51/40/shine11.png) repeat-x scroll 50% 50%;
    padding: 6px 8px 6px 8px;
    border-radius: 0px 5px 5px 0px;
    margin-left: 14px;
    z-index: 1;
    box-shadow: 14px 3px 8px rgba(0,0,0,0.34) inset, 0 0px 4px rgba(0,0,0,0.36);
    font-family: 'Saira Semi Condensed', sans-serif;
}
.rank:before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.34) inset, 0 0px 4px rgba(0,0,0,0.36);
    font-family: FontAwesome;
    display: inline-block;
    padding: 10px 10.5px;
    margin-left: -25px;
    margin-right: 7px;
    border-radius: 100px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.admin:before {
    content: "\f005";
    background-color: #EB0000;
}
.gm:before {
    content: "\f11b";
    background-color: #00BBFF;
}
.fm:before {
    content: "\f086";
    background-color: #FF9900;
}
.corde:before {
    content: "\f091";
    background-color: #A80303;
}
.ds:before {
    content: "\f1fc";
    background-color: #5B00E3;
}
.banned:before {
    content: "\f05e";
    background-color: #020000;
}
.colab:before {
    content: "\f219";
    background-color: #1A9C00;
}
.newbie:before {
    content: "\f234";
    background-color: #7A7A7A;
}
.ini:before {
    content: "\f067";
    background-color: #7A7A7A;
    padding: 10px 11.5px;
}
.member:before {
    content: "\f007";
    background-color: #7A7A7A;
    padding: 10px 11.5px;
}
.popular:before {
    content: "\f0c0";
    background-color: #7A7A7A;
}
.destaque:before {
    content: "\f024";
    background-color: #7A7A7A;
}
.elite:before {
    content: "\f072";
    background-color: #7A7A7A;
}
.lendario:before {
    content: "\f132";
    background-color: #7A7A7A;
}
/*Fim dos ranks*/
body, html {background: none;}
.fa-tagged-link:hover {color: #3793ff !important;}
.post h2.topic-title a, .post .post-head .topic-title {overflow: inherit;}
.dd.lastpost table.table td.tcr span a:empty:before {
    color: #777;
    content: 'Sem mensagens para visualizar.';
    font-style: italic;
    pointer-events: none;
    text-align: center;
    word-wrap: break-word;
}
li.row {border: 1px solid #ddd !important;box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);}
li.row:hover {border-left: solid 2px #3793ff !important;transition: 0.3s;}
#data-mp-text-content {
  position: relative;
}
.fa-mp-count {
  background-color: #c31;
  position: absolute;
  top: 5px;
  font-size: 9px;
  padding: 7px 5px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  z-index: 1;
  left: -11px;
}
.sceditor-container iframe, .sceditor-container textarea {background: url(https://i.imgur.com/vjd6IjA.png) no-repeat 50% 50% transparent!important;}
.sub-header-info { float: none;}
.wraparound {
    margin: 10px 0;
    text-shadow: white 0px 1px 0px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    border-bottom: 4px solid #d6d6d6;
}
.ipsBox_withphoto {
    padding: 15px 0;
    float: left;
    margin-left: 10px;
}
.desc.lighter.blend_links {
    color: #a4a4a4;
    float: left;
    font-size: 11px;
    display: flex;
}
.ipsType_pagetitle,
.ipsType_subtitle {
    color: #323232;
    display: block;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.4;
    outline-style: none;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 900px;
}
.ipsUserPhotoLink img {
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: left;
    height: 120px!important;
    padding: 3px;
    width: 120px!important;
}
.topic-actions-buttons .addthis_button, .topic-actions-buttons script + a {display: none;}
#info_open {display: none !important;}
input[type="button" i]{
    background-color: #3793ff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
}
input[type="button" i]:hover {
    background-color: #444 !important;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6) !important;
}
.postprofile-field:not([data-label="Emblemas"]):not([data-label=""]) {
  border-bottom: 2px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background-color: #ececec;
  margin-left: -28px;
  margin-right: -18px;
  padding: 8px;
}
.postprofile-field:not([data-label="Emblemas"]):not([data-label=""]):hover {
    background: rgba(0, 0, 0, 0.1);
        border-color: rgba(148, 148, 148, 0.59);
}
.signature_div:before {
    content: '';
    position: absolute;
    margin: 17px 3%;
    width: 71%;
    border-top: 1px solid #e8e8e8;
}
.topic-title-container > strong {color: #fff;background: #3793ff;}
.postprofile-field {
    display: flex;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.postprofile-field[data-label="Emblemas"] img:hover {    background: rgba(0, 0, 0, 0.1);border-bottom: 2px solid rgba(148, 148, 148, 0.59);}
.postprofile-field[data-label="Emblemas"] img {
    background: rgba(121, 121, 121, 0.1);
    border-bottom: 2px solid #d3d3d3;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
    margin-bottom: 5px;
    padding: 1px;
    vertical-align: middle;
    width: 40px;
}
.postprofile-field[data-label="Emblemas"] {display: block;}
.postprofile-field[data-label="Emblemas"] br {display: none;}
[data-image="https://2img.net/i/fa/modernbb/forum_unread_category.png"] .topic-ball > i {
  animation: fa_animation 1.7s linear infinite;
}
.block-footer {font-size: 0;}
.block-footer::before {
  content: "Grupos : ";
  font-size: 13px;
  color: #555;
}
.block-footer > b > a {font-size: 13px;}
.block-footer > b > a::after {
  content: ",";
  font-size: 13px;
  color: #555;
  margin-right: 6px;
}
.block-footer > b:last-child a::after {content: "";}
#bs_full_inbox {margin-right: -12px;}
.item-subforuns > li {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-subforuns {
    line-height: 220%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5px;
}
textarea.inputbox {   
    border-bottom: none !important;
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #9f9f9f;
}
.tooltip-content img {border-style: none}
.postprofile-info .post_field:nth-last-child(2) img {
    background: rgba(121, 121, 121, 0.1);
    border-bottom: 2px solid #d3d3d3;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
    margin-bottom: 5px;
    padding: 1px;
    vertical-align: middle;
    width: 40px;
}
.fa-forumrow-title {
    margin: 13px 40px;
    display: block;
    font-size: 14px;
}
.fa-forumrow-title a:hover {color: #3793ff !important;}
.meio li:hover {z-index: 999;}
.meio > li {
    position: relative;
    margin: -6px 3px 0 0;
}

.meio> li, login > li {
    display: inline-block;
    margin: 0 3px;
}
.ipsList_inline > ul, #rep_post .bs_inline > li {
    display: inline-block;
    margin: 0 3px;
}
/*MENU*/
.div-home:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.div-home {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    display: block;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    padding: 22px 21px 22px;
    list-style: none;
    transition: 0.05s all;
}
.profile-ultimate:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.profile-ultimate {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
}
.profile-ultimate a {color: #fff !important;}
.mensagem-privada-menu:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.mensagem-privada-menu {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0px 5px auto;
}
.mensagem-privada-menu a {color: #fff !important;}
.logged-ultimate:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.logged-ultimate a {color: #fff !important;}
.logged-ultimate {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0px 5px auto;
}
.cp_avatar img {
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: right;
    height: 45px;
    margin: 6px 8px 0 0;
    position: relative;
    transition: all .4s ease-in-out;
    width: 47px;
}
.logo-ultimate:hover {
    margin: -30px 435px auto;
    opacity: 0.5;
}
.logo-ultimate {
    background: url(http://i.imgur.com/gTGtEm4.png) center;
    cursor: pointer;
    height: 150px;
    margin: -30px 450px auto;
    transition: .5s;
    width: 400px;
}
.registro a {
    color: #fff !important;
}
.login a {
    color: #fff !important;
}
.registro {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    float: right;
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
      margin: 0px 5px auto;
}
.login {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    float: right;
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.login:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.registro:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.menu .div:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.menu .div {
    color: white;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    padding: 10px;
    list-style: none;
    transition: 0.05s all;
}
.menu {
    /*background: #3793ff;*/
    background-color: #24282b;
    box-shadow: rgba(220, 220, 220, 0.1) 0 1px 5px;
    height: 60px;
    line-height: 38px;
    width: 96%;
    margin: -20px auto;
    border-radius: 5px 5px 0px 0px;
    z-index: 999
}
.meio {
    margin: auto;
    width: 75%;
    height: auto;
}

/*Fim do MENU*/
span.topic-icon {
    float: left;
    margin: 0 2px auto;
}
button.fa-mark-icon-button:hover {background-color: #3a3a3a !important;}
button.fa-mark-icon-button {
    margin: 5px 5px 5px auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 7px 15px;
    transition: all 200ms ease-in-out;
}
/*Quote*/
dl.codebox:before {content: none;}
blockquote a {color: #3793ff !important;}
blockquote a:hover {
    color: #3e464c !important;
}
blockquote blockquote {background-color: rgba(0,0,0,0.05) !important;}
.postmain blockquote blockquote {
background-color: #EFEEEE !important;
    font-size: 1em;
    margin: .5em 1px 0 15px;
    color: darkgrey;}
blockquote {
  font-size: 12px;
  border: 1px solid #e3e3e3;
  background: #fcfcfc;
      background-color: #ffffff !important;
    border-radius: 5px;
    background-image: none;
    text-align: justify;
    color: #666;
}
blockquote {
    background: #ebeadd url(https://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;
    font-size: .95em;
    overflow: hidden;
}
blockquote,
.postmain blockquote {
  padding: 10px;
}
blockquote cite {
  display: table;
font-size: 12px;
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    border-radius: 99px;
    margin-bottom: 7px;
}
blockquote cite,
.postmain cite {
margin: -3px -3px 9px;
}
.fa-spoiler-class dt::before {
  content: "\f13a" !important;
}
.codebox.spoiler dt:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin-left: 5px;
    margin-right: 5px;
}
.codebox.spoiler dt {
    background: #212529;
    color: #ffffff;
    border-radius: inherit;
    margin: 5px -10px;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}
dl.codebox.spoiler {
    box-shadow: inset rgba(0,0,0,0.05) 0px 0px 5px;
    border: none;
    background: #eeeeee;
    background-clip: padding-box !important;
    border-color: rgba(85,85,85,0.15) !important;
    color: #555555;
    border-radius: 3px;
    padding: 2px 15px 2px 15px;
}
/*Fim do Quote*/
.data-topico {
    color: #fff;
    font-size: 10px;
}
/*Categorias*/
.fa-forumrow-main {
    position: relative;
}
.fa-forumrow-meta {
    margin: 0 !important;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.fa-catrow[data-collapsed="true"] .fa-category-toggler .fa::before {content: "\f067";}
.fa-catrow-title {position: relative;}
.fa-category-toggler {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff !important;
}
.fa-catrow {margin: 10px auto;}
a.forumtitle {font-size: 1.4rem;}
.fa-forumrow-posts {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}
span.posts {
    color: #5a5a5a;
    font-size: 14px;
}
.page-title > h2 {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
.fa-catrow-title {
    background: #2a2e32;
    border-bottom: solid 3px #1f1f1f;
    border-radius: 3px;
    margin: 0px 0 4px;
    padding: 10px;
}
.fa-forumrow:hover {background-image: linear-gradient(0deg, #f6f6f6 0%, #fff 100%);border-left: solid 2px #3793ff;}
.fa-forumrow {
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    transition: 0.3s;
}
.fa-forumrow > div {
    box-sizing: border-box;
}
.fa-forumrow-main {
    width: 80%;
    padding: 0px 30px 20px;
}
.fa-forumrow-recent {
    width: 25%;
}
.fa-forumrow-title a {   
    text-decoration: none;
    font-weight: normal;
    color: #666 !important;
}
 
.fa-forumrow-description {
    color: #7d7d7d;
    font-weight: normal;
    padding-left: 40px;
    width: 65%;
}
.fa-forumrow-description img[style]:first-child {
    display: none;
}
.fa-forumrow-meta {
    font-size: 14px;
    display: flex;
    color: #a1a1a1;
      position: absolute;
    margin: -30px 48%;
}
.fa-forumrow-meta > div:first-child {
    margin-left: auto;
}
.fa-forumrow-meta > div:not(:first-child) {
    margin-left: 20px;
}
.fa-forumrow-recent {
    padding: 30px 30px 20px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa-forumrow-avatar {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    overflow: hidden;
}
.fa-forumrow-avatar img {
    width: 100%;
    height: 100%;
}
.fa-forumrow-recent-topic a {
    text-decoration: none;
    font-size: 16px;
    color: #666 !important;
    line-height: 1.5em;
}
.fa-forumrow-recent-meta {
    font-size: 0;
}
.fa-forumrow-recent-meta br {
    display: none;
}
.fa-forumrow-recent-meta strong {
    font-size: 16px;
    font-weight: normal;
}
.fa-forumrow-recent-meta strong a {
    text-decoration: none;
    margin: 0 10px;
    line-height: 1.5em;
}
/*Fim das categorias*/
.statistics-item a:link, .statistics-item a:visited {
    color: #ccc;
}
.statistics-item a:active, .statistics-item a:hover {
    color: #3793FF;
}
.avatar img {
    width: 65px;
    height: 65px;
}
.avatar {
    height: 65px;
    width: 65px;
    background-color: none;
    border: none;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
    overflow: hidden;
}
#picture_legend,.main-box.clearfix {display: none;}
.topic-ball i.fa {
    font-size: 25px;
    display: block;
    text-align: center;
    color: #444444;
    transition: all 0.3s ease-in-out;
    float: left;
    margin-left: -49px;
    margin-top: -11px;
}
.topic-ball i.fa:hover {
border-color: #2ea3f2;
    -webkit-transform: rotate(15deg) scale(.7);
    transform: rotate(15deg) scale(0.8);
    color: #2ea3f2;
    cursor: pointer;
    border-radius: 50px;
}
.forumbs dd.dterm {
  padding: 17px !important;
  padding-bottom: 0px !important;
}
.forums dd.lastpost {
  padding: 8px !important;
  padding-bottom: 5px !important;
}
.forabg .posts::after {
  content: "Posts";
  display: block;
}
.sucesso {
    background: url(http://i.imgur.com/BYDDJ34.png) no-repeat 6px #4cb600;
    border: 1px solid #6b8a00;
    color: #fff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.alerta {
    background: url(http://i.imgur.com/eADTQp0.png) no-repeat 6px #c80000;
    border: 1px solid #650f00 !important;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    color: #fff;
    padding: 6px 6px 6px 40px;
    width: 100%;
}
.aviso {
    background: url(http://i.imgur.com/o853ASr.png) no-repeat 6px #ffc700;
    border: 1px solid #a87600;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.infos {
    background: url(http://i.imgur.com/Sb8xtoi.png) no-repeat 6px #7ce7fe;
    border: 1px solid #007a94;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.sucesso,
.alerta,
.aviso,
.infos {
    margin: 5px 0;
    padding: 25px 15px 25px 100px;
}
/*Like*/
.fa_count {
  font-weight: normal !important;
}

.fa_vote img,
.fa_voted img {
  display: none;
}
 
.fa_vote::before,
.fa_voted::before {
  font-family: FontAwesome;
  color: #fff;
  padding: 4px 4px;
  border-radius: 4px;
}
 
.fa_vote.fa_plus::before,
.fa_voted.fa_plus::before {
  content: "\f164";
  background-color: #439e05;
}
 
.fa_vote.fa_minus::before,
.fa_voted.fa_minus::before {
  content: "\f165";
  background-color: #c10000;
}
 
.fa_vote + .fa_count,
.fa_voted + .fa_count {
  background-color: #444;
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 10px;
}
 
.fa_voted.fa_plus + .fa_count {
  background-color: #4a0;
  color: #fff;
}
 
.fa_voted.fa_minus + .fa_count {
  background-color: #b42000;
  color: #fff;
}
 
.fa_votebar {
  display: none;
}

.fa_vote img,
.fa_voted img {
  display: none;
}
 
.fa_vote::before,
.fa_voted::before {
  font-family: FontAwesome;
  color: #fff;
  padding: 4px 4px;
  border-radius: 4px;
}
 
.fa_vote.fa_plus::before,
.fa_voted.fa_plus::before {
  content: "\f164";
  background-color: #4a0;
}
 
.fa_vote.fa_minus::before,
.fa_voted.fa_minus::before {
  content: "\f165";
  background-color: #b42000;
}
 
.fa_vote + .fa_count,
.fa_voted + .fa_count {
  background-color: #444;
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 10px;
}
 
.fa_votebar {
  display: none;
}
#wrap {
    background-color: #fbfbfb !important;
    line-height: 130%;
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px;
    width: 96%;
    background-color: #e9ebed;
    border: 1px solid #d8d8d8;
    font-size: 1.3rem;
    margin: 20px auto;
    box-shadow: 0px 1px 5px rgb(213, 213, 213);
    padding: 10px;
    max-width: none;
}
.btn-ip a:hover {background-color: #4e4e4e;}
.btn-thank a:hover {background-color: #f44336;}
.post-head .profile-icons a, .post-head .profile-icons span {color: #fff;}
.sub-header {margin-top: 15px;}
.edited-message {
  background: url(http://imgur.com/PIQA4LA.png) no-repeat 0px 30px;
    color: #000;
    padding-left: 20px;
}
.headerbar {
    background: url(https://i.imgur.com/XvVDaP9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100% !important;
    height: 300px;
}
.sub-header-path a + a:before {
      content: " ";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
  width: 16px;}
.sub-header-path a + a {
    margin-left: 1px;
}
.sub-header-path {
    background: none repeat scroll 0 0 #eff1f3;
    background-image: url(http://i57.servimg.com/u/f57/18/81/53/06/untitl10.png)!important;
    border: 1px solid #d9dbdd!important;
    border-radius: 5px 5px 5px 5px!important;
    box-shadow: 0 0 3px rgba(109,119,237,0.2)!important;
    clear: both!important;
    overflow: hidden!important;
    padding: 0.2em 1em!important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub-header-path a:hover{
      background-position: 100% -1px;
}
.sub-header-path a:hover:before {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png);
}
.sub-header-path a {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png) no-repeat scroll 100% center transparent;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    transition: none;
    color: #6f6f6f!important;
    line-height: 28px;
    padding: 4px 15px 2px 25px;
    margin-left: -17px;
}
.fa_group_preview {color: #fff !important;}
h2.fa_group_name {color: #fff;}
.tooltip-actions {background: #212121 !important;}
.tooltipster-default {
    background: #2d2d2d !important;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    color: #ffffff !important;
}
.block {background-color: #fff;}
.module .h3 {
    background: #2a2e32 !important;
    border-bottom: solid 3px #1f1f1f;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
}
.module {    border: 1px solid #ccc;}
input[type="email"],
input[type="password"],
input[type="text"] {
  border-bottom: none !important;
  background: #e8e8e8 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: #9f9f9f;
  padding: 6px;
}
input[type="text"]:focus {border-bottom: 1px solid #d4d4d4;}
.inputbox:hover, input[type="text"]:hover {border-bottom: 1px solid #d4d4d4;}
span.mod-recent-info {
    display: flex !important;
    flex-direction: column-reverse;
}
 
.mod-recent-author {
    margin-left: 0 !important;
}
.mod-recent-info {
    position: relative;
    padding-left: 50px;
}
.mod-recent-author .lastpost-avatar {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.navbar > li {
    font-size: 0;
}
.mainmenu[href="/faq"],
.mainmenu[href="/search"] {
    display: none !important;
}
#headerbar-top,
.is-sticky#headerbar-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    top: auto;
    padding: 0;
}
 
#headerbar-top a,
.is-sticky#headerbar-top a {
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    transition: 250ms color;
}
 
#headerbar-top a::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #3793ff;
    transition: 250ms transform;
    transform-origin: left center;
    transform: scaleX(0);
}
 
#headerbar-top a:hover::before,
#headerbar-top a:active::before,
#headerbar-top a:focus::before {
    transform: scaleX(1);
}
 
#headerbar-top a:hover,
#headerbar-top a:active,
#headerbar-top a:focus {
    color: #3793ff;
    box-shadow: none;
}
 
#headerbar-top #logo {
    display: none;
}
 
#site-desc {
    transform: translate(0, -50%);
}
 
.navbar img {
    filter: none;
    transition: 250ms filter;
}
 
.navbar {
    display: flex;
}
 
.navbar > li {
    margin-top: 0;
    height: 50px;
}
 
.navbar > li:nth-child(6) {
    margin-right: auto;
}
 
#headerbar-top {
    height: auto;
    line-height: 50px;
}
.lastpost-avatar img {padding: 0px !important;}
#privmsgs-menu {padding: 0px 0px !important;}
dd.lastpost span.color-groups {float: none !important;}
#main-content > div[style]:first-child {
    overflow: hidden !important;
    height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.fa-search input {
    transition: 2s width;
    width: 200px;
}
 
.fa-search input:focus {
    width: 500px;
}
.tooltipster-default {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3) !important;
}
#quick_reply #textarea_content {
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
}
.postprofile-contact img:hover {
    opacity: 0.8;
}
#tabs ul a:hover span {
    color: #368ad2;
}
div.sig-content > center > img {display:none;}
        .pun .sig-content {border-top:1px solid #ddd;}
.panel {
      background: none !important;
    background-color: none !important;
    box-shadow: none !important;
    position: relative;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
body::-webkit-scrollbar-button {
    background-color: #2ea3f2;
}
::-webkit-scrollbar-thumb {
    background: #3793ff;
}
::-webkit-scrollbar-track {
    background: #303030;
}
#right {top: 0px !important;}
.module .h3 {    background-color: #3793ff;}
#content-container #main {    margin-left: -230px;
  margin-right: 10px;}
a:hover {
    color: #3793ff;
}
.topic-actions.bottom .topic-actions-buttons > span {
    background-color: #3793ff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
}
.button1:hover, .button2:hover, .button:hover, input[type="submit"]:hover {
    background-color: #444 !important;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6) !important;
}
.profile-icons a.selected, .profile-icons a:hover, .profile-icons span.selected, .profile-icons span:hover {
  height: 20px;
}
p.right img:hover {
    opacity: 0.7;
}
.quick-nav-topics a:hover { background-color: #3793ff;}
a.forumtitle {color: #3e464c !important;}
a.forumtitle:hover {
    color: #3793ff !important;
    text-decoration: inherit;
}
.post {border-radius: 0;}
.post-head {
  background-color: #212529;
  color: #fff;
  border-bottom: solid 3px #6c777c;
  border-top: solid 5px #3793ff;
  border-radius: 0;
  width: 100.2%;
  margin-left: -1px;
}
.post-head .date-wrapper .fa {font-size: 30px;}
.postprofile-info {color: #777 !important;margin-left: 10px;}
/*login*/
body .fa-popover-login {
  overflow: visible !important;
  margin-top: 15px !important;
}
.fa-popover-login {
    transform: translate(-80%, 30px) !important;
    margin: 0 !important;
    right: 0 !important;
    width: 400px;
    padding: 0;
}
input#autologin {
    float: left;
    margin-top: 3px;
}
.fa-popover-login::before {
    right: 35px;
    left: auto;
}
 
.fa-popover-intro {
    padding: 1rem 1rem 0.5rem ;
    position: relative;
}
 
.fa-popover-intro::before {
    content: ' ';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 1px;
    background-color: #0076b1;
}
 
.fa-popover-login > form {
    color: #fff;
    margin: 0;
    border: none;
}
 
.fa-popover-login > form::before {
    content: 'Digite os dados da sua conta no formulário abaixo.';
    font-size: 12px;
    margin-bottom: 1rem;
    display: block;
}
 
.fa-popover-login > form > div.input-group {
    overflow: hidden;
}
 
.fa-popover-login > form > div.input-group > label {
    text-indent: -9999px;
    overflow: hidden;
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 0 17px !important;
    background-color: #efefef;
    position: relative;
}
 
.fa-popover-login > form > div.input-group > label::after {
    display: block;
    text-indent: 0;
    font-family: FontAwesome;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
 
.fa-popover-login > form > div.input-group > label[for="username"]::after {
    content: "\f0c0";
}
 
.fa-popover-login > form > div.input-group > label[for="password"]::after {
    content: "\f023";
}
 
.fa-popover-login > form > div.input-group > input {
    background-color: #efefef;
    float: right;
    width: calc(100% - 32px);
    margin: -1px 0 1rem;
}
 
.fa-popover-login > form > label[for="autologin"] {
    font-size: 12px;
    margin-top: 0;
    margin-left: 4px;
}
 
.fa-popover-login > form > footer {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 1rem 0 0;
    height: auto;
}
 
.fa-popover-login > form > footer > a {
    right: 0;
    bottom: 1rem;
    margin: 0;
    top: auto;
    transform: none;
}
.title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.title-wrapper > h2 a {
  color: #fff;
  margin-top: 5px;
}
.post-head div .profile-icons {
  float: none;
  margin-top: 6px;
  margin-left: -7px;
  margin-bottom: 14px;
}
.postprofile-avatar { margin-top: 20px; }
.post .postprofile .postprofile-avatar img {
  border-color: #6c777c;
  z-index: 99;
  position: relative;
}
.post .postprofile .postprofile-name {
  font-size: 14px;
  margin-top: 10px;
}
.post .postprofile .postprofile-name a {
  display: block;
}
.post h2.topic-title a {width: 100%;}
.postprofile {
  color: #b1afaf;
  text-align: center;
}
.postprofile-rank {padding: 10px;}
.postprofile-contact:hover{
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(148, 148, 148, 0.59);
}
.postprofile-contact {
    border-bottom: 2px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    margin: 3px -18px -18px;
    height: 40px;
}
.button, .button1, .button2, input[type="submit"] {background-color: #3793ff !important;}
/* Sub foruns*/
.forumbg {
  background-color: transparent !important;
  background-image: none;
  border: none !important;
}
 
.forumbg.announcement {
  margin-bottom: 10px !important;
}
.fa-topicrow:hover {background-image: linear-gradient(0deg, #f6f6f6 0%, #fff 100%);}
.fa-topicrow {
    background-color: #fff;
    padding: 10px;
    border: none !important;
    margin: 10px 0px !important;
    border-radius: 3px !important;
}
.fa-topicrow-title a {
  font-size: 16px;
  margin: 10px 10px 5px 10px;
  font-weight: 400;
}
.fa-topicrow-author {
  margin: 0 10px;
}
.fa-topicrow-top {
  background-repeat: no-repeat;
  display: flex;
  background-position-y: center;
  background-position-x: 65%;
}
.fa-topicrow-top > .fa-entry-topicrow {
  flex-grow: 1;
}
.fa-topicrow-lastpost .fa-topicrow-lastpost-avatar span img {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  margin-bottom: 7px;
  box-shadow: 0 0 1px rgba(25, 25, 25, 0.95);
}
.fa-topicrow-lastpost {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 45px;
  padding-top: 10px;
  line-height: 18px;
}
.fa-topicrow-footer {
  display: flex;
  margin-left: 10px;
}
.fa-topicrow-footer .messages {margin-right: 5px;}
.fa-topicrow-footer .messages + .messages {margin-left: 5px;}
.forumbg.announcement {
  border-bottom: solid 1px #cdcbcb !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  padding-bottom: 13px;
}
.forumbg.announcement::before {
  content: "Anúncios:";
  font-family: "Segoe UI";
  font-size: 20px;
  margin-left: 4px;
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 1px rgba(154, 154, 154, 0.48);
  padding: 13px 10px 17px 10px;
}
/* Final sub-forum*/
p.crumbs a:hover:before {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png);
}
p.crumbs a:after, p.crumbs a:before {
content: " ";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 16px;
}
p.crumbs a {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png) no-repeat scroll 100% center transparent;
    position: relative;
    transition: none;
    color: #6f6f6f!important;
    line-height: 28px;
    padding: 10px 20px 10px 12px;
    margin-left: -12px;
}
.pun-crumbs {
    background: none repeat scroll 0 0 #eff1f3;
    background-image: url(http://i57.servimg.com/u/f57/18/81/53/06/untitl10.png);
    border: 1px solid #d9dbdd;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(109,119,237,0.2);
    clear: both!important;
    font-size: 14px;
    overflow: hidden;
    padding: .2em 1em;
    margin-top: 20px;
    margin-bottom: 20px;}
.pun-crumbs a {
  isplay: inline-block;
    color: #000;
    font-size: 12px;
    white-space: nowrap;}
p.crumbs a:hover {
    background-position: 100% -1px;
}
/* ------------------------- Color Nick Administrador ------------------------------- */
a[href="/g17-administradores"] {
  font-weight: 100;
  text-shadow: 0 1px 5px #ff8f8f;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a.gensmall[style="color: #EB0000"]:before {
  content: "\f005  ";
  font-family: FontAwesome;
}
a[href^="/u"] span[style^="color:#EB0000"] {
  font-style: normal;
  font-weight: 500!important;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #ff8f8f;
}

a[href="/g10-coordenadores"] {
  font-weight: 100;
text-shadow: 0 1px 5px #A80303;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}

a[href^="/u"] span[style^="color:#A80303"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #ff6dff;
}

a[href="/g2-game-moderator"] {
  font-weight: 100;
text-shadow: 0 1px 5px #00BBFF;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}

a[href^="/u"] span[style^="color:#00BBFF"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #00BBFF;
}

a[href="/g11-forum-moderator"] {
  font-weight: 100;
text-shadow: 0 1px 5px #FF9900;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href^="/u"] span[style^="color:#FF9900"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #FF9900;
}
a[href^="/u"] span[style^="color:#5B00E3"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #a36df5;
}
a[href="/g16-designers"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #a36df5;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href="/g6-colaboradores"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #1A9C00;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href^="/u"] span[style^="color:#1A9C00"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #1A9C00;
}
a[href="/g14-membros"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #cccccc;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
span[style*="#EB0000"] strong, span[style*="#A80303"] strong, span[style*="#00BBFF"] strong, span[style*="#FF9900"] strong,
span[style*="#5B00E3"] strong, span[style*="#1A9C00"] strong, span[style*="#FFCC00"] strong, span[style*="#7A7A7A"] strong {
  font-weight: 100!important;
}
a[href="/g10-coordenadores"]:before {
    font-family: 'FontAwesome';
    content: "\f091  ";}
a[href="/g2-game-moderator"]:before {
    font-family: 'FontAwesome';
    content: "\f11b  ";}
a[href="/g11-forum-moderator"]:before {
    font-family: 'FontAwesome';
    content: "\f086  ";}
a[href="/g16-designers"]:before {
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f1fc  ";}
a[href="/g6-colaboradores"]:before {
    font-family: 'FontAwesome';
    content: "\f219  ";}
a[href="/g14-membros"]:before {
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f007  ";}
a[href^="/u"] span[style^="color:#EB0000"]:before {
        content: "\f005  ";
    font-family: FontAwesome;
}
a[href^="/u"] span[style^="color:#FF00FF"]:before {
      font-family: 'FontAwesome';
    content: "\f091  ";
}
a[href^="/u"] span[style^="color:#A80303"] :before {
      font-family: 'FontAwesome';
    content: "\f0e3  ";
}
a[href^="/u"] span[style^="color:#1BC25B"]:before {
      font-family: 'FontAwesome';
    content: "\f085  ";
}
a[href^="/u"] span[style^="color:#5B00E3"]:before {
      font-family: 'FontAwesome';
    content: "\f1fc  ";
}
a[href^="/u"] span[style^="color:#1A9C00"]:before {
      font-family: 'FontAwesome';
    content: "\f219  ";
}
a.gensmall[style="color: #7A7A7A"]:before {
      font-family: 'FontAwesome';
    content: "\f007  ";
}
/* Fim do colorir nicks*/
.lastpost {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lastpost > .lastpost-avatar + span > strong::before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 4px;
}
.lastpost > .lastpost-avatar + span::before {
  font-family: "Ionicons";
  content: "\f26e";
  margin-right: 5px;
}

Seria possível apaga-la depois? Feliz
iScroll

iScroll
Super Membro

Membro desde : 08/03/2015
Mensagens : 1701
Pontos : 2311

http://ultimatelife.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Remover este código

Mensagem por Luiz 29.10.17 12:37

Olá novamente,

Realmente, o código não estava em sua Folha de Estilos, mas é um código do CSS de base de todos os fóruns ModernBB:
-> http://prntscr.com/h3g8bq

Você pode sobrepô-lo usando isso:
Código:
html body div #preview .postbody table,
html body div  #preview .postbody td,
html body div  div[class*='post--']
html body div  .post .postbody table,
html body div div .post[class*='post--'] .postbody td {
  /* Propriedades... */
}

Enfim, troque sua Folha de Estilos por:
Código:
.block {border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2) !important;
}
/* RANKS */
.tooltip-subtitle > .rank {margin-left: -25px;}
.staff:before {
      content: "\f085";
    background-color: #11a217;
}
.corregedor:before {
      content: "\f0ad";
    background-color: #b9ca56;
}
.respforum:before {
      content: "\f075";
    background-color: #e46700;
}
.denuncia:before {
      content: "\f0a1";
    background-color: #2759b0;
}
.financas:before {
      content: "\f0d6";
    background-color: #00ffac;
}
.lider:before {
      content: "\f0eb";
    background-color: #00a4ff;
    padding: 10px 13.5px !important;
}
.game:before {
  content: "\f11b";
  background-color: #ccc;
}
.rank {
    color: #fff;
    background: #505050 url(https://i11.servimg.com/u/f11/16/48/51/40/shine11.png) repeat-x scroll 50% 50%;
    padding: 6px 8px 6px 8px;
    border-radius: 0px 5px 5px 0px;
    margin-left: 14px;
    z-index: 1;
    box-shadow: 14px 3px 8px rgba(0,0,0,0.34) inset, 0 0px 4px rgba(0,0,0,0.36);
    font-family: 'Saira Semi Condensed', sans-serif;
}
.rank:before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.34) inset, 0 0px 4px rgba(0,0,0,0.36);
    font-family: FontAwesome;
    display: inline-block;
    padding: 10px 10.5px;
    margin-left: -25px;
    margin-right: 7px;
    border-radius: 100px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.admin:before {
    content: "\f005";
    background-color: #EB0000;
}
.gm:before {
    content: "\f11b";
    background-color: #00BBFF;
}
.fm:before {
    content: "\f086";
    background-color: #FF9900;
}
.corde:before {
    content: "\f091";
    background-color: #A80303;
}
.ds:before {
    content: "\f1fc";
    background-color: #5B00E3;
}
.banned:before {
    content: "\f05e";
    background-color: #020000;
}
.colab:before {
    content: "\f219";
    background-color: #1A9C00;
}
.newbie:before {
    content: "\f234";
    background-color: #7A7A7A;
}
.ini:before {
    content: "\f067";
    background-color: #7A7A7A;
    padding: 10px 11.5px;
}
.member:before {
    content: "\f007";
    background-color: #7A7A7A;
    padding: 10px 11.5px;
}
.popular:before {
    content: "\f0c0";
    background-color: #7A7A7A;
}
.destaque:before {
    content: "\f024";
    background-color: #7A7A7A;
}
.elite:before {
    content: "\f072";
    background-color: #7A7A7A;
}
.lendario:before {
    content: "\f132";
    background-color: #7A7A7A;
}
/*Fim dos ranks*/
body, html {background: none;}
.fa-tagged-link:hover {color: #3793ff !important;}
.post h2.topic-title a, .post .post-head .topic-title {overflow: inherit;}
.dd.lastpost table.table td.tcr span a:empty:before {
    color: #777;
    content: 'Sem mensagens para visualizar.';
    font-style: italic;
    pointer-events: none;
    text-align: center;
    word-wrap: break-word;
}
li.row {border: 1px solid #ddd !important;box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);}
li.row:hover {border-left: solid 2px #3793ff !important;transition: 0.3s;}
#data-mp-text-content {
  position: relative;
}
.fa-mp-count {
  background-color: #c31;
  position: absolute;
  top: 5px;
  font-size: 9px;
  padding: 7px 5px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  z-index: 1;
  left: -11px;
}
.sceditor-container iframe, .sceditor-container textarea {background: url(https://i.imgur.com/vjd6IjA.png) no-repeat 50% 50% transparent!important;}
.sub-header-info { float: none;}
.wraparound {
    margin: 10px 0;
    text-shadow: white 0px 1px 0px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    border-bottom: 4px solid #d6d6d6;
}
.ipsBox_withphoto {
    padding: 15px 0;
    float: left;
    margin-left: 10px;
}
.desc.lighter.blend_links {
    color: #a4a4a4;
    float: left;
    font-size: 11px;
    display: flex;
}
.ipsType_pagetitle,
.ipsType_subtitle {
    color: #323232;
    display: block;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.4;
    outline-style: none;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 900px;
}
.ipsUserPhotoLink img {
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: left;
    height: 120px!important;
    padding: 3px;
    width: 120px!important;
}
.topic-actions-buttons .addthis_button, .topic-actions-buttons script + a {display: none;}
#info_open {display: none !important;}
input[type="button" i]{
    background-color: #3793ff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
}
input[type="button" i]:hover {
    background-color: #444 !important;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6) !important;
}
.postprofile-field:not([data-label="Emblemas"]):not([data-label=""]) {
  border-bottom: 2px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background-color: #ececec;
  margin-left: -28px;
  margin-right: -18px;
  padding: 8px;
}
.postprofile-field:not([data-label="Emblemas"]):not([data-label=""]):hover {
    background: rgba(0, 0, 0, 0.1);
        border-color: rgba(148, 148, 148, 0.59);
}
.signature_div:before {
    content: '';
    position: absolute;
    margin: 17px 3%;
    width: 71%;
    border-top: 1px solid #e8e8e8;
}
.topic-title-container > strong {color: #fff;background: #3793ff;}
.postprofile-field {
    display: flex;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.postprofile-field[data-label="Emblemas"] img:hover {    background: rgba(0, 0, 0, 0.1);border-bottom: 2px solid rgba(148, 148, 148, 0.59);}
.postprofile-field[data-label="Emblemas"] img {
    background: rgba(121, 121, 121, 0.1);
    border-bottom: 2px solid #d3d3d3;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
    margin-bottom: 5px;
    padding: 1px;
    vertical-align: middle;
    width: 40px;
}
.postprofile-field[data-label="Emblemas"] {display: block;}
.postprofile-field[data-label="Emblemas"] br {display: none;}
[data-image="https://2img.net/i/fa/modernbb/forum_unread_category.png"] .topic-ball > i {
  animation: fa_animation 1.7s linear infinite;
}
.block-footer {font-size: 0;}
.block-footer::before {
  content: "Grupos : ";
  font-size: 13px;
  color: #555;
}
.block-footer > b > a {font-size: 13px;}
.block-footer > b > a::after {
  content: ",";
  font-size: 13px;
  color: #555;
  margin-right: 6px;
}
.block-footer > b:last-child a::after {content: "";}
#bs_full_inbox {margin-right: -12px;}
.item-subforuns > li {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-subforuns {
    line-height: 220%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5px;
}
textarea.inputbox {   
    border-bottom: none !important;
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #9f9f9f;
}
.tooltip-content img {border-style: none}
.postprofile-info .post_field:nth-last-child(2) img {
    background: rgba(121, 121, 121, 0.1);
    border-bottom: 2px solid #d3d3d3;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    height: 40px;
    margin-bottom: 5px;
    padding: 1px;
    vertical-align: middle;
    width: 40px;
}
.fa-forumrow-title {
    margin: 13px 40px;
    display: block;
    font-size: 14px;
}
.fa-forumrow-title a:hover {color: #3793ff !important;}
.meio li:hover {z-index: 999;}
.meio > li {
    position: relative;
    margin: -6px 3px 0 0;
}

.meio> li, login > li {
    display: inline-block;
    margin: 0 3px;
}
.ipsList_inline > ul, #rep_post .bs_inline > li {
    display: inline-block;
    margin: 0 3px;
}
/*MENU*/
.div-home:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.div-home {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    display: block;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    padding: 22px 21px 22px;
    list-style: none;
    transition: 0.05s all;
}
.profile-ultimate:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.profile-ultimate {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
}
.profile-ultimate a {color: #fff !important;}
.mensagem-privada-menu:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.mensagem-privada-menu {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0px 5px auto;
}
.mensagem-privada-menu a {color: #fff !important;}
.logged-ultimate:hover {
    background-color: rgba(255,255,255,0.2)!important;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.logged-ultimate a {color: #fff !important;}
.logged-ultimate {
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0px 5px auto;
}
.cp_avatar img {
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    float: right;
    height: 45px;
    margin: 6px 8px 0 0;
    position: relative;
    transition: all .4s ease-in-out;
    width: 47px;
}
.logo-ultimate:hover {
    margin: -30px 435px auto;
    opacity: 0.5;
}
.logo-ultimate {
    background: url(http://i.imgur.com/gTGtEm4.png) center;
    cursor: pointer;
    height: 150px;
    margin: -30px 450px auto;
    transition: .5s;
    width: 400px;
}
.registro a {
    color: #fff !important;
}
.login a {
    color: #fff !important;
}
.registro {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    float: right;
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
      margin: 0px 5px auto;
}
.login {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    float: right;
    background: rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.login:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.registro:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.menu .div:hover {
    border-bottom: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2)!important;
}
.menu .div {
    color: white;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    padding: 10px;
    list-style: none;
    transition: 0.05s all;
}
.menu {
    /*background: #3793ff;*/
    background-color: #24282b;
    box-shadow: rgba(220, 220, 220, 0.1) 0 1px 5px;
    height: 60px;
    line-height: 38px;
    width: 96%;
    margin: -20px auto;
    border-radius: 5px 5px 0px 0px;
    z-index: 999
}
.meio {
    margin: auto;
    width: 75%;
    height: auto;
}

/*Fim do MENU*/
span.topic-icon {
    float: left;
    margin: 0 2px auto;
}
button.fa-mark-icon-button:hover {background-color: #3a3a3a !important;}
button.fa-mark-icon-button {
    margin: 5px 5px 5px auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 7px 15px;
    transition: all 200ms ease-in-out;
}
/*Quote*/
dl.codebox:before {content: none;}
blockquote a {color: #3793ff !important;}
blockquote a:hover {
    color: #3e464c !important;
}
blockquote blockquote {background-color: rgba(0,0,0,0.05) !important;}
.postmain blockquote blockquote {
background-color: #EFEEEE !important;
    font-size: 1em;
    margin: .5em 1px 0 15px;
    color: darkgrey;}
blockquote {
  font-size: 12px;
  border: 1px solid #e3e3e3;
  background: #fcfcfc;
      background-color: #ffffff !important;
    border-radius: 5px;
    background-image: none;
    text-align: justify;
    color: #666;
}
blockquote {
    background: #ebeadd url(https://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;
    font-size: .95em;
    overflow: hidden;
}
blockquote,
.postmain blockquote {
  padding: 10px;
}
blockquote cite {
  display: table;
font-size: 12px;
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    border-radius: 99px;
    margin-bottom: 7px;
}
blockquote cite,
.postmain cite {
margin: -3px -3px 9px;
}
.fa-spoiler-class dt::before {
  content: "\f13a" !important;
}
.codebox.spoiler dt:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin-left: 5px;
    margin-right: 5px;
}
.codebox.spoiler dt {
    background: #212529;
    color: #ffffff;
    border-radius: inherit;
    margin: 5px -10px;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}
dl.codebox.spoiler {
    box-shadow: inset rgba(0,0,0,0.05) 0px 0px 5px;
    border: none;
    background: #eeeeee;
    background-clip: padding-box !important;
    border-color: rgba(85,85,85,0.15) !important;
    color: #555555;
    border-radius: 3px;
    padding: 2px 15px 2px 15px;
}
/*Fim do Quote*/
.data-topico {
    color: #fff;
    font-size: 10px;
}
/*Categorias*/
.fa-forumrow-main {
    position: relative;
}
.fa-forumrow-meta {
    margin: 0 !important;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.fa-catrow[data-collapsed="true"] .fa-category-toggler .fa::before {content: "\f067";}
.fa-catrow-title {position: relative;}
.fa-category-toggler {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff !important;
}
.fa-catrow {margin: 10px auto;}
a.forumtitle {font-size: 1.4rem;}
.fa-forumrow-posts {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}
span.posts {
    color: #5a5a5a;
    font-size: 14px;
}
.page-title > h2 {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
.fa-catrow-title {
    background: #2a2e32;
    border-bottom: solid 3px #1f1f1f;
    border-radius: 3px;
    margin: 0px 0 4px;
    padding: 10px;
}
.fa-forumrow:hover {background-image: linear-gradient(0deg, #f6f6f6 0%, #fff 100%);border-left: solid 2px #3793ff;}
.fa-forumrow {
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    transition: 0.3s;
}
.fa-forumrow > div {
    box-sizing: border-box;
}
.fa-forumrow-main {
    width: 80%;
    padding: 0px 30px 20px;
}
.fa-forumrow-recent {
    width: 25%;
}
.fa-forumrow-title a {   
    text-decoration: none;
    font-weight: normal;
    color: #666 !important;
}
 
.fa-forumrow-description {
    color: #7d7d7d;
    font-weight: normal;
    padding-left: 40px;
    width: 65%;
}
.fa-forumrow-description img[style]:first-child {
    display: none;
}
.fa-forumrow-meta {
    font-size: 14px;
    display: flex;
    color: #a1a1a1;
      position: absolute;
    margin: -30px 48%;
}
.fa-forumrow-meta > div:first-child {
    margin-left: auto;
}
.fa-forumrow-meta > div:not(:first-child) {
    margin-left: 20px;
}
.fa-forumrow-recent {
    padding: 30px 30px 20px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa-forumrow-avatar {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    overflow: hidden;
}
.fa-forumrow-avatar img {
    width: 100%;
    height: 100%;
}
.fa-forumrow-recent-topic a {
    text-decoration: none;
    font-size: 16px;
    color: #666 !important;
    line-height: 1.5em;
}
.fa-forumrow-recent-meta {
    font-size: 0;
}
.fa-forumrow-recent-meta br {
    display: none;
}
.fa-forumrow-recent-meta strong {
    font-size: 16px;
    font-weight: normal;
}
.fa-forumrow-recent-meta strong a {
    text-decoration: none;
    margin: 0 10px;
    line-height: 1.5em;
}
/*Fim das categorias*/
.statistics-item a:link, .statistics-item a:visited {
    color: #ccc;
}
.statistics-item a:active, .statistics-item a:hover {
    color: #3793FF;
}
.avatar img {
    width: 65px;
    height: 65px;
}
.avatar {
    height: 65px;
    width: 65px;
    background-color: none;
    border: none;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.3);
    overflow: hidden;
}
#picture_legend,.main-box.clearfix {display: none;}
.topic-ball i.fa {
    font-size: 25px;
    display: block;
    text-align: center;
    color: #444444;
    transition: all 0.3s ease-in-out;
    float: left;
    margin-left: -49px;
    margin-top: -11px;
}
.topic-ball i.fa:hover {
border-color: #2ea3f2;
    -webkit-transform: rotate(15deg) scale(.7);
    transform: rotate(15deg) scale(0.8);
    color: #2ea3f2;
    cursor: pointer;
    border-radius: 50px;
}
.forumbs dd.dterm {
  padding: 17px !important;
  padding-bottom: 0px !important;
}
.forums dd.lastpost {
  padding: 8px !important;
  padding-bottom: 5px !important;
}
.forabg .posts::after {
  content: "Posts";
  display: block;
}
.sucesso {
    background: url(http://i.imgur.com/BYDDJ34.png) no-repeat 6px #4cb600;
    border: 1px solid #6b8a00;
    color: #fff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.alerta {
    background: url(http://i.imgur.com/eADTQp0.png) no-repeat 6px #c80000;
    border: 1px solid #650f00 !important;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
    color: #fff;
    padding: 6px 6px 6px 40px;
    width: 100%;
}
.aviso {
    background: url(http://i.imgur.com/o853ASr.png) no-repeat 6px #ffc700;
    border: 1px solid #a87600;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.infos {
    background: url(http://i.imgur.com/Sb8xtoi.png) no-repeat 6px #7ce7fe;
    border: 1px solid #007a94;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 6px 6px 6px 40px;
    border-radius: 4px;
}
.sucesso,
.alerta,
.aviso,
.infos {
    margin: 5px 0;
    padding: 25px 15px 25px 100px;
}
/*Like*/
.fa_count {
  font-weight: normal !important;
}

.fa_vote img,
.fa_voted img {
  display: none;
}
 
.fa_vote::before,
.fa_voted::before {
  font-family: FontAwesome;
  color: #fff;
  padding: 4px 4px;
  border-radius: 4px;
}
 
.fa_vote.fa_plus::before,
.fa_voted.fa_plus::before {
  content: "\f164";
  background-color: #439e05;
}
 
.fa_vote.fa_minus::before,
.fa_voted.fa_minus::before {
  content: "\f165";
  background-color: #c10000;
}
 
.fa_vote + .fa_count,
.fa_voted + .fa_count {
  background-color: #444;
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 10px;
}
 
.fa_voted.fa_plus + .fa_count {
  background-color: #4a0;
  color: #fff;
}
 
.fa_voted.fa_minus + .fa_count {
  background-color: #b42000;
  color: #fff;
}
 
.fa_votebar {
  display: none;
}

.fa_vote img,
.fa_voted img {
  display: none;
}
 
.fa_vote::before,
.fa_voted::before {
  font-family: FontAwesome;
  color: #fff;
  padding: 4px 4px;
  border-radius: 4px;
}
 
.fa_vote.fa_plus::before,
.fa_voted.fa_plus::before {
  content: "\f164";
  background-color: #4a0;
}
 
.fa_vote.fa_minus::before,
.fa_voted.fa_minus::before {
  content: "\f165";
  background-color: #b42000;
}
 
.fa_vote + .fa_count,
.fa_voted + .fa_count {
  background-color: #444;
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 10px;
}
 
.fa_votebar {
  display: none;
}
#wrap {
    background-color: #fbfbfb !important;
    line-height: 130%;
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px;
    width: 96%;
    background-color: #e9ebed;
    border: 1px solid #d8d8d8;
    font-size: 1.3rem;
    margin: 20px auto;
    box-shadow: 0px 1px 5px rgb(213, 213, 213);
    padding: 10px;
    max-width: none;
}
.btn-ip a:hover {background-color: #4e4e4e;}
.btn-thank a:hover {background-color: #f44336;}
.post-head .profile-icons a, .post-head .profile-icons span {color: #fff;}
.sub-header {margin-top: 15px;}
.edited-message {
  background: url(http://imgur.com/PIQA4LA.png) no-repeat 0px 30px;
    color: #000;
    padding-left: 20px;
}
.headerbar {
    background: url(https://i.imgur.com/XvVDaP9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100% !important;
    height: 300px;
}
.sub-header-path a + a:before {
      content: " ";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
  width: 16px;}
.sub-header-path a + a {
    margin-left: 1px;
}
.sub-header-path {
    background: none repeat scroll 0 0 #eff1f3;
    background-image: url(http://i57.servimg.com/u/f57/18/81/53/06/untitl10.png)!important;
    border: 1px solid #d9dbdd!important;
    border-radius: 5px 5px 5px 5px!important;
    box-shadow: 0 0 3px rgba(109,119,237,0.2)!important;
    clear: both!important;
    overflow: hidden!important;
    padding: 0.2em 1em!important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub-header-path a:hover{
      background-position: 100% -1px;
}
.sub-header-path a:hover:before {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png);
}
.sub-header-path a {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png) no-repeat scroll 100% center transparent;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    transition: none;
    color: #6f6f6f!important;
    line-height: 28px;
    padding: 4px 15px 2px 25px;
    margin-left: -17px;
}
.fa_group_preview {color: #fff !important;}
h2.fa_group_name {color: #fff;}
.tooltip-actions {background: #212121 !important;}
.tooltipster-default {
    background: #2d2d2d !important;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    color: #ffffff !important;
}
.block {background-color: #fff;}
.module .h3 {
    background: #2a2e32 !important;
    border-bottom: solid 3px #1f1f1f;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
}
.module {    border: 1px solid #ccc;}
input[type="email"],
input[type="password"],
input[type="text"] {
  border-bottom: none !important;
  background: #e8e8e8 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: #9f9f9f;
  padding: 6px;
}
input[type="text"]:focus {border-bottom: 1px solid #d4d4d4;}
.inputbox:hover, input[type="text"]:hover {border-bottom: 1px solid #d4d4d4;}
span.mod-recent-info {
    display: flex !important;
    flex-direction: column-reverse;
}
 
.mod-recent-author {
    margin-left: 0 !important;
}
.mod-recent-info {
    position: relative;
    padding-left: 50px;
}
.mod-recent-author .lastpost-avatar {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.navbar > li {
    font-size: 0;
}
.mainmenu[href="/faq"],
.mainmenu[href="/search"] {
    display: none !important;
}
#headerbar-top,
.is-sticky#headerbar-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    top: auto;
    padding: 0;
}
 
#headerbar-top a,
.is-sticky#headerbar-top a {
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    transition: 250ms color;
}
 
#headerbar-top a::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #3793ff;
    transition: 250ms transform;
    transform-origin: left center;
    transform: scaleX(0);
}
 
#headerbar-top a:hover::before,
#headerbar-top a:active::before,
#headerbar-top a:focus::before {
    transform: scaleX(1);
}
 
#headerbar-top a:hover,
#headerbar-top a:active,
#headerbar-top a:focus {
    color: #3793ff;
    box-shadow: none;
}
 
#headerbar-top #logo {
    display: none;
}
 
#site-desc {
    transform: translate(0, -50%);
}
 
.navbar img {
    filter: none;
    transition: 250ms filter;
}
 
.navbar {
    display: flex;
}
 
.navbar > li {
    margin-top: 0;
    height: 50px;
}
 
.navbar > li:nth-child(6) {
    margin-right: auto;
}
 
#headerbar-top {
    height: auto;
    line-height: 50px;
}
.lastpost-avatar img {padding: 0px !important;}
#privmsgs-menu {padding: 0px 0px !important;}
dd.lastpost span.color-groups {float: none !important;}
#main-content > div[style]:first-child {
    overflow: hidden !important;
    height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.fa-search input {
    transition: 2s width;
    width: 200px;
}
 
.fa-search input:focus {
    width: 500px;
}
.tooltipster-default {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3) !important;
}
#quick_reply #textarea_content {
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
}
.postprofile-contact img:hover {
    opacity: 0.8;
}
#tabs ul a:hover span {
    color: #368ad2;
}
div.sig-content > center > img {display:none;}
        .pun .sig-content {border-top:1px solid #ddd;}
.panel {
      background: none !important;
    background-color: none !important;
    box-shadow: none !important;
    position: relative;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
body::-webkit-scrollbar-button {
    background-color: #2ea3f2;
}
::-webkit-scrollbar-thumb {
    background: #3793ff;
}
::-webkit-scrollbar-track {
    background: #303030;
}
#right {top: 0px !important;}
.module .h3 {    background-color: #3793ff;}
#content-container #main {    margin-left: -230px;
  margin-right: 10px;}
a:hover {
    color: #3793ff;
}
.topic-actions.bottom .topic-actions-buttons > span {
    background-color: #3793ff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    padding: 9px 18px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: auto!important;
}
.button1:hover, .button2:hover, .button:hover, input[type="submit"]:hover {
    background-color: #444 !important;
    box-shadow: 0 1px 9px rgba(0,0,0,0.6) !important;
}
.profile-icons a.selected, .profile-icons a:hover, .profile-icons span.selected, .profile-icons span:hover {
  height: 20px;
}
p.right img:hover {
    opacity: 0.7;
}
.quick-nav-topics a:hover { background-color: #3793ff;}
a.forumtitle {color: #3e464c !important;}
a.forumtitle:hover {
    color: #3793ff !important;
    text-decoration: inherit;
}
.post {border-radius: 0;}
.post-head {
  background-color: #212529;
  color: #fff;
  border-bottom: solid 3px #6c777c;
  border-top: solid 5px #3793ff;
  border-radius: 0;
  width: 100.2%;
  margin-left: -1px;
}
.post-head .date-wrapper .fa {font-size: 30px;}
.postprofile-info {color: #777 !important;margin-left: 10px;}
/*login*/
body .fa-popover-login {
  overflow: visible !important;
  margin-top: 15px !important;
}
.fa-popover-login {
    transform: translate(-80%, 30px) !important;
    margin: 0 !important;
    right: 0 !important;
    width: 400px;
    padding: 0;
}
input#autologin {
    float: left;
    margin-top: 3px;
}
.fa-popover-login::before {
    right: 35px;
    left: auto;
}
 
.fa-popover-intro {
    padding: 1rem 1rem 0.5rem ;
    position: relative;
}
 
.fa-popover-intro::before {
    content: ' ';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 1px;
    background-color: #0076b1;
}
 
.fa-popover-login > form {
    color: #fff;
    margin: 0;
    border: none;
}
 
.fa-popover-login > form::before {
    content: 'Digite os dados da sua conta no formulário abaixo.';
    font-size: 12px;
    margin-bottom: 1rem;
    display: block;
}
 
.fa-popover-login > form > div.input-group {
    overflow: hidden;
}
 
.fa-popover-login > form > div.input-group > label {
    text-indent: -9999px;
    overflow: hidden;
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 0 17px !important;
    background-color: #efefef;
    position: relative;
}
 
.fa-popover-login > form > div.input-group > label::after {
    display: block;
    text-indent: 0;
    font-family: FontAwesome;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
 
.fa-popover-login > form > div.input-group > label[for="username"]::after {
    content: "\f0c0";
}
 
.fa-popover-login > form > div.input-group > label[for="password"]::after {
    content: "\f023";
}
 
.fa-popover-login > form > div.input-group > input {
    background-color: #efefef;
    float: right;
    width: calc(100% - 32px);
    margin: -1px 0 1rem;
}
 
.fa-popover-login > form > label[for="autologin"] {
    font-size: 12px;
    margin-top: 0;
    margin-left: 4px;
}
 
.fa-popover-login > form > footer {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 1rem 0 0;
    height: auto;
}
 
.fa-popover-login > form > footer > a {
    right: 0;
    bottom: 1rem;
    margin: 0;
    top: auto;
    transform: none;
}
.title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.title-wrapper > h2 a {
  color: #fff;
  margin-top: 5px;
}
.post-head div .profile-icons {
  float: none;
  margin-top: 6px;
  margin-left: -7px;
  margin-bottom: 14px;
}
.postprofile-avatar { margin-top: 20px; }
.post .postprofile .postprofile-avatar img {
  border-color: #6c777c;
  z-index: 99;
  position: relative;
}
.post .postprofile .postprofile-name {
  font-size: 14px;
  margin-top: 10px;
}
.post .postprofile .postprofile-name a {
  display: block;
}
.post h2.topic-title a {width: 100%;}
.postprofile {
  color: #b1afaf;
  text-align: center;
}
.postprofile-rank {padding: 10px;}
.postprofile-contact:hover{
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(148, 148, 148, 0.59);
}
.postprofile-contact {
    border-bottom: 2px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    margin: 3px -18px -18px;
    height: 40px;
}
.button, .button1, .button2, input[type="submit"] {background-color: #3793ff !important;}
/* Sub foruns*/
.forumbg {
  background-color: transparent !important;
  background-image: none;
  border: none !important;
}
 
.forumbg.announcement {
  margin-bottom: 10px !important;
}
.fa-topicrow:hover {background-image: linear-gradient(0deg, #f6f6f6 0%, #fff 100%);}
.fa-topicrow {
    background-color: #fff;
    padding: 10px;
    border: none !important;
    margin: 10px 0px !important;
    border-radius: 3px !important;
}
.fa-topicrow-title a {
  font-size: 16px;
  margin: 10px 10px 5px 10px;
  font-weight: 400;
}
.fa-topicrow-author {
  margin: 0 10px;
}
.fa-topicrow-top {
  background-repeat: no-repeat;
  display: flex;
  background-position-y: center;
  background-position-x: 65%;
}
.fa-topicrow-top > .fa-entry-topicrow {
  flex-grow: 1;
}
.fa-topicrow-lastpost .fa-topicrow-lastpost-avatar span img {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  margin-bottom: 7px;
  box-shadow: 0 0 1px rgba(25, 25, 25, 0.95);
}
.fa-topicrow-lastpost {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 45px;
  padding-top: 10px;
  line-height: 18px;
}
.fa-topicrow-footer {
  display: flex;
  margin-left: 10px;
}
.fa-topicrow-footer .messages {margin-right: 5px;}
.fa-topicrow-footer .messages + .messages {margin-left: 5px;}
.forumbg.announcement {
  border-bottom: solid 1px #cdcbcb !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  padding-bottom: 13px;
}
.forumbg.announcement::before {
  content: "Anúncios:";
  font-family: "Segoe UI";
  font-size: 20px;
  margin-left: 4px;
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 1px rgba(154, 154, 154, 0.48);
  padding: 13px 10px 17px 10px;
}
/* Final sub-forum*/
p.crumbs a:hover:before {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png);
}
p.crumbs a:after, p.crumbs a:before {
content: " ";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 16px;
}
p.crumbs a {
    background: url(http://i57.servimg.com/u/f57/14/89/34/10/second10.png) no-repeat scroll 100% center transparent;
    position: relative;
    transition: none;
    color: #6f6f6f!important;
    line-height: 28px;
    padding: 10px 20px 10px 12px;
    margin-left: -12px;
}
.pun-crumbs {
    background: none repeat scroll 0 0 #eff1f3;
    background-image: url(http://i57.servimg.com/u/f57/18/81/53/06/untitl10.png);
    border: 1px solid #d9dbdd;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(109,119,237,0.2);
    clear: both!important;
    font-size: 14px;
    overflow: hidden;
    padding: .2em 1em;
    margin-top: 20px;
    margin-bottom: 20px;}
.pun-crumbs a {
  isplay: inline-block;
    color: #000;
    font-size: 12px;
    white-space: nowrap;}
p.crumbs a:hover {
    background-position: 100% -1px;
}
/* ------------------------- Color Nick Administrador ------------------------------- */
a[href="/g17-administradores"] {
  font-weight: 100;
  text-shadow: 0 1px 5px #ff8f8f;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a.gensmall[style="color: #EB0000"]:before {
  content: "\f005  ";
  font-family: FontAwesome;
}
a[href^="/u"] span[style^="color:#EB0000"] {
  font-style: normal;
  font-weight: 500!important;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #ff8f8f;
}

a[href="/g10-coordenadores"] {
  font-weight: 100;
text-shadow: 0 1px 5px #A80303;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}

a[href^="/u"] span[style^="color:#A80303"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #ff6dff;
}

a[href="/g2-game-moderator"] {
  font-weight: 100;
text-shadow: 0 1px 5px #00BBFF;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}

a[href^="/u"] span[style^="color:#00BBFF"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #00BBFF;
}

a[href="/g11-forum-moderator"] {
  font-weight: 100;
text-shadow: 0 1px 5px #FF9900;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href^="/u"] span[style^="color:#FF9900"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
text-shadow: 0 1px 5px #FF9900;
}
a[href^="/u"] span[style^="color:#5B00E3"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #a36df5;
}
a[href="/g16-designers"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #a36df5;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href="/g6-colaboradores"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #1A9C00;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
a[href^="/u"] span[style^="color:#1A9C00"] {
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
    text-shadow: 0 1px 5px #1A9C00;
}
a[href="/g14-membros"] {
    font-weight: 100;
    text-shadow: 0 1px 5px #cccccc;
  background: url(http://brasil-nl.com.br/forum/public/style_images/splatts/brilho.gif);
}
span[style*="#EB0000"] strong, span[style*="#A80303"] strong, span[style*="#00BBFF"] strong, span[style*="#FF9900"] strong,
span[style*="#5B00E3"] strong, span[style*="#1A9C00"] strong, span[style*="#FFCC00"] strong, span[style*="#7A7A7A"] strong {
  font-weight: 100!important;
}
a[href="/g10-coordenadores"]:before {
    font-family: 'FontAwesome';
    content: "\f091  ";}
a[href="/g2-game-moderator"]:before {
    font-family: 'FontAwesome';
    content: "\f11b  ";}
a[href="/g11-forum-moderator"]:before {
    font-family: 'FontAwesome';
    content: "\f086  ";}
a[href="/g16-designers"]:before {
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f1fc  ";}
a[href="/g6-colaboradores"]:before {
    font-family: 'FontAwesome';
    content: "\f219  ";}
a[href="/g14-membros"]:before {
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f007  ";}
a[href^="/u"] span[style^="color:#EB0000"]:before {
        content: "\f005  ";
    font-family: FontAwesome;
}
a[href^="/u"] span[style^="color:#FF00FF"]:before {
      font-family: 'FontAwesome';
    content: "\f091  ";
}
a[href^="/u"] span[style^="color:#A80303"] :before {
      font-family: 'FontAwesome';
    content: "\f0e3  ";
}
a[href^="/u"] span[style^="color:#1BC25B"]:before {
      font-family: 'FontAwesome';
    content: "\f085  ";
}
a[href^="/u"] span[style^="color:#5B00E3"]:before {
      font-family: 'FontAwesome';
    content: "\f1fc  ";
}
a[href^="/u"] span[style^="color:#1A9C00"]:before {
      font-family: 'FontAwesome';
    content: "\f219  ";
}
a.gensmall[style="color: #7A7A7A"]:before {
      font-family: 'FontAwesome';
    content: "\f007  ";
}
/* Fim do colorir nicks*/
.lastpost {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lastpost > .lastpost-avatar + span > strong::before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 4px;
}
.lastpost > .lastpost-avatar + span::before {
  font-family: "Ionicons";
  content: "\f26e";
  margin-right: 5px;
}

/**
 * Correção:
 */

html body div #preview .postbody table,
html body div  #preview .postbody td,
html body div  div[class*='post--']
html body div  .post .postbody table,
html body div div .post[class*='post--'] .postbody td {
  border: none !important;
}

o/
Luiz

Luiz
Membro Entusiasta
Membro Entusiasta

Membro desde : 23/04/2016
Mensagens : 6645
Pontos : 7451

https://luizfelipe.dev

Ir para o topo Ir para baixo

Tópico resolvido Re: Remover este código

Mensagem por iScroll 29.10.17 14:53

Em partes ainda ele está aqui.
Veja: http://prntscr.com/h3hmvq
Quando desativo note a diferença:: http://prntscr.com/h3hn34
iScroll

iScroll
Super Membro

Membro desde : 08/03/2015
Mensagens : 1701
Pontos : 2311

http://ultimatelife.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Remover este código

Mensagem por Luiz 29.10.17 17:08

O senhor pode tentar adicionar os inline styles diretamente pelo elemento:
Código:
[table][tr][td style="border: none !important;"] Content. [/td][/tr][/table]

Infelizmente não temos muitos jeitos para contornar isso. É padrão da versão do tema. :/
Luiz

Luiz
Membro Entusiasta
Membro Entusiasta

Membro desde : 23/04/2016
Mensagens : 6645
Pontos : 7451

https://luizfelipe.dev

Ir para o topo Ir para baixo

Tópico resolvido Re: Remover este código

Mensagem por iScroll 29.10.17 17:39

Certo, obrigado.
Pode fechar.
iScroll

iScroll
Super Membro

Membro desde : 08/03/2015
Mensagens : 1701
Pontos : 2311

http://ultimatelife.forumeiros.com

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Remover este código

Mensagem por Luiz 29.10.17 17:41

Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.
Tópico marcado como Resolvido e movido para Questões resolvidas.
Luiz

Luiz
Membro Entusiasta
Membro Entusiasta

Membro desde : 23/04/2016
Mensagens : 6645
Pontos : 7451

https://luizfelipe.dev

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo


Permissões neste sub-fórum
Não podes responder a tópicos