Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Fim do forum

3 participantes

B-bytes B-bytes  • Qua 30 Jan 2013 - 18:06

Fim do forum Empty Fim do forum Qua 30 Jan 2013 - 18:06

Reputação da mensagem: 100% (2 votos)
Bom, em meu fórum há a seguinte barra: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Como podem ver, o background não fica em toda a barra, gostaria de completa-lo
Forum: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Tema: Punbb

Daemon Daemon  • Qua 30 Jan 2013 - 18:30

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 18:30

Pode mandar o seu css por favor?

B-bytes B-bytes  • Qua 30 Jan 2013 - 18:36

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 18:36

Reputação da mensagem: 100% (2 votos)
Aqui está:


Código:
#plis{

background:  #eeeeee repeat-x;
}
a.tooltip {
  outline:none; }
a.tooltip strong {
  line-height:30px;}
a.tooltip:hover {
  text-decoration:none;}
a.tooltip span {
  z-index:10;
  display:none;
  padding:14px 20px;
  margin-top:-30px;
  margin-left:28px;
  line-height:16px; }
a.tooltip:hover span{
  display:inline;
  position:absolute;
  color:#111;
  border:1px solid #DCA;
  background:#fffAF0;}
.callout {
  z-index:20;
  position:absolute;
  top:30px;
  border:0;
  left:-12px;}
a.tooltip span {
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 5px 5px 8px #CCC;
-webkit-box-shadow: 5px 5px 8px #CCC;
box-shadow: 5px 5px 8px #CCC; }
.colorpicker {
                              width: 356px;
                              height: 176px;
                              overflow: hidden;
                              position: absolute;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp11.png);
                              font-family: Arial, Helvetica, sans-serif;
                              display: none;
                            }
                            .colorpicker_color {
                              width: 150px;
                              height: 150px;
                              left: 14px;
                              top: 13px;
                              position: absolute;
                              background: #f00;
                              overflow: hidden;
                              cursor: crosshair;
                            }
                            .colorpicker_color div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 150px;
                              height: 150px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp12.png);
                            }
                            .colorpicker_color div div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 11px;
                              height: 11px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/select10.gif);
                              margin: -5px 0 0 -5px;
                            }
                            .colorpicker_hue {
                              position: absolute;
                              top: 13px;
                              left: 171px;
                              width: 35px;
                              height: 150px;
                              cursor: n-resize;
                            }
                            .colorpicker_hue div {
                              position: absolute;
                              width: 35px;
                              height: 9px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp10.gif) left top;
                              margin: -4px 0 0 0;
                              left: 0px;
                            }
                            .colorpicker_new_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 213px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker_current_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 283px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker input {
                              background-color: transparent;
                              border: 1px solid transparent;
                              position: absolute;
                              font-size: 10px;
                              font-family: Arial, Helvetica, sans-serif;
                              color: #898989;
                              top: 4px;
                              right: 11px;
                              text-align: right;
                              margin: 0;
                              padding: 0;
                              height: 11px;
                            }
                            .colorpicker_hex {
                              position: absolute;
                              width: 72px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp13.png) top;
                              left: 212px;
                              top: 142px;
                            }
                            .colorpicker_hex input {
                              right: 6px;
                            }
                            .colorpicker_field {
                              height: 22px;
                              width: 62px;
                              background-position: top;
                              position: absolute;
                            }
                            .colorpicker_field span {
                              position: absolute;
                              width: 12px;
                              height: 22px;
                              overflow: hidden;
                              top: 0;
                              right: 0;
                              cursor: n-resize;
                            }
                            .colorpicker_rgb_r {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp14.png);
                              top: 52px;
                              left: 212px;
                            }
                            .colorpicker_rgb_g {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp15.png);
                              top: 82px;
                              left: 212px;
                            }
                            .colorpicker_rgb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp16.png);
                              top: 112px;
                              left: 212px;
                            }
                            .colorpicker_hsb_h {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp17.png);
                              top: 52px;
                              left: 282px;
                            }
                            .colorpicker_hsb_s {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp18.png);
                              top: 82px;
                              left: 282px;
                            }
                            .colorpicker_hsb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp19.png);
                              top: 112px;
                              left: 282px;
                            }
                            .colorpicker_submit {
                              position: absolute;
                              width: 22px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/aceita10.png) top;
                              left: 322px;
                              top: 142px;
                              overflow: hidden;
                            }
                            .colorpicker_focus {
                              background-position: center;
                            }
                            .colorpicker_hex.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_submit.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_slider {
                              background-position: bottom;
                            }
