Alterar a cor dos campos no tópico

3 participantes

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

Tópico resolvido Alterar a cor dos campos no tópico

Mensagem por PauloVinicios1755 16.03.22 15:30

Detalhes da questão


Endereço do fórum: https://brasilplaycloud.forumeiros.com/
Versão do fórum: ModernBB

Descrição


Olá alguém poderia me ajudar a resolver isso:

https://i.imgur.com/XPi78vW.png

Já tentei mudar lá no painel mais nada faz sucesso!
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por tikky 16.03.22 15:52

Olá @PauloVinicios1755,

Adicione na folha de estilo (CSS) o seguinte código:
Código:
.postprofile-info, .postprofile-info * {
  color: inherit !important;
}
Atenciosamente,
pedxz.
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por PauloVinicios1755 16.03.22 16:17

Não funfou Triste
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por tikky 16.03.22 16:21

PauloVinicios1755 escreveu:Não funfou Triste
Não vejo o código adicionado na folha de estilo no seu fórum para além disso pode passar a folha completa? Tem alguns erros (caracteres especiais que fazem com que o CSS não funcione corretamente).
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por PauloVinicios1755 16.03.22 16:25

Código:
div#site-desc {
    display: none;
}
.postprofile-name a[href] {
    background: url(https://i.imgur.com/FgKNYTV.gif);
}
.postprofile-avatar img {
height: unset;
width: unset;
max-height: 300px;
max-width: 150px;
border-radius: 10px !important;
border: 1px solid darkgray !important;
}
.post-head {
    border-width: 0 !important;
}
/*COR GRUPO LEGENDA*/
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g3-"],
.color-groups[style$="##FF8C00"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g5-"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g6-"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g7-"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g8-"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g9-"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g10-"],
.color-groups[style$="##FF8C00"],
.color-groups[style$="##FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g4-"] { 
  background: url(https://i.imgur.com/FgKNYTV.gif);
  text-shadow: 2px 0 11px CurrentColor;
}
.post-author-name {
    font-size: 18px;
}
/*BRILHO*/
a[style*="#CC0436"], span[style*="color:#CC0436"], a[style*="#FF0048"], span[style*="color:#FF0048"], a[style*="#7A2B00"], span[style*="color:#7A2B00"], a[style*="#D17008"], span[style*="color:#D17008"], a[style*="#0081C7"], span[style*="color:#0081C7"] {
    background: url(https://i.imgur.com/FgKNYTV.gif);
    text-shadow: 2px 0 11px CurrentColor;
}
.page-topic .row .pagination{
  display: block;
}
.page-topic span.postreplies{
  margin-right: 8px;
}
.page-topic .postdetails{
  margin-top: 4px;
}
.page-topic .lastpost{
  float: right;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page-topic span.lastpost-avatar{
  padding: 0!important;
}
.page-topic .lastpost center span{
  text-align: center;
  width: 100%;
}
.forumbg.announcement {
    background-color: transparent;
}
.forumbg .header {
    background-color: #22b3a7;
}
.page-topic .row {
    border: 0;
    margin: 10px 0;
    box-shadow: 0 1px 6px rgb(0,0,0,6%);
    display: grid;
    align-items: center;
    height: 130px;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}
 
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
 
}
 
 
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
 
/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}
 
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
 
  position: fixed!important;
}
.topnav {
    position: fixed;
    width: 100%;
    z-index: 10;
}
 
 /***************fim menu**********/





#wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}


/***Efeito LightBox MP***/
 
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.gif);opacity:0.8;cursor:pointer;z-index:1010}
.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.png)}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
.fancybox-title{display:none}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
/***Cursor Modificado***/
 }
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur90.cur), auto !important;} /* End https://www.cursors-4u.com */
.forabg .header {
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.table-title h2 {
font-family: 'Lobster', sans-serif !important;
font-size: 2rem !important;
}
#right {
display: block !important;
}
       
 #container {
margin-right: 250px !important;
padding-right: 1rem;
}


