Boas-vindas ao Power Pixel

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

Tema com alguns bugs

4 participantes

Quakeline Quakeline  • Sáb 2 Fev 2013 - 14:05

Tema com alguns bugs Empty Tema com alguns bugs Sáb 2 Fev 2013 - 14:05

Olá,

Baixei um tema aqui do Best Skins e irei utilizar no meu fórum, gostei dele só que veio com alguns bugs

No tema tem um menu em cima do fórum, em cima de tudo eu gostei dele mais ele tem um bug que quando passa o mouse em cima de alguma das opções o efeito hover fica fora do menu, talvez irão entender melhor no print

Link do Print : [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Link do Fórum : [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Versão do fórum : PunBB

Até

Firenando Firenando  • Sáb 2 Fev 2013 - 14:36

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 14:36

Olá, aqui está normal.

Sugiro que não altera os créditos, mesmo botando que foi personalizado por você e mais alguém.

Deixe o overall_footer_end do tema próprio.

Target Target  • Sáb 2 Fev 2013 - 16:31

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 16:31

Você fez alguma alteração no tema ?
Porfavor poste o seu CSS aqui.
E tente este código abaixo antes de postar o seu CSS:

Código:

#notify_link, #inbox_link {
vertical-align: middle;
width: 16px;
height: 13px;
padding: 11px 22px 6px 10px;
position: relative;
}

Provavelmente já deve de existir um código como este, portanto, deve de excluir este código em teu CSS.

Até mais

Quakeline Quakeline  • Sáb 2 Fev 2013 - 20:55

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 20:55

Olá,

Eu não substituir nada no tema só o menu e os créditos eu não retirei nada, o código não funcionou

Aqui minha Folha de estilo CSS

Código:
body {
font: normal 13px helvetica,arial,sans-serif;
}

body {
background-color: #D8DDE8;
color: #5A5A5A;
}

#pun-intro {
  display: none;
}
#pun-navlinks {
  display: none;
}
#pun-about {
background-color: transparent;
border: 0px;
font-size: 0.8em;
line-height: 150%;
padding: .6em 1em;
text-align: right;
}
#pun-about form {
  display: none;
}
#pun-visit, .main-box {
background-color: transparent;
border: 0px;
margin: 0 0 1em;
padding: .6em 1em;
}

.pun {
  width: 87%;
  background: white;
  padding: 10px 10px;
  line-height: 120%;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}

a:link {text-decoration: none;}

/*user header*/
#header_bar {
background: #323232 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/user_navigation.png) repeat-x bottom;
padding: 0;
text-align: right;
}

#branding, #header_bar, #primary_nav {
min-width: 980px;
}

#content2, .main_width {
margin: 0 auto;
width: 87% !important;
min-width: 960px;
}

#user_navigation {
color: #9F9F9F;
font-size: 11px;
}

#user_link {
font-size: 12px;
color: white;
padding: 0 12px;
height: 36px;
line-height: 36px;
display: inline-block;
margin-right: 15px;
outline: 0;
}

.right {
float: right;
}

ol, ul {
list-style: none;
}

#user_navigation .ipsList_inline li {
margin: 0;
}

.ipsList_inline > li:first-child {
margin-left: 0;
}

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

#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}

#user_navigation #register_link {
background: #7BA60D;
color: white;
display: inline-block;
padding: 3px 8px;
border: 1px solid #7BA60D;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#user_navigation #sign_in {
  margin-right: 8px;
}

#user_navigation a {
color: white;
text-decoration: none;
}

#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}

#inbox_link {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_inbox.png) no-repeat top;
}

#notify_link {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_notify.png) no-repeat top;
}

#notify_link, #inbox_link {
vertical-align: middle;
width: 18px;
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
}

/*branding*/
#branding {
background: #0F3854 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/branding_bg.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}

#logo {
display: inline;
}

#search {
margin: 20px 0;
}

#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: 130px;
outline: 0;
}

input, select {
font: normal 13px helvetica,arial,sans-serif;
}

