O fundo do forum nao aparece

2 participantes

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

Tópico resolvido O fundo do forum nao aparece

Mensagem por xano 16.06.13 0:55

Qual é minha questão:
Eu coloco qualquer fundo de imagem no forum e nao aparece o que fazer?

Endereço do meu fórum:
http://nexpixel.forumeiros.com

Versão do fórum:
PUNBB


Última edição por xano em 16.06.13 2:03, editado 1 vez(es)
xano

xano
***

Membro desde : 13/05/2013
Mensagens : 101
Pontos : 136

http://desenho.ativoforum.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: O fundo do forum nao aparece

Mensagem por MateusA 16.06.13 0:57

Olá!

Poderia me fornecer a sua Folha de Estilos CSS?
Painel de Controle Seta Visualização  Seta Imagens e Cores :seta:Cores  Seta  Folha de Estilos CSS

Até mais.
MateusA

MateusA
Hiper Membro

Membro desde : 13/05/2013
Mensagens : 3225
Pontos : 4215

https://www.facebook.com/forumeirospt https://twitter.com/forumeiros_pt

Ir para o topo Ir para baixo

Tópico resolvido Re: O fundo do forum nao aparece

Mensagem por xano 16.06.13 1:09

aqui esta

Código:
body {
background: #272727 url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/background.jpg") repeat-x 0 0;
color: #5A5A5A;
font: normal 11px tahoma,helvetica,arial,sans-serif;
padding-bottom: 20px;
}

a:link {
  text-decoration: none;
}

#pun-visit, .main-box {
background-color: transparent;
border: 0;
margin: 0 0 1em;
padding: .6em 1em;
}

#pun-intro {
  display: none;
}
#pun-navlinks {
  display: none;
}
#pun-about {
  background-color: transparent;
  font-size: 0.8em;
  border: 0;
  padding: .6em 1em;
  text-align: right;
}
#pun-about form {
  display: none;
}

.wrapper {
margin: 0 auto;
min-width: 980px;
max-width: 1600px;
width: 90%;
}
.pun {
background: white;
margin: 0 auto;
width: 99%;
min-width: 990px;
max-width: 1200px;
}

.container_IE {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/trans20.png") repeat;
background: rgba(0, 0, 0, 0.18);
border: 1px solid #181818;
border: 1px solid rgba(0, 0, 0, 0.35);
-webkit-box-shadow: inset rgba(255, 255, 255, 0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(255, 255, 255, 0.25) 0px 0px 0px 1px;
margin: 0 auto;
width: 90%;
min-width: 990px;
max-width: 1200px;
padding: 5px;
}

/*navegação*/
#primary_nav {
font-size: 13px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
float: right;
margin-top: 30px;
font-weight: bold;
text-transform: uppercase;
}

ol, ul {
list-style: none;
}

#community_app_menu > li {
margin: 0px 3px 0 0;
position: relative;
}

.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}

#community_app_menu > li > a {
color: white;
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
outline: none;
padding: 0px 15px;
line-height: 32px;
height: 32px;
text-decoration: none;
}

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/trans10.png") repeat;
background: rgba(0, 0, 0, 0.1);
color: white;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px, rgba(255, 255, 255, 0.1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.15) 0px 1px 3px, rgba(255,255,255,0.05) 0px 0px 0px 1px, rgba(255,255,255,0.1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px, rgba(255, 255, 255, 0.1) 0px 1px 0px;
}

#community_app_menu > li.active > a {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/trans20.png") repeat;
background: rgba(0, 0, 0, 0.2);
color: white;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px, rgba(255, 255, 255, 0.2) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 3px, rgba(255,255,255,0.1) 0px 0px 0px 1px, rgba(255,255,255,0.2) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px, rgba(255, 255, 255, 0.2) 0px 1px 0px;
}


img, .input_check, .input_radio {
vertical-align: middle;
}


/*user bar*/
#user_bar {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/trans20.png") repeat;
background: rgba(0, 0, 0, 0.18);
border: 1px solid #181818;
border: 1px solid rgba(0, 0, 0, 0.35);
-webkit-box-shadow: inset rgba(255, 255, 255, 0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(255, 255, 255, 0.25) 0px 0px 0px 1px;
border-bottom: 0;
height: 46px;
margin: 0 20px -10px 20px;
}