.headerbar {
    z-index: 9999!important;
}
  .postprofile-info, .postprofile-info * {
  color: inherit !important;
}
/* MENU INICIAL */
a.gensmall {border: none;}
.block {width: 100%;display: block;float: left;border-radius: 3px;background-color: #fff;
box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);font-size: 13px;padding: 16px;}
.block a:link,.block a:visited {color: #444;}
.block .h3 { font-size: 20px;border: none;}
.block .h3 i {height: 28px;line-height: 30px;margin-right: 10px;color: #fff;}
.stats-tabs br {display:none;}
.stats-tabs section {display: none;padding: 20px 0 0;}
.stats-tabs input { display: none; }
.stats-tabs label {display: inline-block;margin: 0 0 -1px;padding: 15px 25px;font-weight: 600;text-align: center;color: #A0B8B5;}
.stats-tabs label:before {font-family: "Font Awesome 5 Free";margin-right: 10px;}
.stats-tabs label[for*='1']:before { content: '\f0c0'; }
.stats-tabs label[for*='2']:before { content: '\f1fd'; }
.stats-tabs label[for*='3']:before { content: '\f187'; }
.stats-tabs label:hover {color: darkcyan;cursor: pointer;}
.stats-tabs input:checked + label {color: darkcyan;border-top: 2px solid darkcyan;border-left: 1px solid #A0B8B5;border-right: 1px solid #A0B8B5;border-bottom: 1px solid #fff;}
.stats-tabs #tab1:checked ~ #content1,.stats-tabs #tab2:checked ~ #content2,.stats-tabs #tab3:checked ~ #content3 { display: block; }
@media screen and (max-width: 800px) {.stats-tabs label {font-size: 0;}
.stats-tabs label:before {margin: 0;font-size: 18px;}}
@media screen and (max-width: 500px) {.stats-tabs label {padding: 15px;}}
.block .legend { font-size: 0px; }
.block .legend b a {font-size: 13px;font-weight: 600;}
.block .legend b a::after {content: ", ";font-weight: 400;color: #fff;}
.block .legend b:last-child a::after { content: ""; }
.block .legend {display: inline-flex;white-space:break-spaces;}
#content1, #content2 {line-height: 3;}
.stats-tabs section {border-top: 1px solid #A0B8B5;}
}
/*END Who's online*/
 
 
/* Banner */
.headerbar {
height: 150px;
}
/* Posição menu */
div#headerbar-top:not(.is-sticky) {
    margin-top: 81px;
}
#wrap {
    padding: 9px;
}
/* Remover faq/calendario do menu */
.mainmenu[href="/faq"],
.mainmenu[href="/calendar"] {
    display: none !important;
}
/* Icons menu */
.mainmenu > img {
  display: none;
}
 
.mainmenu::before {
  font-family: "Font Awesome 5 Free"
  content: "\f015"
  display: inline;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.mainmenu[href*="groups"]::before {
  content: "\f1b2";
}
 
.mainmenu[href*="search"]::before {
  content: "\f002";
}
 
.mainmenu[href*="memberlist"]::before {
  content: "\f0c0";
}
 
.mainmenu[href*="privmsg"]::before {
  content: "\f0e0";
}
 
.mainmenu[href*="profile"]::before {
  content: "\f007";
}
 
.mainmenu[href*="login"]::before {
  content: "\f011";
}
 
.mainmenu[href*="register"]::before {
  content: "\f2b9";
  /* Nick Piscando  KKKKK*/
span[style="color:#CC0436"] strong {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
 
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
 
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
 
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
 #container {
    margin-right: 90px !important;
    margin-left: 0 !important;
    padding-right: 1rem;
}
        .page-topic .topic-title a {
            font-size: 16px !important;
        }
       
        .page-topic .lastpost span > center > span {
            font-size: 14px !important;
        }
pronto <3
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Admineiro
  • 0

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por tikky 17.03.22 20:11

Altere a folha de estilo para
Código:
div#site-desc {
   display: none;
}

.postprofile-name a[href] {
   background: url(https://i.imgur.com/FgKNYTV.gif);
}

.postprofile-avatar img {
   height: unset;
   width: unset;
   max-height: 300px;
   max-width: 150px;
   border-radius: 10px !important;
   border: 1px solid darkgray !important;
}

.post-head {
   border-width: 0 !important;
}


/*COR GRUPO LEGENDA*/

.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g3-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g5-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g6-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g7-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g8-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g9-"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g10-"],
.color-groups[style$="#FF8C00"],
.color-groups[style$="#FF8C00"],
.postprofile-name span[style$="#FF8C00"],
a[href^="/u"] span[style$="#FF8C00"],
a[href^="/g4-"] {
   background: url(https://i.imgur.com/FgKNYTV.gif);
   text-shadow: 2px 0 11px CurrentColor;
}

.post-author-name {
   font-size: 18px;
}


/*BRILHO*/

a[style*="#CC0436"],
span[style*="color:#CC0436"],
a[style*="#FF0048"],
span[style*="color:#FF0048"],
a[style*="#7A2B00"],
span[style*="color:#7A2B00"],
a[style*="#D17008"],
span[style*="color:#D17008"],
a[style*="#0081C7"],
span[style*="color:#0081C7"] {
   background: url(https://i.imgur.com/FgKNYTV.gif);
   text-shadow: 2px 0 11px CurrentColor;
}

.page-topic .row .pagination {
   display: block;
}

.page-topic span.postreplies {
   margin-right: 8px;
}

.page-topic .postdetails {
   margin-top: 4px;
}

.page-topic .lastpost {
   float: right;
   display: flex;
   flex-flow: column;
   align-items: center;
}

.page-topic span.lastpost-avatar {
   padding: 0!important;
}

.page-topic .lastpost center span {
   text-align: center;
   width: 100%;
}

.forumbg.announcement {
   background-color: transparent;
}

.forumbg .header {
   background-color: #22b3a7;
}

.page-topic .row {
   border: 0;
   margin: 10px 0;
   box-shadow: 0 1px 6px rgb(0, 0, 0, 6%);
   display: grid;
   align-items: center;
   height: 130px;
}


/* Add a black background color to the top navigation */

.topnav {
   background-color: #333;
   overflow: hidden;
}


/* Style the links inside the navigation bar */

.topnav a {
   float: left;
   display: block;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
   background-color: #ddd;
   color: black;
}


/* Add an active class to highlight the current page */

.active {
   background-color: #4CAF50;
   color: white;
}


/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
   display: none;
   position: fixed!important;
}

.topnav {
   position: fixed;
   width: 100%;
   z-index: 10;
}


/***************fim menu**********/

#wrap {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   box-sizing: border-box;
}


/***Efeito LightBox MP***/

.fancybox-tmp iframe,
.fancybox-tmp object {
   vertical-align: top;
   margin: 0;
   padding: 0
}

.fancybox-wrap {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1002
}

.fancybox-outer {
   background: #f9f9f9;
   color: #444;
   text-shadow: none;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   margin: 0;
   padding: 0
}

.fancybox-opened {
   z-index: 1003
}

.fancybox-opened .fancybox-outer {
   -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-inner {
   width: 100%;
   height: 100%;
   position: relative;
   outline: none;
   overflow: hidden;
   margin: 0;
   padding: 0
}

.fancybox-error {
   color: #444;
   font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin: 0;
   padding: 10px
}

.fancybox-image,
.fancybox-iframe {
   display: block;
   width: 100%;
   height: 100%;
   border: 0;
   vertical-align: top;
   margin: 0;
   padding: 0
}

.fancybox-image {
   max-width: 100%;
   max-height: 100%
}

#fancybox-loading {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -21px;
   margin-left: -21px;
   width: 42px;
   height: 42px;
   background: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.gif);
   opacity: 0.8;
   cursor: pointer;
   z-index: 1010
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
   background-image: url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.png)
}

.fancybox-close {
   position: absolute;
   top: -18px;
   right: -18px;
   width: 36px;
   height: 36px;
   cursor: pointer;
   z-index: 1004
}

.fancybox-tmp {
   position: absolute;
   top: -9999px;
   left: -9999px;
   overflow: visible;
   visibility: hidden;
   padding: 0
}

#fancybox-overlay {
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
   display: none;
   z-index: 999;
   background: #000
}

.fancybox-title {
   display: none
}

.fancybox-title-float-wrap {
   position: absolute;
   bottom: 0;
   right: 50%;
   margin-bottom: -35px;
   z-index: 999;
   text-align: center
}

.fancybox-title-float-wrap .child {
   display: inline-block;
   margin-right: -100%;
   background: rgba(0, 0, 0, 0.8);
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   text-shadow: 0 1px 2px #222;
   color: #FFF;
   font-weight: 700;
   line-height: 24px;
   white-space: nowrap;
   padding: 2px 20px
}

.fancybox-title-outside-wrap {
   position: relative;
   margin-top: 10px;
   color: #fff
}

.fancybox-title-inside-wrap {
   margin-top: 10px
}

.fancybox-title-over-wrap {
   position: absolute;
   bottom: 0;
   left: 0;
   color: #fff;
   background: rgba(0, 0, 0, .8);
   padding: 10px
}


/***Cursor Modificado***/

* {
   cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur90.cur), auto !important;
}

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.table-title h2 {
   font-family: 'Lobster', sans-serif !important;
   font-size: 2rem !important;
}