.perfilInfo{background:url(http://forum.teamspeak.com.br/public/style_images/master/stems/bottomleft.png) no-repeat 98% 0;float:left;height:167px;left:-43em;padding:16px 0 38px 5px;top:13px;width:510px;z-index:999}.linkPrf{-moz-border-radius:2px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-border-radius:2px;-webkit-transition:all .2s ease-in-out;background:#393939 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_faint.png) repeat-x 0 0;border:0;border-radius:2px;bottom:-7px;color:#fff;float:left;font-size:11px;height:14px;left:13.8em;margin:2px;padding:2px;text-align:center;text-decoration:none!important;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;transition:all .2s ease-in-out;width:8em}.linkPrf:hover{border-color:#9A9A9A;color:#4C4C4C}.linkPrf:hover a{color:#4C4C4C}.linkPrf a{color:#fff!important;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none}.setPerfil{background:rgba(0,0,0,0.3);border-radius:3px;display:block;height:100%;padding:5px 5px 10px}.setPerfil > span{background:#1a1a1a;border:1px solid #120202;border-radius:3px;color:#fcfcfc;display:block;height:100%;padding:3px}.setPerfil .PerfilInfoImg{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:table;float:left;height:91px;width:91px}.setPerfil .PerfilInfoImg:hover{opacity:.8}.setPerfil p div{display:inline}.setPerfil h2{background:#282828 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_reallyfaint.png) repeat-x 0 0;border-bottom:1px solid #2a2a2a;border-radius:0 10px 0 0;box-shadow:1px 1px 0 #120202;display:block;float:left;font-family:"Trebuchet MS";font-size:16px;font-style:normal;font-variant:normal;font-weight:300;margin-bottom:10px;padding:5px;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;width:382px}.setPerfil p{-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;background-color:#1A1A1A;background-image:url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/row_gradient.png);background-position:0 0;background-repeat:repeat-x;border:1px solid #252525;display:block;float:right;font-weight:400;margin:2px 5px;padding:5px;text-align:left;width:350px}.setPerfil p:hover{box-shadow:1px 1px 0 #120202}
#nmostra{display:none;}
#divulg { position:relative; top:0%; left:0%; text-align right; background: #9f312b repeat-x; width: 100%}
.painel2 {
top: 9px;
position: absolute;
background-color: #000000;
border-bottom: 1px solid #A3A3A3;
border-left: 1px solid #A3A3A3;
border-right: 1px solid #A3A3A3;
color: #FFFFFF!important;
left: 42%;
width: 100px;
height: 35px;
border-radius: 0px 0px 5px 5px;
opacity: 0.5;
text-align: center;
}
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: 28px;
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: 180px;
max-width: 100px;
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);
      border-radius: 2px;
}
.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;
}
    .avat-miembro {
    float: left;
    }
    .avat-miembro img {
    width: 40px;
    height: 40px;
    padding: 1px;
    margin: 0 5px;
    border-radius: 5px ;
    border-color:#c9c9c9;
  border: 1px solid;
    }
    .avat-miembro img:hover {
    border-color:#a1a1a1;
  border: 1px solid;
    }
#chatbox,#chatbox_footer,#chatbox_members{background:#1a1a1a;border-top:1px solid #EAEAEA}#chatbox_header.main-head{-moz-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;-webkit-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;background:#31485C url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/maintitle.png) repeat-x 50% 0;box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;color:#fff;font-size:12px;font-weight:300;overflow:hidden;padding:2px;text-shadow:rgba(0,0,0,0.4) 0 -1px 0}.chatbox-title,.chatbox-title a.chat-title{color:#fff;font-size:12px;font-weight:700}h2.chatbox-title:after{content:"Shoutbox"}a.chat-title{display:none}.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#fff}#chatbox_members .member-title{background:#1a1a1a;background-color:#F4F9FD;background-image:none;border-bottom:2px solid red;color:#A30000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;padding:.5em .25em;text-align:center;text-shadow:1px 0 0 #fff}#chatbox_members{background:#fff url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) no-repeat 8px -3px;display:none}div.main-content.chatbox.clearfix{border:1px solid #161616;border-radius:4px}#chatbox p{background:#2F2F2F url(http://www.purevb.com/demo/images/buttons/newbtn_middle.png) repeat-x left top;border-bottom:1px solid #4d4d4d;border-top:1px solid #4d4d4d;line-height:1.2em}#chatbox_footer{background:#1a1a1a;border-top:1px solid #161616;clear:both;float:right;margin-top:0;min-width:230px;position:relative;width:290px}input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;background:#292929;border:1px solid #383838;box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;color:#B7B7B7;height:45px;margin:20px 20px 0;padding:6px;text-shadow:rgba(0,0,0,0.3) 0 -1px 0;width:240px}input#message.post:focus{background-color:#4b4b4b;border-color:#797979;color:#f8f8f8;outline:none}#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}#message,#submit_button:hover{opacity:.9}.fontbutton{-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#646464 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border:1px solid #585858;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#000;cursor:pointer;float:left;margin:3px 10px 3px 3px;padding:3px;text-align:left;text-shadow:#474747 0 -1px 0}.fontbutton:hover{opacity:.9}#divsmilies img + img{visibility:visible!important}#chatbox_messenger_form div.right img{visibility:hidden}#simple-wrap{background:#fff}#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}#divcolor{background-image:url(http://2img.net/i/fa/wysiwyg/color_swatch.png)}#divsmilies{background-image:url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png)}#chatbox{background:#333;border:1px solid #222;left:0;margin-right:290px;margin-top:4px;padding:8px}
#chatbox{font-color: #ffffff;} .date-and-time {display: none; }
body[text="#333333"] { background-image: none; background: #1a1a1a; }.msg span { color: white!important; }
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.gif);opacity:0.8;cursor:pointer;z-index:1010}
.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.png)}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
.fancybox-title{display:none}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}