#search {
margin: 6px 6px 0 0;
}

.right {
float: right;
}

#search_wrap {
position: relative;
background: white;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
min-width: 230px;
}

#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 138px;
outline: 0;
}

#search_options {
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight.png') repeat-x 0 1px;
display: inline-block;
text-shadow: white 0px 1px 0px;
float: right;
}

.clickable {
cursor: pointer;
}

fieldset, img {
border: 0;
}

user agent stylesheetfieldset {
display: block;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-before: 0.0em;
-webkit-padding-start: 0.0em;
-webkit-padding-end: 0.0em;
-webkit-padding-after: 0.0em;
border: 0px groove threedface;
border-image: initial;
}

#search .submit_input {
background: #303030 url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/search_icon.png') no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}

#search .submit_input:hover{background-color:#191919}

#adv_search {
width: 26px;
height: 26px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/advanced_search.png') no-repeat 50% 50%;
text-indent: -3000em;
display: inline-block;
margin-left: 3px;
}

#adv_search:hover{background-color:rgba(0,0,0,0.2)}

/*user*/
#user_navigation {
color: #9F9F9F;
font-size: 11px;
line-height: 36px;
height: 45px;
float: left;
}

#user_navigation .ipsList_inline li {
margin: 0;
padding: 0;
float: left;
}

#user_navigation a:hover {
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/trans10.png') repeat;
background: rgba(0, 0, 0, 0.1);
}

#user_navigation > ul > li > a {
font-weight: bold;
  color:white;
  float: left;
padding: 0 13px 9px 13px;
line-height: 36px;
outline: none;
height: 36px;
text-decoration: none;
}

#user_navigation #sign_in img, #user_navigation #register_link img {
vertical-align: middle;
position: relative;
margin: -1px 2px 0 0;
}

#user_navigation .user_photo {
position: relative;
height: 24px;
width: 24px;
border: 1px solid #464646;
padding: 1px;
background: white;
margin-top: 5px;
}

#notify_link img, #inbox_link img {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: 0 0;
margin-top: -2px;
}

#inbox_link img {
background-image: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/icon_inbox.png');
}

#notify_link img {
background-image: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/icon_notify.png');
}

/*secondary navigation*/
#secondary_navigation {
background: #E0E0E0 url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/secondary_nav_bg.png') repeat-x 0 0;
border-bottom: 1px solid #C5C5C5;
text-shadow: white 0px 1px 0px;
overflow: hidden;
font-weight: bold;
color: #3E3E3E;
line-height: 37px;
clear: both;
margin: -5px;
margin-bottom: 0px;
}

.breadcrumb {
color: #777;
font-size: 11px;
}

#secondary_navigation #breadcrumb li {
float: left;
}

#secondary_navigation #breadcrumb li.first a {
margin-left: 0;
background: none;
padding-left: 0px;
}

#secondary_navigation #breadcrumb li a {
padding-left: 12px;
margin-left: -15px;
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/secondary_nav.png') no-repeat 0 0;
display: inline-block;
outline: none;
text-decoration: none;
}

#secondary_navigation a {
color: #3E3E3E;
line-height: 37px;
height: 37px;
}

#secondary_navigation #breadcrumb li.first a span {
padding-left: 12px;
border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}

#secondary_navigation #breadcrumb li span {
display: inline-block;
padding-right: 17px;
padding-left: 4px;
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/secondary_nav.png') no-repeat 100% 0;
}

#secondary_navigation #breadcrumb li a:active{background-position:0 -86px}#secondary_navigation #breadcrumb li a:active
span{background-position:100% -86px}

#secondary_links a {
text-decoration: none;
padding: 0 12px;
}

#secondary_navigation a:hover {
color: #292929;
}

#secondary_links img {
vertical-align: top;
width: 16px;
height: 16px;
position: relative;
margin: 10px -4px 0 -4px;
}

#quickNavLaunch:hover{
  opacity: 0.8;
}