#right {
   display: block !important;
}

#container {
   margin-right: 250px !important;
   padding-right: 1rem;
}

.headerbar {
   z-index: 9999!important;
}

.postprofile-info,
.postprofile-info * {
   color: inherit !important;
}


/* MENU INICIAL */

a.gensmall {
   border: none;
}

.block {
   width: 100%;
   display: block;
   float: left;
   border-radius: 3px;
   background-color: #fff;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
   font-size: 13px;
   padding: 16px;
}

.block a:link,
.block a:visited {
   color: #444;
}

.block .h3 {
   font-size: 20px;
   border: none;
}

.block .h3 i {
   height: 28px;
   line-height: 30px;
   margin-right: 10px;
   color: #fff;
}

.stats-tabs br {
   display: none;
}

.stats-tabs section {
   display: none;
   padding: 20px 0 0;
}

.stats-tabs input {
   display: none;
}

.stats-tabs label {
   display: inline-block;
   margin: 0 0 -1px;
   padding: 15px 25px;
   font-weight: 600;
   text-align: center;
   color: #A0B8B5;
}

.stats-tabs label:before {
   font-family: "Font Awesome 5 Free";
   margin-right: 10px;
}

.stats-tabs label[for*='1']:before {
   content: '\f0c0';
}

.stats-tabs label[for*='2']:before {
   content: '\f1fd';
}

