Boas-vindas ao Power Pixel

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

Um problema estranho

3 participantes

GyGu GyGu  • Qui 5 Dez 2013 - 8:34

Um problema estranho  Empty Um problema estranho Qui 5 Dez 2013 - 8:34

Qual é minha questão:
Olá!

É o seguinte observem a imagem a baixo pois onde está a seta a indicar deveria estar aparecer uma imagem azul essa [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

No entanto não sei o que se passou, de um momento para o outro ela desapareceu e eu não mexi em nada nem no css, já retirei um código Js mas não tem nada a ver com esse problema

Como deveria aparecer [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

GSCode GSCode  • Qui 5 Dez 2013 - 9:08

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 9:08

Olá,
GyGu, Adicione isso a sua CSS!
Código:
#left_col {
background: url(http://i55.servimg.com/u/f55/16/14/11/80/f2qzkg10.png) 0px 0px repeat-y;
border-radius: 4px 0px 0px 4px;
min-height: 500px;
padding-left: 177px;
position: relative;
}
Caso não resolver, Forneça-nos um Fórum com o mesmo tema do seu.
Até + santa

GyGu GyGu  • Qui 5 Dez 2013 - 9:56

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 9:56

Eu tenho isto em eu CSS

Código:
#left_col_top {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
width: 177px;
min-height: 419px;
float: left;
position: absolute;
margin-left: -177px;
background: url('http://i.imgur.com/Wh8yhST.png') no-repeat 0 0;
}
Mas não percebo porque deixou de funcionar, até já fiz o upload da imagem e mesmo assim não dá, até no meu fórum Demo aconteceu a mesma coisa o único fórum que encontrei com este tema é este [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Esse seu código não funcionou

GSCode GSCode  • Qui 5 Dez 2013 - 10:10

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 10:10

Olá,
Substitua o código acima por este:
Código:
#left_col {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
background: url('http://www.ipbfocus.com/skindemo/public/style_images/gravityb34x/left_col.png') repeat-y 0 0;
position: relative;
min-height: 500px;
padding-left: 177px;
}
PS: Esse código foi retirado da Skin original Gravity Blue.
Até +

GyGu GyGu  • Qui 5 Dez 2013 - 10:40

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 10:40

Muito estranho mesmo continua sem dar.

Até deixo aqui o meu CSS

Código:
#fa_toolbar {height: 0px !important;}
#notif_list {left: 31% !important;top: 141px !important;}
a#notify_link {position: relative;}
a#notify_link.focused {background: url(http://i.imgur.com/aAt9Y1u.png) 0px 1px repeat-x rgb(64, 64, 64);}
#onnots {background: rgb(216, 10, 10);border-radius: 3px;box-shadow: rgba(0, 0, 0, 0.278431) -1px 1px 0px;display: inline-block;font-size: 11px;right: 8px;line-height: 10px;padding: 3px;position: absolute;text-align: center;top: 3px;}
#fa_toolbar {display: block !important;visibility: visible !important;}
#fa_toolbar, #fa_toolbar * {visibility: hidden !important;}
#fa_toolbar #fa_right.notification #notif_list, #fa_toolbar #fa_right.notification #notif_list * {visibility: visible !important;}
#fa_left * {width: 0 !important;height: 0 !important;font-size: 0 !important;}
body #fa_toolbar * {display: none !important;}
body #fa_toolbar * {visibility: visible !important;}
body #fa_toolbar #fa_right,body #fa_toolbar #fa_right.notification #notif_list,body #fa_toolbar #fa_right.notification #notif_list li,body #fa_toolbar #fa_right.notification #notif_list li .content,body #fa_toolbar #fa_right.notification #notif_list li .content .contentText {display: block !important;}
body #fa_toolbar #fa_right.notification #notif_list li a {display: inline-block !important;}



body #fa_toolbar {display: none;}

.recent a.nav {color: #157a35;font-size: 9px;}


.wrapper {
margin: 10px auto 0px;
min-width: 1000px;
max-width: 1600px;
width: 90%;
}



.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #F3F3F3;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;
color: #777!important;
font-size: 11px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}




/* AVISOS - INICIO */
#sucesso,#erro,#alerta,#inform,#texto,#aviso{overflow:hidden;background-image:url(http://i.imgur.com/1dMIIUh.png);background-attachment:scroll;border-radius:4px;cursor:default;background-position:0% 0%;background-repeat:repeat no-repeat;padding:13px}#sucesso{border:rgb(80,194,78) 1px solid;background-color:rgb(144,238,144);color:rgb(0,100,0);box-shadow:rgba(0,0,0,0.0980392) 0px 2px 4px}#alerta{background-color:red;border:rgb(139,0,0) 1px solid;color:rgb(255,255,255);box-shadow:rgba(0,0,0,0.0980392) 0px 2px 4px}#inform{background-color:rgb(255,234,168);border:rgb(255,194,55) 1px solid;color:rgb(130,98,0);box-shadow:rgba(0,0,0,0.0980392) 0px 2px 4px}#aviso{background-color:rgb(87,183,226);border:rgb(11,144,196) 1px solid;color:#16598F;box-shadow:rgba(0,0,0,0.0980392) 0px 2px 4px}#texto{background-color:rgb(255,255,255);border:rgb(204,204,204) 1px solid;color:rgb(68,68,68);box-shadow:rgba(0,0,0,0.0980392) 0px 2px 4px}
/********** AVISOS FIM **********/




/*Caixa aumentada no titulos do tópicos*/
.pun .frm dd.frm-input, .pun .frm dd.frm-input input, .pun .frm dd.frm-textarea {
width: 82%;
}
#ucp input[type="password"], #ucp input[type="text"], dd.frm-input input, fieldset.frm-set.multi input.inputbox, input.inputbox {
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
background: #FCFCFC;
border: 1px solid #D4D4D4;
box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
color: #000000;
display: block;
font-size: 16px;
font-weight: 700;
padding: 5px;
}
/*Fim caixa aumentada no titulos do tópicos*/



