Alterar Background do fórum

5 participantes

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

Tópico resolvido Alterar Background do fórum

Mensagem por Luckcaddie 18.07.15 20:44

ja coloquei varias imagens para fundo do meu forum e nenhuma fica, deve ser do template.
algum codigo pra por a imagem?

http://prntscr.com/7u88eb
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Sennior 18.07.15 20:48

Saudações,

Qual o link do teu fórum?
Por via, tente este código:
Código:
body {
  background: url(LINK DA IMAGEM);
}

É um código CSS, basta alterar o "LINK DA IMAGEM" pelo link da imagem.
Até mais.
Sennior
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

  • 0

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 18.07.15 21:00

http://thehunterluso.foruns.com.pt/

body {
background: url(http://static.thehunter.com/static/img/main_page_background.jpg);
}

nao resultou
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Sennior 18.07.15 21:04

É porque em teu CSS tem este código:
Código:
body {
  background-attachment: scroll;
  background-color: #f8f8f8;
  background-image: url(http://i.imgur.com/P2oYPMD.jpg);
  background-position: top-center;
  background-repeat: repeat-x;
  cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;
}

O jeito seria o senhor retirar ele, principalmente esta imagem:
Seta https://i.imgur.com/P2oYPMD.jpg

Se não conseguir encontrar, mande-nos teu CSS.
Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 18.07.15 21:05

Código:
/* Borda em volta dos botões dos perfis */
.postbody .content {
  color: #000000!important;
}
  #tabs a:hover span {
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    background: none repeat scroll 0 0 #D7D7D7;
    border-radius: 10px 10px 0 0;
    color: MidnightBlue;
    text-shadow: 1px 1px 1px white;
  }

  /* efeito sombra sobre os links */

  a:hover {
    color: PaleVioletRed;
    text-decoration: none;
    text-shadow: 0 0 5px;
  }

  /* Designer dos botões */

  a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
  background-position: 0 100%;
  border: 1px solid #127FA7;
  color: #127FA7;
  }

  a.button1, a.button2, button.button2, input.button1, input.button2 {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  border: 1px solid #D0D2D4;}

  /* Avatar com largura massima */

  .post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}

  /* DISPONIBILIDADE NOME DE USUARIO */

  #username_reg {
  border:2px solid red!important;
  }
  #username_reg.okusername {
  border:2px solid green!important;
  }


  /* Chatbox */

  body.chatbox {background-image: none;}
  .chatbox {background-color: #FAFAFA;}
  .chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image:  url(http://i.imgur.com/v41D6UA.png);}
  .chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
  .chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
  .chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
  .chatbox-options li {display:inline;}
  .chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
  #chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
  #chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:

  12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
  #chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
  #chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
  #chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
  .chatbox_row_3 {padding: 4px;background-color: #0075c6;}
  .chatbox_row_2 { background-color: transparent!important; }
  .memberlist_row_1 {background-color: #ffffff;}
  #chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
  #chatbox_footer label {color: #FAFAFA; font-weight: bold;}
  #chatbox_footer .fontbutton{
  padding: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-image:  url(http://i.imgur.com/jIRxNSS.png);
  border: 1px solid #c2d2df;}
  #message,#submit_button{border-width: 1px;}
  .fontbutton {padding: 1px;cursor: pointer;text-align: left;}
  .fontbutton_normal {background: #E1E1E2;}
  .fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
  .fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
  .fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
  #chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
  #chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
  #chatbox_contextmenu p.hover {background: #ffffff;}
  #chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
  #chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
  #chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
  #chatbox_contextmenu a:hover {color: ;}
  #chatbox .user {font-weight: bold;}
  #chatbox {background-image:  url(htdsfsdftp://alojaimagens.com/images/lchp7e2lqwp20ght6a.gif)}
  .fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}

  /* Imagem que fica como descrição nas votações */

  fieldset.polls {
  background-image: url("http://i.imgur.com/l9uK5Jo.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  }

  /* Cursor Personalizado */

  body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
  a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}

  /* Aviso na caixa de mensagens privadas */

  form[action="/privmsg"] h1.page-title:after {
    background: none repeat scroll 0 0 #F0E8E0;
    border: 1px solid #C00000;
    color: #000000;
    content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
    display: block;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  /* Maximizando imagens de descrição. */

  .dterm img {max-width: 50px; max-height: 50px; margin: 10px;}


  /* Anti Owner ChatBox */

  body.chatbox {display: block !important;}
  #chatbox p table,#chatbox table{
  border: medium none;
  top: 20% !important;
  right: 30% !important;
  width: 205px !important;
  height: 85px !important;
  position: fixed !important;
  background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
  color: transparent;}
  #chatbox p .msg, #chatbox p .msg * {position: static !important;}

  /* Nevagação */


  div#page-header div.navbar ul.linklist li a {
    background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
    margin-left: -6px;
    padding: 15px 18px 15px 15px;
  }
  #page-header .navbar .navlinks a {
    color: #FFFFFF;
    font: bold 13px/46px arial,helvetica,sans-serif;
    min-width: 600px;
    max-width: 600px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;}
.navbar .linklist li {
position: relative;
top: -8px;
}

  /* Final da navegação */

  /* Body + Logo + Descrição */

  body {
    background-attachment: scroll;
    background-color: #f8f8f8;
    background-image: url("http://i.imgur.com/P2oYPMD.jpg");
    background-position: top-center;
    background-repeat: repeat-x;
  }

  #logo img{
  display: inline;
  float: left;
  position: relative;
  top: -25px;
  left: 0px;
  max-width: 475px;
  max-height: 130px;
  }

  #logo-desc p {
    color: #ABABAB;
    display: inline;
    float: left;
    font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    right: -213px;
    top: -9px;
  }

  /* Imagem antes dos links da estaticas */

  #page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}

  hr{border-top:1px solid #2991e6;}

  /* Imagem de um + verde antes dos botões */

  a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}

  a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{  display:none}

  a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  /* Fin Body + Logo */

  /* Wrap (Corpo - Contorno - Procurar) */

  #search-box { visibility: hidden; } #forum-search { visibility: hidden; }

  #wrap {
background-color: transparent!important;
background-image: none!important;
background-repeat: repeat-x;
border-bottom: 1px solid #FFF;
border-left: 1px solid transparent;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid transparent;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}

  .headerbar { margin-top: -92px; }

  /* Finsl Wrap */

  /* Painel (linha Geral) */

  .panel {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/i5K6pFd.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #dddddd;
    border-radius: 0px 0px 0px 0px;
  }

  /* Final Painel (linha Geral) */

  .postbody .topic-title {
  font-size:1.2em;
  }

  /* Remover sumbrilhado */

  a {text-decoration: none;}
  a:link {text-decoration: none;}
  a:hover {text-decoration: none!important;}
  a.forumtitle {text-decoration: none;}
  a.forumtitle:hover {text-decoration: none!important;}
  a.topictitle {text-decoration: none;}
  a.topictitle:hover {text-decoration: none!important;}

  /* Portal & Fóruns */

  .forabg, .forumbg {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/dFCVRGL.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-radius: 5px 5px 5px 5px;
  }

  .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
    background-position: top;
    height: 37px; }

  .forabg span.corners-bottom span, .forumbg span.corners-bottom span {
    background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
    background-position: top;
    border-bottom: 1px solid #dddddd;
    height: 6px; }

  .header{ padding-top: 1px; height: 30px; }

  li.row {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: relative; left: -5px;
    width: 958px;
    min-width: 750px;
  }

  .row {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/13NODw5.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    left: -5px;
    min-width: 750px;
    position: relative;
    width: 958px;
  }

  .table-title, .table-title h2 {
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    min-height: 38px;
    text-shadow: 0 -1px 0 #0099FF;
    display: inline;
    font-size: 1em;
  }

  .module, .post {   
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/pU5qR8o.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
  }

  .module span.corners-top, .post span.corners-top {   
    background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
    height: 35px; }

  .module span.corners-bottom, .post span.corners-bottom {   
    background-color: #3f3f3f;
    height: 5px; }

  .topics {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }
  .posts {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  .lastpost {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  hr {
  border: 1 none #cccccc;
  border-top: 1px solid #cccccc;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  }

  /* Fundo & Contorno procurar - POP UP */

  .overview {  border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px;  }

  #login_popup {
  background-color: #FFFFFF;
  }

  /* CITAR + CODE */

  blockquote {    background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
    background-position: bottom;
    color: #4e4e4e;
    background-repeat: repeat-x;
    background-color: #fff;
    margin-left: 5px;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  }

  blockquote blockquote {
    background-color: #fff;
  }

  blockquote blockquote blockquote {
    background-color: #fff;
  }

  blockquote div {
    margin-left: 4px;
    color: #4e4e4e;
    font-size: 12px;
  }

  blockquote cite {
    font-size: 10px;
    color: #417394; 
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
  }

  dl.codebox {
    background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fff; 
    margin: 0;
    padding: 3px;
    border: 1px inset #000;
    font-size: 1em;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  max-height: 350px
  overflow:auto
  }

  dl.codebox dt {
    text-transform: none;
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #417394;
  }

  blockquote dl.codebox {
    margin-left: 0;
  }

  dl.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 300px;
    white-space: normal;
    padding-top: 4px;
    font-size: 12px;
    font-family: "Courier New";
    line-height: 1.3em;
    color: #4e4e4e;
    margin: 2px 0;
  }


  /* PosT Perfil */

  .postprofile {
    background-image: url(\'http://i.imgur.com/7PCzApX.png\');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    text-align:center;
    text-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


  hr {
    border: 0 none #dddddd;
    border-top: 1px solid #dddddd;
    margin-right: 10px;
  }

  .table-title, .table-title h2 {
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }
  li.header dd, li.header dt{
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }

  #page-footer div.navbar{
  font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
  font-size:12px;
  font-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  background-repeat:repeat-x;
  }

  #page-footer ul li a{color:#fff;letter-spacing:0px}
  dd.topics { visibility: hidden; }

  /* Quem está online com imagem */

  #i_whosonline + p {
  background:  -webkit-linear-gradient(#f2f2f2,#ffffff);
  -oz-border-radius:6px;
  -moz-box-shadow:2px 2px 2px #a8a180;
  -webkit-border-radius:6px;
  -webkit-box-shadow:2px 2px 2px #a8a180;
  background:-moz-linear-gradient(#f2f2f2,#ffffff);
  background-color:#fff;
  background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
  border: 1px solid rgb(222, 222, 222)border-radius:2px;
  box-shadow:2px 2px 2px #a8a180;
  font-size:11px;
  margin:2;
  padding:10px;
  width: 97%;
  }

  /* Estaticas */

  .h3 {border-bottom: 1px dashed #419ef0;}
      #wrap {
    background-image: none !important;
  }
  div#page-header div.navbar ul.linklist li a {
    background: none !important;
  }
.navbar {
  margin-left: -10px;
  width: 100%;
  background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
  height: 40px;
  margin-top: 16px;
}
   
/*******CURTIR NO POST********/
 #rep_post .reput_vote {
 background-color: #daedfb;
 color: #666;
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
}
.reput_vote.zero {
 background-color: #6a6a6a;
}
 
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
.BS_like {
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
 user-select: none;
}

.BS_like:before {
 content: "Gosto";
}
 
 #rep_post .bs_inline {
 list-style: none;
}
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
 
 #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
