Forum bugado

2 participantes

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

Tópico resolvido Forum bugado

Mensagem por APOllO 11.04.15 1:47

Detalhes da dúvida


Versão do fórum : PunBB
Nível de acesso : Fundador
Navegador usado : Google Chrome
Imagem :
Imagem da minha dúvida:

Membros afetados : Somente comigo
Problema começou : Desde a ultima modificação
Endereço do fórum : http://suportesamp.forumeiros.com/

Descrição do problema

Opa Boa Noite! então eu estava fazendo algumas modificações no meu CSS normalmente, mais quando validei e visualisei estava bugado! eu tinha testado e visto codigo antes e estava funcionando normal mais quando validei de novo bugou...
vejam como ficou:
Forum bugado Bugado10

Bom aqui esta minha CSS :
Código:
/* Forum iniciado por Apollo para a Suporte SA-MP
  ---------------------------------------------- */
/* EFEITOS NO NICK */
a[href="/u1"] {
    text-shadow: 0 0 5px #03E075;
}
/* ALERTAS */
.alert1 {
    background-color: #C6D8F0;
    background-image: url("http://i43.servimg.com/u/f43/16/93/80/74/inform10.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #63A0EC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #4381CC;
    margin: 10px 0;
    padding: 15px 10px 15px 60px;
}
.alert2 {
    background-color: #FAA73D;
    background-image: url("http://i43.servimg.com/u/f43/16/93/80/74/error11.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #AA7221;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #925616;
    margin: 10px 0;
    padding: 15px 10px 15px 60px;
}
.alert3 {
    background-color: #CF4242;
    background-image: url("http://i43.servimg.com/u/f43/16/93/80/74/lock10.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #AD3F30;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #FFCECE;
    margin: 10px 0;
    padding: 15px 10px 15px 60px;
    text-shadow: 1px 1px #D71212;
}
.alert4 {
    background-color: #5DE356;
    background-image: url("http://i43.servimg.com/u/f43/16/93/80/74/tick10.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #1A9417;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #1A9417;
    margin: 10px 0;
    padding: 15px 10px 15px 60px;
}
/* TESTE */

fieldset.frm-set dl dt {
    display: block;
    float: left;
    font-weight: 700;
    text-align: right;
    width: auto;
}
fieldset.frm-set dl dd {
    margin-left: 17em;
}


/* FIM TESTE */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), url(http://themes.googleusercontent.com/static/fonts/lobster/v5/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');}

::selection {
  text-shadow: 1px 1px 3px black;
  color: #fff4ed;
  background: #bf3919 !important;}

::-moz-selection {
  text-shadow: 1px 1px 3px black;
  color: #fff4ed;
  background: #bf3919 !important;}

 ::-webkit-selection{
  text-shadow: 1px 1px 3px black;
  color: #fff4ed;
  background: #bf3919 !important;}

.pun {padding: 0;}

/*IF YOU EDIT FORUm WIDTH, BETTER CHANGE THE VALUE "900px WITH THE NEW WIDTH"*/
#header-content, #f-content{
  width: 66%;}

#page-body{
  padding-top: 1.2em;
  margin: 0;}

.layout_IE{
  min-width: 900px;
  background: url(http://i36.servimg.com/u/f36/11/96/49/61/hsepar10.png) repeat-x top;}

.container_IE{
  min-width: 900px;
  padding-bottom: 10px;
  background: url(http://i36.servimg.com/u/f36/11/96/49/61/fsepar10.png) repeat-x bottom;}

a{text-decoration: none !important;}

img{border: 0;}

button.button2, input.button2, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button {
  cursor: pointer;
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 4px .5em 4px .5em !important;
  text-align: center;
  text-shadow: 0 1px 0 #fff;}

button.button2:hover, input.button2:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover, button:hover {
  border: 1px solid #bbb;
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;}

button.button2:active, input.button2:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active, button:active {
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;}

#legend{margin: 25px 0;}

.groups{
  background: url(http://i36.servimg.com/u/f36/11/96/49/61/custom10.png) no-repeat left;
  padding: 5px 0 5px 18px;
  float: right;
  margin-top: -22px;}

select, textarea, input[type="text"], input[type="password"] {
  background-color: white;
  border-color: #BBB #CCC #DDD;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;}

input[type="text"], input[type="password"]{padding: 2px;}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
  background-image: url(http://i36.servimg.com/u/f36/11/96/49/61/script10.png);}

#as{
  margin-bottom: -90px;
  background: #FAFAFA;
  position: relative;
  text-align: center;}

#pun-announcement, #pun-visit, .main-box{
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;}

#pun-announcement{padding: 0.5em !important;}

#header{
  min-width: 900px;
  width: 100%;
  background: #090909 url(http://i46.servimg.com/u/f46/11/96/49/61/header12.png) repeat-x;}
#header a{
  color: white !important;
  text-shadow: 1px 1px 0 black;}

#header-content{
  margin: 0 auto;
  float: center;}
 
#pun-intro {
  background: none;
  border: 0;
  text-align:center;}

#pun-logo{
  position: relative;
  left: 50px;
  bottom: -10px;}

#pun-head #pun-navlinks{
  margin-bottom: -1px;
  background: none;}


#nav-border{
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  -moz-box-shadow: 0px 0px 7px 0px #000;
  -webkit-box-shadow: 0px 0px 7px 0px #000;
  box-shadow: 0px 0px 7px 0px #000;}
 
.menu {
  height: 28px;
  position: relative;
  background: #3B3B3B;
  border-top: 10px solid #212121;
  border-bottom: 2px solid #212121;}

.menu ul {
  list-style:none;
  position: relative;
  z-index:100;
  padding: 2px 0;}

#slide {
  position: absolute;
  bottom: -2px;
  height: 28px;
  z-index: 10;
  border-top: 2px solid #67a33f;
  border-bottom: 2px solid #67a33f;
  background: #2e2e2e;}

#pun-head #pun-navlinks ul li a{
  text-transform:uppercase;
  margin: 0 0 0 0.6em;
  font-weight: 0;
  font-size: 11.4px;
  color: white;
  font-family: Georgia !important;
  text-shadow: 1px 1px 0 black;}

#pun-navlinks li{
  padding: 2px 0;
  margin-right: 0.8em;}

/*
#site-info{
  float: left;
  margin-top: -50px;
  margin-left: 300px;
  width: 300px;}
*/

#site-info{display: none;}

#head-right{
  margin-top: -5px;
  text-align: right;
  padding-right: 15px;
  float: right;}

#search{
  float: right;
  margin-bottom: 5px;}

#search #search-input{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; 
  margin-top: 2px;
  padding: 0 0 0 10px;
  border: 1px solid black;
  color: white;
  text-shadow: black 1px 1px 3px;
  width: 105px;
  height: 24px;
  background: url(http://i46.servimg.com/u/f46/11/96/49/61/search17.png) no-repeat;}
#search #search-button{
  cursor: pointer;
  margin-left: 10px;
  width: 29px;
  height: 26px;
  background: url(http://i46.servimg.com/u/f46/11/96/49/61/search18.png) no-repeat;
  border: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;}

#advsearch{
  float: right;
  margin-top: 5px;}

#advsearch img{
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;}


div#social{
  float: right;
  margin-top: 5px;
  margin-right: -8px;}

div#social a{
  margin-right: 10px;}