/*Contador user´s na chatbox*/
li#nav_app_chatbox a {position: relative;}
li#nav_app_chatbox a b {background: rgb(216, 10, 10);padding: 3px 3px;border-radius: 3px;font-size: 11px;box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.28);text-align: center;display: inline-block;line-height: 10px;position: relative;left: 3px;top: -5px;}
/*Fim contador user´s na chatbox*/





/*spoiler code quote*/
.codebox.spoiler dt:before { content: "Ver ";}
.codebox.spoiler dt {
width: 85px;
margin: 0px;
padding: 0px;
font: arial,helvetica,clean,sans-serif;
font-size: 10px;
-webkit-appearance: push-button;
white-space: pre;
-webkit-align-items: flex-start;
text-align: center;
cursor: default !important;
color: buttontext;
padding: 2px 5px 3px;
border: 2px outset buttonface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
}
.codebox.spoiler dd {
margin: 0;
padding: 6px;
border: 1px inset;
text-align: left;
overflow: auto;
direction: ltr;
background: #ffffff none;
font-size: 12px;
}
.codebox dt, dl.codebox {background: transparent; border: 0px;}
.codebox dd {
margin: 0;
padding: 6px;
border: 1px inset;
text-align: left;
overflow: auto;
direction: ltr;
background: #f5f5f5 none;
font-size: 12px;
}
.postmain blockquote {
margin: 0 10px;
margin-bottom: 10px;
-webkit-border-radius: 5px;
background: #AFEEEE none;
border-radius: 5px;
border: 1px solid #d9d9d9;
font: italic normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
position: relative;
padding: 5px 10px 5px 10px;
}
.postmain cite {
  background: url(http://i55.servimg.com/u/f55/16/14/11/80/quote_10.png) no-repeat;
  padding-left: 21px;
}





/*chatbox*/
#chatbox_header.main-head {
background: -moz-linear-gradient(#8fa5c4,#7186a3);
background-color: #7186a3;
background-image: -webkit-linear-gradient(#8fa5c4,#7186a3);
padding-left: 0.3em;
}
body[vlink] {
  background: transparent;
}
.chatbox-title, .chatbox-title a.chat-title {
background: url(http://i72.servimg.com/u/f72/18/07/42/17/popup10.png) no-repeat scroll 88px 8px transparent;
font: 300 21px/1.3 Helvetica,Arial,sans-serif;
color: white;
}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}
.main-content.chatbox {
  background: white;
  border-radius: 5px 5px 0 0;
  border: 1px solid #576c8a;
}
#chatbox_members {
background: #fff;
top: 80px;
bottom: 0px;
border: 1px solid #cfcfcf;
right: 0;
}
#chatbox_members .member-title {
background: #eff4f7;
color: #5a5a5a;
text-align: left;
padding: 8px 10px;
}
#chatbox p {
background: #fff;
padding: 5px;
border: 0px;
line-height: 1.3em;
}
#chatbox_footer {
  top: 30px;
  bottom: auto;
  position: absolute;
  border: 1px solid #cfcfcf;
  padding: 4px;
  background: -moz-linear-gradient(#fff,#e8e8e8);
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(#fff,#e8e8e8);
}
#chatbox_messenger_form .right {margin-left: 8px;font-size:0}
input#message.post {
background-color: white;
border: 1px solid #576c8a;
border-radius: 5px;
height: 25px;
width: 355px;
outline: 0;
}
#submit_button {
background: #212121 url(http://i.imgur.com/IoFhTvG.png) repeat-x top;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
border-color: #212121;
margin-left: 15px;
height: 30px;
padding: 0 15px;
}
.fontbutton {
padding: 2.5px 5px;
border: 1px solid #a8a8a8 !important;
  background: -moz-linear-gradient(#fff,#8e8e8);
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(#fff,#e8e8e8);
}
#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: #fff;
  top: 80px;
  bottom: 0px;
  right: 190px;
  left:0;
}

/*Fim chatbox*/


/*redimensionamento das imagens e aumento do tamanho texto*/

.pun .postmain img {max-width: 70%;}

a.forumtitle {
font-size: 12px;
}
.postbody .post-entry{font-size:12px}

/*Fim redimensionamento das imagens e aumento do tamanho texto*/



/*Melhor resposta*/
.post_feature_box {
  margin-top: 5px;
  max-width:100%;
  background-color: rgb(234, 248, 226);
  border: 1px dotted rgb(51, 51, 51);
  padding: 6px;
  min-height: 60px;
}
#best-res {
color:#436500;
background: #dfedd1;
text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
border: 1px solid #accf8b;
border-top: 0;
padding: 0 12px;
height: 30px;
line-height: 30px;
position: relative;
float: right;
margin: -1px -2px 8px 8px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}
.ipsUserPhoto {
float: left;
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
-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-right: 8px;
}
.ipsUserPhoto:hover {
border-color: #7d7d7d;
}
.ipsUserPhoto img {
width: 50px;
height: 50px;
}
.ipsBadge {
background: #7ba60d;
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
margin-right: 8px;
}