#search_options {
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;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}

#search .submit_input {
background: #7BA60D url(http://www.ipbforumskins.com/skindemo/public/style_images/master/search_icon.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
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;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}

fieldset, img {
border: 0;
}

.hide {
display: none;
}
user agent stylesheetlabel {
cursor: default;
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/advanced_search.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}

/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}

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

#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}

#community_app_menu > li.active > a {
background: white;
color: #0B5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
text-decoration: none;
}

#community_app_menu > li > a {
color: #C5D5E2;
background: #1C3B5F;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-decoration: none;
}

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: white;
}

#quickNavLaunch span {
background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_quicknav.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}

/*table*/
.main .main-head {
  background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}

.main .main-foot {
  background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
color: white;
padding: 10px 10px 11px;
font-size: 16px;
font-weight: 300;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}

.main .main-head .page-title {
  font-size: 16px;
}

thead {
  display: none;
}

.pun .main-content {
background-color: #EBF0F3;
border: 0px;
padding: 9px;
}

.pun table.table td {
background-color: #FFFFFF;
border-bottom: 1px solid #F3F3F3;
border-right: 0px;
border-left: 0px;
line-height: 130%;
padding: .8em 0 .7em;
}

.pun .main table td.tc2, .pun .main table td.tc3 {
background: #FFFFFF;
}

.hierarchy {
  margin-left: 10px;
}

.desc {
  margin-left: 10px;
}

/*stats*/
#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 {
display: inline-block;
background: #E2E2E2;
color: #4A4A4A;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}

.statsPers li {
float: left;
color:#666;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}

/*Statistics*/
#pun-info {
  margin-top: 15px;
  border: 0px;
}

.statistics_head{
border-top: 3px solid #D8D8D8;
}

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

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

/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}

.clear {
clear: both;
}

.footerleft {
float: left;
margin-top: -20px;
}

#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #BDBDBD;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}

#backtotop:hover{
  background:#af286d;
  color:#fff;
  opacity:1
}

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

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

#rss_menu {
background-color: #FEF3D7;
border: 1px solid #ED7710;
}

#rss_menu li {
border-bottom: 1px solid #FCE19B;
}

#rss_menu a {
color: #ED7710;
padding: 5px 8px;
}

.ipbmenu_content a {
text-decoration: none;
text-align: left;
display: block;
padding: 6px 10px;
}

#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
color: #225985;
}

#footer_utilities .ipsList_inline > li > a:hover {
  color: #328687;
}

#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px white;
}

#copyright a {
color: #848484;
}

/*module*/
.module .main-content {
  background: #F7FBFC;
}

.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
border-radius: 0px;
background-color: #DBE2EC;
background-image: none;
border: 0px;
-webkit-box-shadow: inset 0 0px 0 #528CBC;
box-shadow: inset 0 0px 0 #528CBC;
}

/*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;
}

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

.main .main-content.frm {
background-color: #ffffff;
padding: 9px;
}

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

.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
}

.pun .post {
  background: white;
}

.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 16em;
}

.pun .post .user {
    margin-top: 10px;
    display: block;
    position:relative;
    font-size: 12px;
    text-align: center;
}

.pun .user .user-ident .user-basic-info {
  text-align: center;
}

.pun .topic {
background: #EBF0F3;
}

.pun .posthead {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
border-bottom: 0px;
}

.posting img:hover {
opacity: 0.9;
}

.postfoot {
  border-top: 0px;
  opacity: 0.3;
  transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  -moz-transition:0.5s all;
  -webkit-transition:0.5s all;
}

.postfoot:hover {
  opacity: 1.0;
}

.pun .posthead h2 {
color: #777;
font-size: 11px;
font-weight: normal;
}

.user-basic-info a img {
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);
height: auto;
max-height: auto;
max-width: auto;
width: auto;
}

.user-basic-info a img:hover {
border-color: #7D7D7D;
}

.pun .postfoot .user-contact {
float: left;
text-align: left;
width: 15em;
margin-left: 5px;
}

/*linha da assinatura*/
.pun .sig-content {
clear: both;
padding: .5em 1em;
position: relative;
}
.pun div, .pun td, .sig-line {
border-color: ##DDD;
color: ##DDD;
}
.sig-content, .signature_div {
border-top: 1px solid #E4E4E4;
}