#rep_post .bs_inline {list-style: none;}
#rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
#rep_post .bs_inline > li:first-child {margin-left: 0;}
#rep_post .bs_inline img {display: none;}
#rep_post span img {cursor: pointer;}


.reput_vote.positive {background-color: #8db13e;}
.reput_vote.zero {background-color: #6a6a6a;}

#rep_post .reput_vote:before {
 content: "Gostos Totais ";
}
/***********FIM CURTIR************/
      a:hover {
color: #000 !important;
}
      a[href="/farquivo-"] {
 font-weight: 700;
 float: left;
 width: auto !important;
 margin: 5px 5px 2px 1% !important;
 padding: 2px 7px 2px 7px !important;
 font-weight: bold !important;
 background: url("https://pt.forum.tribalwars2.com/styles/tw2v1/design/bg_message.jpg") repeat top left transparent !important;
 border: 1px solid #000000 !important;
}
      #page-footer .linklist a {
    color: #4d4d4d !important;
}
      textarea {
background-image: url(http://alojaimagens.com/images/zunq9ila9zrwjzahh2s.png) !important;
background-position: center !important;
background-size: 18pc !important;
background-repeat: no-repeat !important;
opacity: 12 !important;
}
#quick_reply textarea {
    font-size: 24px;
    font-weight: bold;
}
        .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
 
      .module span.corners-top, .post span.corners-top {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
  height: 35px;
}

#div.navbar {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), progress !important;}
      #page-body {
    width: 124%;
    margin-left: -105px;
}
.topiclist.forums li.row {
    width: 101%;
}
      .navbar {
background: rgb(0, 0, 0) url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll !important;
}
   
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Sennior 18.07.15 21:09

Altere-o:
Código:
body {
background: url(http://static.thehunter.com/static/img/main_page_background.jpg)!important;
}
/* Borda em volta dos botões dos perfis */
.postbody .content {
  color: #000000!important;
}
  #tabs a:hover span {
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    background: none repeat scroll 0 0 #D7D7D7;
    border-radius: 10px 10px 0 0;
    color: MidnightBlue;
    text-shadow: 1px 1px 1px white;
  }

  /* efeito sombra sobre os links */

  a:hover {
    color: PaleVioletRed;
    text-decoration: none;
    text-shadow: 0 0 5px;
  }

  /* Designer dos botões */

  a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
  background-position: 0 100%;
  border: 1px solid #127FA7;
  color: #127FA7;
  }

  a.button1, a.button2, button.button2, input.button1, input.button2 {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  border: 1px solid #D0D2D4;}

  /* Avatar com largura massima */

  .post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}

  /* DISPONIBILIDADE NOME DE USUARIO */

  #username_reg {
  border:2px solid red!important;
  }
  #username_reg.okusername {
  border:2px solid green!important;
  }


  /* Chatbox */

  body.chatbox {background-image: none;}
  .chatbox {background-color: #FAFAFA;}
  .chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image:  url(http://i.imgur.com/v41D6UA.png);}
  .chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
  .chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
  .chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
  .chatbox-options li {display:inline;}
  .chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
  #chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
  #chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:

  12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
  #chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
  #chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
  #chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
  .chatbox_row_3 {padding: 4px;background-color: #0075c6;}
  .chatbox_row_2 { background-color: transparent!important; }
  .memberlist_row_1 {background-color: #ffffff;}
  #chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
  #chatbox_footer label {color: #FAFAFA; font-weight: bold;}
  #chatbox_footer .fontbutton{
  padding: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-image:  url(http://i.imgur.com/jIRxNSS.png);
  border: 1px solid #c2d2df;}
  #message,#submit_button{border-width: 1px;}
  .fontbutton {padding: 1px;cursor: pointer;text-align: left;}
  .fontbutton_normal {background: #E1E1E2;}
  .fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
  .fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
  .fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
  #chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
  #chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
  #chatbox_contextmenu p.hover {background: #ffffff;}
  #chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
  #chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
  #chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
  #chatbox_contextmenu a:hover {color: ;}
  #chatbox .user {font-weight: bold;}
  #chatbox {background-image:  url(htdsfsdftp://alojaimagens.com/images/lchp7e2lqwp20ght6a.gif)}
  .fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}

  /* Imagem que fica como descrição nas votações */

  fieldset.polls {
  background-image: url("http://i.imgur.com/l9uK5Jo.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  }

  /* Cursor Personalizado */

  body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
  a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}

  /* Aviso na caixa de mensagens privadas */

  form[action="/privmsg"] h1.page-title:after {
    background: none repeat scroll 0 0 #F0E8E0;
    border: 1px solid #C00000;
    color: #000000;
    content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
    display: block;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  /* Maximizando imagens de descrição. */

  .dterm img {max-width: 50px; max-height: 50px; margin: 10px;}


  /* Anti Owner ChatBox */

  body.chatbox {display: block !important;}
  #chatbox p table,#chatbox table{
  border: medium none;
  top: 20% !important;
  right: 30% !important;
  width: 205px !important;
  height: 85px !important;
  position: fixed !important;
  background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
  color: transparent;}
  #chatbox p .msg, #chatbox p .msg * {position: static !important;}

  /* Nevagação */


  div#page-header div.navbar ul.linklist li a {
    background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
    margin-left: -6px;
    padding: 15px 18px 15px 15px;
  }
  #page-header .navbar .navlinks a {
    color: #FFFFFF;
    font: bold 13px/46px arial,helvetica,sans-serif;
    min-width: 600px;
    max-width: 600px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;}
.navbar .linklist li {
position: relative;
top: -8px;
}

  /* Final da navegação */

  /* Body + Logo + Descrição */


  #logo img{
  display: inline;
  float: left;
  position: relative;
  top: -25px;
  left: 0px;
  max-width: 475px;
  max-height: 130px;
  }

  #logo-desc p {
    color: #ABABAB;
    display: inline;
    float: left;
    font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    right: -213px;
    top: -9px;
  }

  /* Imagem antes dos links da estaticas */

  #page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}

  hr{border-top:1px solid #2991e6;}

  /* Imagem de um + verde antes dos botões */

  a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}

  a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{  display:none}

  a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  /* Fin Body + Logo */

  /* Wrap (Corpo - Contorno - Procurar) */

  #search-box { visibility: hidden; } #forum-search { visibility: hidden; }

  #wrap {
background-color: transparent!important;
background-image: none!important;
background-repeat: repeat-x;
border-bottom: 1px solid #FFF;
border-left: 1px solid transparent;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid transparent;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}

  .headerbar { margin-top: -92px; }

  /* Finsl Wrap */

  /* Painel (linha Geral) */

  .panel {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/i5K6pFd.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #dddddd;
    border-radius: 0px 0px 0px 0px;
  }

  /* Final Painel (linha Geral) */

  .postbody .topic-title {
  font-size:1.2em;
  }

  /* Remover sumbrilhado */

  a {text-decoration: none;}
  a:link {text-decoration: none;}
  a:hover {text-decoration: none!important;}
  a.forumtitle {text-decoration: none;}
  a.forumtitle:hover {text-decoration: none!important;}
  a.topictitle {text-decoration: none;}
  a.topictitle:hover {text-decoration: none!important;}

  /* Portal & Fóruns */

  .forabg, .forumbg {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/dFCVRGL.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-radius: 5px 5px 5px 5px;
  }

  .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
    background-position: top;
    height: 37px; }

  .forabg span.corners-bottom span, .forumbg span.corners-bottom span {
    background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
    background-position: top;
    border-bottom: 1px solid #dddddd;
    height: 6px; }

  .header{ padding-top: 1px; height: 30px; }

  li.row {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: relative; left: -5px;
    width: 958px;
    min-width: 750px;
  }

  .row {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/13NODw5.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    left: -5px;
    min-width: 750px;
    position: relative;
    width: 958px;
  }

  .table-title, .table-title h2 {
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    min-height: 38px;
    text-shadow: 0 -1px 0 #0099FF;
    display: inline;
    font-size: 1em;
  }

  .module, .post {   
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/pU5qR8o.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
  }

  .module span.corners-top, .post span.corners-top {   
    background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
    height: 35px; }

  .module span.corners-bottom, .post span.corners-bottom {   
    background-color: #3f3f3f;
    height: 5px; }

  .topics {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }
  .posts {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  .lastpost {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  hr {
  border: 1 none #cccccc;
  border-top: 1px solid #cccccc;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  }

  /* Fundo & Contorno procurar - POP UP */

  .overview {  border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px;  }

  #login_popup {
  background-color: #FFFFFF;
  }

  /* CITAR + CODE */

  blockquote {    background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
    background-position: bottom;
    color: #4e4e4e;
    background-repeat: repeat-x;
    background-color: #fff;
    margin-left: 5px;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  }

  blockquote blockquote {
    background-color: #fff;
  }

  blockquote blockquote blockquote {
    background-color: #fff;
  }

  blockquote div {
    margin-left: 4px;
    color: #4e4e4e;
    font-size: 12px;
  }

  blockquote cite {
    font-size: 10px;
    color: #417394; 
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
  }

  dl.codebox {
    background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fff; 
    margin: 0;
    padding: 3px;
    border: 1px inset #000;
    font-size: 1em;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  max-height: 350px
  overflow:auto
  }

  dl.codebox dt {
    text-transform: none;
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #417394;
  }

  blockquote dl.codebox {
    margin-left: 0;
  }

  dl.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 300px;
    white-space: normal;
    padding-top: 4px;
    font-size: 12px;
    font-family: "Courier New";
    line-height: 1.3em;
    color: #4e4e4e;
    margin: 2px 0;
  }


  /* PosT Perfil */

  .postprofile {
    background-image: url(\'http://i.imgur.com/7PCzApX.png\');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    text-align:center;
    text-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


  hr {
    border: 0 none #dddddd;
    border-top: 1px solid #dddddd;
    margin-right: 10px;
  }

  .table-title, .table-title h2 {
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }
  li.header dd, li.header dt{
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }

  #page-footer div.navbar{
  font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
  font-size:12px;
  font-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  background-repeat:repeat-x;
  }

  #page-footer ul li a{color:#fff;letter-spacing:0px}
  dd.topics { visibility: hidden; }

  /* Quem está online com imagem */

  #i_whosonline + p {
  background:  -webkit-linear-gradient(#f2f2f2,#ffffff);
  -oz-border-radius:6px;
  -moz-box-shadow:2px 2px 2px #a8a180;
  -webkit-border-radius:6px;
  -webkit-box-shadow:2px 2px 2px #a8a180;
  background:-moz-linear-gradient(#f2f2f2,#ffffff);
  background-color:#fff;
  background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
  border: 1px solid rgb(222, 222, 222)border-radius:2px;
  box-shadow:2px 2px 2px #a8a180;
  font-size:11px;
  margin:2;
  padding:10px;
  width: 97%;
  }

  /* Estaticas */

  .h3 {border-bottom: 1px dashed #419ef0;}
      #wrap {
    background-image: none !important;
  }
  div#page-header div.navbar ul.linklist li a {
    background: none !important;
  }
.navbar {
  margin-left: -10px;
  width: 100%;
  background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
  height: 40px;
  margin-top: 16px;
}
   
/*******CURTIR NO POST********/
 #rep_post .reput_vote {
 background-color: #daedfb;
 color: #666;
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
}
.reput_vote.zero {
 background-color: #6a6a6a;
}
 
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
.BS_like {
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
 user-select: none;
}

.BS_like:before {
 content: "Gosto";
}
 
 #rep_post .bs_inline {
 list-style: none;
}
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
 
 #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