div#social a img{
  -ms-interpolation-mode: bicubic;
  width: 25px;}

#slider{
  min-width: 900px;
  height: 299px;
  background: #6da100 url(http://i46.servimg.com/u/f46/11/96/49/61/slider10.png) no-repeat center;}

.main-head{
  color: white !important;
  font-family: Trebuchet, Arial !important;
  font-size: 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 5px;
  height: 12px;
  padding-top: 0.4em !important;}
 
#index .main-head{
  margin-top: 15px;
  margin-bottom: 0px;
  background: black url(http://i36.servimg.com/u/f36/11/96/49/61/index-10.png) top repeat-x;
  border: 1px solid black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 17px;
  padding-top: 0.4em !important;}

#index .main-head *{font-weight: normal !important;}

#index .main-head h1, #index .main-head h2, #index .main-head h3, #index .main-head h4, #index .main-head h5{
 font-family: 'Lobster' !important;
  font-size: 22px !important;
  margin-top: 1px;}

#index .main-content{
  border: 0;
  background: none;}

#index .table td{
  border: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: url(http://i36.servimg.com/u/f36/11/96/49/61/catbg10.png) repeat-x;}

#index .in{
  width: 0;
  padding-right: 10px;}

#index .table{
  border-collapse:separate;
  border-spacing: 0px 10px;}

#index .table td.tcl{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #d6d6d6;}

