Mudar cor do fundo do forum

5 participantes

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

Tópico resolvido Mudar cor do fundo do forum

Mensagem por Lucas2122 11.06.13 3:57

Qual é minha questão:
Queria mudar a cor do fundo do meu forum para branca.

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

Versão do fórum:
PUNBB
Lucas2122

Lucas2122
Membro

Membro desde : 17/08/2011
Mensagens : 774
Pontos : 1348

http://moldentec.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por Kassandra Udinov 11.06.13 4:14

Olá,

Painel De Controle Seta Visualização Seta Cores Seta Cores de fundo

Altere a Cor do plano de fundo para o desejado.


Resulta ?

Kassandra Udinov

Kassandra Udinov
*****

Membro desde : 22/11/2012
Mensagens : 485
Pontos : 834

http://www.vampirediariesoriginal.org/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por Lucas2122 11.06.13 16:09

Cara não é, é na CSS mesmo, tem que mudar a cor de algum codigo lá;

está aqui o codigo CSS:

Código:
body {
color: #5a5a5a;
font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
position: relative;
background-color: #0e1e2d;
background-image: url('http://mostwarez.org/public/style_images/MWv4/background5.jpg');
background-position: 50% 0;
background-attachment: fixed;
background-repeat: no-repeat;
}
.main .main-foot, .main .main-head {
padding: 15px 13px 16px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
border-radius: 4px 4px 0 0;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
border: 0;
background: rgba(255, 255, 255, 0.31) url();
}
#pun-desc {
color: #CCC;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
line-height: 25px;
font-size: 12pt;
}
.maxtitleforum #pun-title {
font-size: 30px;
padding-bottom: 5px;
color: white;
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
font-family: 'Armata', sans-serif;
}
#pun-intro {
width: 70%;
margin:auto;
min-width: 975px;
padding: 0px;
}
.maxtitleforum {
color: white;
margin: 45px auto auto auto;
width: 70%;
min-width: 975px;
}
.pun {
margin: auto;
padding: 0px;
width: 100%;
}

#pun-intro {
clear: both;
height: 40px;
line-height: 70px;
background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%, rgba(0, 0, 0, 0.44) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 26, 26, 0.44)), color-stop(100%,rgba(0, 0, 0, 0.44)));
background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: -o-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: -ms-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: linear-gradient(to bottom, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701a1a1a', endColorstr='#70000000',GradientType=0 );
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
position: relative;
border: 0px;
background: #1C2431 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x scroll center bottom;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
line-height: 1;
position: relative;
top: -20px;
font-family: "Cuprum"!important; 
}
.pun-intro-main #pun-navlinks ul li a {
color: #FFF;
font-size: 14px;
padding: 12px 9px;
font-weight: 400;
text-shadow: 0 1px 0 rgba(0,0,0,.4);
text-decoration: none;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
text-transform: uppercase;
top: 4px;
}
.pun-intro-main #pun-navlinks ul li a:hover {
background: #0083b7 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x;
color: #FFF;
outline: 0;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}
#page-body {
padding: 15px 15px 10px;
margin: auto auto 35px auto;
min-width: 975px;
width: 85%;
overflow: hidden;}
.crumb.left a {
text-decoration: none;
font-size: 20px!important;}
.crumb.left a span ,.crumb.left a span h1{
color: #585858;
font-size: 20px!important;
font-family: 'Signika' arial;
font-weight: normal!important;
}
.pun table.table td {
border-bottom: 1px solid #E1E1E1;
border-top: 1px solid white;
background-color: #FBFBFB!important;
border-width: 1px 0px 1px 0px;
color: #AAA;
font-family: Helvetica, helvetica, arial, sans-serif;
font-size: 12px;
}
.pun table.table td:hover {
color: #454545;
}
.pun .main-content_board_index table.table {
background: white;
border: 1px solid #DDD;
border-collapse: separate;
}
.main-content_board_index {
padding: 9px;
background: #E5E4E3;
background: rgba(255, 255, 255, 0.31) url(); 
}