/*table*/
.main .main-head {
background: #B4453B url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/maintitle.png') repeat-x 0 0;
color: white;
text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
padding: 14px;
font-size: 12px;
font-weight: bold;
border: 1px solid #752922;
border-right: 0;
border-left: 0;
border-bottom: 0;
overflow: hidden;
}

.content_table {
background: #B4453B url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/maintitle.png') repeat-x 0 0;
-moz-border-radius: 4px 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #752922;
padding: 0px 7px 7px 7px;
-webkit-box-shadow: inset rgba(255, 255, 255, 0.2) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 0px 0px 1px;
box-shadow: inset rgba(255, 255, 255, 0.2) 0px 0px 0px 1px;
margin-top: 15px;
}

.pun table.table th {
border-bottom: 1px solid #383838;
border-top: 1px solid #383838;
color: white;
text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
background: #414141 url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
}

.pun .main-content {
background: #FCFCFC;
border: 0;
}

.pun table.table td {
background-color: white;
border: 0;
line-height: 130%;
padding: .6em 0 .7em;
}

.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: white;
}

.hierarchy {
  margin-left: 15px;
}

.desc {
  margin-left: 15px;
}

/*Statistics*/
#pun-info { 
  border: 1px solid #D8D8D8;
}

.statistics_head{
border-top: 0;
border-bottom: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
font-size: 11px;
font-weight: bold;
padding: 8px;
}

.statistics_head h1{
color: #727272;
font-size: 12px;
font-weight: bold;
tahoma,helvetica,arial,sans-serif;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
margin-left: 8px;
}

#onlinelist {
background: white;
border: 0px;
border-top:none;
}

#onlinechat {
background: white;
border-top: 1px solid #D8D8D8;
border-top:none;
}

#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: rgba(0, 0, 0, 0.1);
color: #222;
text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
padding: 3px 7px;
display: inline-block;
font-weight: bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(255, 255, 255, 1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(255, 255, 255, 1) 0px 1px 0px;
}
.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*footer*/
#footer_utilities {
height: 35px;
margin: -5px;
padding: 8px;
position: relative;
border-top: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
}

#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
display: inline-block;
}

#footer_utilities .ipsList_inline > li {
margin: 0;
}

#rss_feed {
margin-top: -1px;
}

#backtotop, #bottomScroll {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
position: absolute;
display: inline-block;
background: #838383;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.1) 0px 0px 0px 1px, rgba(255,255,255,0.3) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}

#bottomScroll:hover,#backtotop:hover{background:#303030;color:#fff;opacity:1}

#backtotop img {
  margin-top: 5px;
}

#copyright {
text-align: right;
line-height: 22px;
float: right;
}

/*module*/
.module .main-head {
background: #B4453B url(http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/maintitle.png) repeat-x 0 0;
border: 0;
border-bottom: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
padding: 8px;
color: #727272;
}

.module.main {
  border: 1px solid #D8D8D8;
}

.pun .main-content {
background: white;
border: 0;
}
/*tópico*/
.main .main-foot {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
text-shadow: gray 0px -1px 0px;
background: #e8e8e8 url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
color: black;
line-height: 36px;
font-weight: normal;
font-size: 13px;
}

.pun .posthead {
color: white;
border-top: 1px solid #383838;
border-bottom: 1px solid #383838;
text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
background: #414141 url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 13px;
}

.pun .posthead a {
  color: white;
}

.pun .post .user {
margin-left: -16em;
margin-top: -1.8em;
position: relative;
text-align: center;
}

.pun .user-ident .username {
display: block;
font-size: 1.1em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}

/*user img*/
.user-basic-info a img {
max-height: 90px;
max-width: 90px;
height: 90px;
width: 90px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user-basic-info a img:hover {
 border-color:#a1a1a1;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);box-shadow:0px 2px 2px rgba(0,0,0,0.2);
}

.pun .postmain {
background-color: white;
border-left: 1px solid #F0F0F0;
margin-left: 17em;
}

.pun .post {
  background: #FBFBFB;
}

.postfoot {
background: #F1F1F1;
border-top: 1px solid #E9E9E9;
margin-top: 5px;
overflow: hidden;
}
/*quick-reply*/
#quick_reply #textarea_content {
      clear: both;
      margin-left: 0px;
      margin-right: 0px;
      width: 100% !important;
      height: auto !important;
    }
     
    #text_editor_controls {
      display: !important;
    }
       
 #pun-qpost #textarea_content dt label{
  float:left;
}