#index .table td.tcr{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #d6d6d6;}

#pun-visit{margin: 1em 0;}
 
#pun-about {border: 0;}

#pun-about ul li a{font-weight: normal;}

#fa_ticker_block {padding: 20px 10px 10px 10px !important;}

#fa_ticker_block .module{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; 
  background: #4b4b4b url(http://i36.servimg.com/u/f36/11/96/49/61/index-10.png) top repeat-x;
  color: white;
  text-shadow: 0 1px 0 black;
  border: 1px solid black;}

#fa_ticker_block .main-content{
  padding: 0.2em !important;
  background: none !important;
  border: 0 !important;}

#fa_ticker_container{margin-bottom: 4px !important;}




#general-stats{
  width: 100%;
  text-shadow: 1px 1px 0 white;
  background: #f5f5f5;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #dcdcdc;
  border: 1px solid white;}

#statistics{
  vertical-align: top;
  padding-bottom: 15px;
  border-left: 1px solid white;
  width: 100%;
  float: right;}

#statistics .stats-title{background: #e3e3e3;}

.stats-content{
  border-top: 1px solid #d9d9d9; 
  padding: 15px;}

#online{
  vertical-align: top;
  border-right: 2px solid #d2d2d2;
  background: #eaeaea;
  width: 60%;}

#online .on-title{background: #f3f3f3;}

#online .on-title, #statistics .stats-title{
  height: 70px;
  padding 0 0 0 20px;
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 1px solid white;}

#online .on-title a, #statistics .stats-title a{
  font-family: Century Gothic !important;
  bottom: -23px;
  position: relative;
  left: 20px;}


.online-content{
  border-top: 1px solid #d9d9d9; 
  padding: 15px;}

.globe, .chart{
  margin-top: -3px;
  height: 28px;
  vertical-align: middle;}


.contentslider {
  top: 27px;
  width: 700px;
  height: 250px;
  padding: 0;}

.cs_wrapper, .cs_article {background:#;}

.cs_leftBtn, .cs_rightBtn {width:48px;}

.cs_article h2 {
  font-weight: normal;
  text-shadow: 1px 1px 5px black;
  font-size: 32px;
  line-height:1.125em;}

.cs_article h2 a {
  font-family: 'Lobster';
  color: white;}

.cs_article p {
  text-shadow: 1px 1px 1px black;
  font-size: 15px;
  line-height:1.5em;
  color: white;}

.cs_article .readmore {
  border-bottom: 1px solid #b2d266;
  padding: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: darkgreen;
  font-size: 12px;
  text-shadow: 1px 1px 1px black;
  color: white;}
 
.contentslider {
  position:relative;
  display:block;
  width:700px;
  height:250px;
  margin:0 auto;
  overflow:hidden;}

.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;}

.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;}

.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  width: 700px;
  height: 250px;
  display:block;
  margin:0 auto;
  padding:0;}

.cs_article h2 {
  display:block;
  width:26%;
  margin:10px 26px 5px 55%;
  text-align:left;}

.cs_article img {
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 10px 0px #000;
  -webkit-box-shadow: 0px 0px 10px 0px #000;
  box-shadow: 0px 0px 10px 0px #000;
  position: absolute;
  top: 5px;
  left: 70px;
  width: 43%;
  -ms-interpolation-mode: bicubic;
  height: 90%;
  margin: 5px;}

.cs_article p {
  display:block;
  width: 30%;
  margin:0 26px 5px 55%;
  padding:0;
  border:0;}

.cs_article .readmore {
  display: block;
  width: 10%;
  margin: 0 10% 1% 56%;
  text-align: center;
  float: right;}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height: 250px;
  padding:10px 0;
  z-index: 999;}

.cs_leftBtn {
  left:0;
  outline:0;}

.cs_rightBtn {
  right:0;
  outline:0;}

.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top: 0px;
  margin:0;
  margin-top: -25px;}

.cs_rightBtn img{right: 13px;}



.user{text-shadow: 1px 1px 0 white;}

.codebox{
    background: none repeat scroll 0 0 #FCFCFC;
    border-right: 5px solid lightgreen;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    color: #495D68;
    text-shadow: 1px 1px 0 white;}

.codebox dd{
  margin: 0;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: white;
  border-top: 1px solid white;
  background: none;}

.codebox dt{
    background: none repeat scroll 0 0 #F0F0F0;
    border-color: white white lightgreen;
    border-style: solid;
    border-width: 1px;
    font-style: italic;} 