/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: white;
border-top: 1px solid #EAEAEA; 
}

#chatbox_header.main-head {
background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
padding: 2px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528CBC;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}

.chatbox-title, .chatbox-title a.chat-title {
  color: white;
font-size: 15px;
font-weight: bold;
}

.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}

#chatbox_members .member-title {
background: #F8E7DD;
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 white;
}

#chatbox_members {
display: none;
}

div.main-content.chatbox.clearfix {
border: 1px solid #EAEAEA;
border-radius: 4px;
}

#chatbox p {
border-bottom: 1px solid #DDD;
border-top: 1px solid white;
line-height: 1.2em;
}

#chatbox_footer {
  width: 290px;
  min-width: 230px;
  background: #FCFCFC;
  float: right;
  clear:both;
  position: relative;
  border-top: 1px solid gainsboro;
}

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

input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
margin: 20px;
margin-bottom: 0px;
}

#message, #submit_button {
  background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}

#message, #submit_button:hover {
  opacity: 0.9;
}

.fontbutton {
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
background: #E2E9F0;
border-color: #DAE2EA;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.fontbutton:hover {
  opacity: 0.9;
}

#divsmilies img + img{visibility:visible!important}

#chatbox_messenger_form div.right img{visibility:hidden}

#simple-wrap {
  background:white;
}

#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: #FBFBFB;
  padding: 8px;
  border: 1px solid #DBE4EF;
  border-bottom: 3px solid #DBE2EC;
  right: 290;
  margin-top: 5px;
  left:0
}

.attach {
float: right;
}

div.main-content.chatbox.clearfix {
border: 0px;
border-radius: 4px;
padding: 0px;
}

/*lastpost*/
#avatar-lastpost img {
height: 30px;
width: 30px;
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);
margin-top:16px;
margin-right:11px;
}

#avatar-lastpost 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)}