fieldset.frm-set dl dd {
margin: auto!important;
}

/*smiley-box e quickreply*/
#smiley-box iframe{height: 230px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;margin:5px 0!important;padding:5px}
.pun .frm .frm-buttons input {
background-image: url(http://i.imgur.com/Qt4G6.png);
border: 1px solid #CCC;
border-bottom: 1px solid #BBB;
border-image: initial;
border-radius: 4px;
box-shadow: 0 1px 2px #ccc;
color: #333;
cursor: pointer;
margin: 0 2px 16px;
padding: 7px 22px;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
color: white;
padding-left: 20px;
}

#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#quick_reply .frm-buttons {
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
background-color: #EEE;
border: solid 1px #CCC;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 0;
margin: 0 auto;
padding: 5px;
text-align: center;
}

.pun .frm-form {
background: #F5F6F7;
border: none;
}

.main .main-content.frm {
background-color: #F5F6F7;
}

#textarea_content dt {display:none}

a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}

/*profile*/
#profile-advanced-right {
float: left;
width: 260px;
border-radius: 6px;
}
#profile-advanced-layout {
float: right;
margin-left: -360px;
width: 100%;
margin-right: 0px;
margin-top: 18px;
}
#profile-advanced-left {
margin-left: 265px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
position: relative;
}

#profile-advanced-right .module.main .main-head em {
  color: black;
}

#profile-advanced-right .module .main-content  img {
border-bottom: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
padding: 8px;
}

#tabs ul li a {
  font-weight: bold;
  color: #424242;
  background-color: #F1F1F1;
  border-color: #C1C1C1;
  background-image: url('http://i50.tinypic.com/2rcpvd3.png');
  background-repeat: repeat-x;
  margin-top: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#tabs ul li.activetab a:hover {
background-color: #363636;
}
#tabs ul li a:hover {
background-color: #F4F4F4;
border-color: #333;
}
#tabs ul li.activetab a {
background-color: #363636;
background-image: url(http://i50.tinypic.com/9qky9y.png);
background-repeat: repeat-x;
border-color: #363636;
color: white;
text-decoration: none;
}
#tabs ul li.activetab a:hover {
  background: white;
}

#profile-advanced-details {
  border: 1px solid #D8D8D8;
}
#profile-advanced-details .main-head {
border-top: 0px;
border-bottom: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/highlight_faint.png') repeat-x 0 0;
padding: 8px;
}
#profile-advanced-details .main-head .subtitle {
  color: #727272;
}
xano

xano
***

Membro desde : 13/05/2013
Mensagens : 101
Pontos : 136

http://desenho.ativoforum.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: O fundo do forum nao aparece

Mensagem por MateusA 16.06.13 1:41

Olá!

Na sua Folha de Estilos CSS procure por:

Código:
body {
background: #272727 url("http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/background.jpg") repeat-x 0 0;
color: #5A5A5A;
font: normal 11px tahoma,helvetica,arial,sans-serif;
padding-bottom: 20px;
}

Seta No código acima procure por http://www.ipbforumskins.com/skindemo/public/style_images/overlayr34x/background.jpg troque pelo endereço da sua imagem.

Até mais.
MateusA

MateusA
Hiper Membro

Membro desde : 13/05/2013
Mensagens : 3225
Pontos : 4215

https://www.facebook.com/forumeirospt https://twitter.com/forumeiros_pt

Ir para o topo Ir para baixo

Tópico resolvido Re: O fundo do forum nao aparece

Mensagem por xano 16.06.13 2:03

voces sao espetaculares mais uma vez resolveu +1 muito obrigado
xano

xano
***

Membro desde : 13/05/2013
Mensagens : 101
Pontos : 136

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