#rep_post .bs_inline {list-style: none;}
#rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
#rep_post .bs_inline > li:first-child {margin-left: 0;}
#rep_post .bs_inline img {display: none;}
#rep_post span img {cursor: pointer;}


.reput_vote.positive {background-color: #8db13e;}
.reput_vote.zero {background-color: #6a6a6a;}

#rep_post .reput_vote:before {
 content: "Gostos Totais ";
}
/***********FIM CURTIR************/
      a:hover {
color: #000 !important;
}
      a[href="/farquivo-"] {
 font-weight: 700;
 float: left;
 width: auto !important;
 margin: 5px 5px 2px 1% !important;
 padding: 2px 7px 2px 7px !important;
 font-weight: bold !important;
 background: url("https://pt.forum.tribalwars2.com/styles/tw2v1/design/bg_message.jpg") repeat top left transparent !important;
 border: 1px solid #000000 !important;
}
      #page-footer .linklist a {
    color: #4d4d4d !important;
}
      textarea {
background-image: url(http://alojaimagens.com/images/zunq9ila9zrwjzahh2s.png) !important;
background-position: center !important;
background-size: 18pc !important;
background-repeat: no-repeat !important;
opacity: 12 !important;
}
#quick_reply textarea {
    font-size: 24px;
    font-weight: bold;
}
        .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
 
      .module span.corners-top, .post span.corners-top {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
  height: 35px;
}

#div.navbar {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), progress !important;}
      #page-body {
    width: 124%;
    margin-left: -105px;
}
.topiclist.forums li.row {
    width: 101%;
}
      .navbar {
background: rgb(0, 0, 0) url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll !important;
}
 

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 18.07.15 21:19

como ponho o backgroun a nao repetir? pois fica com 2 imagens uma a seguir a outra ao descer a pagina
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Mshas 18.07.15 22:36

Luckcaddie escreveu:como ponho o backgroun a nao repetir? pois fica com 2 imagens uma a seguir a outra ao descer a pagina
Através disso,
A problema é que a imagem é muita pequena, é por isso que fica repetindo em duas imagens em BACKGROUND,
Pela uma maneira de resolver é aumentar os PX's x PX's,
Se você deseja disso,
Poderia me confirmar?

Cumprimentos,
Mshas

Mshas
****

Membro desde : 14/07/2015
Mensagens : 318
Pontos : 438

http://www.mservicos.forumeiros.com

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Sennior 18.07.15 22:49

Saudações,

Utilize este código e ela não irá mais repetir:
Código:
a#logo img {
  background-repeat: no-repeat;
}

É um código CSS.
Até mais.
Sennior
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 19.07.15 3:06

ja usei e continua a repetir
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alterar Background do fórum

Mensagem por RafaelS. 19.07.15 13:59

Olá!

O senhor poderia nos fornecer a sua folha de estilos?

Atenciosamente.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Fraise 19.07.15 14:01

Olá!

Tente trocar o código do @Sennior por este:
Código:
a#logo img {
  background-repeat: no-repeat!important;
}

Cumprimentos.
Fraise
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6561
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 19.07.15 14:16

continua a repetir