.postmain blockquote, blockquote{
    background-color: #FCFCFC;
    border-left: 5px solid lightgreen;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #495D68;
    margin: 0.5em;
    padding: 0 !important;
}

blockquote div{
  background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
  padding: 0.7em;
}

.attachbox{
  margin: 10px;
  text-shadow: 1px 1px 0 white;
  background: #EAEAEA;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #ababab;
  border: 1px solid white;}

.cat-title{
  text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, .15);
  font-family: Helvetica,Arial,sans-serif !important;
  font-size: 20px;
  position: relative;
  left: 40px;
  bottom: -15px;}

.cat-title b{font-weight: normal !important;}

.cat-title h2, .cat-title font{font-family: Helvetica,Arial,sans-serif !important;}

#posts-topics{
  -moz-border-radius: 5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f4eae3;}

#tabs{
  min-width: 0;
  width: 800px;}

#tabs ul li{margin: 0 10px 10px 0;}

#tabs ul li a{
  text-shadow: 1px 1px 0 white;
  background: #f0f0f0;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #ababab;
  border: 1px solid white;}

#tabs ul li a:hover{background: #e6e6e6;}
 

#tabs .activetab a{
  color: #666 !important;
  font-weight: bold;
  font-style: italic;}

.pun .topic{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none !important;
  border: none !important;}

.post-border{
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid white;
  margin-top: 15px;
  margin-bottom: 15px;}

.post{
  border: 2px solid #666 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f5f5f5 url(http://i46.servimg.com/u/f46/11/96/49/61/body-b15.png);}

.post-content{
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid white;}

.pun .posthead{
  background: none;}

.pun .postbody {border-top: 1px dashed white;}

.postmain{
  background: #FFFEF4 url(http://i46.servimg.com/u/f46/11/96/49/61/body-b15.png);
  border-left: 1px solid white !important;}

.pun .posthead {border-bottom: 1px dashed #bdbdbd  !important;}

.post-main{border-left: 1px solid #bdbdbd;}

.postfoot{
  padding: 0;
  border: none;}
 
.post-options{
  bottom: -11px;
  position: relative;}

.post-border .post-options{bottom: -13px !important;}

.post-options img{margin-right: 10px;}
 
.pun .main-foot p, .pun .main-foot div, .pun .main-head p, .pun .main-head div{
  color: white !important;}

.pun .main-foot a, .pun .main-head a{
  color: white !important;}

.main-foot img, .main-head img{vertical-align: middle;}

.frm-form{background: none !important;}

.pun .user-ident .username{position: static;}

.user{padding-top: 0.5em !important;}

.posting a{margin-left: 10px;}

#topic-titles{
  position: relative;
  bottom: 40px;
  width: 60%;}

#topic-titles{
  text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 25px;
  font-weight: normal;
  font-family: 'Lobster' !important;}


.paged-head{min-height: 50px;}

#blog_comments{
  background: none;
  border: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;}

#share-topic{
  float: right;
  margin-top: -2px;
  margin-right: -10px;}

.paging{margin-bottom: 15px;}

.paging a, .paging b {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px; /*opcional*/
  color: #aaa;
  font-size: .875em;}

.paging a {
  display: inline-block;
  margin-right: 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255,255,255, 1);}

.paging a:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);}

.paging b {
  font-size: .875em;
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8); 
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0,0,0, .5);}

.frm-buttons{text-align: center;}

.expand, .contract {
position: absolute;
top: -1px;
right: -11px;
cursor: pointer;
width: 16px;
height: 16px;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/plus-b11.png);}

.contract {background: url(http://i36.servimg.com/u/f36/11/96/49/61/minus-11.png);}

.pun-crumbs, #pun-crumbs {
  margin: 0 1px 1em;
  padding: .2em 1em;}

.pun-crumbs p, #pun-crumbs p {
  font-size: 1.11em;
  line-height: 1.5;
  margin: 0;}
 
.crumbs a{
  padding: 2px 5px;
  margin-right: 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  border: solid 1px #c0c0c0;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255,255,255, 1);
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);}

.pun-crumbs .crumbs strong a{
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  color: #f0f0f0 !important;
  text-shadow: 0px 0px 3px rgba(0,0,0, .5);}

#pun-crumbs .crumbs strong a:last-child{
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  color: #f0f0f0 !important;
  text-shadow: 0px 0px 3px rgba(0,0,0, .5);}
 