.expand, .contract {
position: absolute;
top: -2px;
right: -6px;
cursor: pointer;
width: 13px;
height: 13px;
background: url(http://i40.servimg.com/u/f40/17/70/87/33/collap10.png);
}

.contract {background: url(http://i40.servimg.com/u/f40/17/70/87/33/collap11.png);}
/*lastpost*/
.mini_ava {
float: left;
}

.mini_ava img {
width: 36px;
height: 36px;
margin: 0 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
}

.mini_ava img:hover {
opacity: 0.8;
width: 36px;
height: 36px;
}
/*botões de votar*/
.vote {
padding: 2px;
text-align: center;
width:16px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

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

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 16px;
}

.vote .vote-bar-plus {
margin-left: 5px;
width: 7px;
}

.vote .vote-bar-minus {
margin-left: 5px;
width: 7px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://cdn3.iconfinder.com/data/icons/fugue/icon_shadowless/plus-circle.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:16px;
width:16px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://cdn2.iconfinder.com/data/icons/fugue/icon_shadowless/minus_circle.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:16px;
width:16px;
}

#notify_link, #inbox_link {
vertical-align: middle;
width: 16px;
height: 13px;
padding: 11px 22px 6px 10px;
position: relative;
}

Até


Akira Akira  • Sáb 2 Fev 2013 - 21:16

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 21:16

Quakeline, qual navegador você usa?

Quakeline Quakeline  • Sáb 2 Fev 2013 - 21:36

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 21:36

Olá,

Eu utilizo o Dragon e tipo o Google Chrome, mais não importa eu quero que ele fique normal para mim e para os outros que tenha uma resolução diferente que a minha

Até

Akira Akira  • Sáb 2 Fev 2013 - 22:07

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 22:07

Prezado Quakeline, o navegador que utilizas não tem os requerimentos necessários para exibir alguns códigos presentes em seu fórum, assim como eu e os demais membros, acessamos seu fórum e não vimos nenhum erro em questão. Caso queira ter uma visualização melhor, recomendo usar Google Chrome ou Mozilla Firefox.


Att - Caos.


Última edição por Caos em Sáb 2 Fev 2013 - 22:24, editado 1 vez(es)

Quakeline Quakeline  • Sáb 2 Fev 2013 - 22:08

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 22:08

Olá,

Como eu disse eu utilizo o Google Chrome e tem o mesmo erro

Até

Target Target  • Sáb 2 Fev 2013 - 22:09

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 22:09

Reputação da mensagem: 100% (1 votos)
Olá senhor,
Substitua todo o seu CSS por este:

Código:

    body {
    font: normal 13px helvetica,arial,sans-serif;
    }

    body {
    background-color: #D8DDE8;
    color: #5A5A5A;
    }

    #pun-intro {
      display: none;
    }
    #pun-navlinks {
      display: none;
    }
    #pun-about {
    background-color: transparent;
    border: 0px;
    font-size: 0.8em;
    line-height: 150%;
    padding: .6em 1em;
    text-align: right;
    }
    #pun-about form {
      display: none;
    }
    #pun-visit, .main-box {
    background-color: transparent;
    border: 0px;
    margin: 0 0 1em;
    padding: .6em 1em;
    }

    .pun {
      width: 87%;
      background: white;
      padding: 10px 10px;
      line-height: 120%;
      -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    }

    a:link {text-decoration: none;}

    /*user header*/
    #header_bar {
    background: #323232 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/user_navigation.png) repeat-x bottom;
    padding: 0;
    text-align: right;
    }

    #branding, #header_bar, #primary_nav {
    min-width: 980px;
    }

    #content2, .main_width {
    margin: 0 auto;
    width: 87% !important;
    min-width: 960px;
    }

    #user_navigation {
    color: #9F9F9F;
    font-size: 11px;
    }

    #user_link {
    font-size: 12px;
    color: white;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: 15px;
    outline: 0;
    }

    .right {
    float: right;
    }

    ol, ul {
    list-style: none;
    }

    #user_navigation .ipsList_inline li {
    margin: 0;
    }

    .ipsList_inline > li:first-child {
    margin-left: 0;
    }

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

    #user_navigation.not_logged_in {
    height: 26px;
    padding: 6px 0 4px;
    }

    #user_navigation #register_link {
    background: #7BA60D;
    color: white;
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #7BA60D;
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    }

    #user_navigation #sign_in {
      margin-right: 8px;
    }

    #user_navigation a {
    color: white;
    text-decoration: none;
    }

    #user_link:hover, #notify_link:hover, #inbox_link:hover {
    background-color: #323232;
    }

    #inbox_link {
    background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_inbox.png) no-repeat top;
    }

    #notify_link {
    background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_notify.png) no-repeat top;
    }


    /*branding*/
    #branding {
    background: #0F3854 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/branding_bg.png) repeat-x;
    border-bottom: 1px solid #1B3759;
    min-height: 64px;
    }

    #logo {
    display: inline;
    }

    #search {
    margin: 20px 0;
    }

    #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: 130px;
    outline: 0;
    }

    input, select {
    font: normal 13px helvetica,arial,sans-serif;
    }

    #search_options {
    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;
    display: inline-block;
    float: right;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    }

    #search .submit_input {
    background: #7BA60D url(http://www.ipbforumskins.com/skindemo/public/style_images/master/search_icon.png) no-repeat 50%;
    text-indent: -3000em;
    padding: 0;
    border: 0;
    border: 1px solid #7BA60D;
    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;
    -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
    }

    fieldset, img {
    border: 0;
    }

    .hide {
    display: none;
    }
    user agent stylesheetlabel {
    cursor: default;
    }
    #adv_search {
    width: 16px;
    height: 16px;
    background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/advanced_search.png) no-repeat right 50%;
    text-indent: -3000em;
    display: inline-block;
    margin: 4px 0 4px 4px;
    }

    /*navegação*/
    #primary_nav {
    background: #204066;
    font-size: 13px;
    padding: 4px 0 0 0;
    }

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

    #primary_nav #quickNavLaunch {
    padding: 6px 8px 8px;
    }

    #community_app_menu > li.active > a {
    background: white;
    color: #0B5794;
    font-weight: bold;
    margin-top: 0;
    text-shadow: none;
    text-decoration: none;
    }

    #community_app_menu > li > a {
    color: #C5D5E2;
    background: #1C3B5F;
    display: block;
    padding: 6px 15px 8px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    }

    #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
    background: #173455;
    color: white;
    }

    #quickNavLaunch span {
    background: url(http://www.ipbforumskins.com/skindemo/public/style_images/master/icon_quicknav.png) no-repeat top;
    width: 13px;
    height: 13px;
    display: inline-block;
    }

    /*table*/
    .main .main-head {
      background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
    color: white;
    padding: 10px 10px 11px;
    font-size: 16px;
    font-weight: 300;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0px 1px 0 #528CBC;
    -moz-box-shadow: inset 0px 1px 0 #528cbc;
    box-shadow: inset 0px 1px 0 #528CBC;
    border-width: 1px 1px 0 1px;
    border-color: #316897;
    border-style: solid;
    margin-top: 15px;
    }

    .main .main-foot {
      background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
    color: white;
    padding: 10px 10px 11px;
    font-size: 16px;
    font-weight: 300;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0px 1px 0 #528CBC;
    -moz-box-shadow: inset 0px 1px 0 #528cbc;
    box-shadow: inset 0px 1px 0 #528CBC;
    border-width: 1px 1px 0 1px;
    border-color: #316897;
    border-style: solid;
    }

    .main .main-head .page-title {
      font-size: 16px;
    }

    thead {
      display: none;
    }

    .pun .main-content {
    background-color: #EBF0F3;
    border: 0px;
    padding: 9px;
    }

    .pun table.table td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F3F3F3;
    border-right: 0px;
    border-left: 0px;
    line-height: 130%;
    padding: .8em 0 .7em;
    }

    .pun .main table td.tc2, .pun .main table td.tc3 {
    background: #FFFFFF;
    }

    .hierarchy {
      margin-left: 10px;
    }

    .desc {
      margin-left: 10px;
    }

    /*stats*/
    #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 {
    display: inline-block;
    background: #E2E2E2;
    color: #4A4A4A;
    padding: 2px 6px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 3px;
    }

    .statsPers li {
    float: left;
    color:#666;
    margin: 2px 10px;
    }
    .statsPers {
    list-style: none;
    display: block;
    margin: 0px auto;
    width: 100%;
    }

    /*Statistics*/
    #pun-info {
      margin-top: 15px;
      border: 0px;
    }

    .statistics_head{
    border-top: 3px solid #D8D8D8;
    }

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

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

    /*footer*/
    #footer_utilities {
    padding: 10px;
    font-size: 11px;
    position: relative;
    }

    .clear {
    clear: both;
    }

    .footerleft {
    float: left;
    margin-top: -20px;
    }

    #backtotop {
    width: 24px;
    height: 24px;
    line-height: 20px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    display: inline-block;
    background: #BDBDBD;
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    opacity: 0.4;
    outline: 0;
    }

    #backtotop:hover{
      background:#af286d;
      color:#fff;
      opacity:1
    }

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

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

    #rss_menu {
    background-color: #FEF3D7;
    border: 1px solid #ED7710;
    }

    #rss_menu li {
    border-bottom: 1px solid #FCE19B;
    }

    #rss_menu a {
    color: #ED7710;
    padding: 5px 8px;
    }

    .ipbmenu_content a {
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 6px 10px;
    }

    #footer_utilities .ipsList_inline > li > a {
    margin-right: 0px;
    padding: 4px 10px;
    color: #225985;
    }

    #footer_utilities .ipsList_inline > li > a:hover {
      color: #328687;
    }

    #copyright {
    color: #848484;
    text-align: right;
    text-shadow: 0px 1px 0px white;
    }

    #copyright a {
    color: #848484;
    }

    /*module*/
    .module .main-content {
      background: #F7FBFC;
    }

    .module .main-head {
    font: normal 14px helvetica, arial, sans-serif;
    color: #204066;
    padding: 5px 10px;
    border-radius: 0px;
    background-color: #DBE2EC;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: inset 0 0px 0 #528CBC;
    box-shadow: inset 0 0px 0 #528CBC;
    }

    /*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;
    }

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

    .main .main-content.frm {
    background-color: #ffffff;
    padding: 9px;
    }

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

    .pun .paged-foot, .pun .paged-head {
    background-color: white;
    border: 0px;
    }

    .pun .post {
      background: white;
    }

    .pun .postmain {
    background-color: #fff;
    border-left: 0px;
    margin-left: 16em;
    }

    .pun .post .user {
        margin-top: 10px;
        display: block;
        position:relative;
        font-size: 12px;
        text-align: center;
    }

    .pun .user .user-ident .user-basic-info {
      text-align: center;
    }

    .pun .topic {
    background: #EBF0F3;
    }

    .pun .posthead {
    background: #D8DDE8;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 0px;
    }

    .posting img:hover {
    opacity: 0.9;
    }

    .postfoot {
      border-top: 0px;
      opacity: 0.3;
      transition:0.5s all;
      -o-transition:0.5s all;
      -ms-transition:0.5s all;
      -moz-transition:0.5s all;
      -webkit-transition:0.5s all;
    }

    .postfoot:hover {
      opacity: 1.0;
    }

    .pun .posthead h2 {
    color: #777;
    font-size: 11px;
    font-weight: normal;
    }

    .user-basic-info a img {
    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);
    height: auto;
    max-height: auto;
    max-width: auto;
    width: auto;
    }

    .user-basic-info a img:hover {
    border-color: #7D7D7D;
    }

    .pun .postfoot .user-contact {
    float: left;
    text-align: left;
    width: 15em;
    margin-left: 5px;
    }

    /*linha da assinatura*/
    .pun .sig-content {
    clear: both;
    padding: .5em 1em;
    position: relative;
    }
    .pun div, .pun td, .sig-line {
    border-color: ##DDD;
    color: ##DDD;
    }
    .sig-content, .signature_div {
    border-top: 1px solid #E4E4E4;
    }

    /*chatbox*/
    #chatbox, #chatbox_footer, #chatbox_members {
    background: white;
    border-top: 1px solid #EAEAEA;
    }

    #chatbox_header.main-head {
    background: #2C5687 url(http://www.ipbforumskins.com/skindemo/public/style_images/master/maintitle.png) repeat-x top;
    padding: 2px;
    font-weight: 300;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0px 1px 0 #528CBC;
    -moz-box-shadow: inset 0px 1px 0 #528cbc;
    box-shadow: inset 0px 1px 0 #528CBC;
    border-width: 1px 1px 0 1px;
    border-color: #316897;
    border-style: solid;
    }

    .chatbox-title, .chatbox-title a.chat-title {
      color: white;
    font-size: 15px;
    font-weight: bold;
    }

    .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
    color: white;
    }

    #chatbox_members .member-title {
    background: #F8E7DD;
    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 white;
    }

    #chatbox_members {
    display: none;
    }

    div.main-content.chatbox.clearfix {
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    }

    #chatbox p {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid white;
    line-height: 1.2em;
    }

    #chatbox_footer {
      width: 290px;
      min-width: 230px;
      background: #FCFCFC;
      float: right;
      clear:both;
      position: relative;
      border-top: 1px solid gainsboro;
    }

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

    input#message.post {
    height: 45px;
    width: 240px;
    padding: 6px;
    border: 1px solid #D4D4D4;
    background: #FCFCFC;
    color: #9F9F9F;
    text-shadow: white 0px 1px 0px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
    margin: 20px;
    margin-bottom: 0px;
    }

    #message, #submit_button {
      background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
    border-color: #2B2B2B;
    color: white;
    text-shadow: #2B2B2B 0px -1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
    -moz-border-radius: 2px;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    margin: 10px;
    margin-top: 0px;
    margin-left: 20px;
    }

    #message, #submit_button:hover {
      opacity: 0.9;
    }

    .fontbutton {
    cursor: pointer;
    float: left;
    margin: 3px;
    padding: 3px;
    margin-right: 10px;
    text-align: left;
    background: #E2E9F0;
    border-color: #DAE2EA;
    color: #464646;
    -moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 0 #EFF3F8, 0px 2px 3px rgba(0, 0, 0, 0.2);
    }

    .fontbutton:hover {
      opacity: 0.9;
    }

    #divsmilies img + img{visibility:visible!important}

    #chatbox_messenger_form div.right img{visibility:hidden}

    #simple-wrap {
      background:white;
    }

    #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: #FBFBFB;
      padding: 8px;
      border: 1px solid #DBE4EF;
      border-bottom: 3px solid #DBE2EC;
      right: 290;
      margin-top: 5px;
      left:0
    }

    .attach {
    float: right;
    }

    div.main-content.chatbox.clearfix {
    border: 0px;
    border-radius: 4px;
    padding: 0px;
    }

    /*lastpost*/
    #avatar-lastpost img {
    height: 30px;
    width: 30px;
    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);
    margin-top:16px;
    margin-right:11px;
    }

    #avatar-lastpost 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)}

    .expand, .contract {
    position: absolute;
    top: -2px;
    right: -6px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url(http://i40.servimg.com/u/f40/17/70/87/33/collap10.png);
    }

    .contract {background: url(http://i40.servimg.com/u/f40/17/70/87/33/collap11.png);}
    /*lastpost*/
    .mini_ava {
    float: left;
    }

    .mini_ava img {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    }

    .mini_ava img:hover {
    opacity: 0.8;
    width: 36px;
    height: 36px;
    }
    /*botões de votar*/
    .vote {
    padding: 2px;
    text-align: center;
    width:16px;
    background-color: #eaeaea;
    border: 1px solid #d4d6d5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    }

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

    .vote .vote-bar {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d4d6d5;
    font-size: 0px;
    height: 50px;
    margin: 0px;
    width: 16px;
    }

    .vote .vote-bar-plus {
    margin-left: 5px;
    width: 7px;
    }

    .vote .vote-bar-minus {
    margin-left: 5px;
    width: 7px;
    }

    .vote .vote-button a[href $="plus"] {
    background:url('http://cdn3.iconfinder.com/data/icons/fugue/icon_shadowless/plus-circle.png');
    background-repeat: no-repeat;
    color:transparent;
    display:block;
    height:16px;
    width:16px;
    }

    .vote .vote-button a[href $="minus"] {
    background-image:url('http://cdn2.iconfinder.com/data/icons/fugue/icon_shadowless/minus_circle.png');
    background-repeat: no-repeat;
    color:transparent;
    display:block;
    height:16px;
    width:16px;
    }

    #notify_link, #inbox_link {
    vertical-align: middle;
    width: 15px;
    height: 10px;
    padding: 12px 24px 8px 15px;
    position: relative;
    }


Veja se funcionará, até mais !

Quakeline Quakeline  • Sáb 2 Fev 2013 - 23:23

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 23:23

Olá,

Pode fechar não resultou mais deixa este problema

Até

Target Target  • Sáb 2 Fev 2013 - 23:29

Tema com alguns bugs Empty Re: Tema com alguns bugs Sáb 2 Fev 2013 - 23:29

Olá,
Eu adicionei o código no final do CSS,
Procure por " height " e modifique ao seu valor desejado.
Até mais.

Akira Akira  • Sáb 2 Fev 2013 - 23:39

Conteúdo patrocinado  • 

Tema com alguns bugs Empty Re: Tema com alguns bugs

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