/*Fim melhor resposta*/



/*Ranks personalizados*/

.userNovato, .userFundador, .userDesigner, .userCo-Administrador, .userMembro, .userWarez, .userModerador, .userLegend, .userMaster, .vipBS, .userDeveloper {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #65a830;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.userFundador {
background: #881418;
}


.userDeveloper {
background: #D2691E;
}


.userModerador {
background: #00BFFF;
}


.userDesigner {
background: #A020F0;
}


.userCo-Administrador {
background: #32CD32;
}

.userLegend {
background: #000000;
}

.userMaster {
background: #483D8B;
}


.userWarez {
background: #8B008B;
}


.userMembro {
background: #EE7621;
}

.userNovato {
background: #6C7B8B;
}

/*Fim ranks personalizados*/

img.i_icon_online {
  padding-left: 5px;
  display: inline-block;
}
.pun .user-ident .username {
background: url("http://i78.servimg.com/u/f78/14/73/12/96/vtdate10.png") repeat-x scroll left top transparent;
display: block;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
position: relative;
margin-top: -19px;
height: 30px;
}

.posting a:active, #new-message-link a:active {
position: relative;
top: 1px;
}
.pun .topic {
background: #fff;
border: 1px solid #ddd;
}
#first-post-br {
border: 0px;
}
.pun .posthead {
border: 0px;
background: #D1D6D9;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
}
.pun .posthead a {
  font-size: 13px;
  color: #fff;
}
.pun .posthead h2 {
color: #fff; !important;
font-size: 11px;
font-weight: bold;
}
.count-post {
  font: normal !important;
}
.postfoot {
border: 0px;
padding: .2em;
padding-right: 0em;
margin: 10px 0 3px -15em;
}
.posting {
  margin: 0 0 10px 10px;
}