.home{
  margin-right: -4px;
  margin-bottom: -3px;}

.no-crumbs #pun-crumbs{display: none;}

#online-img{
  bottom: -30px;
  position: relative;
  left: 60px;
  width: 95px;}

#online-img img{margin-top: -25px;}

.statused tr:hover{
background: #f2f2f2;}

#pun-info{
  margin-top: 10px;
  float: left;}

#pun-info .right{float: none !important;}

ul.pun-legend{
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  width: 60%;
  padding: 5px 10px;
  text-align: left;
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;}

ul.pun-legend li img{vertical-align: middle;}

#pun-legend{padding-left: 0;}

#pun-legend li{
  width: 100%;
  text-shadow: 1px 1px 0 white;
  background: #f0f0f0;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #ababab;
  border: 1px solid white;
  padding-right: 0px;}

ul#pun-legend li img{
  margin-left: 15px;
  vertical-align: middle;}


#pun-qpost{margin-top: 10px;}

#pun-qpost .main-head{
  margin-top: 15px;
  margin-bottom: 0px;
  background: black url(http://i36.servimg.com/u/f36/11/96/49/61/index-10.png) top repeat-x;
  border: 1px solid black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 17px;
  padding-top: 0.4em !important;}

#pun-qpost .main-head .h2{
 font-family: 'Lobster' !important;
  font-size: 22px !important;
  margin-top: 1px;}

#pun-qpost .options {margin-top: 2px;}

#pun-qpost #text_editor_controls {
  margin: 10px 0 0 21.5% !important;}

#pun-qpost #textarea_content dl dt{width: 14.5em;}

#pun-qpost  .dd-textarea{
  width: 65% !important;
  margin-left: 15% !important;}

#text_editor_controls {
  margin: 10px 0 0 0 !important;}

#posting-box fieldset.frm-set dl dd {margin-left: 1px !important; width: auto;}

#posting-box fieldset.frm-set dl dt{width: auto !important;}

div.posting-block{
  width: 75%;
  margin-right: 0;
  margin-top: 20px;}

#format-buttons #text_edit button{margin-top: 5px;}

#posting-box dd.frm-textarea #text_editor_textarea{
  width: 88% !important;}

#smiley-box{width: 25%;}

#helpbox {
  padding: 2px 5px;
  text-shadow: 1px 1px 0 white;
  background: #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 0;
  top: 15px;
  position: relative;}


#gallery .main-content, .gallery-cat{
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;} 

.table{
  text-shadow: 1px 1px 0 white;
  background: white;
  margin-top: -1%;
  margin-bottom: 15px;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;}

.pun .frm .frm-form table{border-top: 1px solid #BBB;}

.table thead{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;}

#cat-box .table{border-collapse:separate !important;}

#cat-box table.table td{background-color: transparent !important;}

.table td, .table th{
  border-color: #D6D6D6;
  border-top: 1px solid #D6D6D6;
  background: url(http://www.servimg.com/u/f36/11/96/49/61/catbg10.png) top repeat-x;}

#cat-box .table th{background-color: #ededed;}

#cat-box .table tr:hover{background: #f2f7ef;}

#cat-box .table .tcl{border-right: 1px solid #D6D6D6;}

#cat-box .tc2{
  border-left: 1px solid white;
  border-right: 1px solid #D6D6D6;}
 
#cat-box .tc3{
  border-left: 1px solid white;
  border-right: 1px solid #D6D6D6;}   
   
#cat-box .tcr{border-left: 1px solid white;}
 
#index .table{
  background: none;
  border: 0;
  box-shadow: none;}

.main-content.message p{
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;}

#forum_rules .main-content{
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;
  margin-bottom: 5px;}

#forum_rules .logo {vertical-align: middle;}

#forum_rules .main-head{
  margin-top: 15px;
  padding-bottom: 20px !important;
  width: 100px;
  text-align: center;
  margin-bottom: -10px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;}

#forum_rules .main-head p{float: center;}


#ptrafic_open .main-content{
  background: white url(http://i36.servimg.com/u/f36/11/96/49/61/dropsh10.png) 0 -1px repeat-x;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 -moz-box-shadow: 0 2px 5px 0 #dcdcdc;
  -webkit-box-shadow: 0 2px 5px 0 #dcdcdc;
  box-shadow: 0 2px 5px 0 #dcdcdc;}

#ptrafic_open .main-head{
  margin-top: 20px;
  padding-bottom: 20px !important;
  width: auto;
  text-align: center;
  margin-bottom: -10px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;}