Código:
body {
background: url(http://static.thehunter.com/static/img/main_page_background.jpg)!important;
}
/* Borda em volta dos botões dos perfis */
.postbody .content {
  color: #000000!important;
}
  #tabs a:hover span {
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    background: none repeat scroll 0 0 #D7D7D7;
    border-radius: 10px 10px 0 0;
    color: MidnightBlue;
    text-shadow: 1px 1px 1px white;
  }

  /* efeito sombra sobre os links */

  a:hover {
    color: PaleVioletRed;
    text-decoration: none;
    text-shadow: 0 0 5px;
  }

  /* Designer dos botões */

  a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
  background-position: 0 100%;
  border: 1px solid #127FA7;
  color: #127FA7;
  }

  a.button1, a.button2, button.button2, input.button1, input.button2 {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  border: 1px solid #D0D2D4;}

  /* Avatar com largura massima */

  .post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}

  /* DISPONIBILIDADE NOME DE USUARIO */

  #username_reg {
  border:2px solid red!important;
  }
  #username_reg.okusername {
  border:2px solid green!important;
  }


  /* Chatbox */

  body.chatbox {background-image: none;}
  .chatbox {background-color: #FAFAFA;}
  .chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image:  url(http://i.imgur.com/v41D6UA.png);}
  .chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
  .chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
  .chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
  .chatbox-options li {display:inline;}
  .chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
  #chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
  #chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:

  12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
  #chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
  #chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
  #chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
  .chatbox_row_3 {padding: 4px;background-color: #0075c6;}
  .chatbox_row_2 { background-color: transparent!important; }
  .memberlist_row_1 {background-color: #ffffff;}
  #chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
  #chatbox_footer label {color: #FAFAFA; font-weight: bold;}
  #chatbox_footer .fontbutton{
  padding: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-image:  url(http://i.imgur.com/jIRxNSS.png);
  border: 1px solid #c2d2df;}
  #message,#submit_button{border-width: 1px;}
  .fontbutton {padding: 1px;cursor: pointer;text-align: left;}
  .fontbutton_normal {background: #E1E1E2;}
  .fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
  .fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
  .fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
  #chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
  #chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
  #chatbox_contextmenu p.hover {background: #ffffff;}
  #chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
  #chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
  #chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
  #chatbox_contextmenu a:hover {color: ;}
  #chatbox .user {font-weight: bold;}
  #chatbox {background-image:  url(http://alojaimagens.com/images/lchp7e2lqwp20ght6a.gif)}
  .fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}

  /* Imagem que fica como descrição nas votações */

  fieldset.polls {
  background-image: url("http://i.imgur.com/l9uK5Jo.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  }

  /* Cursor Personalizado */

  body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
  a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}

  /* Aviso na caixa de mensagens privadas */

  form[action="/privmsg"] h1.page-title:after {
    background: none repeat scroll 0 0 #F0E8E0;
    border: 1px solid #C00000;
    color: #000000;
    content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
    display: block;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }

  /* Maximizando imagens de descrição. */

  .dterm img {max-width: 50px; max-height: 50px; margin: 10px;}


  /* Anti Owner ChatBox */

  body.chatbox {display: block !important;}
  #chatbox p table,#chatbox table{
  border: medium none;
  top: 20% !important;
  right: 30% !important;
  width: 205px !important;
  height: 85px !important;
  position: fixed !important;
  background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
  color: transparent;}
  #chatbox p .msg, #chatbox p .msg * {position: static !important;}

  /* Nevagação */


  div#page-header div.navbar ul.linklist li a {
    background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
    margin-left: -6px;
    padding: 15px 18px 15px 15px;
  }
  #page-header .navbar .navlinks a {
    color: #FFFFFF;
    font: bold 13px/46px arial,helvetica,sans-serif;
    min-width: 600px;
    max-width: 600px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;}
.navbar .linklist li {
position: relative;
top: -8px;
}

  /* Final da navegação */

  /* Body + Logo + Descrição */




  #logo-desc p {
    color: #ABABAB;
    display: inline;
    float: left;
    font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    right: -213px;
    top: -9px;
  }

  /* Imagem antes dos links da estaticas */

  #page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}

  hr{border-top:1px solid #2991e6;}

  /* Imagem de um + verde antes dos botões */

  a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}

  a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{  display:none}

  a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

  /* Fin Body + Logo */

  /* Wrap (Corpo - Contorno - Procurar) */

  #search-box { visibility: hidden; } #forum-search { visibility: hidden; }

  #wrap {
background-color: transparent!important;
background-image: none!important;
background-repeat: repeat-x;
border-bottom: 1px solid #FFF;
border-left: 1px solid transparent;
border-radius: 8px 8px 8px 8px;
border-right: 1px solid transparent;
border-width: 0 1px 1px;
margin-bottom: 30px;
margin-top: 93px;
min-width: 700px;
padding: 5px 9px 1px;
width: 960px;
}

  .headerbar { margin-top: -92px; }

  /* Finsl Wrap */

  /* Painel (linha Geral) */

  .panel {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/i5K6pFd.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #dddddd;
    border-radius: 0px 0px 0px 0px;
  }

  /* Final Painel (linha Geral) */

  .postbody .topic-title {
  font-size:1.2em;
  }

  /* Remover sumbrilhado */

  a {text-decoration: none;}
  a:link {text-decoration: none;}
  a:hover {text-decoration: none!important;}
  a.forumtitle {text-decoration: none;}
  a.forumtitle:hover {text-decoration: none!important;}
  a.topictitle {text-decoration: none;}
  a.topictitle:hover {text-decoration: none!important;}

  /* Portal & Fóruns */

  .forabg, .forumbg {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/dFCVRGL.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-radius: 5px 5px 5px 5px;
  }

  .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
    background-position: top;
    height: 37px; }

  .forabg span.corners-bottom span, .forumbg span.corners-bottom span {
    background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
    background-position: top;
    border-bottom: 1px solid #dddddd;
    height: 6px; }

  .header{ padding-top: 1px; height: 30px; }

  li.row {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: relative; left: -5px;
    width: 958px;
    min-width: 750px;
  }

  .row {
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/13NODw5.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    left: -5px;
    min-width: 750px;
    position: relative;
    width: 958px;
  }

  .table-title, .table-title h2 {
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    min-height: 38px;
    text-shadow: 0 -1px 0 #0099FF;
    display: inline;
    font-size: 1em;
  }

  .module, .post {   
    background-color: #FBFBFB;
    background-image: url("http://i.imgur.com/pU5qR8o.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
  }

  .module span.corners-top, .post span.corners-top {   
    background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
    height: 35px; }

  .module span.corners-bottom, .post span.corners-bottom {   
    background-color: #3f3f3f;
    height: 5px; }

  .topics {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }
  .posts {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  .lastpost {
    text-shadow: 0 px 0 #fff;
    font-weight: bold;
  }

  hr {
  border: 1 none #cccccc;
  border-top: 1px solid #cccccc;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
  }

  /* Fundo & Contorno procurar - POP UP */

  .overview {  border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px;  }

  #login_popup {
  background-color: #FFFFFF;
  }

  /* CITAR + CODE */

  blockquote {    background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
    background-position: bottom;
    color: #4e4e4e;
    background-repeat: repeat-x;
    background-color: #fff;
    margin-left: 5px;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  }

  blockquote blockquote {
    background-color: #fff;
  }

  blockquote blockquote blockquote {
    background-color: #fff;
  }

  blockquote div {
    margin-left: 4px;
    color: #4e4e4e;
    font-size: 12px;
  }

  blockquote cite {
    font-size: 10px;
    color: #417394; 
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
  }

  dl.codebox {
    background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #fff; 
    margin: 0;
    padding: 3px;
    border: 1px inset #000;
    font-size: 1em;
    border-top: 1px solid #2289b2;
    border-right: 1px solid #2289b2;
    border-left: 2px solid #2289b2;
    border-bottom: 3px solid #2289b2;
  max-height: 350px
  overflow:auto
  }

  dl.codebox dt {
    text-transform: none;
    border-bottom: 1px solid #417394;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #417394;
  }

  blockquote dl.codebox {
    margin-left: 0;
  }

  dl.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 300px;
    white-space: normal;
    padding-top: 4px;
    font-size: 12px;
    font-family: "Courier New";
    line-height: 1.3em;
    color: #4e4e4e;
    margin: 2px 0;
  }


  /* PosT Perfil */

  .postprofile {
    background-image: url(\'http://i.imgur.com/7PCzApX.png\');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    text-align:center;
    text-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


  hr {
    border: 0 none #dddddd;
    border-top: 1px solid #dddddd;
    margin-right: 10px;
  }

  .table-title, .table-title h2 {
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }
  li.header dd, li.header dt{
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  }

  #page-footer div.navbar{
  font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
  font-size:12px;
  font-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  background-repeat:repeat-x;
  }

  #page-footer ul li a{color:#fff;letter-spacing:0px}
  dd.topics { visibility: hidden; }

  /* Quem está online com imagem */

  #i_whosonline + p {
  background:  -webkit-linear-gradient(#f2f2f2,#ffffff);
  -oz-border-radius:6px;
  -moz-box-shadow:2px 2px 2px #a8a180;
  -webkit-border-radius:6px;
  -webkit-box-shadow:2px 2px 2px #a8a180;
  background:-moz-linear-gradient(#f2f2f2,#ffffff);
  background-color:#fff;
  background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
  border: 1px solid rgb(222, 222, 222)border-radius:2px;
  box-shadow:2px 2px 2px #a8a180;
  font-size:11px;
  margin:2;
  padding:10px;
  width: 97%;
  }

  /* Estaticas */

  .h3 {border-bottom: 1px dashed #419ef0;}
      #wrap {
    background-image: none !important;
  }
  div#page-header div.navbar ul.linklist li a {
    background: none !important;
  }
.navbar {
  margin-left: -10px;
  width: 100%;
  background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
  height: 40px;
  margin-top: 16px;
}
   
/*******CURTIR NO POST********/
 #rep_post .reput_vote {
 background-color: #daedfb;
 color: #666;
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
}
.reput_vote.zero {
 background-color: #6a6a6a;
}
 
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
.BS_like {
 -khtml-user-select: none;
 -moz-transition: all,0.15s;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-transition: all,0.15s;
 -webkit-touch-callout: none;
 -webkit-transition: all,0.15s;
 -webkit-user-select: none;
 background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
 background-size: 12px;
 clear: both;
 color: #666;
 cursor: pointer;
 display: table;
 font-size: 11px;
 font-weight: 400;
 line-height: 18px;
 margin: 5px;
 padding: 3px 5px 3px 25px;
 text-align: right;
 transition: all,0.15s;
 user-select: none;
}

.BS_like:before {
 content: "Gosto";
}
 
 #rep_post .bs_inline {
 list-style: none;
}
 
 .BS_like:hover {
 background-color: #daedfb;
 color: #666;
}
 
 #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
#rep_post .bs_inline {list-style: none;}
#rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
#rep_post .bs_inline > li:first-child {margin-left: 0;}
#rep_post .bs_inline img {display: none;}
#rep_post span img {cursor: pointer;}