.topic{background: #fff;}
.pun .postmain {
background: #FBFBFB url(http://i55.servimg.com/u/f55/16/14/11/80/highli10.png) repeat-x 0 0;
padding: 8px;
border: 1px solid #D9DBDD;
border-radius: 3px;
margin: 10px 10px 10px 185px;
}
.pun .post .user {
width: 175px;
font-size: 12px;
text-align: center;
line-height: 150%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FBFBFB url() repeat-x 0 0;
border: 1px solid #D9DBDD;
border-radius: 3px;
margin-left: -16em;
margin-top: -0.7em;
position: relative;
}
.pun .user .user-ident .user-basic-info {
  font-size: 11px;
  color: #777;
  text-align: center;
  font-weight: normal;
}
#steam_link, #facebook_link, #twitter_link  {
  padding-top: 10px !important;
}

.right {
  float: right !important;
}
/*like*/
    .BSlike {
      display: block;
      margin: 0 5px;
      cursor: pointer;
    }
    .BSnovote, .vote {display: none;}
    .BSlikecount {
    background: #6f8f52;;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    font-weight: bold;
    margin: 5px 5px 5px 3px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    }
    .BSlikecount.zero {background: #dedede; color: #6e6e6e;}









#board_statistics {
display: inline-block;
background: url('') repeat;
background: rgba(0,0,0,0.1);
color: #222;
text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
padding: 3px 7px;
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;
margin-left: 20px;
}

.user-basic-info a img {
max-width: 200px;
max-height: 120px;
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.user-basic-info a img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.post_username {
float: left;
min-width: 177px;
font-weight: bold;
}
.pun .postmain {
background-color: #fff;
border-left: 1px solid #dedede;
margin-left: 18em;
}
.pun .posthead h2 strong {
float: left;
}

.pun .posthead {
border-top: 1px solid #363636;
border-bottom: 1px solid #363636;
text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
background: #444 url('') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 13px
}

#footer_utilities {
padding: 8px;
position: relative;
border: 1px solid #d8d8d8;
text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
background: #eee url('') repeat-x 0 0;
}
.descript {
margin-left: 15px;
}
#footer_utilities .ipsList_inline>li>a {
margin-right: 0px;
padding: 4px 10px;
display: inline-block;
}
a:hover {
color: #1e1e1e;
}
#backtotop:hover {
background: #8a8a8a;
color: #fff;
opacity: 1;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
.clear {
clear: both;
height: 25px;
}
#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: #bdbdbd;
-webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#pun-about {
background-color: transparent;
border-color: transparent;
}
#pun-about #qjump {
visibility: hidden;
}
a {
color: #346d9a;
text-decoration: none;
}
#footer_utilities {
text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#backtotop, #bottomScroll {
line-height: 20px;
text-align: center;
}
#copyright {
color: #848484;
text-align: right;
line-height: 22px;
float: right;
}
#footer_utilities .ipsList_inline {
margin-top: 3px;
clear: left;
float: left;
}
#footer_utilities .ipsList_inline>li {
margin: 0;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
.mini_ava {
float: left;
padding: 5px 10px;
}
.mini_ava img {
width: 30px;
height: 30px;
padding: 1px;
border: 1px solid #d5d5d5;
background: #fff;
-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);
}
.mini_ava 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);
}

#avatar img {
height: 28px;
margin: 4px -6px 0;
padding: 0;
position: relative;
vertical-align: top;
width: auto;
}
.pun tbody.statused span.status {
position: absolute;
margin-top: 7px;
}
#inbox_link img, #notify_link img {
margin-top: 8px;
}
.pun table.table td {
background-color: #f9f9f9;
border-color: #ddd;
border-style: solid none none none;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
body {
background: #252525 url("http://i55.servimg.com/u/f55/16/14/11/80/qkwicx10.jpg") repeat-x 0 0;
color: #5a5a5a;
font: normal 11px tahoma,helvetica,arial,sans-serif;
padding-bottom: 20px;
}
.main .main-head .page-title {
color: #000;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
font-family: "Myriad Pro",Tahoma,Geneva,sans-serif;
font-size: 15px;
font-weight: bold;
}
#community_app_menu>li.active>a {
background-position: 0 -103px;
color: #346d9a;
height: 43px;
line-height: 43px;
position: relative;
margin-top: -2px;
margin-bottom: 0px;
}
a {
color: #346d9a;
text-decoration: none;
}
.hide {
display: none;
}
fieldset, img {
border: 0;
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
padding: 1px 0px;
}
#search_wrap {
line-height: 50px;
}



#branding {
height: 90px;
}
#logo {
float: left;
}
#search {
margin: 32px 0 0 0;
}
.right {
float: right;
}