.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 0;
    max-height: 300px !important;
    max-width: 150px !important;
    padding: 10px 9px;
}
.post span.postdetails a img:first-child:hover,.postprofile dl dt a img:first-child:hover,.post div.user-ident div.user-basic-info a img:first-child:hover,dl.postdetails dl a img:first-child:hover{
    background-color: #E8FFFF;
    box-shadow: 0 0 3px #AAAAAA inset;
    cursor: pointer;
    text-decoration: none;
}
#opac{opacity:0.85;-moz-opacity: 0.85;filter: alpha(opacity=85);}

.codebox dt {
border-bottom: 1px solid #000000!important;
padding: .25em;
background-color: #000000!important;
color: #FFFFFF; 
text-align: left;
font-weight: bold;
font-size: 14px; 
}
.codebox {
background-color: #000000;
border: 1px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.codebox dd {
background-color: #FFFFFF;
margin: .5em;
padding: .5em;
}

.postmain blockquote {
background-color: #FFFFFF;
border: 2px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.subf:hover{
-moz-transition-duration: .8s;
-o-transition-duration: .8s;
-webkit-transition-duration: .8s;
opacity: 0;
transition-duration: .8s;
}

/*like*/
.LGlike {
background: url(http://i11.servimg.com/u/f11/18/07/42/17/ok12.png) no-repeat left;
background-color: #326A94;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0 rgba(255, 255, 255, 0.3) inset;
color: white;
cursor: pointer;
display: inline-block;
font-size: 11px;
height: 22px;
line-height: 22px;
padding: 0 18px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
margin-right: 5px;
margin-top: 30px;
}
 .LGvote { margin: 0 5px; }
 .LGnovote {
  filter:Alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
  text-shadow: none;
 }

/*box*/
.titlebox {
  background: #FBFEFF;
border: 1px solid #C4D3DE;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
-moz-box-shadow: inset #fff 0px 1px 0px, rgba(0,0,0,0.05) 0px 1px 4px;
box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
padding: 10px;
overflow: hidden;
}
.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;}
.titlebox dava 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);
}

Target Target  • Qua 30 Jan 2013 - 19:55

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 19:55

Neko, passe o seu overral_footer porfavor.

B-bytes B-bytes  • Qua 30 Jan 2013 - 20:03

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 20:03

Reputação da mensagem: 100% (2 votos)
Aqui
Código:
<!-- BEGIN html_validation -->
<div>
  <div>
      <div>
        <div>
            <div>
              <div>
                  <div>
                    <div>