.reput_vote.positive {background-color: #8db13e;}
.reput_vote.zero {background-color: #6a6a6a;}

#rep_post .reput_vote:before {
 content: "Gostos Totais ";
}
/***********FIM CURTIR************/
      a:hover {
color: #ECFD00 !important;
}
      a[href="/farquivo-"] {
 font-weight: 700;
 float: left;
 width: auto !important;
 margin: 5px 5px 2px 1% !important;
 padding: 2px 7px 2px 7px !important;
 font-weight: bold !important;
 background: url("https://pt.forum.tribalwars2.com/styles/tw2v1/design/bg_message.jpg") repeat top left transparent !important;
 border: 1px solid #000000 !important;
}
      #page-footer .linklist a {
    color: #EFFF00 !important;
}
      textarea {
background-image: url(http://alojaimagens.com/images/zunq9ila9zrwjzahh2s.png) !important;
background-position: center !important;
background-size: 18pc !important;
background-repeat: no-repeat !important;
opacity: 12 !important;
}
#quick_reply textarea {
    font-size: 24px;
    font-weight: bold;
}
        .forabg span.corners-top span, .forumbg span.corners-top span {
    background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
 
      .module span.corners-top, .post span.corners-top {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
  height: 35px;
}

#div.navbar {
  background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
}
body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), progress !important;}
      #page-body {
    width: 124%;
    margin-left: -105px;
}
.topiclist.forums li.row {
    width: 101%;
}
      .navbar {
background: rgb(0, 0, 0) url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll !important;
}
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alterar Background do fórum

Mensagem por RafaelS. 19.07.15 14:20

Olá!

Troque a sua folha de estilos, por esta:

Código:
    body {
background: transparent url("http://static.thehunter.com/static/img/main_page_background.jpg") no-repeat fixed 0% 0% !important;
    }
    /* Borda em volta dos botões dos perfis */
    .postbody .content {
      color: #000000!important;
    }
      #tabs a:hover span {
        -moz-transition-delay: 0s;
        -moz-transition-duration: 0.3s;
        -moz-transition-timing-function: ease-in;
        background: none repeat scroll 0 0 #D7D7D7;
        border-radius: 10px 10px 0 0;
        color: MidnightBlue;
        text-shadow: 1px 1px 1px white;
      }

      /* efeito sombra sobre os links */

      a:hover {
        color: PaleVioletRed;
        text-decoration: none;
        text-shadow: 0 0 5px;
      }

      /* Designer dos botões */

      a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
      background-position: 0 100%;
      border: 1px solid #127FA7;
      color: #127FA7;
      }

      a.button1, a.button2, button.button2, input.button1, input.button2 {
      background: white;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding: 4px;
      border: 1px solid #D0D2D4;}

      /* Avatar com largura massima */

      .post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}

      /* DISPONIBILIDADE NOME DE USUARIO */

      #username_reg {
      border:2px solid red!important;
      }
      #username_reg.okusername {
      border:2px solid green!important;
      }


      /* Chatbox */

      body.chatbox {background-image: none;}
      .chatbox {background-color: #FAFAFA;}
      .chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image:  url(http://i.imgur.com/v41D6UA.png);}
      .chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
      .chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
      .chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
      .chatbox-options li {display:inline;}
      .chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
      #chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
      #chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:

      12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
      #chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
      #chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
      #chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
      .chatbox_row_3 {padding: 4px;background-color: #0075c6;}
      .chatbox_row_2 { background-color: transparent!important; }
      .memberlist_row_1 {background-color: #ffffff;}
      #chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
      #chatbox_footer label {color: #FAFAFA; font-weight: bold;}
      #chatbox_footer .fontbutton{
      padding: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-image:  url(http://i.imgur.com/jIRxNSS.png);
      border: 1px solid #c2d2df;}
      #message,#submit_button{border-width: 1px;}
      .fontbutton {padding: 1px;cursor: pointer;text-align: left;}
      .fontbutton_normal {background: #E1E1E2;}
      .fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
      .fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
      .fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
      #chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
      #chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
      #chatbox_contextmenu p.hover {background: #ffffff;}
      #chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
      #chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
      #chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
      #chatbox_contextmenu a:hover {color: ;}
      #chatbox .user {font-weight: bold;}
      #chatbox {background-image:  url(http://alojaimagens.com/images/lchp7e2lqwp20ght6a.gif)}
      .fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}

      /* Imagem que fica como descrição nas votações */

      fieldset.polls {
      background-image: url("http://i.imgur.com/l9uK5Jo.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      }

      /* Cursor Personalizado */

      body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
      a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}

      /* Aviso na caixa de mensagens privadas */

      form[action="/privmsg"] h1.page-title:after {
        background: none repeat scroll 0 0 #F0E8E0;
        border: 1px solid #C00000;
        color: #000000;
        content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
        display: block;
        font-size: 12px;
        padding: 10px;
        text-align: center;
      }

      /* Maximizando imagens de descrição. */

      .dterm img {max-width: 50px; max-height: 50px; margin: 10px;}


      /* Anti Owner ChatBox */

      body.chatbox {display: block !important;}
      #chatbox p table,#chatbox table{
      border: medium none;
      top: 20% !important;
      right: 30% !important;
      width: 205px !important;
      height: 85px !important;
      position: fixed !important;
      background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
      color: transparent;}
      #chatbox p .msg, #chatbox p .msg * {position: static !important;}

      /* Nevagação */


      div#page-header div.navbar ul.linklist li a {
        background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
        margin-left: -6px;
        padding: 15px 18px 15px 15px;
      }
      #page-header .navbar .navlinks a {
        color: #FFFFFF;
        font: bold 13px/46px arial,helvetica,sans-serif;
        min-width: 600px;
        max-width: 600px;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;}
    .navbar .linklist li {
    position: relative;
    top: -8px;
    }

      /* Final da navegação */

      /* Body + Logo + Descrição */




      #logo-desc p {
        color: #ABABAB;
        display: inline;
        float: left;
        font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 0;
        position: relative;
        right: -213px;
        top: -9px;
      }

      /* Imagem antes dos links da estaticas */

      #page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}

      hr{border-top:1px solid #2991e6;}

      /* Imagem de um + verde antes dos botões */

      a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}

      a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{  display:none}

      a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

      /* Fin Body + Logo */

      /* Wrap (Corpo - Contorno - Procurar) */

      #search-box { visibility: hidden; } #forum-search { visibility: hidden; }

      #wrap {
    background-color: transparent!important;
    background-image: none!important;
    background-repeat: repeat-x;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid transparent;
    border-radius: 8px 8px 8px 8px;
    border-right: 1px solid transparent;
    border-width: 0 1px 1px;
    margin-bottom: 30px;
    margin-top: 93px;
    min-width: 700px;
    padding: 5px 9px 1px;
    width: 960px;
    }

      .headerbar { margin-top: -92px; }

      /* Finsl Wrap */

      /* Painel (linha Geral) */

      .panel {
        background-color: #FBFBFB;
        background-image: url("http://i.imgur.com/i5K6pFd.png");
        background-position: center bottom;
        background-repeat: repeat-x;
        border: 1px solid #dddddd;
        border-radius: 0px 0px 0px 0px;
      }

      /* Final Painel (linha Geral) */

      .postbody .topic-title {
      font-size:1.2em;
      }

      /* Remover sumbrilhado */

      a {text-decoration: none;}
      a:link {text-decoration: none;}
      a:hover {text-decoration: none!important;}
      a.forumtitle {text-decoration: none;}
      a.forumtitle:hover {text-decoration: none!important;}
      a.topictitle {text-decoration: none;}
      a.topictitle:hover {text-decoration: none!important;}

      /* Portal & Fóruns */

      .forabg, .forumbg {
        background-color: #FBFBFB;
        background-image: url("http://i.imgur.com/dFCVRGL.png");
        background-position: center bottom;
        background-repeat: repeat-x;
        border-top: 0px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 5px 5px 5px 5px;
      }

      .forabg span.corners-top span, .forumbg span.corners-top span {
        background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
        background-position: top;
        height: 37px; }

      .forabg span.corners-bottom span, .forumbg span.corners-bottom span {
        background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
        background-position: top;
        border-bottom: 1px solid #dddddd;
        height: 6px; }

      .header{ padding-top: 1px; height: 30px; }

      li.row {
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        position: relative; left: -5px;
        width: 958px;
        min-width: 750px;
      }

      .row {
        background-color: #FBFBFB;
        background-image: url("http://i.imgur.com/13NODw5.png");
        background-position: center bottom;
        background-repeat: repeat-x;
        left: -5px;
        min-width: 750px;
        position: relative;
        width: 958px;
      }

      .table-title, .table-title h2 {
        font-family: tahoma,arial,verdana,sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        min-height: 38px;
        text-shadow: 0 -1px 0 #0099FF;
        display: inline;
        font-size: 1em;
      }

      .module, .post { 
        background-color: #FBFBFB;
        background-image: url("http://i.imgur.com/pU5qR8o.png");
        background-position: center bottom;
        background-repeat: repeat-x;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #dddddd;
      }

      .module span.corners-top, .post span.corners-top { 
        background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
        height: 35px; }

      .module span.corners-bottom, .post span.corners-bottom { 
        background-color: #3f3f3f;
        height: 5px; }

      .topics {
        text-shadow: 0 px 0 #fff;
        font-weight: bold;
      }
      .posts {
        text-shadow: 0 px 0 #fff;
        font-weight: bold;
      }

      .lastpost {
        text-shadow: 0 px 0 #fff;
        font-weight: bold;
      }

      hr {
      border: 1 none #cccccc;
      border-top: 1px solid #cccccc;
      height: 1px;
      margin: 5px 0;
      display: block;
      clear: both;
      }

      /* Fundo & Contorno procurar - POP UP */

      .overview {  border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px;  }

      #login_popup {
      background-color: #FFFFFF;
      }

      /* CITAR + CODE */

      blockquote {    background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
        background-position: bottom;
        color: #4e4e4e;
        background-repeat: repeat-x;
        background-color: #fff;
        margin-left: 5px;
        border-top: 1px solid #2289b2;
        border-right: 1px solid #2289b2;
        border-left: 2px solid #2289b2;
        border-bottom: 3px solid #2289b2;
      }

      blockquote blockquote {
        background-color: #fff;
      }

      blockquote blockquote blockquote {
        background-color: #fff;
      }

      blockquote div {
        margin-left: 4px;
        color: #4e4e4e;
        font-size: 12px;
      }

      blockquote cite {
        font-size: 10px;
        color: #417394;
        border-bottom: 1px solid #417394;
        margin-bottom: 3px;
      }

      dl.codebox {
        background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
        background-position: bottom;
        background-repeat: repeat-x;
        background-color: #fff;
        margin: 0;
        padding: 3px;
        border: 1px inset #000;
        font-size: 1em;
        border-top: 1px solid #2289b2;
        border-right: 1px solid #2289b2;
        border-left: 2px solid #2289b2;
        border-bottom: 3px solid #2289b2;
      max-height: 350px
      overflow:auto
      }

      dl.codebox dt {
        text-transform: none;
        border-bottom: 1px solid #417394;
        margin-bottom: 3px;
        font-size: 10px;
        font-weight: bold;
        display: block;
        color: #417394;
      }

      blockquote dl.codebox {
        margin-left: 0;
      }

      dl.codebox code {
        overflow: auto;
        display: block;
        height: auto;
        max-height: 300px;
        white-space: normal;
        padding-top: 4px;
        font-size: 12px;
        font-family: "Courier New";
        line-height: 1.3em;
        color: #4e4e4e;
        margin: 2px 0;
      }


      /* PosT Perfil */

      .postprofile {
        background-image: url(\'http://i.imgur.com/7PCzApX.png\');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #FAFAFA;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid #dddddd;
        text-align:center;
        text-weight: bold;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
      }


      hr {
        border: 0 none #dddddd;
        border-top: 1px solid #dddddd;
        margin-right: 10px;
      }

      .table-title, .table-title h2 {
      text-shadow: 1px 1px 3px #000000;
      font-weight: bold;
      }
      li.header dd, li.header dt{
      text-shadow: 1px 1px 3px #000000;
      font-weight: bold;
      }

      #page-footer div.navbar{
      font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
      font-size:12px;
      font-color: #ffffff;
      -moz-border-radius: 5px;
      -webkit-border-radius:5px;
      background-repeat:repeat-x;
      }

      #page-footer ul li a{color:#fff;letter-spacing:0px}
      dd.topics { visibility: hidden; }

      /* Quem está online com imagem */

      #i_whosonline + p {
      background:  -webkit-linear-gradient(#f2f2f2,#ffffff);
      -oz-border-radius:6px;
      -moz-box-shadow:2px 2px 2px #a8a180;
      -webkit-border-radius:6px;
      -webkit-box-shadow:2px 2px 2px #a8a180;
      background:-moz-linear-gradient(#f2f2f2,#ffffff);
      background-color:#fff;
      background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
      border: 1px solid rgb(222, 222, 222)border-radius:2px;
      box-shadow:2px 2px 2px #a8a180;
      font-size:11px;
      margin:2;
      padding:10px;
      width: 97%;
      }

      /* Estaticas */

      .h3 {border-bottom: 1px dashed #419ef0;}
          #wrap {
        background-image: none !important;
      }
      div#page-header div.navbar ul.linklist li a {
        background: none !important;
      }
    .navbar {
      margin-left: -10px;
      width: 100%;
      background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
      height: 40px;
      margin-top: 16px;
    }
     
    /*******CURTIR NO POST********/
    #rep_post .reput_vote {
    background-color: #daedfb;
    color: #666;
    -khtml-user-select: none;
    -moz-transition: all,0.15s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-transition: all,0.15s;
    -webkit-touch-callout: none;
    -webkit-transition: all,0.15s;
    -webkit-user-select: none;
    background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
    background-size: 12px;
    clear: both;
    color: #666;
    cursor: pointer;
    display: table;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px;
    padding: 3px 5px 3px 25px;
    text-align: right;
    transition: all,0.15s;
    }
    .reput_vote.zero {
    background-color: #6a6a6a;
    }
   
   
    .BS_like:hover {
    background-color: #daedfb;
    color: #666;
    }
    .BS_like {
    -khtml-user-select: none;
    -moz-transition: all,0.15s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-transition: all,0.15s;
    -webkit-touch-callout: none;
    -webkit-transition: all,0.15s;
    -webkit-user-select: none;
    background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
    background-size: 12px;
    clear: both;
    color: #666;
    cursor: pointer;
    display: table;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px;
    padding: 3px 5px 3px 25px;
    text-align: right;
    transition: all,0.15s;
    user-select: none;
    }

    .BS_like:before {
    content: "Gosto";
    }
   
    #rep_post .bs_inline {
    list-style: none;
    }
   
    .BS_like:hover {
    background-color: #daedfb;
    color: #666;
    }
   
    #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
    #rep_post .bs_inline {list-style: none;}
    #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
    #rep_post .bs_inline > li:first-child {margin-left: 0;}
    #rep_post .bs_inline img {display: none;}
    #rep_post span img {cursor: pointer;}


    .reput_vote.positive {background-color: #8db13e;}
    .reput_vote.zero {background-color: #6a6a6a;}

    #rep_post .reput_vote:before {
    content: "Gostos Totais ";
    }
    /***********FIM CURTIR************/
          a:hover {
    color: #ECFD00 !important;
    }
          a[href="/farquivo-"] {
    font-weight: 700;
    float: left;
    width: auto !important;
    margin: 5px 5px 2px 1% !important;
    padding: 2px 7px 2px 7px !important;
    font-weight: bold !important;
    background: url("https://pt.forum.tribalwars2.com/styles/tw2v1/design/bg_message.jpg") repeat top left transparent !important;
    border: 1px solid #000000 !important;
    }
          #page-footer .linklist a {
        color: #EFFF00 !important;
    }
          textarea {
    background-image: url(http://alojaimagens.com/images/zunq9ila9zrwjzahh2s.png) !important;
    background-position: center !important;
    background-size: 18pc !important;
    background-repeat: no-repeat !important;
    opacity: 12 !important;
    }
    #quick_reply textarea {
        font-size: 24px;
        font-weight: bold;
    }
            .forabg span.corners-top span, .forumbg span.corners-top span {
        background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
    }
   
          .module span.corners-top, .post span.corners-top {
      background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
      height: 35px;
    }

    #div.navbar {
      background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
    }
    body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), progress !important;}
          #page-body {
        width: 124%;
        margin-left: -105px;
    }
    .topiclist.forums li.row {
        width: 101%;
    }
          .navbar {
    background: rgb(0, 0, 0) url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll !important;
    }
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 19.07.15 14:55