/*----------[Borrar Subrayados]------------*/
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;}
/*----------------FIN---------------*/
.module.main .main-head {
background-position: -650px -25px !important;
}
#pun-about a {
font-family: helvetica;
color: #EEE;
font-size: 12px;
text-shadow: 1px 1px 0 #5F5F5F;
}
#pun-about form {
display: none;
}
#pun-about {
background: none;
border: none;
min-width: 985px;
width: 70%;
margin: auto;
}
#pun-foot {
padding: 8px;
position: relative;
background: #303030;
background: rgba(30,30,30,0.9);
background: -moz-linear-gradient(top, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.8)), color-stop(100%,rgba(30,30,30,0.9)));
background: -webkit-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: -o-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: -ms-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: linear-gradient(to bottom, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
border: 1px solid #151515;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
color: #eee;}
.main-head .page-title h2 ,.module.main .main-head .h3 ,.main .main-head .page-title{
font-family: 'Carrois Gothic', sans-serif;
font-size: 18px;
}
a.forumtitle {
font-size: 16px;
text-shadow: 0 0 1px #AAA;
font-weight: normal!important;
font-family: 'Carrois Gothic', sans-serif;
}
.tcl.tdtopics a.topictitle {
font-size: 15px;
font-family: 'Carrois Gothic', sans-serif;
font-weight: normal;
color: #0F0F0F;
}
#lit {
display: inline-block;
text-align: right;
margin-right: 10px;
}
.datepostur {
background: #EEE;
border-radius: 2px;
display: inline-block;
margin-bottom: 13px;
color: #AAA !important;
font-size: 11px !important;
padding: 3px 10px;
font: normal 13px "Helvetica", helvetica, arial, sans-serif;
}
.pun .main-content_board_index .post {
background: #EDEDED;
border: 1px solid #DDD;
border-bottom: 0px solid transparent;
}
.pun .posthead {
background: #F1F1F1;
padding: 0 10px;
height: 33px;
line-height: 32px;
font-weight: normal;
text-shadow: 0 1px 0 white;
border-bottom: 1px solid #DDD;
}
.pun .postmain {
background-color: #FBFBFB;
border-left: 1px solid #DDD;
margin-left: 13em;
}
.pun .post .user {
margin-top: 0px;
width: 12em;
margin-left: -13em;
text-align: center;
}
.postfoot {
margin: 0em;
border-top: 0px;
}
#userpost strong {
float: left;
}
.user-basic-info a img {
-webkit-border-radius: 100px;
border-radius: 100px;
height: 90px;
max-height: 90px;
max-width: 90px;
width: 90px;
}
.sprite.icon_nav_search {
background: url(http://i.imgur.com/agUZ8N6.png) no-repeat -32px -15px;
height: 22px;
width: 22px;
position: relative;
top: 5px;
}
#search_ipb input[type="submit"] {
background: #222 url(http://i.imgur.com/5Ja1HOo.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 1px solid #111 !important;
width: 26px;
height: 32px;
border-radius: 0 2px 2px 0;
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.1);
cursor: pointer;
}
#search_ipb input[type="text"] {
border-radius: 4px 0px 0px 4px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
width: 230px;
font: normal 13px helvetica,arial,sans-serif;
border: none;
padding: 7px;
}
#search_ipb {
float: right;
background: #111;
background: rgba(0, 0, 0, 0.7);
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
padding: 10px;
margin-top: 75px;
margin-right: 10px;}
.reply_form_topic {
padding: 9px;
background: #E5E4E3;
}
.reply_form_topic #pun-qpost {
padding: 10px;
margin: 0em;
background: white;
}
.reply_form_topic .main-head.clearfix {
font-family: 'Carrois Gothic', sans-serif;
font-size: 18px;
background: none!important;
box-shadow: none;
padding: 10px;
color: black;
text-shadow: 0 0 1px white;
}
.pun .reply_form_topic .main-content.frm {
border: 0px;
}
.reply_form_topic #quick_reply .frm-set {
padding: 0px 5px 0px 3px !important;
border: 2px solid #D5DDE5 !important;
background-color: #E4EBF2 !important;
background-image: none !important;
margin: 0em;
}
.reply_form_topic #text_editor_controls {
margin: 10px;
width: 100%!important;
}
.reply_form_topic button.button2, .reply_form_topic input.button2 {
background: transparent;
border: 0px;
padding: 4px 5px;
border-radius: 2px;
color: #383838;
box-shadow: none;
}
.reply_form_topic button.button2:hover, .reply_form_topic input.button2:hover {
background: #CFDAE0;
border: 0px;
}
.reply_form_topic #textarea_content dl dt {
display: none;
}
.reply_form_topic .dd-textarea {
margin: 0em;
}
.reply_form_topic .options {
display: none;
}
#text_editor_controls {
margin: 10px;
}
.pun .frm div.posting-block dd.frm-textarea {
margin-left: 0em;
}
.pun .frm .frm-buttons input, input[type="button"], input[type="reset"], input[type="submit"] {
background: #212121 url(http://i.imgur.com/DNa2Rhl.png) repeat-x top;
color: white;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border: 1px solid #222;
padding: 4px 10px;
cursor: pointer;
font-weight: 500;
}