<!-- END html_validation -->
                    </div>
                  </div>
              </div>
            </div>
        </div>
        <div id="{ID_RIGHT}">
            <!-- BEGIN giefmod_index2 -->
            {giefmod_index2.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
            <!-- END giefmod_index2 -->
        </div>
      </div>
    <div id="footer_utilities" class="clearfix clear">
                            <script type="text/javascript">
    $(function() {$('#backtotop').click(function() {$('body,html').animate({scrollTop:0},800);});});</script>
 
                            <a rel="nofollow" href="#top" id="backtotop" title="Go to top"><img src="http://www.ipbforumskins.com/skindemo/public/style_images/baisik34x/top.png" alt="" /></a>
           
            <!-- Copyright Information -->
                      <p id="copyright">
                        <a href="/forum" title="Community Forum Software by Forumeiros Services"><img src="http://i.imgur.com/ooCzy2q.png" border="0" title="banner"/></a></p>
      <!-- / Copyright -->
  <ul class="ipsList_inline left">
       
        <ul id="rss_menu" class="ipbmenu_content" style="position: absolute; display: none; z-index: 9999; ">
        <li style="z-index: 10000; "><a href="/calendar" title="Community Calendar" style="z-index: 10000; ">Community Calendar</a></li>
                              </ul>
            <li>
              Powered by <a href="http://www.forumeiros.com/">Forumeiros®</a> Version 3.4.0 <br>
Copyright © 2013 Power Design, Inc. All rights reserved. <br>
Skin By: <a href="http://ajuda.forumeiros.com/u45636">Daemon</a></li>           
            </ul>
        </div>
  </div>
</div>
<div id="pun-foot">
  <div id="pun-about" class="clearfix">
      <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
        <fieldset>
            <p><label>{L_JUMP_TO}: </label></p>
            {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
        </fieldset>
      </form>
      <ul>
        <li>
<!-- BEGIN html_validation -->
        </li>
      </ul>
   
  </div>
</div>
<!-- END html_validation -->

Daemon Daemon  • Qua 30 Jan 2013 - 20:38

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 20:38

troca o seu css por este:
Código:
#plis{

background:  #eeeeee repeat-x;
}
a.tooltip {
  outline:none; }
a.tooltip strong {
  line-height:30px;}
a.tooltip:hover {
  text-decoration:none;}
a.tooltip span {
  z-index:10;
  display:none;
  padding:14px 20px;
  margin-top:-30px;
  margin-left:28px;
  line-height:16px; }
a.tooltip:hover span{
  display:inline;
  position:absolute;
  color:#111;
  border:1px solid #DCA;
  background:#fffAF0;}
.callout {
  z-index:20;
  position:absolute;
  top:30px;
  border:0;
  left:-12px;}
a.tooltip span {
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 5px 5px 8px #CCC;
-webkit-box-shadow: 5px 5px 8px #CCC;
box-shadow: 5px 5px 8px #CCC; }
.colorpicker {
                              width: 356px;
                              height: 176px;
                              overflow: hidden;
                              position: absolute;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp11.png);
                              font-family: Arial, Helvetica, sans-serif;
                              display: none;
                            }
                            .colorpicker_color {
                              width: 150px;
                              height: 150px;
                              left: 14px;
                              top: 13px;
                              position: absolute;
                              background: #f00;
                              overflow: hidden;
                              cursor: crosshair;
                            }
                            .colorpicker_color div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 150px;
                              height: 150px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp12.png);
                            }
                            .colorpicker_color div div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 11px;
                              height: 11px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/select10.gif);
                              margin: -5px 0 0 -5px;
                            }
                            .colorpicker_hue {
                              position: absolute;
                              top: 13px;
                              left: 171px;
                              width: 35px;
                              height: 150px;
                              cursor: n-resize;
                            }
                            .colorpicker_hue div {
                              position: absolute;
                              width: 35px;
                              height: 9px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp10.gif) left top;
                              margin: -4px 0 0 0;
                              left: 0px;
                            }
                            .colorpicker_new_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 213px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker_current_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 283px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker input {
                              background-color: transparent;
                              border: 1px solid transparent;
                              position: absolute;
                              font-size: 10px;
                              font-family: Arial, Helvetica, sans-serif;
                              color: #898989;
                              top: 4px;
                              right: 11px;
                              text-align: right;
                              margin: 0;
                              padding: 0;
                              height: 11px;
                            }
                            .colorpicker_hex {
                              position: absolute;
                              width: 72px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp13.png) top;
                              left: 212px;
                              top: 142px;
                            }
                            .colorpicker_hex input {
                              right: 6px;
                            }
                            .colorpicker_field {
                              height: 22px;
                              width: 62px;
                              background-position: top;
                              position: absolute;
                            }
                            .colorpicker_field span {
                              position: absolute;
                              width: 12px;
                              height: 22px;
                              overflow: hidden;
                              top: 0;
                              right: 0;
                              cursor: n-resize;
                            }
                            .colorpicker_rgb_r {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp14.png);
                              top: 52px;
                              left: 212px;
                            }
                            .colorpicker_rgb_g {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp15.png);
                              top: 82px;
                              left: 212px;
                            }
                            .colorpicker_rgb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp16.png);
                              top: 112px;
                              left: 212px;
                            }
                            .colorpicker_hsb_h {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp17.png);
                              top: 52px;
                              left: 282px;
                            }
                            .colorpicker_hsb_s {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp18.png);
                              top: 82px;
                              left: 282px;
                            }
                            .colorpicker_hsb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp19.png);
                              top: 112px;
                              left: 282px;
                            }
                            .colorpicker_submit {
                              position: absolute;
                              width: 22px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/aceita10.png) top;
                              left: 322px;
                              top: 142px;
                              overflow: hidden;
                            }
                            .colorpicker_focus {
                              background-position: center;
                            }
                            .colorpicker_hex.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_submit.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_slider {
                              background-position: bottom;
                            }
.perfilInfo{background:url(http://forum.teamspeak.com.br/public/style_images/master/stems/bottomleft.png) no-repeat 98% 0;float:left;height:167px;left:-43em;padding:16px 0 38px 5px;top:13px;width:510px;z-index:999}.linkPrf{-moz-border-radius:2px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-border-radius:2px;-webkit-transition:all .2s ease-in-out;background:#393939 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_faint.png) repeat-x 0 0;border:0;border-radius:2px;bottom:-7px;color:#fff;float:left;font-size:11px;height:14px;left:13.8em;margin:2px;padding:2px;text-align:center;text-decoration:none!important;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;transition:all .2s ease-in-out;width:8em}.linkPrf:hover{border-color:#9A9A9A;color:#4C4C4C}.linkPrf:hover a{color:#4C4C4C}.linkPrf a{color:#fff!important;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none}.setPerfil{background:rgba(0,0,0,0.3);border-radius:3px;display:block;height:100%;padding:5px 5px 10px}.setPerfil > span{background:#1a1a1a;border:1px solid #120202;border-radius:3px;color:#fcfcfc;display:block;height:100%;padding:3px}.setPerfil .PerfilInfoImg{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:table;float:left;height:91px;width:91px}.setPerfil .PerfilInfoImg:hover{opacity:.8}.setPerfil p div{display:inline}.setPerfil h2{background:#282828 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_reallyfaint.png) repeat-x 0 0;border-bottom:1px solid #2a2a2a;border-radius:0 10px 0 0;box-shadow:1px 1px 0 #120202;display:block;float:left;font-family:"Trebuchet MS";font-size:16px;font-style:normal;font-variant:normal;font-weight:300;margin-bottom:10px;padding:5px;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;width:382px}.setPerfil p{-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;background-color:#1A1A1A;background-image:url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/row_gradient.png);background-position:0 0;background-repeat:repeat-x;border:1px solid #252525;display:block;float:right;font-weight:400;margin:2px 5px;padding:5px;text-align:left;width:350px}.setPerfil p:hover{box-shadow:1px 1px 0 #120202}
#nmostra{display:none;}
#divulg { position:relative; top:0%; left:0%; text-align right; background: #9f312b repeat-x; width: 100%}
.painel2 {
top: 9px;
position: absolute;
background-color: #000000;
border-bottom: 1px solid #A3A3A3;
border-left: 1px solid #A3A3A3;
border-right: 1px solid #A3A3A3;
color: #FFFFFF!important;
left: 42%;
width: 100px;
height: 35px;
border-radius: 0px 0px 5px 5px;
opacity: 0.5;
text-align: center;
}
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: 48px;
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: 28px;
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: 180px;
max-width: 100px;
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);
      border-radius: 2px;
}
.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;
}
    .avat-miembro {
    float: left;
    }
    .avat-miembro img {
    width: 40px;
    height: 40px;
    padding: 1px;
    margin: 0 5px;
    border-radius: 5px ;
    border-color:#c9c9c9;
  border: 1px solid;
    }
    .avat-miembro img:hover {
    border-color:#a1a1a1;
  border: 1px solid;
    }
