Staffer Group BR™

Fórum interativo totalmente gratuito!


 VisualizaçõesPermissão deste fórum:
Não podes responder a tópicos


CurtirDiretório deste fórum:
Fóruns » Principal »  » Suporte » Resolvidos

#1
 Chorão

Chorão
Membro
Descrição da Questão:
Eu Adicionei o Código CSS para o Rodapé mas ele Retiro a Imagens q fica Atraz dos meus Widjets agora fico transparente.
as imagens são do meu forum Original olha: http://ultragaming.forum-pro.net/
Nos Widgets.

No meu forum de testte que estou testando o Código segue print:


Endereço e Versão do Site/Fórum:
http://testevipcheats.forumeiros.com/ ( PunBB )

Imagens Sugestivas:
este éo Rodapé:

[Suporte] Bug e Código de Rodapé BgXiJb9

e aqui esta onde ele bugo

[Suporte] Bug e Código de Rodapé NK3O2ex

#2
 D'Leandro™

D'Leandro™
Fundador
Olá!

Qual é o link da imagem que some?

Até mais.

#3
 Chorão

Chorão
Membro
O Código é este:
Código:
    .module {
      text-shadow: 1px 1px 0 white;
      background: #f5f5f5;
      -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
      -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
      box-shadow: 0px 0px 7px 0px #ababab;
      border: 1px solid white;}

    .module .main-head{
      margin-bottom: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      color: #333 !important;
      background: #EAEAEA;
      border-bottom: 1px solid white;}
   
    .module .main-head div, .portal .module .main-head h1, .portal .module .main-head h2, .portal .module .main-head h3, .portal .module .main-head h4{
      color: #333 !important;}
   
    .module .main-content{
      background: #f5f5f5;
      border-top: 1px solid #D9D9D9;}

    .portal .module.mod_news{
      margin: 0 !important;
      -moz-box-shadow: 0;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      border: 0;}

    .portal .module {
      margin: 10px !important;}


    #footer{
      width: 100%;
      min-width: 900px;
      color: white;
      height: 280px;
      background: #0c0d0d url(http://i36.servimg.com/u/f36/11/96/49/61/footer15.png) repeat-x;}

    #footer ul{list-style-type: none;}

    #footer a{color: white;}

    #footer h1{
      font-weight: normal;
      margin-bottom: 20px;
      font-family: 'Lobster';
      font-size: 24px;
      border-bottom: 3px dotted white;
      padding-bottom: 5px;}

    #footer h1 img{
      margin: 0 0 3px 0 !important;
      vertical-align: middle;
      height: 25px;}

    #back-top{
      text-align: center;
      margin-bottom: 8px;
      position: relative;
      top: -12px;}

    #f-content{
      float: center;
      margin: 0 auto;}
   
    #f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}

    #f-content #username, #f-content #password{
      color: #333333;
      text-shadow: 1px 1px 0 white;
      background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
      width: 149px;
      height: 39px;
      border: 0;
      padding: 0 0 0 20px;}

    input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
      background: none !important;}

    #f-content .button1{
      cursor: pointer;
      font-weight: normal !important;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      color: white;
      text-align: center;
      border: 0 !important;
      text-shadow: 0 1px 5px black;
      background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
      width: 53px;
      height: 25px;
      padding-bottom: 2px;
      -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
      box-shadow: 0 0 0;}

    #f-content dd.login{
      margin-top: -40px;
      margin-left: 110px;}
   
    ul#social{
      margin-left: 25px;
      margin-right: 25px;
      text-shadow: 1px 1px 0 black;
      font-weight: bold;
      font-size: 15px;
      float: left;}

    ul#social li{
      margin-bottom: 10px;}

    ul#social img{
      -ms-interpolation-mode: bicubic;
      margin-right: 10px;
      margin-bottom: 3px;
      vertical-align: middle;
      height:25px;}

    #connect{
      margin-left: 25px;
      margin-right: 25px;
      float: left;}

    #user-panel #avatar{margin-right: 5px;}

    #site-links{
      text-align: center;
      margin-left: 25px;
      margin-right: 25px;
      float: left;}

    #site-links li{margin-bottom: 3px;}

    #site-links li a {
      font-size: 16px;}

    #other{
      float: left;
      margin-left: 25px;
      margin-right: 25px;}

e a Imagen é esta: https://i.imgur.com/uM0eWCn.png

#4
 D'Leandro™

D'Leandro™
Fundador
Olá!

Adicione este código no INICIO do teu css!
Código:
.module .main-head {
    background: url(http://i.imgur.com/uM0eWCn.png) !important;
    border-radius: 4px 4px 0px 0px !important;
}
.module .main-content {
    border-radius: 0px 0px 4px 4px !important;
}
.portal .module .main-head h3 {
    color: #fff !important;
}

Até mais.

#5
 Chorão

Chorão
Membro
Deu Certo mas as Letras Ficaram Pretas !

#6
 D'Leandro™

D'Leandro™
Fundador
Olá!

Coloque no CSS este código!
Código:
.main .main-head .page-title {
    color: #fff !important;
    font-weight: 700;
    font-size: 12px !important;
}
.module .main-head div, .portal .module .main-head h1, .portal .module .main-head h2, .portal .module .main-head h3, .portal .module .main-head h4 {
    color: #fff;
}

Resulta?

#7
 Chorão

Chorão
Membro
Não Resulto !

#8
 D'Leandro™

D'Leandro™
Fundador
Olá!

Tente este CSS
Código:
.main .main-head .h3 {color: #fff !important;}

Resulta?

#9
 Chorão

Chorão
Membro
Muito Obrigado pode da Cosed !
#Reputado

#10
 D'Leandro™

D'Leandro™
Fundador
Suporte Resolvido;
Este pedido foi resolvido e movido para Suportes Resolvidos!

#11
 Conteúdo patrocinado