#adv_search {
width: 26px;
height: 26px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('http://i55.servimg.com/u/f55/16/14/11/80/dhqojg10.png') no-repeat 50% 50%;
text-indent: -3000em;
display: inline-block;
margin-left: 3px;
}
#search_wrap {
position: relative;
background: #fff;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 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 {
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 138px;
line-height: 25px;
outline: 0;
}
input, select, textarea {
font: normal 12px tahoma,helvetica,arial,sans-serif;
}
#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://i78.servimg.com/u/f78/18/32/50/20/highli11.png') repeat-x 0 1px;
display: inline-block;
text-shadow: #fff 0px 1px 0px;
float: right;
}
#search_options_menucontent {
min-width: 130px;
padding: 0;
background: #fff;
border: 1px solid #c6c6c6;
}
#search .submit_input {
background: #2e85b2 url('http://i78.servimg.com/u/f78/18/32/50/20/search10.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;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
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);
}
#search .submit_input:hover {
background-color: #3b95c4;
}
#adv_search {
width: 26px;
height: 26px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('http://i78.servimg.com/u/f78/18/32/50/20/advanc10.png') no-repeat 50% 50%;
text-indent: -3000em;
display: inline-block;
margin-left: 3px;
}
#adv_search:hover {
background-color: rgba(255,255,255,0.1);
}
.content {
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 5px 4px 4px 5px;
border-radius: 5px 4px 4px 5px;
}
#left_col {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
background: url('http://i55.servimg.com/u/f55/16/14/11/80/f2qzkg10.png') repeat-y 0 0;
position: relative;
min-height: 500px;
padding-left: 177px;
}
#navigationToggle {
position: absolute;
top: 8px;
left: -12px;
width: 12px;
height: 21px;
background: #52a6c3 url("http://i55.servimg.com/u/f55/16/14/11/80/mfub6w10.png") no-repeat 50% 7px;
text-align: center;
cursor: pointer;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}


#left_col_top {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
width: 177px;
min-height: 419px;
float: left;
position: absolute;
margin-left: -177px;
background: url('http://i.imgur.com/Wh8yhST.png') no-repeat 0 0;
}

#primary_nav {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
padding: 4px 0 0 0;
}
ol, ul {
list-style: none;
}
#community_app_menu>li {
margin: 0;
padding: 0;
position: relative;
float: none !important;
display: block;
}
#community_app_menu>li>a {
color: #fff;
background: url('http://i78.servimg.com/u/f78/18/32/50/20/primar10.png') no-repeat 0 0;
display: block;
outline: none;
padding-left: 12px;
text-decoration: none;
line-height: 37px;
height: 37px;
margin-bottom: 4px;
}
#community_app_menu>li.active>a {
background-position: 0 -103px;
color: #346d9a;
height: 43px;
line-height: 43px;
position: relative;
margin-top: -2px;
margin-bottom: 0px;
}
#primary_nav #nav_home img.nav_icon {
background-image: url("http://i78.servimg.com/u/f78/18/32/50/20/nav_ho10.png");
}
#primary_nav img.nav_icon {
background: url("http://i55.servimg.com/u/f55/16/14/11/80/2mwpnj10.png") no-repeat 0 0;
height: 16px;
width: 16px;
vertical-align: middle;
margin-right: 2px;
}
#community_app_menu>li.active>a:hover {
background-position: 0 -103px;
color: #346d9a;
}
#community_app_menu>li>a:hover {
background-position: 0 -51px;
color: #fff;
}
#user_navigation {
background: #343434 url('http://i78.servimg.com/u/f78/18/32/50/20/highli10.png') repeat-x 0 1px;
color: #fff;
font-size: 11px;
line-height: 36px;
height: 36px;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
body {
color: #00000;
font: normal 11px Verdana,Arial,Helvetica,sans-serif
}
#user_navigation .ipsList_inline li {
margin: 0;
padding: 0;
float: left;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
#user_navigation {
color: #fff;
font-size: 11px;
line-height: 36px;
}
#user_navigation a {
color: #fff;
float: left;
padding: 0 13px;
line-height: 36px;
outline: none;
height: 36px;
border-right: 1px solid #484848;
}
#user_navigation #sign_in img, #user_navigation #register_link img {
vertical-align: middle;
position: relative;
margin: -1px 2px 0 0;
}
#user_navigation a:hover {
background: #404040 url('http://i55.servimg.com/u/f55/16/14/11/80/aat9y110.png') repeat-x 0 1px;
}
.main-head2 {
background: #366d9b url('http://i78.servimg.com/u/f78/18/32/50/20/mainti10.png') repeat-x 0 0;
color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
font-family: "Myriad Pro",Tahoma,Geneva,sans-serif;
padding: 14px;
font-size: 15px;
font-weight: bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-top: 5px;
border: 1px solid #32638d;
margin-bottom: 4px;
overflow: hidden;
}
.main .forabg-ipb .main-head, .main.paged .main-head {
background: transparent;
border: 0;
}
.main .main-foot, .main .main-head {
border-bottom: 1px solid #d8d8d8;
text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
background: #eee url('http://i55.servimg.com/u/f55/16/14/11/80/qrsu8a10.png') repeat-x 0 0;
padding: 8px;
color: #727272
}
.gravity {
border-top: 1px solid #363636;
border-bottom: 1px solid #363636;
text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
background: #444 url('http://i55.servimg.com/u/f55/16/14/11/80/wenkve10.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 13px;
}