#chatbox,#chatbox_footer,#chatbox_members{background:#1a1a1a;border-top:1px solid #EAEAEA}#chatbox_header.main-head{-moz-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;-webkit-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;background:#31485C url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/maintitle.png) repeat-x 50% 0;box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;color:#fff;font-size:12px;font-weight:300;overflow:hidden;padding:2px;text-shadow:rgba(0,0,0,0.4) 0 -1px 0}.chatbox-title,.chatbox-title a.chat-title{color:#fff;font-size:12px;font-weight:700}h2.chatbox-title:after{content:"Shoutbox"}a.chat-title{display:none}.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#fff}#chatbox_members .member-title{background:#1a1a1a;background-color:#F4F9FD;background-image:none;border-bottom:2px solid red;color:#A30000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;padding:.5em .25em;text-align:center;text-shadow:1px 0 0 #fff}#chatbox_members{background:#fff url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) no-repeat 8px -3px;display:none}div.main-content.chatbox.clearfix{border:1px solid #161616;border-radius:4px}#chatbox p{background:#2F2F2F url(http://www.purevb.com/demo/images/buttons/newbtn_middle.png) repeat-x left top;border-bottom:1px solid #4d4d4d;border-top:1px solid #4d4d4d;line-height:1.2em}#chatbox_footer{background:#1a1a1a;border-top:1px solid #161616;clear:both;float:right;margin-top:0;min-width:230px;position:relative;width:290px}input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;background:#292929;border:1px solid #383838;box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;color:#B7B7B7;height:45px;margin:20px 20px 0;padding:6px;text-shadow:rgba(0,0,0,0.3) 0 -1px 0;width:240px}input#message.post:focus{background-color:#4b4b4b;border-color:#797979;color:#f8f8f8;outline:none}#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}#message,#submit_button:hover{opacity:.9}.fontbutton{-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#646464 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border:1px solid #585858;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#000;cursor:pointer;float:left;margin:3px 10px 3px 3px;padding:3px;text-align:left;text-shadow:#474747 0 -1px 0}.fontbutton:hover{opacity:.9}#divsmilies img + img{visibility:visible!important}#chatbox_messenger_form div.right img{visibility:hidden}#simple-wrap{background:#fff}#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}#divcolor{background-image:url(http://2img.net/i/fa/wysiwyg/color_swatch.png)}#divsmilies{background-image:url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png)}#chatbox{background:#333;border:1px solid #222;left:0;margin-right:290px;margin-top:4px;padding:8px}
#chatbox{font-color: #ffffff;} .date-and-time {display: none; }
body[text="#333333"] { background-image: none; background: #1a1a1a; }.msg span { color: white!important; }
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.gif);opacity:0.8;cursor:pointer;z-index:1010}
.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.png)}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
.fancybox-title{display:none}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}


.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 0;
    max-height: 300px !important;
    max-width: 150px !important;
    padding: 10px 9px;
}
.post span.postdetails a img:first-child:hover,.postprofile dl dt a img:first-child:hover,.post div.user-ident div.user-basic-info a img:first-child:hover,dl.postdetails dl a img:first-child:hover{
    background-color: #E8FFFF;
    box-shadow: 0 0 3px #AAAAAA inset;
    cursor: pointer;
    text-decoration: none;
}
#opac{opacity:0.85;-moz-opacity: 0.85;filter: alpha(opacity=85);}