#header_bar {
background: #0f3854 url(http://mostwarez.org/public/style_images/MWv4/branding.png) repeat;
min-height: 110px;
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.8);
-moz-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
-o-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
padding: 15px 0 0 0;
color: #bec9d5;
position: relative;
}
#user_navigation {
height: 28px;
margin: 33px 0 6px;
text-align: right;
min-width: 569px;
float: right;
}
.ipsList_inline.right li a {
font: normal 15px 'Carrois Gothic', sans-serif;
color: #EEE;
text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;}
.ipsList_inline.right li {
display: inline;
margin: 2px 7px;
}
#reg_link {
background: rgba(0, 0, 0, 0.7);
color: white;
display: inline-block;
padding: 6px 10px;
border: 0;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.ipsList_inline.right {
list-style: none;
}
/* -----------------[Background Selector by 3go0ne]-----------------*/
#custom_background {
background-color: white;
box-shadow: inset 0 1px 0 white, 0 1px 3px rgba(0, 0, 0, 0.16);
border: 1px solid #D1D1D1;
color: white;
position: relative;
padding: 15px 0px 15px 15px;
overflow: hidden;}
#custom_background span {
    -moz-transition: all .2s ease-in-out 0;
    background: none no-repeat scroll 50% 50% #000;
    border-radius: 3px;
    box-shadow: 0 1px 7px #000 inset, 0 1px 0 rgba(255,255,255,0.05), 0 0 1px rgba(255,255,255,0.35);
    cursor: pointer;
    display: block;
    float: left;
    height: 90px;
    margin: 5px;
    width: 140px;
}
#custom_background span:hover {
filter: alpha(opacity=0.5);
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
#nav_background {cursor: pointer;}
#toggle_background {
margin-bottom: 20px;
}
/* Miniaturas (Vista Previa) */
#bg1 {background: url(http://i.imgur.com/wa5siQH.jpg) no-repeat -1006px -250px!important;}
#bg2 {background: url(http://i.imgur.com/sdi00up.jpg) no-repeat -625px -450px!important;}
#bg3 {background: url(http://i.imgur.com/yhhf7Rt.jpg) no-repeat 0 0!important;}
#bg4 {background: url(http://i.imgur.com/0RcFxB5.jpg) no-repeat -655px -450px!important;}
#bg5 {background: url(http://i.imgur.com/SKOXqoO.jpg) no-repeat -792px -142px!important;}
#bg6 {background: url(http://i.imgur.com/EYGZIPq.jpg) no-repeat -655px -450px!important;}
#bg7 {background: url(http://i.imgur.com/g75ZMGV.jpg) no-repeat 0 0!important;}
#bg8 {background: url(http://i.imgur.com/SurCBhb.jpg) no-repeat 0 0!important;}