mas a imagem nao daria para ficar como esta aqui no site original?
https://www.thehunter.com/
o veado de um canto e o caçador de outro?
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Ajudeiro

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Fraise 19.07.15 14:57

Olá!

O senhor refere-se a quando você vai rolando a página a imagem ir junto?

Caso sim, localize em sua CSS:
Código:
background-attachment: fixed;
Troque por:
Código:
background-attachment: scroll;

Cumprimentos.
Fraise
Fraise

Fraise
Ajudeiro
Ajudeiro

Membro desde : 26/06/2015
Mensagens : 6561
Pontos : 8045

https://ajuda.forumeiros.com/ https://twitter.com/@FraiseFdF

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 19.07.15 15:00

nao, a imagem fic fixa, porque quando se vai descendo a imagem vai ficando so preta
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alterar Background do fórum

Mensagem por RafaelS. 19.07.15 15:09

Luckcaddie escreveu:nao, a imagem fic fixa, porque quando se vai descendo a imagem vai ficando so preta

Olá amigo,

Eu coloquei a imagem fixa porquê ela não é grande o suficiente, mas se quiser que ela vá descendo eu posso fazer isso, okay?

Atenciosamente.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 19.07.15 15:13

eu queria se possivel tal e qual como no site, fixa em cima com o veado num canto e o caçador no outro
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alterar Background do fórum

Mensagem por RafaelS. 19.07.15 15:45

Olá!

Tudo bem. OK
Troque por este:

Código:
        body {
    background: #000 url("//static.thehunter.com/static/img/landing/landing_page_background.jpg") no-repeat scroll center 0px !important;
        }
        /* Borda em volta dos botões dos perfis */
        .postbody .content {
          color: #000000!important;
        }
          #tabs a:hover span {
            -moz-transition-delay: 0s;
            -moz-transition-duration: 0.3s;
            -moz-transition-timing-function: ease-in;
            background: none repeat scroll 0 0 #D7D7D7;
            border-radius: 10px 10px 0 0;
            color: MidnightBlue;
            text-shadow: 1px 1px 1px white;
          }

          /* efeito sombra sobre os links */

          a:hover {
            color: PaleVioletRed;
            text-decoration: none;
            text-shadow: 0 0 5px;
          }

          /* Designer dos botões */

          a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
          background-position: 0 100%;
          border: 1px solid #127FA7;
          color: #127FA7;
          }

          a.button1, a.button2, button.button2, input.button1, input.button2 {
          background: white;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          padding: 4px;
          border: 1px solid #D0D2D4;}

          /* Avatar com largura massima */

          .post .postprofile dl dt a[href*="/u"] img[src][alt] {max-width: 195px;}

          /* DISPONIBILIDADE NOME DE USUARIO */

          #username_reg {
          border:2px solid red!important;
          }
          #username_reg.okusername {
          border:2px solid green!important;
          }


          /* Chatbox */

          body.chatbox {background-image: none;}
          .chatbox {background-color: #FAFAFA;}
          .chatbox .forabg {margin: 0;border: none;padding: 0;margin: 0;background-image:  url(http://i.imgur.com/v41D6UA.png);}
          .chatbox-title,.chatbox-title a.chat-title {color: #FAFAFA !important; }
          .chatbox-title {float: left;margin: 0;padding: 2px 5px 0 5px;width: 15em;}
          .chatbox-options {float: right;list-style: none;font-size: 11px;margin: 0.7em 0.5em 0.5em 0.5em;}
          .chatbox-options li {display:inline;}
          .chatbox-options li,.chatbox-options li a,.chatbox-options li label {color: #FAFAFA; font-weight: bold;}
          #chatbox_members {position: absolute;top: 30px;bottom: 30px;width: 180px;overflow: auto;border-right: 1px solid ;}
          #chatbox_members .member-title {text-align: center;padding: 0.5em 0.25em;background-image: none;font-size:

          12px;background-color: #C2C2DA;color : #417394;font-family: "Segoe UI", Tahoma, Geneva, sans-serif;}
          #chatbox_members ul {list-style: none;margin: 0 0 0 1em;}
          #chatbox_members ul li {margin: 0.5em 0.5em 0.5em 0;}
          #chatbox {position: absolute;top: 30px;left: 181px;right: 0;bottom: 30px;overflow: auto;line-height: 10px;}
          .chatbox_row_3 {padding: 4px;background-color: #0075c6;}
          .chatbox_row_2 { background-color: transparent!important; }
          .memberlist_row_1 {background-color: #ffffff;}
          #chatbox_footer {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;}
          #chatbox_footer label {color: #FAFAFA; font-weight: bold;}
          #chatbox_footer .fontbutton{
          padding: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-image:  url(http://i.imgur.com/jIRxNSS.png);
          border: 1px solid #c2d2df;}
          #message,#submit_button{border-width: 1px;}
          .fontbutton {padding: 1px;cursor: pointer;text-align: left;}
          .fontbutton_normal {background: #E1E1E2;}
          .fontbutton_selected {background: #BBC7CE;border: 1px solid #22229C;}
          .fontbutton_clicked {background: #959595;border: 1px solid #22229C;}
          .fontbutton_hover {background: #E1E1E2;border: 1px solid #22229C;}
          #chatbox_contextmenu {border: 2px solid black;background-color: #384c56;}
          #chatbox_contextmenu p {margin:0;padding: 1px 4px;font-family: verdana, arial, sans-serif;background: #ffffff;border-bottom:1px solid #777;}
          #chatbox_contextmenu p.hover {background: #ffffff;}
          #chatbox_contextmenu p.close {background: #ddd;padding: 1px;font-size: 95%;color:#fff;background: url(\'\');}
          #chatbox_contextmenu p.close img {vertical-align: middle;padding-left: 20px;}
          #chatbox_contextmenu a {color: #417394; text-decoration: none; font-size: 95%;}
          #chatbox_contextmenu a:hover {color: ;}
          #chatbox .user {font-weight: bold;}
          #chatbox {background-image:  url(http://alojaimagens.com/images/lchp7e2lqwp20ght6a.gif)}
          .fontbutton {background:#E1E1E2 none repeat scroll 0%;border:medium none;color:#000000;float:left;margin-right:10px;padding:1px;}

          /* Imagem que fica como descrição nas votações */

          fieldset.polls {
          background-image: url("http://i.imgur.com/l9uK5Jo.png");
          background-repeat: no-repeat;
          background-position: bottom right;
          }

          /* Cursor Personalizado */

          body {cursor: url(\'http://i.imgur.com/xf8SoMv.png\'), url(\'http://i.imgur.com/xf8SoMv.png\'), auto;}
          a:hover {cursor: url(\'http://i.imgur.com/qLATaiL.png\'), url(\'http://i.imgur.com/qLATaiL.png\'), auto;}

          /* Aviso na caixa de mensagens privadas */

          form[action="/privmsg"] h1.page-title:after {
            background: none repeat scroll 0 0 #F0E8E0;
            border: 1px solid #C00000;
            color: #000000;
            content: "Afim de melhor aproveitar o sistema de Mensagens Privadas, notificamos que não oferecemos suporte via Mensagem Privada.";
            display: block;
            font-size: 12px;
            padding: 10px;
            text-align: center;
          }

          /* Maximizando imagens de descrição. */

          .dterm img {max-width: 50px; max-height: 50px; margin: 10px;}


          /* Anti Owner ChatBox */

          body.chatbox {display: block !important;}
          #chatbox p table,#chatbox table{
          border: medium none;
          top: 20% !important;
          right: 30% !important;
          width: 205px !important;
          height: 85px !important;
          position: fixed !important;
          background: url("http://i.imgur.com/E2WsEab.png") repeat scroll 0% 0% / 50% 100% transparent;
          color: transparent;}
          #chatbox p .msg, #chatbox p .msg * {position: static !important;}

          /* Nevagação */


          div#page-header div.navbar ul.linklist li a {
            background: url("http://i.imgur.com/5wXgwfe.gif") no-repeat scroll right top transparent;
            margin-left: -6px;
            padding: 15px 18px 15px 15px;
          }
          #page-header .navbar .navlinks a {
            color: #FFFFFF;
            font: bold 13px/46px arial,helvetica,sans-serif;
            min-width: 600px;
            max-width: 600px;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize;}
        .navbar .linklist li {
        position: relative;
        top: -8px;
        }

          /* Final da navegação */

          /* Body + Logo + Descrição */




          #logo-desc p {
            color: #ABABAB;
            display: inline;
            float: left;
            font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
            font-size: 13px;
            margin: 0;
            padding: 0;
            position: relative;
            right: -213px;
            top: -9px;
          }

          /* Imagem antes dos links da estaticas */

          #page-body p.page-bottom {background: url(http://i.imgur.com/IuSgz.png) no-repeat left top; padding-left:18px;}

          hr{border-top:1px solid #2991e6;}

          /* Imagem de um + verde antes dos botões */

          a[href="/http://www.forumgratuit.ro/ro/directory/informatica-internet-5.htm"]{display:none}

          a[href="http://www.forumgratuit.ro/ro/informatica-internet/ajutor-online-119.htm"]{  display:none}

          a[href="/search?search_id=newposts"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/search?search_id=egosearch"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/search?search_id=unanswered"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/?mark=forums"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/search?search_id=activetopics"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/memberlist?mode=today_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/memberlist?mode=overall_posters"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          a[href="/?mode=delete_cookies"] {background: url(http://i.imgur.com/d9rqT.png) no-repeat left; padding-left: 15px; background-size: 13px 13px;}

          /* Fin Body + Logo */

          /* Wrap (Corpo - Contorno - Procurar) */

          #search-box { visibility: hidden; } #forum-search { visibility: hidden; }

          #wrap {
        background-color: transparent!important;
        background-image: none!important;
        background-repeat: repeat-x;
        border-bottom: 1px solid #FFF;
        border-left: 1px solid transparent;
        border-radius: 8px 8px 8px 8px;
        border-right: 1px solid transparent;
        border-width: 0 1px 1px;
        margin-bottom: 30px;
        margin-top: 93px;
        min-width: 700px;
        padding: 5px 9px 1px;
        width: 960px;
        }

          .headerbar { margin-top: -92px; }

          /* Finsl Wrap */

          /* Painel (linha Geral) */

          .panel {
            background-color: #FBFBFB;
            background-image: url("http://i.imgur.com/i5K6pFd.png");
            background-position: center bottom;
            background-repeat: repeat-x;
            border: 1px solid #dddddd;
            border-radius: 0px 0px 0px 0px;
          }

          /* Final Painel (linha Geral) */

          .postbody .topic-title {
          font-size:1.2em;
          }

          /* Remover sumbrilhado */

          a {text-decoration: none;}
          a:link {text-decoration: none;}
          a:hover {text-decoration: none!important;}
          a.forumtitle {text-decoration: none;}
          a.forumtitle:hover {text-decoration: none!important;}
          a.topictitle {text-decoration: none;}
          a.topictitle:hover {text-decoration: none!important;}

          /* Portal & Fóruns */

          .forabg, .forumbg {
            background-color: #FBFBFB;
            background-image: url("http://i.imgur.com/dFCVRGL.png");
            background-position: center bottom;
            background-repeat: repeat-x;
            border-top: 0px solid #dddddd;
            border-bottom: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            border-radius: 5px 5px 5px 5px;
          }

          .forabg span.corners-top span, .forumbg span.corners-top span {
            background: #a2afb5 url("http://i.imgur.com/cu2iDZS.jpg");
            background-position: top;
            height: 37px; }

          .forabg span.corners-bottom span, .forumbg span.corners-bottom span {
            background: #a2afb5 url("http://i.imgur.com/tFW67r6.jpg");
            background-position: top;
            border-bottom: 1px solid #dddddd;
            height: 6px; }

          .header{ padding-top: 1px; height: 30px; }

          li.row {
            border-bottom: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
            position: relative; left: -5px;
            width: 958px;
            min-width: 750px;
          }

          .row {
            background-color: #FBFBFB;
            background-image: url("http://i.imgur.com/13NODw5.png");
            background-position: center bottom;
            background-repeat: repeat-x;
            left: -5px;
            min-width: 750px;
            position: relative;
            width: 958px;
          }

          .table-title, .table-title h2 {
            font-family: tahoma,arial,verdana,sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            min-height: 38px;
            text-shadow: 0 -1px 0 #0099FF;
            display: inline;
            font-size: 1em;
          }

          .module, .post {
            background-color: #FBFBFB;
            background-image: url("http://i.imgur.com/pU5qR8o.png");
            background-position: center bottom;
            background-repeat: repeat-x;
            border-radius: 5px 5px 5px 5px;
            border: 1px solid #dddddd;
          }

          .module span.corners-top, .post span.corners-top {
            background: #a2afb5 url("http://i.imgur.com/d8kLdQh.jpg");
            height: 35px; }

          .module span.corners-bottom, .post span.corners-bottom {
            background-color: #3f3f3f;
            height: 5px; }

          .topics {
            text-shadow: 0 px 0 #fff;
            font-weight: bold;
          }
          .posts {
            text-shadow: 0 px 0 #fff;
            font-weight: bold;
          }

          .lastpost {
            text-shadow: 0 px 0 #fff;
            font-weight: bold;
          }

          hr {
          border: 1 none #cccccc;
          border-top: 1px solid #cccccc;
          height: 1px;
          margin: 5px 0;
          display: block;
          clear: both;
          }

          /* Fundo & Contorno procurar - POP UP */

          .overview {  border: 1px solid #292929; background-color: #FFFFFF; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px;  }

          #login_popup {
          background-color: #FFFFFF;
          }

          /* CITAR + CODE */

          blockquote {    background-image: url(\'http://i.imgur.com/dGWjI7A.png\');
            background-position: bottom;
            color: #4e4e4e;
            background-repeat: repeat-x;
            background-color: #fff;
            margin-left: 5px;
            border-top: 1px solid #2289b2;
            border-right: 1px solid #2289b2;
            border-left: 2px solid #2289b2;
            border-bottom: 3px solid #2289b2;
          }

          blockquote blockquote {
            background-color: #fff;
          }

          blockquote blockquote blockquote {
            background-color: #fff;
          }

          blockquote div {
            margin-left: 4px;
            color: #4e4e4e;
            font-size: 12px;
          }

          blockquote cite {
            font-size: 10px;
            color: #417394;
            border-bottom: 1px solid #417394;
            margin-bottom: 3px;
          }

          dl.codebox {
            background-image: url(\'http://i.imgur.com/4q4pc7C.png\');
            background-position: bottom;
            background-repeat: repeat-x;
            background-color: #fff;
            margin: 0;
            padding: 3px;
            border: 1px inset #000;
            font-size: 1em;
            border-top: 1px solid #2289b2;
            border-right: 1px solid #2289b2;
            border-left: 2px solid #2289b2;
            border-bottom: 3px solid #2289b2;
          max-height: 350px
          overflow:auto
          }

          dl.codebox dt {
            text-transform: none;
            border-bottom: 1px solid #417394;
            margin-bottom: 3px;
            font-size: 10px;
            font-weight: bold;
            display: block;
            color: #417394;
          }

          blockquote dl.codebox {
            margin-left: 0;
          }

          dl.codebox code {
            overflow: auto;
            display: block;
            height: auto;
            max-height: 300px;
            white-space: normal;
            padding-top: 4px;
            font-size: 12px;
            font-family: "Courier New";
            line-height: 1.3em;
            color: #4e4e4e;
            margin: 2px 0;
          }


          /* PosT Perfil */

          .postprofile {
            background-image: url(\'http://i.imgur.com/7PCzApX.png\');
            background-repeat: repeat-x;
            background-position: bottom;
            background-color: #FAFAFA;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 1px solid #dddddd;
            text-align:center;
            text-weight: bold;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
          }


          hr {
            border: 0 none #dddddd;
            border-top: 1px solid #dddddd;
            margin-right: 10px;
          }

          .table-title, .table-title h2 {
          text-shadow: 1px 1px 3px #000000;
          font-weight: bold;
          }
          li.header dd, li.header dt{
          text-shadow: 1px 1px 3px #000000;
          font-weight: bold;
          }

          #page-footer div.navbar{
          font: Tahoma,Calibri,Verdana,Geneva,sans-serif;
          font-size:12px;
          font-color: #ffffff;
          -moz-border-radius: 5px;
          -webkit-border-radius:5px;
          background-repeat:repeat-x;
          }

          #page-footer ul li a{color:#fff;letter-spacing:0px}
          dd.topics { visibility: hidden; }

          /* Quem está online com imagem */

          #i_whosonline + p {
          background:  -webkit-linear-gradient(#f2f2f2,#ffffff);
          -oz-border-radius:6px;
          -moz-box-shadow:2px 2px 2px #a8a180;
          -webkit-border-radius:6px;
          -webkit-box-shadow:2px 2px 2px #a8a180;
          background:-moz-linear-gradient(#f2f2f2,#ffffff);
          background-color:#fff;
          background-image:-webkit-linear-gradient(#f2f2f2,#ffffff);
          border: 1px solid rgb(222, 222, 222)border-radius:2px;
          box-shadow:2px 2px 2px #a8a180;
          font-size:11px;
          margin:2;
          padding:10px;
          width: 97%;
          }

          /* Estaticas */

          .h3 {border-bottom: 1px dashed #419ef0;}
              #wrap {
            background-image: none !important;
          }
          div#page-header div.navbar ul.linklist li a {
            background: none !important;
          }
        .navbar {
          margin-left: -10px;
          width: 100%;
          background: transparent url("http://i.imgur.com/P2oYPMD.jpg") repeat scroll 0px 54%;
          height: 40px;
          margin-top: 16px;
        }
       
        /*******CURTIR NO POST********/
        #rep_post .reput_vote {
        background-color: #daedfb;
        color: #666;
        -khtml-user-select: none;
        -moz-transition: all,0.15s;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-transition: all,0.15s;
        -webkit-touch-callout: none;
        -webkit-transition: all,0.15s;
        -webkit-user-select: none;
        background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
        background-size: 12px;
        clear: both;
        color: #666;
        cursor: pointer;
        display: table;
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        margin: 5px;
        padding: 3px 5px 3px 25px;
        text-align: right;
        transition: all,0.15s;
        }
        .reput_vote.zero {
        background-color: #6a6a6a;
        }
     
     
        .BS_like:hover {
        background-color: #daedfb;
        color: #666;
        }
        .BS_like {
        -khtml-user-select: none;
        -moz-transition: all,0.15s;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-transition: all,0.15s;
        -webkit-touch-callout: none;
        -webkit-transition: all,0.15s;
        -webkit-user-select: none;
        background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
        background-size: 12px;
        clear: both;
        color: #666;
        cursor: pointer;
        display: table;
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        margin: 5px;
        padding: 3px 5px 3px 25px;
        text-align: right;
        transition: all,0.15s;
        user-select: none;
        }

        .BS_like:before {
        content: "Gosto";
        }
     
        #rep_post .bs_inline {
        list-style: none;
        }
     
        .BS_like:hover {
        background-color: #daedfb;
        color: #666;
        }
     
        #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
        #rep_post .bs_inline {list-style: none;}
        #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
        #rep_post .bs_inline > li:first-child {margin-left: 0;}
        #rep_post .bs_inline img {display: none;}
        #rep_post span img {cursor: pointer;}


        .reput_vote.positive {background-color: #8db13e;}
        .reput_vote.zero {background-color: #6a6a6a;}

        #rep_post .reput_vote:before {
        content: "Gostos Totais ";
        }
        /***********FIM CURTIR************/
              a:hover {
        color: #ECFD00 !important;
        }
              a[href="/farquivo-"] {
        font-weight: 700;
        float: left;
        width: auto !important;
        margin: 5px 5px 2px 1% !important;
        padding: 2px 7px 2px 7px !important;
        font-weight: bold !important;
        background: url("https://pt.forum.tribalwars2.com/styles/tw2v1/design/bg_message.jpg") repeat top left transparent !important;
        border: 1px solid #000000 !important;
        }
              #page-footer .linklist a {
            color: #EFFF00 !important;
        }
              textarea {
        background-image: url(http://alojaimagens.com/images/zunq9ila9zrwjzahh2s.png) !important;
        background-position: center !important;
        background-size: 18pc !important;
        background-repeat: no-repeat !important;
        opacity: 12 !important;
        }
        #quick_reply textarea {
            font-size: 24px;
            font-weight: bold;
        }
                .forabg span.corners-top span, .forumbg span.corners-top span {
            background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
        }
     
              .module span.corners-top, .post span.corners-top {
          background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
          height: 35px;
        }

        #div.navbar {
          background: #000 url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll center top !important;
        }
        body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec424.cur), progress !important;}
              #page-body {
            width: 124%;
            margin-left: -105px;
        }
        .topiclist.forums li.row {
            width: 101%;
        }
              .navbar {
        background: rgb(0, 0, 0) url("http://alojaimagens.com/images/1ptjhddlce1ixnadkh.png") repeat scroll !important;
        }

Atenciosamente.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alterar Background do fórum

Mensagem por Luckcaddie 20.07.15 0:06

ficou excelente amigo, muito grato por tudo
Luckcaddie

Luckcaddie
****

Membro desde : 24/12/2013
Mensagens : 280
Pontos : 446

http://panteras-wot.foruns.com.pt

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alterar Background do fórum

Mensagem por RafaelS. 20.07.15 0:32

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

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.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