.codebox dt {
border-bottom: 1px solid #000000!important;
padding: .25em;
background-color: #000000!important;
color: #FFFFFF; 
text-align: left;
font-weight: bold;
font-size: 14px; 
}
.codebox {
background-color: #000000;
border: 1px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.codebox dd {
background-color: #FFFFFF;
margin: .5em;
padding: .5em;
}

.postmain blockquote {
background-color: #FFFFFF;
border: 2px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.subf:hover{
-moz-transition-duration: .8s;
-o-transition-duration: .8s;
-webkit-transition-duration: .8s;
opacity: 0;
transition-duration: .8s;
}

/*like*/
.LGlike {
background: url(http://i11.servimg.com/u/f11/18/07/42/17/ok12.png) no-repeat left;
background-color: #326A94;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0 rgba(255, 255, 255, 0.3) inset;
color: white;
cursor: pointer;
display: inline-block;
font-size: 11px;
height: 22px;
line-height: 22px;
padding: 0 18px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
margin-right: 5px;
margin-top: 30px;
}
 .LGvote { margin: 0 5px; }
 .LGnovote {
  filter:Alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
  text-shadow: none;
 }

/*box*/
.titlebox {
  background: #FBFEFF;
border: 1px solid #C4D3DE;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
-moz-box-shadow: inset #fff 0px 1px 0px, rgba(0,0,0,0.05) 0px 1px 4px;
box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
padding: 10px;
overflow: hidden;
}
.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;}
.titlebox dava 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);
}

B-bytes B-bytes  • Qua 30 Jan 2013 - 20:50

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 20:50

Reputação da mensagem: 100% (2 votos)
Olá daemon, o código funcionou, más está muito apertado, eu gostaria de almentar o espço branco um poouco mais.

Daemon Daemon  • Qua 30 Jan 2013 - 20:51

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 20:51

troque por este:
Código:
#plis{

background:  #eeeeee repeat-x;
}
a.tooltip {
  outline:none; }
a.tooltip strong {
  line-height:30px;}
a.tooltip:hover {
  text-decoration:none;}
a.tooltip span {
  z-index:10;
  display:none;
  padding:14px 20px;
  margin-top:-30px;
  margin-left:28px;
  line-height:16px; }