#ptrafic_open .main-head p{float: center;}

#ptrafic_open .options {display: none;}


.vote-no-bar{display: none;}

.vote-button {margin: 5px 0;}

.vote-button a img{width: 16px;}

.vote{width: auto;}

.vote-bar{
  margin: 6px !important;
  border: 1px solid white !important;
  height: 50px !important;
  width: 4px !important;
  -moz-box-shadow: 0px 0px 5px #7a7a7a;
  -webkit-box-shadow: 0px 0px 5px #7a7a7a;
  box-shadow: 0px 0px 5px #7a7a7a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;}

.vote-bar-plus{
background: #8ecb18 !important;}

.vote-bar-minus{
background: #bf4d07 !important;}


#search_menu{width: 300px;}

.overview{
  color: white;
  text-shadow: 1px 1px 0 black;
  background: url(http://i36.servimg.com/u/f36/11/96/49/61/queryb10.png) top repeat-x; 
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  moz-box-shadow: 0px 0px 5px #616161;
  -webkit-box-shadow: 0px 0px 5px #616161;
  box-shadow: 0px 0px 5px #616161;}

.overview a{color: white !important;}

.title-overview{
  background: none;
  text-align: center;
  border-bottom: 1px dashed black;}

.center-overview{
  border-top: 1px dashed #B1B1B1;
  border-bottom: 1px dashed black;}

.center-overview:last-child{border-bottom: 0;}


.forumline{
  text-shadow: 1px 1px 0 white;
  background: #f5f5f5 !important;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #ababab;
  border: 1px solid white;}


.main .frm-info{
  padding: 0.7em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #FFE57B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFE57B), color-stop(17%, #FFDF6C), color-stop(100%, #FFE57B));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe57b', endColorstr='#ffe57b', GradientType=0 );
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  color: #594405;
  text-shadow: 0 1px 0 #FFEFAA;
  border: 1px solid #D3B95D;}

.main .frm-info li{padding: 0;}

table#main-blog{
  background: none !important;
  border: 0 !important;
  border-spacing: 10px;
  border-collapse: separate !important;}

table#main-blog td{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
  border: 1px solid #D6D6D6;}

table#main-blog td:hover{background-color: #f2f7ef;}

#main-blog .topic-title.hierarchy{
  font-size: 1.5em !important;
  font-family: 'Lobster' !important; 
  font-weight: normal !important;}
 
#read-all{
  float: right;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  padding: 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
  -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
  font-size: 12px;
  text-shadow: 1px 1px 1px black;}

#read-all a{color: white !important;}

#main-blog tbody.statused span.status {position: static !important;}
#main-blog .tdtopics .status {margin-left: 0 !important;}
#main-blog tbody.statused td.tcl {padding: 0 1em 1em 1em !important;}

#bookmarks a img.twitter {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/twitte10.png) no-repeat scroll;}
#bookmarks img.excite{display: none;}
#bookmarks a img.digg {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/digg10.png) no-repeat scroll;}
#bookmarks a img.reddit {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/reddit10.png) no-repeat scroll;}
#bookmarks a img.delicious {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/delici10.png) no-repeat scroll;}
#bookmarks a img.google {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/google10.png) no-repeat scroll;}
#bookmarks img.live {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/window10.png) no-repeat scroll;}
#bookmarks img.facebook {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/facebo10.png) no-repeat scroll;}
#bookmarks img.slashdot {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/slashd10.png) no-repeat scroll;}
#bookmarks img.netscape {display: none;}
#bookmarks img.technorati {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/techno10.png) no-repeat scroll;}
#bookmarks img.stumbleupon {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/stumbl10.png) no-repeat scroll;}
#bookmarks img.furl {display: none;}
#bookmarks img.smarking {display: none;}
#bookmarks img.newsvine {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/newsvi11.png) no-repeat scroll;}
#bookmarks img.yahoo {width: 32px;height: 32px;margin: 2px;background: url(http://i66.servimg.com/u/f66/11/96/49/61/yahoo10.png) no-repeat scroll;}


.module {
  text-shadow: 1px 1px 0 white;
  background: #f5f5f5;
  -moz-box-shadow: 0px 0px 7px 0px #dcdcdc;
  -webkit-box-shadow: 0px 0px 7px 0px #dcdcdc;
  box-shadow: 0px 0px 7px 0px #ababab;
  border: 1px solid white;}

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

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

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


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

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

#footer a{color: white;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#other{
  float: left;
  margin-left: 25px; 
  margin-right: 25px;}
/* Borda perfil*/
div.post.online.staffermember, div.post.staffermember {
    background-image: url("http://i.imgur.com/N1EFtb5.png") !important;
    background-position: right bottom;
    background-repeat: no-repeat;
}
/* Avatar dos Topicos */
.inicio_topico {
border: 1px solid #CADCEB;
background: #E1EBF2;
border-radius: 6px;
padding: 3px;}

.inicio_topico a img {
padding-right: 7px;
max-width: 45px;
max-height: 45px;}

#primeiro-topico-br {
display: none;
}
.titlebox {-moz-border-radius: 3px; -moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 4px; -webkit-border-radius: 3px; -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 4px; background: #EFEFEF; border: 1px solid #CCC; border-radius: 3px; box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 4px; overflow: hidden; padding: 10px; text-shadow: white 0 1px 0;}
.titlebox dd {display: block;}
.titlebox dava {float: left;}
.ipsBox_withphoto {float: left; margin-left: 10px;}
.ipsType_pagetitle {color: #323232; display: block; font-family: Helvetica,Arial,sans-serif; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 300; line-height: 1.4; outline-style: none; overflow: hidden; text-align: left; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; width: 650px;}
.ipsType_pagetitle a {font-size: 23px; z-index: 999;}
.desc.lighter.blend_links {color: #777; float: left; font-size: 11px;}
.socialetopic {float: right; position: relative;}
.titlebox dava a img {-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); background: white; border: 1px solid #D5D5D5; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); float: left; height: 50px!important; padding: 1px; width: 50px!important;}
/*Efeito de neon nos Links*/
a:hover {
color: #2EB059;
text-shadow : 0px 0px 10px #4bc473;
}
/*Avisos nas respostas rapidas*/
.sucesso, .alerta, .aviso, .infos {
padding: 8px 8px 8px 40px;
width: 99%;
text-shadow: 0 1px 0 #FFFAF1;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
}
.sucesso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0020/accept.png') no-repeat 6px #effeb9;
border: 1px solid #9ac601;
color: #4F8A10;
}
.alerta {
background: url('http://cdn1.iconfinder.com/data/icons/nuvola2/32x32/actions/messagebox_warning.png') no-repeat 6px #fccac3;
border: 1px solid #db3f23;
color: #D8000C;
}
.aviso {
background: url('http://cdn3.iconfinder.com/data/icons/fatcow/32x32_0400/error.png') no-repeat 6px #ffeaa9;
border: 1px solid #f9b516;
color: #9F6000;
}
.infos {
background: url('http://cdn1.iconfinder.com/data/icons/musthave/24/Information.png') no-repeat 6px #d1e4f3;
border: 1px solid #4d8fcb;
color: #00529B;
}
/*Menu*/
a.mainmenu {
-webkit-transform: translateZ(0);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-bottom: 0px solid rgba(255, 255, 255, 0.6);
padding-bottom: 10px;
margin-top: 0;
color: white;
}
#pun-navlinks a:hover {
      border-top: 0px!important;
      border-bottom: 3px solid green !important;
}
#pun-navlinks {
    padding-bottom: 10px !important;
}
#pun-navlinks a {
        font-weight: bold;
        margin-left: 20px !important;
}
#pun-navlinks li {
        border-right: 1px solid white;
        padding-bottom: 8px !important;
}   


Espero que ajudem!
Pipoca


Última edição por Apollo em 11.04.15 13:58, editado 1 vez(es)
APOllO

APOllO
Super Membro

Membro desde : 08/12/2014
Mensagens : 1104
Pontos : 1529

http://suportedesign.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Forum bugado

Mensagem por First 11.04.15 2:06

Olá,

Adicione em seu CSS:
Código:
body {
  font-size: 12px!important;
}


Até! Piscada
First

First
Super Membro

Membro desde : 13/07/2013
Mensagens : 1313
Pontos : 1884

http://www.ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Forum bugado

Mensagem por APOllO 11.04.15 13:48

Obrigado First boa
APOllO

APOllO
Super Membro

Membro desde : 08/12/2014
Mensagens : 1104
Pontos : 1529

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