.stats-tabs label[for*='3']:before {
   content: '\f187';
}

.stats-tabs label:hover {
   color: darkcyan;
   cursor: pointer;
}

.stats-tabs input:checked+label {
   color: darkcyan;
   border-top: 2px solid darkcyan;
   border-left: 1px solid #A0B8B5;
   border-right: 1px solid #A0B8B5;
   border-bottom: 1px solid #fff;
}

.stats-tabs #tab1:checked~#content1,
.stats-tabs #tab2:checked~#content2,
.stats-tabs #tab3:checked~#content3 {
   display: block;
}

@media screen and (max-width: 800px) {
   .stats-tabs label {
      font-size: 0;
   }
   .stats-tabs label:before {
      margin: 0;
      font-size: 18px;
   }
}

@media screen and (max-width: 500px) {
   .stats-tabs label {
      padding: 15px;
   }
}

.block .legend {
   font-size: 0px;
}

.block .legend b a {
   font-size: 13px;
   font-weight: 600;
}

.block .legend b a::after {
   content: ", ";
   font-weight: 400;
   color: #fff;
}

.block .legend b:last-child a::after {
   content: "";
}

.block .legend {
   display: inline-flex;
   white-space: break-spaces;
}

#content1,
#content2 {
   line-height: 3;
}

.stats-tabs section {
   border-top: 1px solid #A0B8B5;
}


/*END Whos online*/


/* Banner */

.headerbar {
   height: 150px;
}


/* Posicao menu */

div#headerbar-top:not(.is-sticky) {
   margin-top: 81px;
}

#wrap {
   padding: 9px;
}


/* Remover faq/calendario do menu */

.mainmenu[href="/faq"],
.mainmenu[href="/calendar"] {
   display: none !important;
}


/* Icons menu */

.mainmenu>img {
   display: none;
}

.mainmenu::before {
   font-family: "Font Awesome 5 Free";
   content: "\f015";
   display: inline;
   margin-right: 5px;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 15px;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.mainmenu[href*="groups"]::before {
   content: "\f1b2";
}

.mainmenu[href*="search"]::before {
   content: "\f002";
}

.mainmenu[href*="memberlist"]::before {
   content: "\f0c0";
}

.mainmenu[href*="privmsg"]::before {
   content: "\f0e0";
}

.mainmenu[href*="profile"]::before {
   content: "\f007";
}

.mainmenu[href*="login"]::before {
   content: "\f011";
}

.mainmenu[href*="register"]::before {
   content: "\f2b9";
}


/* Nick Piscando  KKKKK*/

span[style="color:#CC0436"] strong {
   -webkit-animation-name: blinker;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-name: blinker;
   -moz-animation-duration: 1s;
   -moz-animation-timing-function: linear;
   -moz-animation-iteration-count: infinite;
   animation-name: blinker;
   animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
   0% {
      opacity: 1.0;
   }
   50% {
      opacity: 0.0;
   }
   100% {
      opacity: 1.0;
   }
}

@-webkit-keyframes blinker {
   0% {
      opacity: 1.0;
   }
   50% {
      opacity: 0.0;
   }
   100% {
      opacity: 1.0;
   }
}

@keyframes blinker {
   0% {
      opacity: 1.0;
   }
   50% {
      opacity: 0.0;
   }
   100% {
      opacity: 1.0;
   }
}

#container {
   margin-right: 90px !important;
   margin-left: 0 !important;
   padding-right: 1rem;
}

.page-topic .topic-title a {
   font-size: 16px !important;
}

.page-topic .lastpost span>center>span {
   font-size: 14px !important;
}
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7820
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por PauloVinicios1755 18.03.22 21:10

Obrigado ped te amo cara <3 e obrigado pelo tópíco e  o outro pode fechar os dois
PauloVinicios1755

PauloVinicios1755
****

Membro desde : 04/04/2021
Mensagens : 237
Pontos : 345

https://brasilplayobscure.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar a cor dos campos no tópico

Mensagem por Musashi 19.03.22 17:32

Tópico resolvido


Movido para "Questões resolvidas".
Musashi

Musashi
Membro

Membro desde : 17/02/2021
Mensagens : 588
Pontos : 762

https://luciothemes.forumeiros.com/

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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