a.tooltip:hover span{
  display:inline;
  position:absolute;
  color:#111;
  border:1px solid #DCA;
  background:#fffAF0;}
.callout {
  z-index:20;
  position:absolute;
  top:30px;
  border:0;
  left:-12px;}
a.tooltip span {
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 5px 5px 8px #CCC;
-webkit-box-shadow: 5px 5px 8px #CCC;
box-shadow: 5px 5px 8px #CCC; }
.colorpicker {
                              width: 356px;
                              height: 176px;
                              overflow: hidden;
                              position: absolute;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp11.png);
                              font-family: Arial, Helvetica, sans-serif;
                              display: none;
                            }
                            .colorpicker_color {
                              width: 150px;
                              height: 150px;
                              left: 14px;
                              top: 13px;
                              position: absolute;
                              background: #f00;
                              overflow: hidden;
                              cursor: crosshair;
                            }
                            .colorpicker_color div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 150px;
                              height: 150px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp12.png);
                            }
                            .colorpicker_color div div {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 11px;
                              height: 11px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/select10.gif);
                              margin: -5px 0 0 -5px;
                            }
                            .colorpicker_hue {
                              position: absolute;
                              top: 13px;
                              left: 171px;
                              width: 35px;
                              height: 150px;
                              cursor: n-resize;
                            }
                            .colorpicker_hue div {
                              position: absolute;
                              width: 35px;
                              height: 9px;
                              overflow: hidden;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp10.gif) left top;
                              margin: -4px 0 0 0;
                              left: 0px;
                            }
                            .colorpicker_new_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 213px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker_current_color {
                              position: absolute;
                              width: 60px;
                              height: 30px;
                              left: 283px;
                              top: 13px;
                              background: #f00;
                            }
                            .colorpicker input {
                              background-color: transparent;
                              border: 1px solid transparent;
                              position: absolute;
                              font-size: 10px;
                              font-family: Arial, Helvetica, sans-serif;
                              color: #898989;
                              top: 4px;
                              right: 11px;
                              text-align: right;
                              margin: 0;
                              padding: 0;
                              height: 11px;
                            }
                            .colorpicker_hex {
                              position: absolute;
                              width: 72px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp13.png) top;
                              left: 212px;
                              top: 142px;
                            }
                            .colorpicker_hex input {
                              right: 6px;
                            }
                            .colorpicker_field {
                              height: 22px;
                              width: 62px;
                              background-position: top;
                              position: absolute;
                            }
                            .colorpicker_field span {
                              position: absolute;
                              width: 12px;
                              height: 22px;
                              overflow: hidden;
                              top: 0;
                              right: 0;
                              cursor: n-resize;
                            }
                            .colorpicker_rgb_r {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp14.png);
                              top: 52px;
                              left: 212px;
                            }
                            .colorpicker_rgb_g {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp15.png);
                              top: 82px;
                              left: 212px;
                            }
                            .colorpicker_rgb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp16.png);
                              top: 112px;
                              left: 212px;
                            }
                            .colorpicker_hsb_h {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp17.png);
                              top: 52px;
                              left: 282px;
                            }
                            .colorpicker_hsb_s {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp18.png);
                              top: 82px;
                              left: 282px;
                            }
                            .colorpicker_hsb_b {
                              background-image: url(http://i46.servimg.com/u/f46/16/56/73/62/colorp19.png);
                              top: 112px;
                              left: 282px;
                            }
                            .colorpicker_submit {
                              position: absolute;
                              width: 22px;
                              height: 22px;
                              background: url(http://i46.servimg.com/u/f46/16/56/73/62/aceita10.png) top;
                              left: 322px;
                              top: 142px;
                              overflow: hidden;
                            }
                            .colorpicker_focus {
                              background-position: center;
                            }
                            .colorpicker_hex.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_submit.colorpicker_focus {
                              background-position: bottom;
                            }
                            .colorpicker_slider {
                              background-position: bottom;
                            }
.perfilInfo{background:url(http://forum.teamspeak.com.br/public/style_images/master/stems/bottomleft.png) no-repeat 98% 0;float:left;height:167px;left:-43em;padding:16px 0 38px 5px;top:13px;width:510px;z-index:999}.linkPrf{-moz-border-radius:2px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-border-radius:2px;-webkit-transition:all .2s ease-in-out;background:#393939 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_faint.png) repeat-x 0 0;border:0;border-radius:2px;bottom:-7px;color:#fff;float:left;font-size:11px;height:14px;left:13.8em;margin:2px;padding:2px;text-align:center;text-decoration:none!important;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;transition:all .2s ease-in-out;width:8em}.linkPrf:hover{border-color:#9A9A9A;color:#4C4C4C}.linkPrf:hover a{color:#4C4C4C}.linkPrf a{color:#fff!important;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none}.setPerfil{background:rgba(0,0,0,0.3);border-radius:3px;display:block;height:100%;padding:5px 5px 10px}.setPerfil > span{background:#1a1a1a;border:1px solid #120202;border-radius:3px;color:#fcfcfc;display:block;height:100%;padding:3px}.setPerfil .PerfilInfoImg{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:table;float:left;height:91px;width:91px}.setPerfil .PerfilInfoImg:hover{opacity:.8}.setPerfil p div{display:inline}.setPerfil h2{background:#282828 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_reallyfaint.png) repeat-x 0 0;border-bottom:1px solid #2a2a2a;border-radius:0 10px 0 0;box-shadow:1px 1px 0 #120202;display:block;float:left;font-family:"Trebuchet MS";font-size:16px;font-style:normal;font-variant:normal;font-weight:300;margin-bottom:10px;padding:5px;text-shadow:rgba(0,0,0,0.8) 0 -1px 0;width:382px}.setPerfil p{-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;background-color:#1A1A1A;background-image:url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/row_gradient.png);background-position:0 0;background-repeat:repeat-x;border:1px solid #252525;display:block;float:right;font-weight:400;margin:2px 5px;padding:5px;text-align:left;width:350px}.setPerfil p:hover{box-shadow:1px 1px 0 #120202}
#nmostra{display:none;}
#divulg { position:relative; top:0%; left:0%; text-align right; background: #9f312b repeat-x; width: 100%}
.painel2 {
top: 9px;
position: absolute;
background-color: #000000;
border-bottom: 1px solid #A3A3A3;
border-left: 1px solid #A3A3A3;
border-right: 1px solid #A3A3A3;
color: #FFFFFF!important;
left: 42%;
width: 100px;
height: 35px;
border-radius: 0px 0px 5px 5px;
opacity: 0.5;
text-align: center;
}
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: 55px;
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: 28px;
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: 180px;
max-width: 100px;
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);
      border-radius: 2px;
}
.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;
}
    .avat-miembro {
    float: left;
    }
    .avat-miembro img {
    width: 40px;
    height: 40px;
    padding: 1px;
    margin: 0 5px;
    border-radius: 5px ;
    border-color:#c9c9c9;
  border: 1px solid;
    }
    .avat-miembro img:hover {
    border-color:#a1a1a1;
  border: 1px solid;
    }
#chatbox,#chatbox_footer,#chatbox_members{background:#1a1a1a;border-top:1px solid #EAEAEA}#chatbox_header.main-head{-moz-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;-webkit-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;background:#31485C url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/maintitle.png) repeat-x 50% 0;box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;color:#fff;font-size:12px;font-weight:300;overflow:hidden;padding:2px;text-shadow:rgba(0,0,0,0.4) 0 -1px 0}.chatbox-title,.chatbox-title a.chat-title{color:#fff;font-size:12px;font-weight:700}h2.chatbox-title:after{content:"Shoutbox"}a.chat-title{display:none}.chatbox-options li,.chatbox-options li a,.chatbox-options li label{color:#fff}#chatbox_members .member-title{background:#1a1a1a;background-color:#F4F9FD;background-image:none;border-bottom:2px solid red;color:#A30000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;padding:.5em .25em;text-align:center;text-shadow:1px 0 0 #fff}#chatbox_members{background:#fff url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) no-repeat 8px -3px;display:none}div.main-content.chatbox.clearfix{border:1px solid #161616;border-radius:4px}#chatbox p{background:#2F2F2F url(http://www.purevb.com/demo/images/buttons/newbtn_middle.png) repeat-x left top;border-bottom:1px solid #4d4d4d;border-top:1px solid #4d4d4d;line-height:1.2em}#chatbox_footer{background:#1a1a1a;border-top:1px solid #161616;clear:both;float:right;margin-top:0;min-width:230px;position:relative;width:290px}input#message.post{-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;background:#292929;border:1px solid #383838;box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;color:#B7B7B7;height:45px;margin:20px 20px 0;padding:6px;text-shadow:rgba(0,0,0,0.3) 0 -1px 0;width:240px}input#message.post:focus{background-color:#4b4b4b;border-color:#797979;color:#f8f8f8;outline:none}#message,#submit_button{-moz-border-radius:2px;-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-border-radius:2px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#323232 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border-color:#2B2B2B;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#fff;display:block;margin:0 10px 10px 20px;padding:5px;text-shadow:#2B2B2B 0 -1px 0}#message,#submit_button:hover{opacity:.9}.fontbutton{-moz-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;-webkit-box-shadow:rgba(0,0,0,0.43) 0 1px 3px;background:#646464 url(http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png) repeat-x 0 0;border:1px solid #585858;border-radius:2px;box-shadow:rgba(0,0,0,0.43) 0 1px 3px;color:#000;cursor:pointer;float:left;margin:3px 10px 3px 3px;padding:3px;text-align:left;text-shadow:#474747 0 -1px 0}.fontbutton:hover{opacity:.9}#divsmilies img + img{visibility:visible!important}#chatbox_messenger_form div.right img{visibility:hidden}#simple-wrap{background:#fff}#divbold,#divcolor,#divitalic,#divsmilies,#divstrike,#divunderline{background-position:center;background-repeat:no-repeat}#divbold{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png)}#divitalic{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png)}#divunderline{background-image:url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png)}#divstrike{background-image:url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png)}#divcolor{background-image:url(http://2img.net/i/fa/wysiwyg/color_swatch.png)}#divsmilies{background-image:url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png)}#chatbox{background:#333;border:1px solid #222;left:0;margin-right:290px;margin-top:4px;padding:8px}
#chatbox{font-color: #ffffff;} .date-and-time {display: none; }
body[text="#333333"] { background-image: none; background: #1a1a1a; }.msg span { color: white!important; }
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.gif);opacity:0.8;cursor:pointer;z-index:1010}
.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(http://i31.servimg.com/u/f31/17/41/76/40/fancyb11.png)}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
.fancybox-title{display:none}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}