#pun-head {display: none;}
ul#notify_list, #perfil_list {
background: white;
z-index: 999;
color: #5A5A5A;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
border-radius: 0 0 6px 6px;
overflow: hidden;
-webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
-moz-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
width: 290px;
min-width: 290px;
position: absolute;
text-align: left;
font: normal 12px helvetica, arial, sans-serif;
}
#perfil_list {padding: 6px;}
#perfil_list li {
width: 38%;
float: left;
margin: 3px 0;
white-space: nowrap;
}
.avat img {
  background: #fff;
  margin: 5px;
  border: 1px solid #DDD;
  height: 40px;
  width: 40px;
  padding: 1px;
}
ul#notify_list h2 {
font: 16px normal;
color: #595959;
padding: 5px;
border-bottom: 1px solid #eee;
margin-bottom: 5px;
}
ul#notify_list li {
padding: 0.5em;
color: #333;
border-bottom: 1px solid #ddd;
line-height: 1.2em;
display: block;
}
#user_navigation a.active {
background-position: bottom;
color: #323232;
background-color: #fff;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-radius: 3px 3px 0 0;
}
#user_link_dd {
display: inline-block;
padding: 0 0 0 3px;
width: 9px;
height: 5px;
background: url('http://i55.servimg.com/u/f55/16/14/11/80/acytzd10.png') no-repeat left;
}
a.profilename.active #user_link_dd {
background-position: right;
}
/* MP */
[data-counter]:after, .hasNotifications {
    background-color: #CF2020;
    background-image: -webkit-linear-gradient(#FF6969 0%, #ff0000 100%);
    background-image: -moz-linear-gradient(#FF6969 0%, #ff0000 100%);
    background-image: -o-linear-gradient(#FF6969 0%, #ff0000 100%);
    background-image: -ms-linear-gradient(#FF6969 0%, #ff0000 100%);
    background-image: linear-gradient(#FF6969 0%, #ff0000 100%);
    content: attr(data-counter);
    position: absolute;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
    border-radius:2px;
    background-clip: padding-box;
    font:bold 10px "Helvetica Neue", sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    padding: 5px;
    margin-top: -3px;
    vertical-align: top;
    height: 6px;
    line-height: 6px;
}

Daemon Daemon  • Qui 5 Dez 2013 - 10:57

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 10:57

Tente isto:
Código:
#left_col_top {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
width: 177px;
height: 100%;
min-height: 419px;
float: left;
position: absolute;
margin-left: -177px;
background: url('http://i.imgur.com/Wh8yhST.png') no-repeat 0 0;
}
Até mais!

GyGu GyGu  • Qui 5 Dez 2013 - 11:03

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 11:03

Continua sem funcionar.
Muito estranho ainda ontem á noite quando me deitei estava tudo bem, e hoje de manhã aconteceu isso.

Daemon Daemon  • Qui 5 Dez 2013 - 11:23

Um problema estranho  Empty Re: Um problema estranho Qui 5 Dez 2013 - 11:23

Problema já foi resolvido em seu fórum por mim, caso volte a acontecer avise-me por mp pra que seu tópico seja desbloqueado. [sucesso=Tópico Resolvido; e Bloqueado][/sucesso]Movido para: Arquivo - Pedido de código

Conteúdo patrocinado  • 

Um problema estranho  Empty Re: Um problema estranho

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