/* Backgrounds */
.bg1 {background: white url(http://i.imgur.com/wa5siQH.jpg)!important;}
.bg2 {background: white url(http://i.imgur.com/sdi00up.jpg)!important;}
.bg3 {background: white url(http://i.imgur.com/yhhf7Rt.jpg)!important;}
.bg4 {background: white url(http://i.imgur.com/0RcFxB5.jpg)!important;}
.bg5 {background: white url(http://i.imgur.com/SKOXqoO.jpg)!important;}
.bg6 {background: white url(http://i.imgur.com/EYGZIPq.jpg)!important;}
.bg7 {background: white url(http://i.imgur.com/g75ZMGV.jpg)!important;}
.bg8 {background: white url(http://i.imgur.com/SurCBhb.jpg)!important;}
/* -----------------Background Selector-----------------*/
#fullcred a:hover {
color: white;
}
#fullcred a {
display: block;
font: normal 15px 'Carrois Gothic', sans-serif;
-moz-transition: all 500ms ease 0s;
-webkit-transition: all 500ms ease 0s;
-o-transition: all 500ms ease 0s;
-ms-transition: all 500ms ease 0s;
text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
color: #948F8F;
color: rgba(255, 255, 255, 0.4);
}
#fullcred {
float: left;
text-align: left;
}
#topdes:hover {
background: rgba(0, 0, 0, 0.5) url("http://i.imgur.com/90ulAas.png")no-repeat center center;
}
#topdes {
width: 24px;
height: 24px;
display: block;
background: rgba(0, 0, 0, 0.2) url("http://i.imgur.com/90ulAas.png")no-repeat center center;
border-radius: 5px;
margin: auto;
cursor: pointer;
text-align: center;
}
#estadisticas-IPB {
text-align: center;
background: #303030;
background: rgba(30,30,30,0.9);
background: -moz-linear-gradient(top, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.8)), color-stop(100%,rgba(30,30,30,0.9)));
background: -webkit-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: -o-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: -ms-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
background: linear-gradient(to bottom, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
border: 1px solid #151515;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
-moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
color: #eee;
line-height: 32px;
}
#estadisticas-IPB .stat-bloque {
display: inline-block;
margin-right: 10px;
}
#estadisticas-IPB span {
display: inline-block;
background: url("http://mostwarez.org/public/style_images/MWv4/transw10.png") repeat;
background: rgba(255,255,255,0.1);
padding: 0px 8px;
font-weight: bold;
margin-right: 3px;
}
.board_statistics {
background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%, rgba(0, 0, 0, 0.44) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 26, 26, 0.44)), color-stop(100%,rgba(0, 0, 0, 0.44)));
background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: -o-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: -ms-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
background: linear-gradient(to bottom, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701a1a1a', endColorstr='#70000000',GradientType=0 );
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
border: 0px;
}
.board_statistics h2 {
font-size: 14px;
font-weight: bold;
margin: 4px 0;
}
.expand {
background: url(http://i.imgur.com/gLCLWtW.png) no-repeat -94px -24px;
text-indent: -3000em;
width: 41px;
height: 24px;
display: block;
outline: 0;
opacity: 0.4;
-moz-transition: all 0ms ease 0s;
-webkit-transition: all 0ms ease 0s;
-o-transition: all 0ms ease 0s;
-ms-transition: all 0ms ease 0s;
position: relative;
top: -20px;
float: right;
right: 10px;
cursor: pointer;
}
.contract {
background: url(http://i.imgur.com/gLCLWtW.png) no-repeat -94px 0;
text-indent: -3000em;
width: 41px;
height: 24px;
display: block;
outline: 0;
opacity: 0.4;
-moz-transition: all 0ms ease 0s;
-webkit-transition: all 0ms ease 0s;
-o-transition: all 0ms ease 0s;
-ms-transition: all 0ms ease 0s;
position: relative;
top: -20px;
float: right;
right: 10px;
cursor: pointer;}
.expand:hover ,.contract:hover{opacity: 9;}

#pun-head{
background: #1C2431 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x scroll center bottom;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
line-height: 1;
position: relative;
top: -20px;
font-family: "Cuprum"!important;
}
div.main-content.clearfix {
  background: transparent;
  border: 0px solid
}

#pun-visit {
display: none;
}

.right {
clear: both;
float: right;
}

#stats {
background: transparent;
}

.main-box {
display:none
}

#pun-logo { margin-top: -100px; }

.pun .paged-foot, .pun .paged-head {
background: transparent;
  border: 0px solid;
}

div#breadcumb.clearfix{
display:none
}

/* Avatar in index */
.avatar-index { float: left; }
.avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
.avatar-index img:hover { border: 1px dashed #CCC; }
.avatar-index img {
width: 40px;
height: 40px;
-webkit-border-radius: 100px;
border-radius: 100px; 
}
/* Avatar del autor del ultimo mensaje en subforos */
.avatar-last-post { float: left; }
.avatar-last-post img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
.avatar-last-post img:hover { border: 1px dashed #CCC; }
 
/* Avatar del autor del post */
.avatar-author-post {float: right;}
.avatar-author-post img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
.avatar-author-post img:hover { border: 1px dashed #CCC; }
Lucas2122

Lucas2122
Membro

Membro desde : 17/08/2011
Mensagens : 774
Pontos : 1348

http://moldentec.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por seender 11.06.13 16:40

Olá!

Encontre este código:
Código:
body {
color: #5a5a5a;
font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
position: relative;
background-color: #0e1e2d;
background-image: url('http://mostwarez.org/public/style_images/MWv4/background5.jpg');
background-position: 50% 0;
background-attachment: fixed;
background-repeat: no-repeat;
}
Substitua por este:
Código:
body {
color: #ffffff;
font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
position: relative;
background-color: #0e1e2d;
background-image: url('http://mostwarez.org/public/style_images/MWv4/background5.jpg');
background-position: 50% 0;
background-attachment: fixed;
background-repeat: no-repeat;
}
Adicione em:
Painel...-> Visualização -> Imagens e cores -> Cores / Folha estilo CSS

Melhores cumprimentos,
seender
seender

seender
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/04/2009
Mensagens : 9449
Pontos : 12455

http://www.divulgamaisweb.com https://www.facebook.com/Divulga-Mais-Web-874814432638426/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por Lucas2122 11.06.13 17:11

mudou foi a cor da fonte dos titulos ^^
Lucas2122

Lucas2122
Membro

Membro desde : 17/08/2011
Mensagens : 774
Pontos : 1348

http://moldentec.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por MateusA 11.06.13 17:20

Olá!

Na sua CSS encontre por esse código:

Código:
        body {
        color: #5a5a5a;
        font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
        position: relative;
        background-color: #0e1e2d;
        background-image: url('http://mostwarez.org/public/style_images/MWv4/background5.jpg');
        background-position: 50% 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        }

Troque por esse

Código:
        body {
        color: #5a5a5a;
        font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
        position: relative;
        background-color: white !important;
        }

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: Mudar cor do fundo do forum

Mensagem por Lucas2122 11.06.13 17:55

não deu muito certo ela bugo.
Lucas2122

Lucas2122
Membro

Membro desde : 17/08/2011
Mensagens : 774
Pontos : 1348

http://moldentec.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por Legolass 11.06.13 18:22

Olá, adicione à sua CSS:

Código:
body{
background-color:#FFFFFF;
}
Legolass

Legolass
Membro

Membro desde : 10/04/2013
Mensagens : 651
Pontos : 912

http://www.fanfictionunited.com.br

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Mudar cor do fundo do forum

Mensagem por seender 12.06.13 15:56

Olá!

Troque toda sua css por esta:
Código:
        body {
        color: #5a5a5a;
        font: normal 13px 'PT Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
        position: relative;
        background-color: #FFFFFF !important;
        background-image: url('http://mostwarez.org/public/style_images/MWv4/background5.jpg');
        background-position: 50% 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        }
        .main .main-foot, .main .main-head {
        padding: 15px 13px 16px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        border-radius: 4px 4px 0 0;
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
        border: 0;
        background: rgba(255, 255, 255, 0.31) url();
        }
        #pun-desc {
        color: #CCC;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        line-height: 25px;
        font-size: 12pt;
        }
        .maxtitleforum #pun-title {
        font-size: 30px;
        padding-bottom: 5px;
        color: white;
        text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
        font-family: 'Armata', sans-serif;
        }
        #pun-intro {
        width: 70%;
        margin:auto;
        min-width: 975px;
        padding: 0px;
        }
        .maxtitleforum {
        color: white;
        margin: 45px auto auto auto;
        width: 70%;
        min-width: 975px;
        }
        .pun {
        margin: auto;
        padding: 0px;
        width: 100%;
        }

        #pun-intro {
        clear: both;
        height: 40px;
        line-height: 70px;
        background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%, rgba(0, 0, 0, 0.44) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 26, 26, 0.44)), color-stop(100%,rgba(0, 0, 0, 0.44)));
        background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: -o-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: -ms-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: linear-gradient(to bottom, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701a1a1a', endColorstr='#70000000',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        position: relative;
        border: 0px;
        background: #1C2431 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x scroll center bottom;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        line-height: 1;
        position: relative;
        top: -20px;
        font-family: "Cuprum"!important; 
        }
        .pun-intro-main #pun-navlinks ul li a {
        color: #FFF;
        font-size: 14px;
        padding: 12px 9px;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(0,0,0,.4);
        text-decoration: none;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        text-transform: uppercase;
        top: 4px;
        }
        .pun-intro-main #pun-navlinks ul li a:hover {
        background: #0083b7 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x;
        color: #FFF;
        outline: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        }
        #page-body {
        padding: 15px 15px 10px;
        margin: auto auto 35px auto;
        min-width: 975px;
        width: 85%;
        overflow: hidden;}
        .crumb.left a {
        text-decoration: none;
        font-size: 20px!important;}
        .crumb.left a span ,.crumb.left a span h1{
        color: #585858;
        font-size: 20px!important;
        font-family: 'Signika' arial;
        font-weight: normal!important;
        }
        .pun table.table td {
        border-bottom: 1px solid #E1E1E1;
        border-top: 1px solid white;
        background-color: #FBFBFB!important;
        border-width: 1px 0px 1px 0px;
        color: #AAA;
        font-family: Helvetica, helvetica, arial, sans-serif;
        font-size: 12px;
        }
        .pun table.table td:hover {
        color: #454545;
        }
        .pun .main-content_board_index table.table {
        background: white;
        border: 1px solid #DDD;
        border-collapse: separate;
        }
        .main-content_board_index {
        padding: 9px;
        background: #E5E4E3;
        background: rgba(255, 255, 255, 0.31) url(); 
        }

        /*----------[Borrar Subrayados]------------*/
        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;}
        /*----------------FIN---------------*/
        .module.main .main-head {
        background-position: -650px -25px !important;
        }
        #pun-about a {
        font-family: helvetica;
        color: #EEE;
        font-size: 12px;
        text-shadow: 1px 1px 0 #5F5F5F;
        }
        #pun-about form {
        display: none;
        }
        #pun-about {
        background: none;
        border: none;
        min-width: 985px;
        width: 70%;
        margin: auto;
        }
        #pun-foot {
        padding: 8px;
        position: relative;
        background: #303030;
        background: rgba(30,30,30,0.9);
        background: -moz-linear-gradient(top, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0.9) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.8)), color-stop(100%,rgba(30,30,30,0.9)));
        background: -webkit-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: -o-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: linear-gradient(to bottom, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        border: 1px solid #151515;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        color: #eee;}
        .main-head .page-title h2 ,.module.main .main-head .h3 ,.main .main-head .page-title{
        font-family: 'Carrois Gothic', sans-serif;
        font-size: 18px;
        }
        a.forumtitle {
        font-size: 16px;
        text-shadow: 0 0 1px #AAA;
        font-weight: normal!important;
        font-family: 'Carrois Gothic', sans-serif;
        }
        .tcl.tdtopics a.topictitle {
        font-size: 15px;
        font-family: 'Carrois Gothic', sans-serif;
        font-weight: normal;
        color: #0F0F0F;
        }
        #lit {
        display: inline-block;
        text-align: right;
        margin-right: 10px;
        }
        .datepostur {
        background: #EEE;
        border-radius: 2px;
        display: inline-block;
        margin-bottom: 13px;
        color: #AAA !important;
        font-size: 11px !important;
        padding: 3px 10px;
        font: normal 13px "Helvetica", helvetica, arial, sans-serif;
        }
        .pun .main-content_board_index .post {
        background: #EDEDED;
        border: 1px solid #DDD;
        border-bottom: 0px solid transparent;
        }
        .pun .posthead {
        background: #F1F1F1;
        padding: 0 10px;
        height: 33px;
        line-height: 32px;
        font-weight: normal;
        text-shadow: 0 1px 0 white;
        border-bottom: 1px solid #DDD;
        }
        .pun .postmain {
        background-color: #FBFBFB;
        border-left: 1px solid #DDD;
        margin-left: 13em;
        }
        .pun .post .user {
        margin-top: 0px;
        width: 12em;
        margin-left: -13em;
        text-align: center;
        }
        .postfoot {
        margin: 0em;
        border-top: 0px;
        }
        #userpost strong {
        float: left;
        }
        .user-basic-info a img {
        -webkit-border-radius: 100px;
        border-radius: 100px;
        height: 90px;
        max-height: 90px;
        max-width: 90px;
        width: 90px;
        }
        .sprite.icon_nav_search {
        background: url(http://i.imgur.com/agUZ8N6.png) no-repeat -32px -15px;
        height: 22px;
        width: 22px;
        position: relative;
        top: 5px;
        }
        #search_ipb input[type="submit"] {
        background: #222 url(http://i.imgur.com/5Ja1HOo.png) no-repeat 50%;
        text-indent: -3000em;
        padding: 0;
        border: 1px solid #111 !important;
        width: 26px;
        height: 32px;
        border-radius: 0 2px 2px 0;
        box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.1);
        cursor: pointer;
        }
        #search_ipb input[type="text"] {
        border-radius: 4px 0px 0px 4px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        width: 230px;
        font: normal 13px helvetica,arial,sans-serif;
        border: none;
        padding: 7px;
        }
        #search_ipb {
        float: right;
        background: #111;
        background: rgba(0, 0, 0, 0.7);
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        padding: 10px;
        margin-top: 75px;
        margin-right: 10px;}
        .reply_form_topic {
        padding: 9px;
        background: #E5E4E3;
        }
        .reply_form_topic #pun-qpost {
        padding: 10px;
        margin: 0em;
        background: white;
        }
        .reply_form_topic .main-head.clearfix {
        font-family: 'Carrois Gothic', sans-serif;
        font-size: 18px;
        background: none!important;
        box-shadow: none;
        padding: 10px;
        color: black;
        text-shadow: 0 0 1px white;
        }
        .pun .reply_form_topic .main-content.frm {
        border: 0px;
        }
        .reply_form_topic #quick_reply .frm-set {
        padding: 0px 5px 0px 3px !important;
        border: 2px solid #D5DDE5 !important;
        background-color: #E4EBF2 !important;
        background-image: none !important;
        margin: 0em;
        }
        .reply_form_topic #text_editor_controls {
        margin: 10px;
        width: 100%!important;
        }
        .reply_form_topic button.button2, .reply_form_topic input.button2 {
        background: transparent;
        border: 0px;
        padding: 4px 5px;
        border-radius: 2px;
        color: #383838;
        box-shadow: none;
        }
        .reply_form_topic button.button2:hover, .reply_form_topic input.button2:hover {
        background: #CFDAE0;
        border: 0px;
        }
        .reply_form_topic #textarea_content dl dt {
        display: none;
        }
        .reply_form_topic .dd-textarea {
        margin: 0em;
        }
        .reply_form_topic .options {
        display: none;
        }
        #text_editor_controls {
        margin: 10px;
        }
        .pun .frm div.posting-block dd.frm-textarea {
        margin-left: 0em;
        }
        .pun .frm .frm-buttons input, input[type="button"], input[type="reset"], input[type="submit"] {
        background: #212121 url(http://i.imgur.com/DNa2Rhl.png) repeat-x top;
        color: white;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        border: 1px solid #222;
        padding: 4px 10px;
        cursor: pointer;
        font-weight: 500;
        }

        #header_bar {
        background: #0f3854 url(http://mostwarez.org/public/style_images/MWv4/branding.png) repeat;
        min-height: 110px;
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
        -o-box-shadow: box-shadow:0 0px 3px rgba(0, 0, 0, 0.8);
        padding: 15px 0 0 0;
        color: #bec9d5;
        position: relative;
        }
        #user_navigation {
        height: 28px;
        margin: 33px 0 6px;
        text-align: right;
        min-width: 569px;
        float: right;
        }
        .ipsList_inline.right li a {
        font: normal 15px 'Carrois Gothic', sans-serif;
        color: #EEE;
        text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;}
        .ipsList_inline.right li {
        display: inline;
        margin: 2px 7px;
        }
        #reg_link {
        background: rgba(0, 0, 0, 0.7);
        color: white;
        display: inline-block;
        padding: 6px 10px;
        border: 0;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        }
        .ipsList_inline.right {
        list-style: none;
        }
        /* -----------------[Background Selector by 3go0ne]-----------------*/
        #custom_background {
        background-color: white;
        box-shadow: inset 0 1px 0 white, 0 1px 3px rgba(0, 0, 0, 0.16);
        border: 1px solid #D1D1D1;
        color: white;
        position: relative;
        padding: 15px 0px 15px 15px;
        overflow: hidden;}
        #custom_background span {
            -moz-transition: all .2s ease-in-out 0;
            background: none no-repeat scroll 50% 50% #000;
            border-radius: 3px;
            box-shadow: 0 1px 7px #000 inset, 0 1px 0 rgba(255,255,255,0.05), 0 0 1px rgba(255,255,255,0.35);
            cursor: pointer;
            display: block;
            float: left;
            height: 90px;
            margin: 5px;
            width: 140px;
        }
        #custom_background span:hover {
        filter: alpha(opacity=0.5);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        }
        #nav_background {cursor: pointer;}
        #toggle_background {
        margin-bottom: 20px;
        }
        /* Miniaturas (Vista Previa) */
        #bg1 {background: url(http://i.imgur.com/wa5siQH.jpg) no-repeat -1006px -250px!important;}
        #bg2 {background: url(http://i.imgur.com/sdi00up.jpg) no-repeat -625px -450px!important;}
        #bg3 {background: url(http://i.imgur.com/yhhf7Rt.jpg) no-repeat 0 0!important;}
        #bg4 {background: url(http://i.imgur.com/0RcFxB5.jpg) no-repeat -655px -450px!important;}
        #bg5 {background: url(http://i.imgur.com/SKOXqoO.jpg) no-repeat -792px -142px!important;}
        #bg6 {background: url(http://i.imgur.com/EYGZIPq.jpg) no-repeat -655px -450px!important;}
        #bg7 {background: url(http://i.imgur.com/g75ZMGV.jpg) no-repeat 0 0!important;}
        #bg8 {background: url(http://i.imgur.com/SurCBhb.jpg) no-repeat 0 0!important;}

        /* Backgrounds */
        .bg1 {background: white url(http://i.imgur.com/wa5siQH.jpg)!important;}
        .bg2 {background: white url(http://i.imgur.com/sdi00up.jpg)!important;}
        .bg3 {background: white url(http://i.imgur.com/yhhf7Rt.jpg)!important;}
        .bg4 {background: white url(http://i.imgur.com/0RcFxB5.jpg)!important;}
        .bg5 {background: white url(http://i.imgur.com/SKOXqoO.jpg)!important;}
        .bg6 {background: white url(http://i.imgur.com/EYGZIPq.jpg)!important;}
        .bg7 {background: white url(http://i.imgur.com/g75ZMGV.jpg)!important;}
        .bg8 {background: white url(http://i.imgur.com/SurCBhb.jpg)!important;}
        /* -----------------Background Selector-----------------*/
        #fullcred a:hover {
        color: white;
        }
        #fullcred a {
        display: block;
        font: normal 15px 'Carrois Gothic', sans-serif;
        -moz-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
        color: #948F8F;
        color: rgba(255, 255, 255, 0.4);
        }
        #fullcred {
        float: left;
        text-align: left;
        }
        #topdes:hover {
        background: rgba(0, 0, 0, 0.5) url("http://i.imgur.com/90ulAas.png")no-repeat center center;
        }
        #topdes {
        width: 24px;
        height: 24px;
        display: block;
        background: rgba(0, 0, 0, 0.2) url("http://i.imgur.com/90ulAas.png")no-repeat center center;
        border-radius: 5px;
        margin: auto;
        cursor: pointer;
        text-align: center;
        }
        #estadisticas-IPB {
        text-align: center;
        background: #303030;
        background: rgba(30,30,30,0.9);
        background: -moz-linear-gradient(top, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0.9) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.8)), color-stop(100%,rgba(30,30,30,0.9)));
        background: -webkit-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: -o-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        background: linear-gradient(to bottom, rgba(30,30,30,0.8) 0%,rgba(30,30,30,0.9) 100%);
        border: 1px solid #151515;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        box-shadow: rgba(0,0,0,0.5) 0px 1px 5px, inset rgba(255,255,255,0.12) 0px 1px 0px;
        color: #eee;
        line-height: 32px;
        }
        #estadisticas-IPB .stat-bloque {
        display: inline-block;
        margin-right: 10px;
        }
        #estadisticas-IPB span {
        display: inline-block;
        background: url("http://mostwarez.org/public/style_images/MWv4/transw10.png") repeat;
        background: rgba(255,255,255,0.1);
        padding: 0px 8px;
        font-weight: bold;
        margin-right: 3px;
        }
        .board_statistics {
        background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%, rgba(0, 0, 0, 0.44) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26, 26, 26, 0.44)), color-stop(100%,rgba(0, 0, 0, 0.44)));
        background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: -o-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: -ms-linear-gradient(top, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        background: linear-gradient(to bottom, rgba(26, 26, 26, 0.44) 0%,rgba(0, 0, 0, 0.44) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#701a1a1a', endColorstr='#70000000',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 6px rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        border: 0px;
        }
        .board_statistics h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 4px 0;
        }
        .expand {
        background: url(http://i.imgur.com/gLCLWtW.png) no-repeat -94px -24px;
        text-indent: -3000em;
        width: 41px;
        height: 24px;
        display: block;
        outline: 0;
        opacity: 0.4;
        -moz-transition: all 0ms ease 0s;
        -webkit-transition: all 0ms ease 0s;
        -o-transition: all 0ms ease 0s;
        -ms-transition: all 0ms ease 0s;
        position: relative;
        top: -20px;
        float: right;
        right: 10px;
        cursor: pointer;
        }
        .contract {
        background: url(http://i.imgur.com/gLCLWtW.png) no-repeat -94px 0;
        text-indent: -3000em;
        width: 41px;
        height: 24px;
        display: block;
        outline: 0;
        opacity: 0.4;
        -moz-transition: all 0ms ease 0s;
        -webkit-transition: all 0ms ease 0s;
        -o-transition: all 0ms ease 0s;
        -ms-transition: all 0ms ease 0s;
        position: relative;
        top: -20px;
        float: right;
        right: 10px;
        cursor: pointer;}
        .expand:hover ,.contract:hover{opacity: 9;}

        #pun-head{
        background: #1C2431 url(http://mostwarez.org/public/style_images/MWv4/glow.png) repeat-x scroll center bottom;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        line-height: 1;
        position: relative;
        top: -20px;
        font-family: "Cuprum"!important;
        }
        div.main-content.clearfix {
          background: transparent;
          border: 0px solid
        }

        #pun-visit {
        display: none;
        }

        .right {
        clear: both;
        float: right;
        }

        #stats {
        background: transparent;
        }

        .main-box {
        display:none
        }

        #pun-logo { margin-top: -100px; }

        .pun .paged-foot, .pun .paged-head {
        background: transparent;
          border: 0px solid;
        }

        div#breadcumb.clearfix{
        display:none
        }

        /* Avatar in index */
        .avatar-index { float: left; }
        .avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
        .avatar-index img:hover { border: 1px dashed #CCC; }
        .avatar-index img {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100px;
        border-radius: 100px; 
        }
        /* Avatar del autor del ultimo mensaje en subforos */
        .avatar-last-post { float: left; }
        .avatar-last-post img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
        .avatar-last-post img:hover { border: 1px dashed #CCC; }
       
        /* Avatar del autor del post */
        .avatar-author-post {float: right;}
        .avatar-author-post img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
        .avatar-author-post img:hover { border: 1px dashed #CCC; }
Até mais!
seender

seender
Membro Entusiasta
Membro Entusiasta

Membro desde : 07/04/2009
Mensagens : 9449
Pontos : 12455

http://www.divulgamaisweb.com https://www.facebook.com/Divulga-Mais-Web-874814432638426/

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