.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 0;
    max-height: 300px !important;
    max-width: 150px !important;
    padding: 10px 9px;
}
.post span.postdetails a img:first-child:hover,.postprofile dl dt a img:first-child:hover,.post div.user-ident div.user-basic-info a img:first-child:hover,dl.postdetails dl a img:first-child:hover{
    background-color: #E8FFFF;
    box-shadow: 0 0 3px #AAAAAA inset;
    cursor: pointer;
    text-decoration: none;
}
#opac{opacity:0.85;-moz-opacity: 0.85;filter: alpha(opacity=85);}

.codebox dt {
border-bottom: 1px solid #000000!important;
padding: .25em;
background-color: #000000!important;
color: #FFFFFF; 
text-align: left;
font-weight: bold;
font-size: 14px; 
}
.codebox {
background-color: #000000;
border: 1px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.codebox dd {
background-color: #FFFFFF;
margin: .5em;
padding: .5em;
}

.postmain blockquote {
background-color: #FFFFFF;
border: 2px solid #000000!important;
margin: 1em;
box-shadow: 0 0 3px #AAAAAA solid; 
}
.subf:hover{
-moz-transition-duration: .8s;
-o-transition-duration: .8s;
-webkit-transition-duration: .8s;
opacity: 0;
transition-duration: .8s;
}

/*like*/
.LGlike {
background: url(http://i11.servimg.com/u/f11/18/07/42/17/ok12.png) no-repeat left;
background-color: #326A94;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0 rgba(255, 255, 255, 0.3) inset;
color: white;
cursor: pointer;
display: inline-block;
font-size: 11px;
height: 22px;
line-height: 22px;
padding: 0 18px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
margin-right: 5px;
margin-top: 30px;
}
 .LGvote { margin: 0 5px; }
 .LGnovote {
  filter:Alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
  text-shadow: none;
 }

/*box*/
.titlebox {
  background: #FBFEFF;
border: 1px solid #C4D3DE;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
-moz-box-shadow: inset #fff 0px 1px 0px, rgba(0,0,0,0.05) 0px 1px 4px;
box-shadow: inset white 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px;
padding: 10px;
overflow: hidden;
}
.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;}
.titlebox dava 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);
}

B-bytes B-bytes  • Qua 30 Jan 2013 - 20:57

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 20:57

Reputação da mensagem: 100% (2 votos)
Vlw daemon, agora sim ta massa >.<''

Daemon Daemon  • Qua 30 Jan 2013 - 21:00

Fim do forum Empty Re: Fim do forum Qua 30 Jan 2013 - 21:00

quando quiser editar o tamanho procure no css por:
Código:
#footer_utilities

em "height: 55px;" altere o valor da altura para o desejado...

Tópico Resolvido; e Bloqueado

De Seta 2 [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Para Seta 2 [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Conteúdo patrocinado  • 

Fim do forum Empty Re: Fim do forum

Permissões neste sub-fórum
Não podes responder a tópicos