SPOILER ABERTO

5 participantes

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

Tópico resolvido SPOILER ABERTO

Mensagem por SykesFunn 04.06.14 3:55

  • Descrição:
Bom galera, é o seguinte, os spoileres no meu fórum eles já estão abertos sabe, nem precisa clicar, só necessita clicar para fechar...

Não necessita de imagens.

Obrigado.

  • Informações:
Fórum:http://thebiggame.forumeiros.com/Versão:PHPBB3
Tipo:Erros diversosTags:SPOILER,ABERTO



Última edição por SykesFunn em 09.06.14 5:01, editado 1 vez(es)
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Hancki 04.06.14 10:10

Hancki

Hancki
Membro Entusiasta
Membro Entusiasta

Membro desde : 03/10/2009
Mensagens : 8190
Pontos : 12245

https://ajuda.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 04.06.14 11:27

Não resultou...
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 05.06.14 20:42

UP
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Sennior 05.06.14 20:49

Saudações,

Peço que me mande tua Folha de Estilo CSS que se localiza em:
Painel de Controle Seta Visualização Seta Imagens e Cores Seta Cores Seta Folha De Estilo CSS

Copie e me mande ela toda por gentileza. Muito feliz

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 05.06.14 21:58

Código:
.post {
    border: 1px solid #C3E0F1;
    border-radius: 4px;
    box-shadow: 1px 1px 1px;
    margin: 8px 1px;
    padding-bottom: 8px;
    padding-top: 4px;
}

#i_icon_mini_index:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/home10.png);/*Aqui é o primeiro ícone referente ao inicio(A casa!)*/
}
#i_icon_mini_portal:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/portal10.png);/*Aqui é o referente ao portal(O tablet!)*/
}
#i_icon_mini_calendar:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/calend10.png);/*Aqui é o referente ao calendário(O calendário, avá ¬¬!)*/
}
#i_icon_mini_faq:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/faq10.png);/*Aqui é o referente a FAQ(O livro!)*/
}
#i_icon_mini_search:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/search10.png);/*Aqui é o referente a pesquisa(A lupa!)*/
}
#i_icon_mini_members:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/member10.png);/*Aqui é o referente a lista de membros(As "pessoinhas"!)*/
}
#i_icon_mini_register:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/sign_u10.png);/*Aqui é o referente ao registro(A folha com o lápis, ou sei la oque!)*/
}
#i_icon_mini_login:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/log_in10.png);/*Aqui é o referente ao login(A porta com uma seta verde!)*/
}

.entry-content b {
font-weight: normal;
}

.spoiler_content.hidden {
  display: none !important;
}

header {
background: #666 url(http://s29.postimg.org/enh6gbt7r/Abstract_Blue_backgrounds_32.jpg) 0 0 fixed no-repeat;
background-size: 100%;
box-shadow: 0 0 15px #333;
height: 250px;
left: 0;
position: relative;
top: -1px;
width: 100%;
}
.bodyline {
border: 0;
border-radius: 5px;
box-shadow: 0 0 10px #333;
position: relative;
}
.bodylinewidth {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: 5% auto;
position: relative;
}

.popupmenu-item {
  text-align: left;
}

.pun .postmain {
background-color: #AAB6CC!important;
}

#search-box {
display:none;
}

ul.navlinks {
border-bottom:0px solid #FFFFFF;
}

li.header dl.icon {
    background: none repeat scroll 0 0 #0F1319;
    border-left: 75px solid #1B242B;
    border-right: 175px solid #1B242B;
    padding-bottom: 10px;
    padding-top: 25px;
    text-align: center;
    transition: all 0.5s ease-in-out 0.2s;
    vertical-align: middle;
}
li.header dl.icon {
    min-height: 0;
}
li.header dl.icon:hover {
    border-left: 175px solid #1B242B;
    border-right: 75px solid #1B242B;
    transition: all 0.5s ease-in-out 0.2s;
}

.pun .main, .pun .main-category {
margin: 1em 0;
}
.main .main-head {
background-color: #eee;
border: 2px solid rgba(0,0,0,0.09);
border-radius: 2px 2px 0 0;
color: rgba(0,0,0,0.69)!important;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
.main-head h2 {
background-color: #eee;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 25px;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
}
.pun .main-content {
background-color: #fff;
background-image: url(http://2img.net/i/fa/empty.gif);
background-position: 0 0;
background-repeat: repeat-x;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.17);
border-left: 2px solid rgba(0,0,0,0.17);
border-right: 2px solid rgba(0,0,0,0.17);
clear: both;
margin-bottom: 4px;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
.main-content thead {
display: none;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
#main-content tr {
border-bottom: 1px solid rgba(219,219,219,0.28);
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
td.tcl {
padding-right: 0px;
padding-left: 42px;
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
}
.pun table.table td {
background-color: #fff;
}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.pun tbody.statused span.status {
position: absolute;
}
.status {
margin-top: .6%;
}
span.status {
margin-right: -32px;
margin-left: -32px;
}
.categoria {
margin-left: 3%;
}
.pun .main table td.tc2, .pun .main table td.tc3, .pun .main table td.tcr {
background-color: #fff;
border: none;
}

div.main-content tbody.statused tr:hover {
background-color: #427685 !important;
}
div.main-content tbody.statused tr td {
background-color: transparent !important;
}

.hierarchy{
  transition: all 0.5s ease-in-out 0.2s;
}
.hierarchy:hover{
  padding-left: 200px;
}

.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

background-color: #FF0000 !important;
}

/*Responsáveis*/
#modo {
display: none;
}

.dterm:hover #modo {
display: block;
}
/* FIM DOS RESPONSÁVEIS */


a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #33FFFF;
    content: "Dono, Mapper-Chefe.";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}



a[href*="/u193"] {
position: relative;
}

a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #00C8FF;
    content: "SubDono, Mapper, ScriptForum. ";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.linklist.navlinks {
    background-color: #18405E;
    border-color: #DDDDDD;
    padding: 0.5em 1.1em 0.6em;
}
.linklist.navlinks {
    background-color: #304154 !important;
    background-position: 0 0;
    border: 1px solid #1E2831 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    display: block !important;
    height: 30px;
    padding: 0 !important;
}

a.mainmenu {
    color: #FFFFFF;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 6px 17px;
}
a.mainmenu:hover {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 6px 17px;
    text-decoration: none;
}

.nav img:hover {
opacity: 0.7; 
}
.profile-icon img:hover {
opacity: 0.7; 
}

#format-buttons input, #format-buttons select, button.button2 {vertical-align: none;}

  a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {padding: 10px 10px; height:27px !important;}

#text_editor_iframe, input.post, select, textarea.inputbox, select, a.button1, a.button2, button.button2, input.button1, input.button2, input {background-color: #FAFAFA;background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position: top;background-repeat: repeat-x;color: black;font-family: Verdana,Arial,Helvetica,sans-serif;overflow: visible;padding: 2px 3px;width: auto!important; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#text_editor_iframe{
height: 100px !important;
width:400px !important }

input{
width:400px !important;
}

.codebox{
margin:auto;
width:90%
}
.codebox dd{
background-color:#;
border:solid 1px #d4d4bd;
margin:0
}
.codebox dd{
background-color:#;
border:solid 1px rgba(121,121,78,0);
margin:0
}
.codebox{
background:-moz-linear-gradient(#C0B7A5,#887B5F) repeat scroll 0 0 transparent;
border:2px double #953;
border-radius:10px 10px 15px 15px;
color:#140202;
font-family:arial;
font-size:12px;
padding:1px
}
.spoiler_closed{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}
.spoiler_closed.hidden{
display:none
}
.spoiler_content{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;
color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}
.spoiler_content.hidden{
display:none
}

.reputation {
  background-color: rgb(141, 177, 62)!important;
  background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 3px 7px;
  max-width: 125px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
  background-position: 0px 1px;
  background-repeat: repeat no-repeat;
}
.reputation.zero {
  background-color: rgb(16, 16, 16)!important;
  color: rgb(255, 255, 255);
}
.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

.postprofile {
        border: 1px solid rgba(0, 173, 255, 0.51) !important;
        border-radius: 6px;
        background: rgba(3, 148, 216, 0.14);
        } 
.postprofile {
 background: white;
 border: 3px solid #e2e2e1;
 box-shadow: 0px 0px 7px #d2d2d2;
  border-radius: 5px 5px 5px;
  padding: 4px;
}
        .postprofile {
        text-align: center !important;
        }

#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{font-size:0;background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) no-repeat center #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}#chatbox_messenger_form .right {padding:0;font-size:0}#chatbox_messenger_form .right input#message{height:34px;font-weight:normal;background-color:white;background-image:url();border:0;height:34px;margin-bottom:0;font-size:16px;cursor:default;padding:0 0 0 5px;outline:none;width:304px}#chatbox_messenger_form .right input[name="submit_button"]{height:33px;font-size:15px;border:0;background-color:transparent;padding-left:10px;padding-right:11px;margin-left:-4px;cursor:default;font-weight:normal}#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}#chatbox_header{height:0;font-size:0}#chatbox{top:32px;left:0}#chatbox p.clearfix:first-child{padding-top:8px}#chatbox_members{position:absolute;z-index:1;height:31px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}#chatbox_members li{display:inline;margin-right:0}#chatbox_members a:last-child:after{content:', '}#chatbox_members li:last-child a:last-child:after{content:''}#chatbox_members ul{padding-top:8px;font-size:12px;margin:0;overflow-y:hidden;overflow-x:auto;margin-left:46px;padding-right:8px;padding-bottom:0;white-space:nowrap;height:23px;max-width:none}#chatbox_footer #chatbox_messenger_form .right .fontbutton:hover,#chatbox_header #chatbox_main_options.chatbox-options a:hover,#chatbox_header #chatbox_main_options.chatbox-options span:hover,#chatbox_messenger_form .right input[name="submit_button"]:hover{background-color:#CFCFCF!important}#chatbox_footer #chatbox_messenger_form .right .fontbutton.fontbutton_selected{background-color:#E6E6E6}#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}.user a[href*="/u"]{margin-right:8px}.user span:first-child strong{margin-right:4px}.user span:last-child strong{margin-right:0}a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style:italic"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child{font-size:0px}#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}#chatbox_contextmenu{z-index:1}#chatbox_messenger_form{margin-top:0px}.user-msg{display:inline-block;padding-left:38px;background:url(http://i.imgur.com/BMdww.gif) no-repeat top left;background-size:32px 32px;min-height:32px}.user-msg .msg{display:block}.user-msg .msg span{border-image-width:0px;border:0px;}
li.row:hover{
background-color:#ffb908 !important;
}
  .username {border-top:1px solid rgba(255,255,255,0.1);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;margin-left:2px;padding-bottom:10px;padding-top:10px;width:160px;background: white !important;;nt;nt;ortant;mportant;mportant;undundundundckface-visibilityckface-visibility}

  div.rA{background-color:#FF5C00;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rMo{background-color:#71A200;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPUB{background-color:#3396FF;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPRO{background-color:#C67A21;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rINF{background-color:#FFA800;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rD{background-color:rgba(124,96,148,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rM{background-color:rgba(141,141,141,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}
 
 
  .post_field{background:#fff none;border:1px solid #B9C4CD;margin:2px 0 0 2px;padding:3px 0;text-align:center;width:158px}
   

a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
 
a[href="/u32"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u32"] {
text-shadow: 0px 0px 5px #FF1493;
}

a[href="/u6"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u6"] {
text-shadow: 0px 0px 5px #00FF00;
}
   
a[href="/u193"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/passar10.gif");
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u12"] {
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u28"] {
background: url("http://i45.tinypic.com/rlhxn4.gif");
}

a[href="/u28"] {
text-shadow: 0px 0px 5px #FF0000;
}

td.row1, td.row2, td.row3 {
background-image: url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');
}
 
.post {
margin-top:10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
 
  /* ------------ neon ------------- */

az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}

a[href="/u1"] {
background: url('http://i45.tinypic.com/ehga6s.gif');
text-shadow: 5px orange;
}

  .postprofile{border-color:#000;border-right-style:solid;border-right-width:1px;color:#000;display:inline;float:left;margin:5px 0 0;min-height:80px;position:relative;width:22%;word-wrap:break-word}* html .postprofile{overflow:hidden}.postprofile dd,.postprofile dt{line-height:1.2em;margin-left:8px}.postprofile a:active,.postprofile a:link,.postprofile a:visited,.postprofile dt.author a{color:#427685;font-weight:700;text-decoration:none}.postprofile a:hover,.postprofile dt.author a:hover{color:#000;text-decoration:underline}.vote{float:right;margin-left:4px;width:9px}.vote .vote-button{font-weight:700;margin-left:-1px;text-align:center}.vote .vote-button a{text-decoration:none!important}.vote .vote-bar{border:1px solid #000;font-size:0;height:50px;margin:0 auto;width:3px}.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}.vote .vote-bar-plus{background-color:#0f0}.vote .vote-bar-minus{background-color:red}dd.lastpost{font-size:1.1em;width:20%}dd.mark{float:right!important;font-size:1.2em;line-height:200%;text-align:center;width:9%}dd.posts,dd.topics,dd.views{border:none;font-size:1.2em;line-height:2.2em;text-align:center;width:8%}dd.info{width:30%}dl.details{font-size:1.1em}dl.details dt{color:#000;display:block;float:left;text-align:right;width:10em}dl.details dd{color:#000;margin-bottom:5px;margin-left:10em;padding-left:5px}.span-tab{font-size:.9em}#cp-main{float:left;margin-left:20px;width:98%}* html #cp-main{margin-left:10px}#cp-main h1{border-bottom:none;color:#000;margin-left:10px;padding:0}#cp-main h3,#cp-main hr{border-color:#bfbfbf}#cp-main
  .conteneur_minwidth_IE{height:1px}#wrap{background-color:#f7fcfc;border:1px solid #fff;margin:0 auto;min-width:768px;padding:5px;width:98%}#simple-wrap{padding:6px 10px}#content-container div#container{float:left;margin-right:-0;width:100%}#content-container div#content{margin-right:0}#content-container div#main{margin-bottom:1em;overflow:hidden}*+ html #content-container div#main{margin-left:0}#content-container div#left{float:left;margin-right:0;overflow:hidden;width:0}#content-container div#right{float:right;overflow:hidden;width:0}* html #content-container #main-content{margin-right:0;overflow:visible}* html #content-container div#main{float:left;margin-right:-99%;width:100%}#page-body{margin:4px 0;width:100%}#page-body p.page-bottom{margin:0}h1.page-title{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.gallery-title{display:inline;font-size:11px;font-weight:700;text-align:center}h2{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.solo{margin-bottom:1em}.h3,h3{border-bottom:1px solid #080909;color:#080909;font-family:Tahoma;font-size:1.05em;margin-bottom:3px;margin-top:20px;padding-bottom:2px;text-transform:uppercase}.h3{font-weight:700}.introduction .h3,.module .h3,.postbody .h3{margin-top:8px}.table-title,.table-title h2{color:#fff;display:inline;font-size:1em}input{cursor:pointer;font-family:Tahoma;font-size:1em;font-weight:400;padding:0 3px;vertical-align:middle}select{background-color:#f7fcfc;border:1px solid #427685;cursor:pointer;font-family:Tahoma;font-weight:400;padding:1px;vertical-align:middle}option{padding-right:1em}textarea{font-family:Tahoma;font-size:1em;line-height:1.4em;padding:2px;width:60%}p{font-size:1.1em;line-height:1.3em;margin-bottom:.5em}p.right{text-align:right}p.right img{vertical-align:middle}p.center{margin:0;text-align:center}p.author{font-family:Tahoma;font-size:1em;line-height:1.2em;margin:0 15em .6em 0;padding:0 0 5px}p.nomargin{font-size:1.1em;line-height:1.3em;margin-bottom:0}p.path{clear:left;margin-left:10px}fieldset{border-width:0;font-family:Tahoma;font-size:1.1em}fieldset.jumpbox{height:auto;margin-top:15px;min-height:2.5em;text-align:right}fieldset.vf_jumpbox{height:auto;min-height:2.5em;text-align:right}fieldset.quickmod{float:right;height:auto;min-height:2.5em;text-align:right;width:55%}label{color:#000;cursor:default;padding-right:5px}label input{vertical-align:middle}label img{vertical-align:middle}hr{border:0 none #000;border-top:1px solid #000;clear:both;display:block;height:1px;margin:5px 0}hr.dashed{border-top:1px dashed #000;margin:5px 0}img{border-width:0}blockquote{background:#ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;border:1px solid #DBDBCE;font-size:.95em;margin:1em 1px 1em 25px;overflow:hidden;padding:5px}blockquote div{margin-left:20px}blockquote blockquote{background-color:#EFEED9;font-size:1em;margin:.5em 1px 0 15px}blockquote blockquote blockquote{background-color:#ebeadd}blockquote cite{display:block;font-size:.9em;font-style:normal;font-weight:700}blockquote cite cite{font-size:1em}blockquote.uncited{padding-top:25px}ul{list-style-type:none}ul.ul-icons{float:left;margin:0 10px}* html input,* html select,* html table{font-size:100%}* html hr{margin:0}a:link{color:#427685;text-decoration:none}a:visited{color:#427685;text-decoration:none}a:active{color:#427685;text-decoration:underline}a:hover{color:#000;text-decoration:none}a.forumtitle{color:#427685;font-family:Tahoma;font-size:1.2em;font-weight:700;text-decoration:none}a.forumtitle:hover{color:#000;text-decoration:underline}a.forumtitle:active{color:#427685}a.topictitle{color:#427685;font-family:Tahoma;font-size:1.1em;font-weight:700;text-decoration:none}div.topic-title-container{display:inline}.topic-title{display:inline;font-size:12px;text-align:left}a.topictitle:hover{color:#000;text-decoration:underline}a.topictitle:active{color:#427685}.inputbox{background-color:#f7fcfc;border:1px solid #BCBCBC;color:#000;cursor:text;padding:2px}.inputbox:hover{border:1px solid #000}.inputbox:focus{border:1px solid #000;color:#000}input.inputbox{width:85%}input.medium{width:50%}input.narrow{width:25%}input.tiny{width:110px}textarea.inputbox{width:85%}button.button2,input.button1,input.button2{font-size:1em}a.button1,input.button1{border:1px solid #666;font-weight:700}a.button2,button.button2,input.button2{border:1px solid #BCBCBC}a.button1,a.button2,button.button2,input.button1,input.button2{background-color:#FAFAFA;background-image:url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position:top;background-repeat:repeat-x;color:#000;font-family:Tahoma;overflow:visible;padding:2px 3px;width:auto!important}a.button2,body:last-child a.button1,button.button2,input.button1,input.button2{padding:1px 0}a.button1:hover,a.button2:hover,button.button2:hover,input.button1:hover,input.button2:hover{background-position:0 100%;border:1px solid #000;color:#000}a.button1:active,a.button1:link,a.button1:visited,a.button2:active,a.button2:link,a.button2:visited{background-position:0 1px;color:#427685;line-height:250%;padding:2px 8px;text-decoration:none;vertical-align:text-bottom}* html button.button2,* html input.button1,* html input.button2{margin-bottom:1px;padding-bottom:0}*+html button.button2{height:24px;padding-left:3px;padding-right:3px}*+html button.button2 img{vertical-align:middle}* html button.button2{height:24px;padding-left:3px;padding-right:3px}* html button.button2 img{vertical-align:middle}
    .fieldset.fields1 dt{border-right-width:0;width:10em}fieldset.fields1 dd{border-left-width:0;margin-left:10em}fieldset.fields1{background-color:transparent}fieldset.fields1 div{margin-bottom:3px}fieldset.fields2 dt{border-right-width:0;width:15em}fieldset.fields2 dd{border-left-width:0;margin-left:16em}fieldset.fields2 dl:hover dt label{color:inherit}fieldset.submit-buttons{margin:5px 0;text-align:center;vertical-align:middle}fieldset.submit-buttons input{padding-bottom:3px;padding-top:3px;vertical-align:middle}fieldset.polls{font-family:Tahoma}fieldset.polls dl{border-top:1px solid #e2e2e2;color:#000;line-height:120%;margin-top:5px;padding:5px 0 0}fieldset.polls dt{border-right:none;display:block;float:left;font-size:1.1em;margin:0;padding:0;text-align:left;width:30%}fieldset.polls dd{border-left:none;float:left;font-size:1.1em;margin-left:0;padding:0 5px;width:10%}.headerbar{background-color:#fff;background-image:url(http://2img.net/i/fa/empty.gif);background-repeat:repeat-x;margin-bottom:4px;padding:0 5px}* html .headerbar{height:1%}*+ html .headerbar{min-height:1px}#logo-desc{margin:0;padding:0;text-align:center}#logo{float:none;padding:5px}a#logo:hover{text-decoration:none}#site-title,#site-title h1{color:#fef6f6;font-size:20px;font-weight:700;padding-top:15px}#site-title h1{padding-top:0}#logo-desc p{color:#fef6f6;margin:0;padding:0}.navbar{background-color:#f7fcfc;clear:both;padding:0 10px}ul.navlinks{border-bottom:1px solid #000;font-weight:700;text-align:center}ul.borderless{border-bottom:0}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;width:auto}ul.linklist li a img{vertical-align:middle}.search-box{float:left;margin-left:5px;margin-top:3px}#search-box{float:right;margin-right:5px;margin-top:10px;white-space:nowrap}* html #search-box{margin-right:35px}#search-box #keywords{background-color:#f7fcfc;width:95px},#search-box input{border:1px solid #BCBCBC}#search-box input.button1{padding:1px 5px}input.search{background:url(http://2img.net/i/fa/sprite_prosilver_navbar.png) no-repeat top left;background-position:0 -701px;padding-left:17px}ul.linklist li.rightside{float:right}ul.linklist li.footer-home{float:left}p.rightside{float:right;margin-right:5px}dl.codebox{background-color:#FFF;border:1px solid #C9D2D8;font-size:1em;padding:3px}dl.codebox dt{border-bottom:1px solid #CCC;display:block;font-size:.8em;font-weight:700;margin-bottom:3px;text-transform:uppercase}blockquote dl.codebox{margin-left:0}dl.codebox code{color:#2E8B57;display:block;font-family:Courier,CourierNew,sans-serif;font-size:.9em;font-style:normal;font-variant:normal;font-weight:normal;height:auto;line-height:1.3em;margin:2px 0;max-height:200px;overflow:auto;padding-top:5px;white-space:normal}.forabg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forabg{height:1%;position:relative}*+ html .forabg{min-height:1px}.forumbg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forumbg{height:1%}*+ html .forumbg{min-height:1px}.forumbg table.table1{margin:0 -2px -1px -1px}ul.topiclist{background-image:url("http://i.imgur.com/p5Nkvrk.png");background-repeat:repeat-x;color:#000;list-style-type:none;margin:0}* html ul.topiclist{height:1%}*+ html ul.topiclist{min-height:1px}ul.topiclist li{display:block;margin:0}* html ul.topiclist li{position:relative}ul.topiclist li.row dl{padding:2px 0}ul.forums li.row dl{min-height:57px}* html ul.forums li.row dl{height:57px}ul.topiclist dd.dterm,ul.topiclist dt{display:block;float:left;font-size:1.1em;padding-left:5px;padding-right:5px;width:60%}ul.topiclist dfn{display:none}ul.topics li.header dl.icon dt{padding-right:50px}ul.topics dd.dterm,ul.topics dt{display:block;float:left;padding-left:45px;width:50%}ul.topics dd{display:block;float:left}ul.forums{background-color:#f7fcfc;background-image:none}li.header dl.icon{min-height:0}li.header dl.icon dt{padding-left:0}li.header dt{font-weight:700}li.header dd{margin-left:1px}dl.icon{background-position:10px 50%;background-repeat:no-repeat;height:auto;min-height:35px}dl.icon dd.dterm,dl.icon dt{background-position:5px 50%;background-repeat:no-repeat}li.header dd,li.header dt{border-left-width:0;color:#fff;font-family:Tahoma,Tahoma;font-size:1em;line-height:1em;margin:2px 0 4px;padding-bottom:2px;padding-top:2px;text-transform:uppercase}li.row{border-bottom:1px solid #000;border-top:1px solid #000}li.row:hover{background-color:#f7fcfc}ul.topiclist dd{border-left:1px solid #000;display:block;float:left;padding:4px 0}ul.topiclist li.header dl dd{border:none}dd.lastpost span,dd.moderation span,dd.redirect span,ul.topiclist dd.info span,ul.topiclist dd.searchby span,ul.topiclist dd.time span{display:block;padding-left:5px}ul.pmlist dt{padding-left:45px}ul.forums dd{border-color:#000;border-left-style:solid;border-left-width:1px}li.row:hover dd{border-left-color:#000}.mod-text{font-weight:700}.hierarchy{border:none;display:inline;font-size:1em!important;text-transform:none}.panel{background-color:#f7fcfc;color:#000;margin-bottom:4px;padding:0 10px}* html .panel{height:1%}*+ html .panel{min-height:1px}.content h2,.panel h2{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.content h2.h3,.panel h2.h3{font-size:1.05em;font-weight:700}.content h1,.panel h1{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.panel h3{margin:.5em 0}.panel-left{float:left;width:47%}.panel-right{float:right;width:47%}.panel div.mes-txt,.panel p{font-size:1.2em;line-height:1.4em;margin-bottom:1em}.post{background-position:100% 0;background-repeat:no-repeat;margin-bottom:4px;padding:0 10px}*+ html .post{word-wrap:break-word}* html .post{word-wrap:break-word}.post ul{list-style-type:disc}
   
    td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}

.pun .post {
background-image: url(http://2img.net/i/fa/prosilver/icon_user_online_en.png),url(http://i.imgur.com/XtFaN.png);
background-repeat: no-repeat,repeat-y;
}

#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}

#text_editor_controls, .left-box{position:relative !important}

blockquote {
border-color: #8EBBDF;
background-color: #D2E4F2;
}

.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{
-moz-box-shadow:1px 1px 20px #9C9C9C;
-webkit-box-shadow:1px 1px 20px #9C9C9C;
box-shadow:1px 1px 20px #9C9C9C;
}

  .post {
background-image: url(http://www.chesp.nl/badmintonwebforum/styles/xandgreen/imageset/nl/icon_user_offline.gif);
background-repeat: no-repeat;
background-position: 100% 0%;
}
.online {
background-image: url(http://hitskin.com/themes/12/98/28/i_icon_online.png);
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #DCCE54;
}
blockquote {
margin: 1em 1px 1em 25px;
padding: 5px;
background: #D6D6D6 url("http://2img.net/i/fa/prosilver/quote.gif") 6px 8px no-repeat;
border: 1px solid #F0D7B8;
font-size: 0.95em;
margin: 1em 1px 1em 25px;
background-color: #FFFFFF;
border-radius: 15px 0px 15px 0px;
-moz-border-radius: 15px 0px 15px 0px;
-webkit-border-radius: 15px 0px 15px 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
color : #eee;
display: block;
overflow: auto;
}
.postprofile {
text-align:left;
}
.user_login_form {
margin-bottom: 5px;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.introduction, .panel, .post {
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

div.module {
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}
input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
border: 1px solid #FF9D00;
color:black;
background-position: top;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

dl.codebox {
border: 1px solid #008AE6;
padding: 6px;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}

codebox dt{
background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
background-repeat: no-repeat;
background-position: top right;
padding: 5px 10px 3px 3px;
color: #000;
font-weight: bold;
background-color: #707070;
border: 1px solid #888888;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#text_editor_textarea {
border:1px solid #008AE6;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}


.postprofile{
border: 1px solid #eee;
text-align: left;
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #eee;
color: #FFF;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
text-align: center;
}



.pathname-box {
background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

#chatbox_header {
color: #FFFFFF;
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
}

#chatbox_main_options a {
font-family: Verdana;
z-index: 999;
}

#chatbox_footer {
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
color: #FFFFFF;
}
 
  .reset {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}


.h3{
color:#00008B!important;
}

td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
}



/*.c {
  text-shadow: 0 0 3px #48D1CC;
} */
// Fim colunas
   
            div.postprofile dl dt img{-moz-box-shadow:0 0 0 rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:0 solid #eee;box-shadow:0 0 0 rgba(0,0,0,0.2);margin-left:0}div.postprofile dl dt img:hover{-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-webkit-transform:rotate(3deg)}
 
$(function() {
    $.getScript("http://sd-1.archive-host.com/membres/up/37821634957680146/deco/bn22.js");
});
 
  $(function() {
    $.getScript
("http://sd-1.archive-host.com/membres/up/132720629421430912/Decoration
_Noel/compte_a_rebour_noel.js");
});
.headerbar {
background-image: none!important;
}
 
a.mainmenu {
text-transform:uppercase;
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
   
    #search {
  margin-top: 10px;
}
     
#search-box {
  display: block !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.48);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  padding: 9px;
}

#search_wrap {
  -moz-border-radius: 3px 4px 4px 3px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 3px 4px 4px 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  display: block;
  height: 26px;
  line-height: 25px;
  min-width: 230px;
  padding: 0 26px 0 4px;
  position: relative;
  border: none;
  width: 200px;
}

#search .submit_input {
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  background: #1b9bff url(http://i.imgur.com/iFuV6BO.png) no-repeat 50%;
  border: 1px solid #1b9bff;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  display: block;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -3000em;
  top: 0;
  width: 26px;
}

#main_search {
  width: 130px;


 
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Racha Cuca 05.06.14 22:02

Substitua seu código css todo por este:
Código:
    .post {
        border: 1px solid #C3E0F1;
        border-radius: 4px;
        box-shadow: 1px 1px 1px;
        margin: 8px 1px;
        padding-bottom: 8px;
        padding-top: 4px;
    }

    #i_icon_mini_index:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/home10.png);/*Aqui é o primeiro ícone referente ao inicio(A casa!)*/
    }
    #i_icon_mini_portal:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/portal10.png);/*Aqui é o referente ao portal(O tablet!)*/
    }
    #i_icon_mini_calendar:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/calend10.png);/*Aqui é o referente ao calendário(O calendário, avá ¬¬!)*/
    }
    #i_icon_mini_faq:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/faq10.png);/*Aqui é o referente a FAQ(O livro!)*/
    }
    #i_icon_mini_search:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/search10.png);/*Aqui é o referente a pesquisa(A lupa!)*/
    }
    #i_icon_mini_members:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/member10.png);/*Aqui é o referente a lista de membros(As "pessoinhas"!)*/
    }
    #i_icon_mini_register:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/sign_u10.png);/*Aqui é o referente ao registro(A folha com o lápis, ou sei la oque!)*/
    }
    #i_icon_mini_login:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/log_in10.png);/*Aqui é o referente ao login(A porta com uma seta verde!)*/
    }

    .entry-content b {
    font-weight: normal;
    }


    header {
    background: #666 url(http://s29.postimg.org/enh6gbt7r/Abstract_Blue_backgrounds_32.jpg) 0 0 fixed no-repeat;
    background-size: 100%;
    box-shadow: 0 0 15px #333;
    height: 250px;
    left: 0;
    position: relative;
    top: -1px;
    width: 100%;
    }
    .bodyline {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #333;
    position: relative;
    }
    .bodylinewidth {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 5% auto;
    position: relative;
    }

    .popupmenu-item {
      text-align: left;
    }

    .pun .postmain {
    background-color: #AAB6CC!important;
    }

    #search-box {
    display:none;
    }

    ul.navlinks {
    border-bottom:0px solid #FFFFFF;
    }

    li.header dl.icon {
        background: none repeat scroll 0 0 #0F1319;
        border-left: 75px solid #1B242B;
        border-right: 175px solid #1B242B;
        padding-bottom: 10px;
        padding-top: 25px;
        text-align: center;
        transition: all 0.5s ease-in-out 0.2s;
        vertical-align: middle;
    }
    li.header dl.icon {
        min-height: 0;
    }
    li.header dl.icon:hover {
        border-left: 175px solid #1B242B;
        border-right: 75px solid #1B242B;
        transition: all 0.5s ease-in-out 0.2s;
    }

    .pun .main, .pun .main-category {
    margin: 1em 0;
    }
    .main .main-head {
    background-color: #eee;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 2px 2px 0 0;
    color: rgba(0,0,0,0.69)!important;
    }
    .main .main-head .page-title {
    font-size: 12px;
    font-weight: 400;
    }
    .main-head h2 {
    background-color: #eee;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    }
    .pun .main-content {
    background-color: #fff;
    background-image: url(http://2img.net/i/fa/empty.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.17);
    border-left: 2px solid rgba(0,0,0,0.17);
    border-right: 2px solid rgba(0,0,0,0.17);
    clear: both;
    margin-bottom: 4px;
    }
    .pun table.table {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    }
    .main-content thead {
    display: none;
    }
    tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    }
    .pun table.table {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    }
    table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    }
    #main-content tr {
    border-bottom: 1px solid rgba(219,219,219,0.28);
    }
    tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    }
    td.tcl {
    padding-right: 0px;
    padding-left: 42px;
    }
    .pun tbody.statused td.tcl {
    padding-left: 3.4em;
    }
    .pun table.table td {
    background-color: #fff;
    }
    .pun table td.tcl {
    border-left-style: none;
    border-left-width: 0;
    height: 42px;
    min-height: 24px;
    padding-left: .5em;
    vertical-align: top;
    }
    .pun table.table td {
    background-color: #fbfbfb;
    border-color: #ddd;
    border-style: solid none none solid;
    border-width: 1px;
    line-height: 130%;
    padding: .6em 0 .7em;
    }
    .pun table .tcl {
    overflow: hidden;
    text-align: left;
    width: 50%;
    }
    .pun tbody.statused span.status {
    position: absolute;
    }
    .status {
    margin-top: .6%;
    }
    span.status {
    margin-right: -32px;
    margin-left: -32px;
    }
    .categoria {
    margin-left: 3%;
    }
    .pun .main table td.tc2, .pun .main table td.tc3, .pun .main table td.tcr {
    background-color: #fff;
    border: none;
    }

    div.main-content tbody.statused tr:hover {
    background-color: #427685 !important;
    }
    div.main-content tbody.statused tr td {
    background-color: transparent !important;
    }

    .hierarchy{
      transition: all 0.5s ease-in-out 0.2s;
    }
    .hierarchy:hover{
      padding-left: 200px;
    }

    .lastpost-avatar img, .avat-miembro img {
    -moz-border-radius: 0% !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    -webkit-border-radius: 0% !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    background: #fff !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 0% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    height: 45px !important;
    margin: 0 5px !important;
    padding: 1px !important;
    width:45px !important;
    }

    background-color: #FF0000 !important;
    }

    /*Responsáveis*/
    #modo {
    display: none;
    }

    .dterm:hover #modo {
    display: block;
    }
    /* FIM DOS RESPONSÁVEIS */


    a[href*="/u193"]:hover:after {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        bottom: 15px;
        color: #33FFFF;
        content: "Dono, Mapper-Chefe.";
        display: inline-block;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        left: -70px;
        padding: 2px;
        position: absolute;
        white-space: nowrap;
        z-index: 1;
    }



    a[href*="/u193"] {
    position: relative;
    }

    a[href*="/u193"]:hover:after {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        bottom: 15px;
        color: #00C8FF;
        content: "SubDono, Mapper, ScriptForum. ";
        display: inline-block;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        left: -70px;
        padding: 2px;
        position: absolute;
        white-space: nowrap;
        z-index: 1;
    }

    .linklist.navlinks {
        background-color: #18405E;
        border-color: #DDDDDD;
        padding: 0.5em 1.1em 0.6em;
    }
    .linklist.navlinks {
        background-color: #304154 !important;
        background-position: 0 0;
        border: 1px solid #1E2831 !important;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
        display: block !important;
        height: 30px;
        padding: 0 !important;
    }

    a.mainmenu {
        color: #FFFFFF;
        font-family: tahoma,helvetica,arial,sans-serif;
        font-size: 12px;
        line-height: 30px;
        margin-left: -4px;
        margin-right: -4px;
        padding: 6px 17px;
    }
    a.mainmenu:hover {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 6px 17px;
        text-decoration: none;
    }

    .nav img:hover {
    opacity: 0.7; 
    }
    .profile-icon img:hover {
    opacity: 0.7; 
    }

    #format-buttons input, #format-buttons select, button.button2 {vertical-align: none;}

      a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {padding: 10px 10px; height:27px !important;}

    #text_editor_iframe, input.post, select, textarea.inputbox, select, a.button1, a.button2, button.button2, input.button1, input.button2, input {background-color: #FAFAFA;background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position: top;background-repeat: repeat-x;color: black;font-family: Verdana,Arial,Helvetica,sans-serif;overflow: visible;padding: 2px 3px;width: auto!important; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

    #text_editor_iframe{
    height: 100px !important;
    width:400px !important }

    input{
    width:400px !important;
    }

    .codebox{
    margin:auto;
    width:90%
    }
    .codebox dd{
    background-color:#;
    border:solid 1px #d4d4bd;
    margin:0
    }
    .codebox dd{
    background-color:#;
    border:solid 1px rgba(121,121,78,0);
    margin:0
    }
    .codebox{
    background:-moz-linear-gradient(#C0B7A5,#887B5F) repeat scroll 0 0 transparent;
    border:2px double #953;
    border-radius:10px 10px 15px 15px;
    color:#140202;
    font-family:arial;
    font-size:12px;
    padding:1px
    }
    .spoiler_closed{
    background-color:#;
    border:#d4d4bd;
    border-style:solid;
    border-width:1px;color:#6b6565;
    display:block;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%
    }
    .spoiler_content{
    background-color:#;
    border:#d4d4bd;
    border-style:solid;
    border-width:1px;
    color:#6b6565;
    display:block;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%
    }


    .reputation {
      background-color: rgb(141, 177, 62)!important;
      background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
      border-radius: 3px;
      color: rgb(255, 255, 255);
      font-weight: bold;
      display: block;
      margin: 0 auto;
      margin-bottom: 3px;
      padding: 3px 7px;
      max-width: 125px;
      text-align: center;
      text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
      background-position: 0px 1px;
      background-repeat: repeat no-repeat;
    }
    .reputation.zero {
      background-color: rgb(16, 16, 16)!important;
      color: rgb(255, 255, 255);
    }
    .lastpost-avatar img, .avat-miembro img {
    -moz-border-radius: 0% !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    -webkit-border-radius: 0% !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    background: #fff !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 0% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    height: 45px !important;
    margin: 0 5px !important;
    padding: 1px !important;
    width:45px !important;
    }

    .postprofile {
            border: 1px solid rgba(0, 173, 255, 0.51) !important;
            border-radius: 6px;
            background: rgba(3, 148, 216, 0.14);
            } 
    .postprofile {
    background: white;
    border: 3px solid #e2e2e1;
    box-shadow: 0px 0px 7px #d2d2d2;
      border-radius: 5px 5px 5px;
      padding: 4px;
    }
            .postprofile {
            text-align: center !important;
            }

    #chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{font-size:0;background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) no-repeat center #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}#chatbox_messenger_form .right {padding:0;font-size:0}#chatbox_messenger_form .right input#message{height:34px;font-weight:normal;background-color:white;background-image:url();border:0;height:34px;margin-bottom:0;font-size:16px;cursor:default;padding:0 0 0 5px;outline:none;width:304px}#chatbox_messenger_form .right input[name="submit_button"]{height:33px;font-size:15px;border:0;background-color:transparent;padding-left:10px;padding-right:11px;margin-left:-4px;cursor:default;font-weight:normal}#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}#chatbox_header{height:0;font-size:0}#chatbox{top:32px;left:0}#chatbox p.clearfix:first-child{padding-top:8px}#chatbox_members{position:absolute;z-index:1;height:31px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}#chatbox_members li{display:inline;margin-right:0}#chatbox_members a:last-child:after{content:', '}#chatbox_members li:last-child a:last-child:after{content:''}#chatbox_members ul{padding-top:8px;font-size:12px;margin:0;overflow-y:hidden;overflow-x:auto;margin-left:46px;padding-right:8px;padding-bottom:0;white-space:nowrap;height:23px;max-width:none}#chatbox_footer #chatbox_messenger_form .right .fontbutton:hover,#chatbox_header #chatbox_main_options.chatbox-options a:hover,#chatbox_header #chatbox_main_options.chatbox-options span:hover,#chatbox_messenger_form .right input[name="submit_button"]:hover{background-color:#CFCFCF!important}#chatbox_footer #chatbox_messenger_form .right .fontbutton.fontbutton_selected{background-color:#E6E6E6}#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}.user a[href*="/u"]{margin-right:8px}.user span:first-child strong{margin-right:4px}.user span:last-child strong{margin-right:0}a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style:italic"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child{font-size:0px}#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}#chatbox_contextmenu{z-index:1}#chatbox_messenger_form{margin-top:0px}.user-msg{display:inline-block;padding-left:38px;background:url(http://i.imgur.com/BMdww.gif) no-repeat top left;background-size:32px 32px;min-height:32px}.user-msg .msg{display:block}.user-msg .msg span{border-image-width:0px;border:0px;}
    li.row:hover{
    background-color:#ffb908 !important;
    }
      .username {border-top:1px solid rgba(255,255,255,0.1);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;margin-left:2px;padding-bottom:10px;padding-top:10px;width:160px;background: white !important;;nt;nt;ortant;mportant;mportant;undundundundckface-visibilityckface-visibility}

      div.rA{background-color:#FF5C00;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rMo{background-color:#71A200;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPUB{background-color:#3396FF;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPRO{background-color:#C67A21;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rINF{background-color:#FFA800;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rD{background-color:rgba(124,96,148,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rM{background-color:rgba(141,141,141,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}
   
   
      .post_field{background:#fff none;border:1px solid #B9C4CD;margin:2px 0 0 2px;padding:3px 0;text-align:center;width:158px}
     

    a.mainmenu:hover {
      text-transform:uppercase;
      background-color: #d3d3d3;
      border: 1px solid silver;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
   
    a[href="/u32"] {
    background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
    }

    a[href="/u32"] {
    text-shadow: 0px 0px 5px #FF1493;
    }

    a[href="/u6"] {
    background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
    }

    a[href="/u6"] {
    text-shadow: 0px 0px 5px #00FF00;
    }
     
    a[href="/u193"] {
    background: url("http://i46.servimg.com/u/f46/16/56/73/62/passar10.gif");
    text-shadow: 0px 0px 5px #FF4500;
    }

    a[href="/u12"] {
    text-shadow: 0px 0px 5px #FF4500;
    }

    a[href="/u28"] {
    background: url("http://i45.tinypic.com/rlhxn4.gif");
    }

    a[href="/u28"] {
    text-shadow: 0px 0px 5px #FF0000;
    }

    td.row1, td.row2, td.row3 {
    background-image: url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');
    }
   
    .post {
    margin-top:10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #000000;
    }
   
      /* ------------ neon ------------- */

    az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
    v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
    rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
    am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
    c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
    r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
    vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
    l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
    m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
    w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
    pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}

    a[href="/u1"] {
    background: url('http://i45.tinypic.com/ehga6s.gif');
    text-shadow: 5px orange;
    }

      .postprofile{border-color:#000;border-right-style:solid;border-right-width:1px;color:#000;display:inline;float:left;margin:5px 0 0;min-height:80px;position:relative;width:22%;word-wrap:break-word}* html .postprofile{overflow:hidden}.postprofile dd,.postprofile dt{line-height:1.2em;margin-left:8px}.postprofile a:active,.postprofile a:link,.postprofile a:visited,.postprofile dt.author a{color:#427685;font-weight:700;text-decoration:none}.postprofile a:hover,.postprofile dt.author a:hover{color:#000;text-decoration:underline}.vote{float:right;margin-left:4px;width:9px}.vote .vote-button{font-weight:700;margin-left:-1px;text-align:center}.vote .vote-button a{text-decoration:none!important}.vote .vote-bar{border:1px solid #000;font-size:0;height:50px;margin:0 auto;width:3px}.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}.vote .vote-bar-plus{background-color:#0f0}.vote .vote-bar-minus{background-color:red}dd.lastpost{font-size:1.1em;width:20%}dd.mark{float:right!important;font-size:1.2em;line-height:200%;text-align:center;width:9%}dd.posts,dd.topics,dd.views{border:none;font-size:1.2em;line-height:2.2em;text-align:center;width:8%}dd.info{width:30%}dl.details{font-size:1.1em}dl.details dt{color:#000;display:block;float:left;text-align:right;width:10em}dl.details dd{color:#000;margin-bottom:5px;margin-left:10em;padding-left:5px}.span-tab{font-size:.9em}#cp-main{float:left;margin-left:20px;width:98%}* html #cp-main{margin-left:10px}#cp-main h1{border-bottom:none;color:#000;margin-left:10px;padding:0}#cp-main h3,#cp-main hr{border-color:#bfbfbf}#cp-main
      .conteneur_minwidth_IE{height:1px}#wrap{background-color:#f7fcfc;border:1px solid #fff;margin:0 auto;min-width:768px;padding:5px;width:98%}#simple-wrap{padding:6px 10px}#content-container div#container{float:left;margin-right:-0;width:100%}#content-container div#content{margin-right:0}#content-container div#main{margin-bottom:1em;overflow:hidden}*+ html #content-container div#main{margin-left:0}#content-container div#left{float:left;margin-right:0;overflow:hidden;width:0}#content-container div#right{float:right;overflow:hidden;width:0}* html #content-container #main-content{margin-right:0;overflow:visible}* html #content-container div#main{float:left;margin-right:-99%;width:100%}#page-body{margin:4px 0;width:100%}#page-body p.page-bottom{margin:0}h1.page-title{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.gallery-title{display:inline;font-size:11px;font-weight:700;text-align:center}h2{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.solo{margin-bottom:1em}.h3,h3{border-bottom:1px solid #080909;color:#080909;font-family:Tahoma;font-size:1.05em;margin-bottom:3px;margin-top:20px;padding-bottom:2px;text-transform:uppercase}.h3{font-weight:700}.introduction .h3,.module .h3,.postbody .h3{margin-top:8px}.table-title,.table-title h2{color:#fff;display:inline;font-size:1em}input{cursor:pointer;font-family:Tahoma;font-size:1em;font-weight:400;padding:0 3px;vertical-align:middle}select{background-color:#f7fcfc;border:1px solid #427685;cursor:pointer;font-family:Tahoma;font-weight:400;padding:1px;vertical-align:middle}option{padding-right:1em}textarea{font-family:Tahoma;font-size:1em;line-height:1.4em;padding:2px;width:60%}p{font-size:1.1em;line-height:1.3em;margin-bottom:.5em}p.right{text-align:right}p.right img{vertical-align:middle}p.center{margin:0;text-align:center}p.author{font-family:Tahoma;font-size:1em;line-height:1.2em;margin:0 15em .6em 0;padding:0 0 5px}p.nomargin{font-size:1.1em;line-height:1.3em;margin-bottom:0}p.path{clear:left;margin-left:10px}fieldset{border-width:0;font-family:Tahoma;font-size:1.1em}fieldset.jumpbox{height:auto;margin-top:15px;min-height:2.5em;text-align:right}fieldset.vf_jumpbox{height:auto;min-height:2.5em;text-align:right}fieldset.quickmod{float:right;height:auto;min-height:2.5em;text-align:right;width:55%}label{color:#000;cursor:default;padding-right:5px}label input{vertical-align:middle}label img{vertical-align:middle}hr{border:0 none #000;border-top:1px solid #000;clear:both;display:block;height:1px;margin:5px 0}hr.dashed{border-top:1px dashed #000;margin:5px 0}img{border-width:0}blockquote{background:#ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;border:1px solid #DBDBCE;font-size:.95em;margin:1em 1px 1em 25px;overflow:hidden;padding:5px}blockquote div{margin-left:20px}blockquote blockquote{background-color:#EFEED9;font-size:1em;margin:.5em 1px 0 15px}blockquote blockquote blockquote{background-color:#ebeadd}blockquote cite{display:block;font-size:.9em;font-style:normal;font-weight:700}blockquote cite cite{font-size:1em}blockquote.uncited{padding-top:25px}ul{list-style-type:none}ul.ul-icons{float:left;margin:0 10px}* html input,* html select,* html table{font-size:100%}* html hr{margin:0}a:link{color:#427685;text-decoration:none}a:visited{color:#427685;text-decoration:none}a:active{color:#427685;text-decoration:underline}a:hover{color:#000;text-decoration:none}a.forumtitle{color:#427685;font-family:Tahoma;font-size:1.2em;font-weight:700;text-decoration:none}a.forumtitle:hover{color:#000;text-decoration:underline}a.forumtitle:active{color:#427685}a.topictitle{color:#427685;font-family:Tahoma;font-size:1.1em;font-weight:700;text-decoration:none}div.topic-title-container{display:inline}.topic-title{display:inline;font-size:12px;text-align:left}a.topictitle:hover{color:#000;text-decoration:underline}a.topictitle:active{color:#427685}.inputbox{background-color:#f7fcfc;border:1px solid #BCBCBC;color:#000;cursor:text;padding:2px}.inputbox:hover{border:1px solid #000}.inputbox:focus{border:1px solid #000;color:#000}input.inputbox{width:85%}input.medium{width:50%}input.narrow{width:25%}input.tiny{width:110px}textarea.inputbox{width:85%}button.button2,input.button1,input.button2{font-size:1em}a.button1,input.button1{border:1px solid #666;font-weight:700}a.button2,button.button2,input.button2{border:1px solid #BCBCBC}a.button1,a.button2,button.button2,input.button1,input.button2{background-color:#FAFAFA;background-image:url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position:top;background-repeat:repeat-x;color:#000;font-family:Tahoma;overflow:visible;padding:2px 3px;width:auto!important}a.button2,body:last-child a.button1,button.button2,input.button1,input.button2{padding:1px 0}a.button1:hover,a.button2:hover,button.button2:hover,input.button1:hover,input.button2:hover{background-position:0 100%;border:1px solid #000;color:#000}a.button1:active,a.button1:link,a.button1:visited,a.button2:active,a.button2:link,a.button2:visited{background-position:0 1px;color:#427685;line-height:250%;padding:2px 8px;text-decoration:none;vertical-align:text-bottom}* html button.button2,* html input.button1,* html input.button2{margin-bottom:1px;padding-bottom:0}*+html button.button2{height:24px;padding-left:3px;padding-right:3px}*+html button.button2 img{vertical-align:middle}* html button.button2{height:24px;padding-left:3px;padding-right:3px}* html button.button2 img{vertical-align:middle}
        .fieldset.fields1 dt{border-right-width:0;width:10em}fieldset.fields1 dd{border-left-width:0;margin-left:10em}fieldset.fields1{background-color:transparent}fieldset.fields1 div{margin-bottom:3px}fieldset.fields2 dt{border-right-width:0;width:15em}fieldset.fields2 dd{border-left-width:0;margin-left:16em}fieldset.fields2 dl:hover dt label{color:inherit}fieldset.submit-buttons{margin:5px 0;text-align:center;vertical-align:middle}fieldset.submit-buttons input{padding-bottom:3px;padding-top:3px;vertical-align:middle}fieldset.polls{font-family:Tahoma}fieldset.polls dl{border-top:1px solid #e2e2e2;color:#000;line-height:120%;margin-top:5px;padding:5px 0 0}fieldset.polls dt{border-right:none;display:block;float:left;font-size:1.1em;margin:0;padding:0;text-align:left;width:30%}fieldset.polls dd{border-left:none;float:left;font-size:1.1em;margin-left:0;padding:0 5px;width:10%}.headerbar{background-color:#fff;background-image:url(http://2img.net/i/fa/empty.gif);background-repeat:repeat-x;margin-bottom:4px;padding:0 5px}* html .headerbar{height:1%}*+ html .headerbar{min-height:1px}#logo-desc{margin:0;padding:0;text-align:center}#logo{float:none;padding:5px}a#logo:hover{text-decoration:none}#site-title,#site-title h1{color:#fef6f6;font-size:20px;font-weight:700;padding-top:15px}#site-title h1{padding-top:0}#logo-desc p{color:#fef6f6;margin:0;padding:0}.navbar{background-color:#f7fcfc;clear:both;padding:0 10px}ul.navlinks{border-bottom:1px solid #000;font-weight:700;text-align:center}ul.borderless{border-bottom:0}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;width:auto}ul.linklist li a img{vertical-align:middle}.search-box{float:left;margin-left:5px;margin-top:3px}#search-box{float:right;margin-right:5px;margin-top:10px;white-space:nowrap}* html #search-box{margin-right:35px}#search-box #keywords{background-color:#f7fcfc;width:95px},#search-box input{border:1px solid #BCBCBC}#search-box input.button1{padding:1px 5px}input.search{background:url(http://2img.net/i/fa/sprite_prosilver_navbar.png) no-repeat top left;background-position:0 -701px;padding-left:17px}ul.linklist li.rightside{float:right}ul.linklist li.footer-home{float:left}p.rightside{float:right;margin-right:5px}dl.codebox{background-color:#FFF;border:1px solid #C9D2D8;font-size:1em;padding:3px}dl.codebox dt{border-bottom:1px solid #CCC;display:block;font-size:.8em;font-weight:700;margin-bottom:3px;text-transform:uppercase}blockquote dl.codebox{margin-left:0}dl.codebox code{color:#2E8B57;display:block;font-family:Courier,CourierNew,sans-serif;font-size:.9em;font-style:normal;font-variant:normal;font-weight:normal;height:auto;line-height:1.3em;margin:2px 0;max-height:200px;overflow:auto;padding-top:5px;white-space:normal}.forabg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forabg{height:1%;position:relative}*+ html .forabg{min-height:1px}.forumbg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forumbg{height:1%}*+ html .forumbg{min-height:1px}.forumbg table.table1{margin:0 -2px -1px -1px}ul.topiclist{background-image:url("http://i.imgur.com/p5Nkvrk.png");background-repeat:repeat-x;color:#000;list-style-type:none;margin:0}* html ul.topiclist{height:1%}*+ html ul.topiclist{min-height:1px}ul.topiclist li{display:block;margin:0}* html ul.topiclist li{position:relative}ul.topiclist li.row dl{padding:2px 0}ul.forums li.row dl{min-height:57px}* html ul.forums li.row dl{height:57px}ul.topiclist dd.dterm,ul.topiclist dt{display:block;float:left;font-size:1.1em;padding-left:5px;padding-right:5px;width:60%}ul.topiclist dfn{display:none}ul.topics li.header dl.icon dt{padding-right:50px}ul.topics dd.dterm,ul.topics dt{display:block;float:left;padding-left:45px;width:50%}ul.topics dd{display:block;float:left}ul.forums{background-color:#f7fcfc;background-image:none}li.header dl.icon{min-height:0}li.header dl.icon dt{padding-left:0}li.header dt{font-weight:700}li.header dd{margin-left:1px}dl.icon{background-position:10px 50%;background-repeat:no-repeat;height:auto;min-height:35px}dl.icon dd.dterm,dl.icon dt{background-position:5px 50%;background-repeat:no-repeat}li.header dd,li.header dt{border-left-width:0;color:#fff;font-family:Tahoma,Tahoma;font-size:1em;line-height:1em;margin:2px 0 4px;padding-bottom:2px;padding-top:2px;text-transform:uppercase}li.row{border-bottom:1px solid #000;border-top:1px solid #000}li.row:hover{background-color:#f7fcfc}ul.topiclist dd{border-left:1px solid #000;display:block;float:left;padding:4px 0}ul.topiclist li.header dl dd{border:none}dd.lastpost span,dd.moderation span,dd.redirect span,ul.topiclist dd.info span,ul.topiclist dd.searchby span,ul.topiclist dd.time span{display:block;padding-left:5px}ul.pmlist dt{padding-left:45px}ul.forums dd{border-color:#000;border-left-style:solid;border-left-width:1px}li.row:hover dd{border-left-color:#000}.mod-text{font-weight:700}.hierarchy{border:none;display:inline;font-size:1em!important;text-transform:none}.panel{background-color:#f7fcfc;color:#000;margin-bottom:4px;padding:0 10px}* html .panel{height:1%}*+ html .panel{min-height:1px}.content h2,.panel h2{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.content h2.h3,.panel h2.h3{font-size:1.05em;font-weight:700}.content h1,.panel h1{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.panel h3{margin:.5em 0}.panel-left{float:left;width:47%}.panel-right{float:right;width:47%}.panel div.mes-txt,.panel p{font-size:1.2em;line-height:1.4em;margin-bottom:1em}.post{background-position:100% 0;background-repeat:no-repeat;margin-bottom:4px;padding:0 10px}*+ html .post{word-wrap:break-word}* html .post{word-wrap:break-word}.post ul{list-style-type:disc}
     
        td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
    color: transparent;
    }

    .pun .post {
    background-image: url(http://2img.net/i/fa/prosilver/icon_user_online_en.png),url(http://i.imgur.com/XtFaN.png);
    background-repeat: no-repeat,repeat-y;
    }

    #modo {
    display: none;
    }
    .dterm:hover #modo {
    display: block;
    }

    #text_editor_controls, .left-box{position:relative !important}

    blockquote {
    border-color: #8EBBDF;
    background-color: #D2E4F2;
    }

    .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{
    -moz-box-shadow:1px 1px 20px #9C9C9C;
    -webkit-box-shadow:1px 1px 20px #9C9C9C;
    box-shadow:1px 1px 20px #9C9C9C;
    }

      .post {
    background-image: url(http://www.chesp.nl/badmintonwebforum/styles/xandgreen/imageset/nl/icon_user_offline.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    }
    .online {
    background-image: url(http://hitskin.com/themes/12/98/28/i_icon_online.png);
    }
    #ipbwrapper {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #DCCE54;
    }
    blockquote {
    margin: 1em 1px 1em 25px;
    padding: 5px;
    background: #D6D6D6 url("http://2img.net/i/fa/prosilver/quote.gif") 6px 8px no-repeat;
    border: 1px solid #F0D7B8;
    font-size: 0.95em;
    margin: 1em 1px 1em 25px;
    background-color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    color : #eee;
    display: block;
    overflow: auto;
    }
    .postprofile {
    text-align:left;
    }
    .user_login_form {
    margin-bottom: 5px;
    }
    .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

    .introduction, .panel, .post {
    border: 1px solid #eee;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    div.module {
    background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
    background-repeat: repeat;
    border: 1px solid #eee;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
    background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
    border:1px solid #008AE6;
    color:#5e6669;
    overflow:visible;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 3px 3px #CCCCCC;
    }
    input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
    border: 1px solid #FF9D00;
    color:black;
    background-position: top;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    dl.codebox {
    border: 1px solid #008AE6;
    padding: 6px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    }

    codebox dt{
    background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 5px 10px 3px 3px;
    color: #000;
    font-weight: bold;
    background-color: #707070;
    border: 1px solid #888888;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }

    #text_editor_textarea {
    border:1px solid #008AE6;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    }


    .postprofile{
    border: 1px solid #eee;
    text-align: left;
    background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
    background-repeat: repeat;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    .h3, .catHead {
    background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
    background-repeat: repeat;
    border: 1px solid #eee;
    color: #FFF;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    text-align: center;
    }



    .pathname-box {
    background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
    background-repeat: repeat;
    border: 1px solid #eee;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    #chatbox_header {
    color: #FFFFFF;
    background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
    background-repeat: repeat;
    }

    #chatbox_main_options a {
    font-family: Verdana;
    z-index: 999;
    }

    #chatbox_footer {
    background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
    background-repeat: repeat;
    color: #FFFFFF;
    }
   
      .reset {
    background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
    border:1px solid #008AE6;
    color:#5e6669;
    overflow:visible;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 3px 3px #CCCCCC;
    }


    .h3{
    color:#00008B!important;
    }

    td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
    }



    /*.c {
      text-shadow: 0 0 3px #48D1CC;
    } */
    // Fim colunas
     
                div.postprofile dl dt img{-moz-box-shadow:0 0 0 rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:0 solid #eee;box-shadow:0 0 0 rgba(0,0,0,0.2);margin-left:0}div.postprofile dl dt img:hover{-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-webkit-transform:rotate(3deg)}
     
    $(function() {
        $.getScript("http://sd-1.archive-host.com/membres/up/37821634957680146/deco/bn22.js");
    });
   
      $(function() {
        $.getScript
    ("http://sd-1.archive-host.com/membres/up/132720629421430912/Decoration
    _Noel/compte_a_rebour_noel.js");
    });
    .headerbar {
    background-image: none!important;
    }
   
    a.mainmenu {
    text-transform:uppercase;
      background-color: #eeeeee;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
    a.mainmenu:hover {
      text-transform:uppercase;
      background-color: #d3d3d3;
      border: 1px solid silver;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
     
        #search {
      margin-top: 10px;
    }
       
    #search-box {
      display: block !important;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
      background: rgba(0,0,0,0.48);
      box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
      padding: 9px;
    }

    #search_wrap {
      -moz-border-radius: 3px 4px 4px 3px;
      -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 4px;
      -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      background: #fff;
      border-radius: 3px 4px 4px 3px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      display: block;
      height: 26px;
      line-height: 25px;
      min-width: 230px;
      padding: 0 26px 0 4px;
      position: relative;
      border: none;
      width: 200px;
    }

    #search .submit_input {
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      background: #1b9bff url(http://i.imgur.com/iFuV6BO.png) no-repeat 50%;
      border: 1px solid #1b9bff;
      border-radius: 0 3px 3px 0;
      bottom: 0;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      display: block;
      height: 26px;
      padding: 0;
      position: absolute;
      right: 0;
      text-indent: -3000em;
      top: 0;
      width: 26px;
    }

    #main_search {
      width: 130px;


Deu certo ai?

Abraços e boa sorte amigão!
Racha Cuca

Racha Cuca
**

Membro desde : 28/05/2014
Mensagens : 95
Pontos : 128

http://meajuda.forumbrasil.net

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Harold C+ 05.06.14 22:12

Se o do Racha Cuca nao der certo , tente o meu Feliz :

Código:
.post {
    border: 1px solid #C3E0F1;
    border-radius: 4px;
    box-shadow: 1px 1px 1px;
    margin: 8px 1px;
    padding-bottom: 8px;
    padding-top: 4px;
}

#i_icon_mini_index:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/home10.png);/*Aqui é o primeiro ícone referente ao inicio(A casa!)*/
}
#i_icon_mini_portal:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/portal10.png);/*Aqui é o referente ao portal(O tablet!)*/
}
#i_icon_mini_calendar:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/calend10.png);/*Aqui é o referente ao calendário(O calendário, avá ¬¬!)*/
}
#i_icon_mini_faq:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/faq10.png);/*Aqui é o referente a FAQ(O livro!)*/
}
#i_icon_mini_search:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/search10.png);/*Aqui é o referente a pesquisa(A lupa!)*/
}
#i_icon_mini_members:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/member10.png);/*Aqui é o referente a lista de membros(As "pessoinhas"!)*/
}
#i_icon_mini_register:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/sign_u10.png);/*Aqui é o referente ao registro(A folha com o lápis, ou sei la oque!)*/
}
#i_icon_mini_login:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/log_in10.png);/*Aqui é o referente ao login(A porta com uma seta verde!)*/
}

.entry-content b {
font-weight: normal;
}


header {
background: #666 url(http://s29.postimg.org/enh6gbt7r/Abstract_Blue_backgrounds_32.jpg) 0 0 fixed no-repeat;
background-size: 100%;
box-shadow: 0 0 15px #333;
height: 250px;
left: 0;
position: relative;
top: -1px;
width: 100%;
}
.bodyline {
border: 0;
border-radius: 5px;
box-shadow: 0 0 10px #333;
position: relative;
}
.bodylinewidth {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: 5% auto;
position: relative;
}

.popupmenu-item {
  text-align: left;
}

.pun .postmain {
background-color: #AAB6CC!important;
}

#search-box {
display:none;
}

ul.navlinks {
border-bottom:0px solid #FFFFFF;
}

li.header dl.icon {
    background: none repeat scroll 0 0 #0F1319;
    border-left: 75px solid #1B242B;
    border-right: 175px solid #1B242B;
    padding-bottom: 10px;
    padding-top: 25px;
    text-align: center;
    transition: all 0.5s ease-in-out 0.2s;
    vertical-align: middle;
}
li.header dl.icon {
    min-height: 0;
}
li.header dl.icon:hover {
    border-left: 175px solid #1B242B;
    border-right: 75px solid #1B242B;
    transition: all 0.5s ease-in-out 0.2s;
}

.pun .main, .pun .main-category {
margin: 1em 0;
}
.main .main-head {
background-color: #eee;
border: 2px solid rgba(0,0,0,0.09);
border-radius: 2px 2px 0 0;
color: rgba(0,0,0,0.69)!important;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
.main-head h2 {
background-color: #eee;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 25px;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
}
.pun .main-content {
background-color: #fff;
background-image: url(http://2img.net/i/fa/empty.gif);
background-position: 0 0;
background-repeat: repeat-x;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.17);
border-left: 2px solid rgba(0,0,0,0.17);
border-right: 2px solid rgba(0,0,0,0.17);
clear: both;
margin-bottom: 4px;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
.main-content thead {
display: none;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
#main-content tr {
border-bottom: 1px solid rgba(219,219,219,0.28);
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
td.tcl {
padding-right: 0px;
padding-left: 42px;
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
}
.pun table.table td {
background-color: #fff;
}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.pun tbody.statused span.status {
position: absolute;
}
.status {
margin-top: .6%;
}
span.status {
margin-right: -32px;
margin-left: -32px;
}
.categoria {
margin-left: 3%;
}
.pun .main table td.tc2, .pun .main table td.tc3, .pun .main table td.tcr {
background-color: #fff;
border: none;
}

div.main-content tbody.statused tr:hover {
background-color: #427685 !important;
}
div.main-content tbody.statused tr td {
background-color: transparent !important;
}

.hierarchy{
  transition: all 0.5s ease-in-out 0.2s;
}
.hierarchy:hover{
  padding-left: 200px;
}

.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

background-color: #FF0000 !important;
}

/*Responsáveis*/
#modo {
display: none;
}

.dterm:hover #modo {
display: block;
}
/* FIM DOS RESPONSÁVEIS */


a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #33FFFF;
    content: "Dono, Mapper-Chefe.";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}



a[href*="/u193"] {
position: relative;
}

a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #00C8FF;
    content: "SubDono, Mapper, ScriptForum. ";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.linklist.navlinks {
    background-color: #18405E;
    border-color: #DDDDDD;
    padding: 0.5em 1.1em 0.6em;
}
.linklist.navlinks {
    background-color: #304154 !important;
    background-position: 0 0;
    border: 1px solid #1E2831 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    display: block !important;
    height: 30px;
    padding: 0 !important;
}

a.mainmenu {
    color: #FFFFFF;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 6px 17px;
}
a.mainmenu:hover {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 6px 17px;
    text-decoration: none;
}

.nav img:hover {
opacity: 0.7; 
}
.profile-icon img:hover {
opacity: 0.7; 
}

#format-buttons input, #format-buttons select, button.button2 {vertical-align: none;}

  a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {padding: 10px 10px; height:27px !important;}

#text_editor_iframe, input.post, select, textarea.inputbox, select, a.button1, a.button2, button.button2, input.button1, input.button2, input {background-color: #FAFAFA;background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position: top;background-repeat: repeat-x;color: black;font-family: Verdana,Arial,Helvetica,sans-serif;overflow: visible;padding: 2px 3px;width: auto!important; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#text_editor_iframe{
height: 100px !important;
width:400px !important }

input{
width:400px !important;
}

.codebox{
margin:auto;
width:90%
}
.codebox dd{
background-color:#;
border:solid 1px #d4d4bd;
margin:0
}
.codebox dd{
background-color:#;
border:solid 1px rgba(121,121,78,0);
margin:0
}
.codebox{
background:-moz-linear-gradient(#C0B7A5,#887B5F) repeat scroll 0 0 transparent;
border:2px double #953;
border-radius:10px 10px 15px 15px;
color:#140202;
font-family:arial;
font-size:12px;
padding:1px
}
.spoiler_closed{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}
.spoiler_content{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;
color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}


.reputation {
  background-color: rgb(141, 177, 62)!important;
  background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 3px 7px;
  max-width: 125px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
  background-position: 0px 1px;
  background-repeat: repeat no-repeat;
}
.reputation.zero {
  background-color: rgb(16, 16, 16)!important;
  color: rgb(255, 255, 255);
}
.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

.postprofile {
        border: 1px solid rgba(0, 173, 255, 0.51) !important;
        border-radius: 6px;
        background: rgba(3, 148, 216, 0.14);
        } 
.postprofile {
 background: white;
 border: 3px solid #e2e2e1;
 box-shadow: 0px 0px 7px #d2d2d2;
  border-radius: 5px 5px 5px;
  padding: 4px;
}
        .postprofile {
        text-align: center !important;
        }

#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{font-size:0;background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) no-repeat center #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}#chatbox_messenger_form .right {padding:0;font-size:0}#chatbox_messenger_form .right input#message{height:34px;font-weight:normal;background-color:white;background-image:url();border:0;height:34px;margin-bottom:0;font-size:16px;cursor:default;padding:0 0 0 5px;outline:none;width:304px}#chatbox_messenger_form .right input[name="submit_button"]{height:33px;font-size:15px;border:0;background-color:transparent;padding-left:10px;padding-right:11px;margin-left:-4px;cursor:default;font-weight:normal}#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}#chatbox_header{height:0;font-size:0}#chatbox{top:32px;left:0}#chatbox p.clearfix:first-child{padding-top:8px}#chatbox_members{position:absolute;z-index:1;height:31px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}#chatbox_members li{display:inline;margin-right:0}#chatbox_members a:last-child:after{content:', '}#chatbox_members li:last-child a:last-child:after{content:''}#chatbox_members ul{padding-top:8px;font-size:12px;margin:0;overflow-y:hidden;overflow-x:auto;margin-left:46px;padding-right:8px;padding-bottom:0;white-space:nowrap;height:23px;max-width:none}#chatbox_footer #chatbox_messenger_form .right .fontbutton:hover,#chatbox_header #chatbox_main_options.chatbox-options a:hover,#chatbox_header #chatbox_main_options.chatbox-options span:hover,#chatbox_messenger_form .right input[name="submit_button"]:hover{background-color:#CFCFCF!important}#chatbox_footer #chatbox_messenger_form .right .fontbutton.fontbutton_selected{background-color:#E6E6E6}#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}.user a[href*="/u"]{margin-right:8px}.user span:first-child strong{margin-right:4px}.user span:last-child strong{margin-right:0}a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style:italic"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child{font-size:0px}#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}#chatbox_contextmenu{z-index:1}#chatbox_messenger_form{margin-top:0px}.user-msg{display:inline-block;padding-left:38px;background:url(http://i.imgur.com/BMdww.gif) no-repeat top left;background-size:32px 32px;min-height:32px}.user-msg .msg{display:block}.user-msg .msg span{border-image-width:0px;border:0px;}
li.row:hover{
background-color:#ffb908 !important;
}
  .username {border-top:1px solid rgba(255,255,255,0.1);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;margin-left:2px;padding-bottom:10px;padding-top:10px;width:160px;background: white !important;;nt;nt;ortant;mportant;mportant;undundundundckface-visibilityckface-visibility}

  div.rA{background-color:#FF5C00;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rMo{background-color:#71A200;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPUB{background-color:#3396FF;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPRO{background-color:#C67A21;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rINF{background-color:#FFA800;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rD{background-color:rgba(124,96,148,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rM{background-color:rgba(141,141,141,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}
 
 
  .post_field{background:#fff none;border:1px solid #B9C4CD;margin:2px 0 0 2px;padding:3px 0;text-align:center;width:158px}
 

a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
 
a[href="/u32"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u32"] {
text-shadow: 0px 0px 5px #FF1493;
}

a[href="/u6"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u6"] {
text-shadow: 0px 0px 5px #00FF00;
}
 
a[href="/u193"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/passar10.gif");
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u12"] {
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u28"] {
background: url("http://i45.tinypic.com/rlhxn4.gif");
}

a[href="/u28"] {
text-shadow: 0px 0px 5px #FF0000;
}

td.row1, td.row2, td.row3 {
background-image: url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');
}
 
.post {
margin-top:10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
 
  /* ------------ neon ------------- */

az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}

a[href="/u1"] {
background: url('http://i45.tinypic.com/ehga6s.gif');
text-shadow: 5px orange;
}

  .postprofile{border-color:#000;border-right-style:solid;border-right-width:1px;color:#000;display:inline;float:left;margin:5px 0 0;min-height:80px;position:relative;width:22%;word-wrap:break-word}* html .postprofile{overflow:hidden}.postprofile dd,.postprofile dt{line-height:1.2em;margin-left:8px}.postprofile a:active,.postprofile a:link,.postprofile a:visited,.postprofile dt.author a{color:#427685;font-weight:700;text-decoration:none}.postprofile a:hover,.postprofile dt.author a:hover{color:#000;text-decoration:underline}.vote{float:right;margin-left:4px;width:9px}.vote .vote-button{font-weight:700;margin-left:-1px;text-align:center}.vote .vote-button a{text-decoration:none!important}.vote .vote-bar{border:1px solid #000;font-size:0;height:50px;margin:0 auto;width:3px}.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}.vote .vote-bar-plus{background-color:#0f0}.vote .vote-bar-minus{background-color:red}dd.lastpost{font-size:1.1em;width:20%}dd.mark{float:right!important;font-size:1.2em;line-height:200%;text-align:center;width:9%}dd.posts,dd.topics,dd.views{border:none;font-size:1.2em;line-height:2.2em;text-align:center;width:8%}dd.info{width:30%}dl.details{font-size:1.1em}dl.details dt{color:#000;display:block;float:left;text-align:right;width:10em}dl.details dd{color:#000;margin-bottom:5px;margin-left:10em;padding-left:5px}.span-tab{font-size:.9em}#cp-main{float:left;margin-left:20px;width:98%}* html #cp-main{margin-left:10px}#cp-main h1{border-bottom:none;color:#000;margin-left:10px;padding:0}#cp-main h3,#cp-main hr{border-color:#bfbfbf}#cp-main
  .conteneur_minwidth_IE{height:1px}#wrap{background-color:#f7fcfc;border:1px solid #fff;margin:0 auto;min-width:768px;padding:5px;width:98%}#simple-wrap{padding:6px 10px}#content-container div#container{float:left;margin-right:-0;width:100%}#content-container div#content{margin-right:0}#content-container div#main{margin-bottom:1em;overflow:hidden}*+ html #content-container div#main{margin-left:0}#content-container div#left{float:left;margin-right:0;overflow:hidden;width:0}#content-container div#right{float:right;overflow:hidden;width:0}* html #content-container #main-content{margin-right:0;overflow:visible}* html #content-container div#main{float:left;margin-right:-99%;width:100%}#page-body{margin:4px 0;width:100%}#page-body p.page-bottom{margin:0}h1.page-title{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.gallery-title{display:inline;font-size:11px;font-weight:700;text-align:center}h2{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.solo{margin-bottom:1em}.h3,h3{border-bottom:1px solid #080909;color:#080909;font-family:Tahoma;font-size:1.05em;margin-bottom:3px;margin-top:20px;padding-bottom:2px;text-transform:uppercase}.h3{font-weight:700}.introduction .h3,.module .h3,.postbody .h3{margin-top:8px}.table-title,.table-title h2{color:#fff;display:inline;font-size:1em}input{cursor:pointer;font-family:Tahoma;font-size:1em;font-weight:400;padding:0 3px;vertical-align:middle}select{background-color:#f7fcfc;border:1px solid #427685;cursor:pointer;font-family:Tahoma;font-weight:400;padding:1px;vertical-align:middle}option{padding-right:1em}textarea{font-family:Tahoma;font-size:1em;line-height:1.4em;padding:2px;width:60%}p{font-size:1.1em;line-height:1.3em;margin-bottom:.5em}p.right{text-align:right}p.right img{vertical-align:middle}p.center{margin:0;text-align:center}p.author{font-family:Tahoma;font-size:1em;line-height:1.2em;margin:0 15em .6em 0;padding:0 0 5px}p.nomargin{font-size:1.1em;line-height:1.3em;margin-bottom:0}p.path{clear:left;margin-left:10px}fieldset{border-width:0;font-family:Tahoma;font-size:1.1em}fieldset.jumpbox{height:auto;margin-top:15px;min-height:2.5em;text-align:right}fieldset.vf_jumpbox{height:auto;min-height:2.5em;text-align:right}fieldset.quickmod{float:right;height:auto;min-height:2.5em;text-align:right;width:55%}label{color:#000;cursor:default;padding-right:5px}label input{vertical-align:middle}label img{vertical-align:middle}hr{border:0 none #000;border-top:1px solid #000;clear:both;display:block;height:1px;margin:5px 0}hr.dashed{border-top:1px dashed #000;margin:5px 0}img{border-width:0}blockquote{background:#ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;border:1px solid #DBDBCE;font-size:.95em;margin:1em 1px 1em 25px;overflow:hidden;padding:5px}blockquote div{margin-left:20px}blockquote blockquote{background-color:#EFEED9;font-size:1em;margin:.5em 1px 0 15px}blockquote blockquote blockquote{background-color:#ebeadd}blockquote cite{display:block;font-size:.9em;font-style:normal;font-weight:700}blockquote cite cite{font-size:1em}blockquote.uncited{padding-top:25px}ul{list-style-type:none}ul.ul-icons{float:left;margin:0 10px}* html input,* html select,* html table{font-size:100%}* html hr{margin:0}a:link{color:#427685;text-decoration:none}a:visited{color:#427685;text-decoration:none}a:active{color:#427685;text-decoration:underline}a:hover{color:#000;text-decoration:none}a.forumtitle{color:#427685;font-family:Tahoma;font-size:1.2em;font-weight:700;text-decoration:none}a.forumtitle:hover{color:#000;text-decoration:underline}a.forumtitle:active{color:#427685}a.topictitle{color:#427685;font-family:Tahoma;font-size:1.1em;font-weight:700;text-decoration:none}div.topic-title-container{display:inline}.topic-title{display:inline;font-size:12px;text-align:left}a.topictitle:hover{color:#000;text-decoration:underline}a.topictitle:active{color:#427685}.inputbox{background-color:#f7fcfc;border:1px solid #BCBCBC;color:#000;cursor:text;padding:2px}.inputbox:hover{border:1px solid #000}.inputbox:focus{border:1px solid #000;color:#000}input.inputbox{width:85%}input.medium{width:50%}input.narrow{width:25%}input.tiny{width:110px}textarea.inputbox{width:85%}button.button2,input.button1,input.button2{font-size:1em}a.button1,input.button1{border:1px solid #666;font-weight:700}a.button2,button.button2,input.button2{border:1px solid #BCBCBC}a.button1,a.button2,button.button2,input.button1,input.button2{background-color:#FAFAFA;background-image:url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position:top;background-repeat:repeat-x;color:#000;font-family:Tahoma;overflow:visible;padding:2px 3px;width:auto!important}a.button2,body:last-child a.button1,button.button2,input.button1,input.button2{padding:1px 0}a.button1:hover,a.button2:hover,button.button2:hover,input.button1:hover,input.button2:hover{background-position:0 100%;border:1px solid #000;color:#000}a.button1:active,a.button1:link,a.button1:visited,a.button2:active,a.button2:link,a.button2:visited{background-position:0 1px;color:#427685;line-height:250%;padding:2px 8px;text-decoration:none;vertical-align:text-bottom}* html button.button2,* html input.button1,* html input.button2{margin-bottom:1px;padding-bottom:0}*+html button.button2{height:24px;padding-left:3px;padding-right:3px}*+html button.button2 img{vertical-align:middle}* html button.button2{height:24px;padding-left:3px;padding-right:3px}* html button.button2 img{vertical-align:middle}
    .fieldset.fields1 dt{border-right-width:0;width:10em}fieldset.fields1 dd{border-left-width:0;margin-left:10em}fieldset.fields1{background-color:transparent}fieldset.fields1 div{margin-bottom:3px}fieldset.fields2 dt{border-right-width:0;width:15em}fieldset.fields2 dd{border-left-width:0;margin-left:16em}fieldset.fields2 dl:hover dt label{color:inherit}fieldset.submit-buttons{margin:5px 0;text-align:center;vertical-align:middle}fieldset.submit-buttons input{padding-bottom:3px;padding-top:3px;vertical-align:middle}fieldset.polls{font-family:Tahoma}fieldset.polls dl{border-top:1px solid #e2e2e2;color:#000;line-height:120%;margin-top:5px;padding:5px 0 0}fieldset.polls dt{border-right:none;display:block;float:left;font-size:1.1em;margin:0;padding:0;text-align:left;width:30%}fieldset.polls dd{border-left:none;float:left;font-size:1.1em;margin-left:0;padding:0 5px;width:10%}.headerbar{background-color:#fff;background-image:url(http://2img.net/i/fa/empty.gif);background-repeat:repeat-x;margin-bottom:4px;padding:0 5px}* html .headerbar{height:1%}*+ html .headerbar{min-height:1px}#logo-desc{margin:0;padding:0;text-align:center}#logo{float:none;padding:5px}a#logo:hover{text-decoration:none}#site-title,#site-title h1{color:#fef6f6;font-size:20px;font-weight:700;padding-top:15px}#site-title h1{padding-top:0}#logo-desc p{color:#fef6f6;margin:0;padding:0}.navbar{background-color:#f7fcfc;clear:both;padding:0 10px}ul.navlinks{border-bottom:1px solid #000;font-weight:700;text-align:center}ul.borderless{border-bottom:0}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;width:auto}ul.linklist li a img{vertical-align:middle}.search-box{float:left;margin-left:5px;margin-top:3px}#search-box{float:right;margin-right:5px;margin-top:10px;white-space:nowrap}* html #search-box{margin-right:35px}#search-box #keywords{background-color:#f7fcfc;width:95px},#search-box input{border:1px solid #BCBCBC}#search-box input.button1{padding:1px 5px}input.search{background:url(http://2img.net/i/fa/sprite_prosilver_navbar.png) no-repeat top left;background-position:0 -701px;padding-left:17px}ul.linklist li.rightside{float:right}ul.linklist li.footer-home{float:left}p.rightside{float:right;margin-right:5px}dl.codebox{background-color:#FFF;border:1px solid #C9D2D8;font-size:1em;padding:3px}dl.codebox dt{border-bottom:1px solid #CCC;display:block;font-size:.8em;font-weight:700;margin-bottom:3px;text-transform:uppercase}blockquote dl.codebox{margin-left:0}dl.codebox code{color:#2E8B57;display:block;font-family:Courier,CourierNew,sans-serif;font-size:.9em;font-style:normal;font-variant:normal;font-weight:normal;height:auto;line-height:1.3em;margin:2px 0;max-height:200px;overflow:auto;padding-top:5px;white-space:normal}.forabg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forabg{height:1%;position:relative}*+ html .forabg{min-height:1px}.forumbg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forumbg{height:1%}*+ html .forumbg{min-height:1px}.forumbg table.table1{margin:0 -2px -1px -1px}ul.topiclist{background-image:url("http://i.imgur.com/p5Nkvrk.png");background-repeat:repeat-x;color:#000;list-style-type:none;margin:0}* html ul.topiclist{height:1%}*+ html ul.topiclist{min-height:1px}ul.topiclist li{display:block;margin:0}* html ul.topiclist li{position:relative}ul.topiclist li.row dl{padding:2px 0}ul.forums li.row dl{min-height:57px}* html ul.forums li.row dl{height:57px}ul.topiclist dd.dterm,ul.topiclist dt{display:block;float:left;font-size:1.1em;padding-left:5px;padding-right:5px;width:60%}ul.topiclist dfn{display:none}ul.topics li.header dl.icon dt{padding-right:50px}ul.topics dd.dterm,ul.topics dt{display:block;float:left;padding-left:45px;width:50%}ul.topics dd{display:block;float:left}ul.forums{background-color:#f7fcfc;background-image:none}li.header dl.icon{min-height:0}li.header dl.icon dt{padding-left:0}li.header dt{font-weight:700}li.header dd{margin-left:1px}dl.icon{background-position:10px 50%;background-repeat:no-repeat;height:auto;min-height:35px}dl.icon dd.dterm,dl.icon dt{background-position:5px 50%;background-repeat:no-repeat}li.header dd,li.header dt{border-left-width:0;color:#fff;font-family:Tahoma,Tahoma;font-size:1em;line-height:1em;margin:2px 0 4px;padding-bottom:2px;padding-top:2px;text-transform:uppercase}li.row{border-bottom:1px solid #000;border-top:1px solid #000}li.row:hover{background-color:#f7fcfc}ul.topiclist dd{border-left:1px solid #000;display:block;float:left;padding:4px 0}ul.topiclist li.header dl dd{border:none}dd.lastpost span,dd.moderation span,dd.redirect span,ul.topiclist dd.info span,ul.topiclist dd.searchby span,ul.topiclist dd.time span{display:block;padding-left:5px}ul.pmlist dt{padding-left:45px}ul.forums dd{border-color:#000;border-left-style:solid;border-left-width:1px}li.row:hover dd{border-left-color:#000}.mod-text{font-weight:700}.hierarchy{border:none;display:inline;font-size:1em!important;text-transform:none}.panel{background-color:#f7fcfc;color:#000;margin-bottom:4px;padding:0 10px}* html .panel{height:1%}*+ html .panel{min-height:1px}.content h2,.panel h2{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.content h2.h3,.panel h2.h3{font-size:1.05em;font-weight:700}.content h1,.panel h1{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.panel h3{margin:.5em 0}.panel-left{float:left;width:47%}.panel-right{float:right;width:47%}.panel div.mes-txt,.panel p{font-size:1.2em;line-height:1.4em;margin-bottom:1em}.post{background-position:100% 0;background-repeat:no-repeat;margin-bottom:4px;padding:0 10px}*+ html .post{word-wrap:break-word}* html .post{word-wrap:break-word}.post ul{list-style-type:disc}
 
    td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}

.pun .post {
background-image: url(http://2img.net/i/fa/prosilver/icon_user_online_en.png),url(http://i.imgur.com/XtFaN.png);
background-repeat: no-repeat,repeat-y;
}

#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}

#text_editor_controls, .left-box{position:relative !important}

blockquote {
border-color: #8EBBDF;
background-color: #D2E4F2;
}

.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{
-moz-box-shadow:1px 1px 20px #9C9C9C;
-webkit-box-shadow:1px 1px 20px #9C9C9C;
box-shadow:1px 1px 20px #9C9C9C;
}

  .post {
background-image: url(http://www.chesp.nl/badmintonwebforum/styles/xandgreen/imageset/nl/icon_user_offline.gif);
background-repeat: no-repeat;
background-position: 100% 0%;
}
.online {
background-image: url(http://hitskin.com/themes/12/98/28/i_icon_online.png);
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #DCCE54;
}
blockquote {
margin: 1em 1px 1em 25px;
padding: 5px;
background: #D6D6D6 url("http://2img.net/i/fa/prosilver/quote.gif") 6px 8px no-repeat;
border: 1px solid #F0D7B8;
font-size: 0.95em;
margin: 1em 1px 1em 25px;
background-color: #FFFFFF;
border-radius: 15px 0px 15px 0px;
-moz-border-radius: 15px 0px 15px 0px;
-webkit-border-radius: 15px 0px 15px 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
color : #eee;
display: block;
overflow: auto;
}
.postprofile {
text-align:left;
}
.user_login_form {
margin-bottom: 5px;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.introduction, .panel, .post {
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

div.module {
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}
input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
border: 1px solid #FF9D00;
color:black;
background-position: top;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

dl.codebox {
border: 1px solid #008AE6;
padding: 6px;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}

codebox dt{
background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
background-repeat: no-repeat;
background-position: top right;
padding: 5px 10px 3px 3px;
color: #000;
font-weight: bold;
background-color: #707070;
border: 1px solid #888888;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#text_editor_textarea {
border:1px solid #008AE6;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}


.postprofile{
border: 1px solid #eee;
text-align: left;
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #eee;
color: #FFF;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
text-align: center;
}



.pathname-box {
background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

#chatbox_header {
color: #FFFFFF;
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
}

#chatbox_main_options a {
font-family: Verdana;
z-index: 999;
}

#chatbox_footer {
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
color: #FFFFFF;
}
 
  .reset {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}


.h3{
color:#00008B!important;
}

td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
}



/*.c {
  text-shadow: 0 0 3px #48D1CC;
} */
// Fim colunas
 
            div.postprofile dl dt img{-moz-box-shadow:0 0 0 rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:0 solid #eee;box-shadow:0 0 0 rgba(0,0,0,0.2);margin-left:0}div.postprofile dl dt img:hover{-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-webkit-transform:rotate(3deg)}
 
$(function() {
    $.getScript("http://sd-1.archive-host.com/membres/up/37821634957680146/deco/bn22.js");
});
 
  $(function() {
    $.getScript
("http://sd-1.archive-host.com/membres/up/132720629421430912/Decoration
_Noel/compte_a_rebour_noel.js");
});
.headerbar {
background-image: none!important;
}
 
a.mainmenu {
text-transform:uppercase;
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
 
    #search {
  margin-top: 10px;
}
   
#search-box {
  display: block !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.48);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  padding: 9px;
}

#search_wrap {
  -moz-border-radius: 3px 4px 4px 3px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 3px 4px 4px 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  display: block;
  height: 26px;
  line-height: 25px;
  min-width: 230px;
  padding: 0 26px 0 4px;
  position: relative;
  border: none;
  width: 200px;
}

#search .submit_input {
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  background: #1b9bff url(http://i.imgur.com/iFuV6BO.png) no-repeat 50%;
  border: 1px solid #1b9bff;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  display: block;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -3000em;
  top: 0;
  width: 26px;
}

#main_search {
  width: 130px;
.spoiler_content.hidden {
  display: none !important;
}
Harold C+

Harold C+
****

Membro desde : 27/07/2013
Mensagens : 267
Pontos : 429

http://www.roxyanimemanga.forum-pro.net

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 05.06.14 22:22

Olá,

Nenhum dos dois resultou..
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Harold C+ 05.06.14 22:27

No Meu CSS Veja se depois do senhor validar , a ultima parte

Código:
#main_search {
  width: 130px;
.spoiler_content.hidden {
  display: none !important;
}

Realmente está no final da CSS , Se não tente até dar, se o problema continuar, comunique Feliz
Harold C+

Harold C+
****

Membro desde : 27/07/2013
Mensagens : 267
Pontos : 429

http://www.roxyanimemanga.forum-pro.net

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 05.06.14 22:43

Sim, ele está lá, mas o erro continua.
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Sennior 06.06.14 18:31

Saudações,

Troque teu CSS pelo abaixo:
Código:
dl.codebox.spoiler .hidden {display: none !important;}
.post {
    border: 1px solid #C3E0F1;
    border-radius: 4px;
    box-shadow: 1px 1px 1px;
    margin: 8px 1px;
    padding-bottom: 8px;
    padding-top: 4px;
}

#i_icon_mini_index:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/home10.png);/*Aqui é o primeiro ícone referente ao inicio(A casa!)*/
}
#i_icon_mini_portal:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/portal10.png);/*Aqui é o referente ao portal(O tablet!)*/
}
#i_icon_mini_calendar:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/calend10.png);/*Aqui é o referente ao calendário(O calendário, avá ¬¬!)*/
}
#i_icon_mini_faq:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/faq10.png);/*Aqui é o referente a FAQ(O livro!)*/
}
#i_icon_mini_search:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/search10.png);/*Aqui é o referente a pesquisa(A lupa!)*/
}
#i_icon_mini_members:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/member10.png);/*Aqui é o referente a lista de membros(As "pessoinhas"!)*/
}
#i_icon_mini_register:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/sign_u10.png);/*Aqui é o referente ao registro(A folha com o lápis, ou sei la oque!)*/
}
#i_icon_mini_login:hover{
  content: url(http://i39.servimg.com/u/f39/18/53/20/49/log_in10.png);/*Aqui é o referente ao login(A porta com uma seta verde!)*/
}

.entry-content b {
font-weight: normal;
}



header {
background: #666 url(http://s29.postimg.org/enh6gbt7r/Abstract_Blue_backgrounds_32.jpg) 0 0 fixed no-repeat;
background-size: 100%;
box-shadow: 0 0 15px #333;
height: 250px;
left: 0;
position: relative;
top: -1px;
width: 100%;
}
.bodyline {
border: 0;
border-radius: 5px;
box-shadow: 0 0 10px #333;
position: relative;
}
.bodylinewidth {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: 5% auto;
position: relative;
}

.popupmenu-item {
  text-align: left;
}

.pun .postmain {
background-color: #AAB6CC!important;
}

#search-box {
display:none;
}

ul.navlinks {
border-bottom:0px solid #FFFFFF;
}

li.header dl.icon {
    background: none repeat scroll 0 0 #0F1319;
    border-left: 75px solid #1B242B;
    border-right: 175px solid #1B242B;
    padding-bottom: 10px;
    padding-top: 25px;
    text-align: center;
    transition: all 0.5s ease-in-out 0.2s;
    vertical-align: middle;
}
li.header dl.icon {
    min-height: 0;
}
li.header dl.icon:hover {
    border-left: 175px solid #1B242B;
    border-right: 75px solid #1B242B;
    transition: all 0.5s ease-in-out 0.2s;
}

.pun .main, .pun .main-category {
margin: 1em 0;
}
.main .main-head {
background-color: #eee;
border: 2px solid rgba(0,0,0,0.09);
border-radius: 2px 2px 0 0;
color: rgba(0,0,0,0.69)!important;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
.main-head h2 {
background-color: #eee;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 25px;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
}
.pun .main-content {
background-color: #fff;
background-image: url(http://2img.net/i/fa/empty.gif);
background-position: 0 0;
background-repeat: repeat-x;
border: none;
border-bottom: 2px solid rgba(0,0,0,0.17);
border-left: 2px solid rgba(0,0,0,0.17);
border-right: 2px solid rgba(0,0,0,0.17);
clear: both;
margin-bottom: 4px;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
.main-content thead {
display: none;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.pun table.table {
border-collapse: collapse;
empty-cells: show;
table-layout: fixed;
width: 100%;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
#main-content tr {
border-bottom: 1px solid rgba(219,219,219,0.28);
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
td.tcl {
padding-right: 0px;
padding-left: 42px;
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
}
.pun table.table td {
background-color: #fff;
}
.pun table td.tcl {
border-left-style: none;
border-left-width: 0;
height: 42px;
min-height: 24px;
padding-left: .5em;
vertical-align: top;
}
.pun table.table td {
background-color: #fbfbfb;
border-color: #ddd;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;
padding: .6em 0 .7em;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
.pun tbody.statused span.status {
position: absolute;
}
.status {
margin-top: .6%;
}
span.status {
margin-right: -32px;
margin-left: -32px;
}
.categoria {
margin-left: 3%;
}
.pun .main table td.tc2, .pun .main table td.tc3, .pun .main table td.tcr {
background-color: #fff;
border: none;
}

div.main-content tbody.statused tr:hover {
background-color: #427685 !important;
}
div.main-content tbody.statused tr td {
background-color: transparent !important;
}

.hierarchy{
  transition: all 0.5s ease-in-out 0.2s;
}
.hierarchy:hover{
  padding-left: 200px;
}

.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

background-color: #FF0000 !important;
}

/*Responsáveis*/
#modo {
display: none;
}

.dterm:hover #modo {
display: block;
}
/* FIM DOS RESPONSÁVEIS */


a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #33FFFF;
    content: "Dono, Mapper-Chefe.";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}



a[href*="/u193"] {
position: relative;
}

a[href*="/u193"]:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    color: #00C8FF;
    content: "SubDono, Mapper, ScriptForum. ";
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    left: -70px;
    padding: 2px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.linklist.navlinks {
    background-color: #18405E;
    border-color: #DDDDDD;
    padding: 0.5em 1.1em 0.6em;
}
.linklist.navlinks {
    background-color: #304154 !important;
    background-position: 0 0;
    border: 1px solid #1E2831 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    display: block !important;
    height: 30px;
    padding: 0 !important;
}

a.mainmenu {
    color: #FFFFFF;
    font-family: tahoma,helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 6px 17px;
}
a.mainmenu:hover {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 6px 17px;
    text-decoration: none;
}

.nav img:hover {
opacity: 0.7; 
}
.profile-icon img:hover {
opacity: 0.7; 
}

#format-buttons input, #format-buttons select, button.button2 {vertical-align: none;}

  a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {padding: 10px 10px; height:27px !important;}

#text_editor_iframe, input.post, select, textarea.inputbox, select, a.button1, a.button2, button.button2, input.button1, input.button2, input {background-color: #FAFAFA;background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position: top;background-repeat: repeat-x;color: black;font-family: Verdana,Arial,Helvetica,sans-serif;overflow: visible;padding: 2px 3px;width: auto!important; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#text_editor_iframe{
height: 100px !important;
width:400px !important }

input{
width:400px !important;
}

.codebox{
margin:auto;
width:90%
}
.codebox dd{
background-color:#;
border:solid 1px #d4d4bd;
margin:0
}
.codebox dd{
background-color:#;
border:solid 1px rgba(121,121,78,0);
margin:0
}
.codebox{
background:-moz-linear-gradient(#C0B7A5,#887B5F) repeat scroll 0 0 transparent;
border:2px double #953;
border-radius:10px 10px 15px 15px;
color:#140202;
font-family:arial;
font-size:12px;
padding:1px
}
.spoiler_closed{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}

.spoiler_content{
background-color:#;
border:#d4d4bd;
border-style:solid;
border-width:1px;
color:#6b6565;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:125%
}


.reputation {
  background-color: rgb(141, 177, 62)!important;
  background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 3px 7px;
  max-width: 125px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
  background-position: 0px 1px;
  background-repeat: repeat no-repeat;
}
.reputation.zero {
  background-color: rgb(16, 16, 16)!important;
  color: rgb(255, 255, 255);
}
.lastpost-avatar img, .avat-miembro img {
-moz-border-radius: 0% !important;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
-webkit-border-radius: 0% !important;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
background: #fff !important;
border: 1px solid #D5D5D5 !important;
border-radius: 0% !important;
box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
height: 45px !important;
margin: 0 5px !important;
padding: 1px !important;
width:45px !important;
}

.postprofile {
        border: 1px solid rgba(0, 173, 255, 0.51) !important;
        border-radius: 6px;
        background: rgba(3, 148, 216, 0.14);
        } 
.postprofile {
 background: white;
 border: 3px solid #e2e2e1;
 box-shadow: 0px 0px 7px #d2d2d2;
  border-radius: 5px 5px 5px;
  padding: 4px;
}
        .postprofile {
        text-align: center !important;
        }

#chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{font-size:0;background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) no-repeat center #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}#chatbox_messenger_form .right {padding:0;font-size:0}#chatbox_messenger_form .right input#message{height:34px;font-weight:normal;background-color:white;background-image:url();border:0;height:34px;margin-bottom:0;font-size:16px;cursor:default;padding:0 0 0 5px;outline:none;width:304px}#chatbox_messenger_form .right input[name="submit_button"]{height:33px;font-size:15px;border:0;background-color:transparent;padding-left:10px;padding-right:11px;margin-left:-4px;cursor:default;font-weight:normal}#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}#chatbox_header{height:0;font-size:0}#chatbox{top:32px;left:0}#chatbox p.clearfix:first-child{padding-top:8px}#chatbox_members{position:absolute;z-index:1;height:31px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}#chatbox_members li{display:inline;margin-right:0}#chatbox_members a:last-child:after{content:', '}#chatbox_members li:last-child a:last-child:after{content:''}#chatbox_members ul{padding-top:8px;font-size:12px;margin:0;overflow-y:hidden;overflow-x:auto;margin-left:46px;padding-right:8px;padding-bottom:0;white-space:nowrap;height:23px;max-width:none}#chatbox_footer #chatbox_messenger_form .right .fontbutton:hover,#chatbox_header #chatbox_main_options.chatbox-options a:hover,#chatbox_header #chatbox_main_options.chatbox-options span:hover,#chatbox_messenger_form .right input[name="submit_button"]:hover{background-color:#CFCFCF!important}#chatbox_footer #chatbox_messenger_form .right .fontbutton.fontbutton_selected{background-color:#E6E6E6}#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}.user a[href*="/u"]{margin-right:8px}.user span:first-child strong{margin-right:4px}.user span:last-child strong{margin-right:0}a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style:italic"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child{font-size:0px}#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}#chatbox_contextmenu{z-index:1}#chatbox_messenger_form{margin-top:0px}.user-msg{display:inline-block;padding-left:38px;background:url(http://i.imgur.com/BMdww.gif) no-repeat top left;background-size:32px 32px;min-height:32px}.user-msg .msg{display:block}.user-msg .msg span{border-image-width:0px;border:0px;}
li.row:hover{
background-color:#ffb908 !important;
}
  .username {border-top:1px solid rgba(255,255,255,0.1);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;margin-left:2px;padding-bottom:10px;padding-top:10px;width:160px;background: white !important;;nt;nt;ortant;mportant;mportant;undundundundckface-visibilityckface-visibility}

  div.rA{background-color:#FF5C00;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rMo{background-color:#71A200;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPUB{background-color:#3396FF;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPRO{background-color:#C67A21;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rINF{background-color:#FFA800;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rD{background-color:rgba(124,96,148,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rM{background-color:rgba(141,141,141,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}
 
 
  .post_field{background:#fff none;border:1px solid #B9C4CD;margin:2px 0 0 2px;padding:3px 0;text-align:center;width:158px}
   

a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
 
a[href="/u32"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u32"] {
text-shadow: 0px 0px 5px #FF1493;
}

a[href="/u6"] {
background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
}

a[href="/u6"] {
text-shadow: 0px 0px 5px #00FF00;
}
   
a[href="/u193"] {
background: url("http://i46.servimg.com/u/f46/16/56/73/62/passar10.gif");
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u12"] {
text-shadow: 0px 0px 5px #FF4500;
}

a[href="/u28"] {
background: url("http://i45.tinypic.com/rlhxn4.gif");
}

a[href="/u28"] {
text-shadow: 0px 0px 5px #FF0000;
}

td.row1, td.row2, td.row3 {
background-image: url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');
}
 
.post {
margin-top:10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
 
  /* ------------ neon ------------- */

az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}

a[href="/u1"] {
background: url('http://i45.tinypic.com/ehga6s.gif');
text-shadow: 5px orange;
}

  .postprofile{border-color:#000;border-right-style:solid;border-right-width:1px;color:#000;display:inline;float:left;margin:5px 0 0;min-height:80px;position:relative;width:22%;word-wrap:break-word}* html .postprofile{overflow:hidden}.postprofile dd,.postprofile dt{line-height:1.2em;margin-left:8px}.postprofile a:active,.postprofile a:link,.postprofile a:visited,.postprofile dt.author a{color:#427685;font-weight:700;text-decoration:none}.postprofile a:hover,.postprofile dt.author a:hover{color:#000;text-decoration:underline}.vote{float:right;margin-left:4px;width:9px}.vote .vote-button{font-weight:700;margin-left:-1px;text-align:center}.vote .vote-button a{text-decoration:none!important}.vote .vote-bar{border:1px solid #000;font-size:0;height:50px;margin:0 auto;width:3px}.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}.vote .vote-bar-plus{background-color:#0f0}.vote .vote-bar-minus{background-color:red}dd.lastpost{font-size:1.1em;width:20%}dd.mark{float:right!important;font-size:1.2em;line-height:200%;text-align:center;width:9%}dd.posts,dd.topics,dd.views{border:none;font-size:1.2em;line-height:2.2em;text-align:center;width:8%}dd.info{width:30%}dl.details{font-size:1.1em}dl.details dt{color:#000;display:block;float:left;text-align:right;width:10em}dl.details dd{color:#000;margin-bottom:5px;margin-left:10em;padding-left:5px}.span-tab{font-size:.9em}#cp-main{float:left;margin-left:20px;width:98%}* html #cp-main{margin-left:10px}#cp-main h1{border-bottom:none;color:#000;margin-left:10px;padding:0}#cp-main h3,#cp-main hr{border-color:#bfbfbf}#cp-main
  .conteneur_minwidth_IE{height:1px}#wrap{background-color:#f7fcfc;border:1px solid #fff;margin:0 auto;min-width:768px;padding:5px;width:98%}#simple-wrap{padding:6px 10px}#content-container div#container{float:left;margin-right:-0;width:100%}#content-container div#content{margin-right:0}#content-container div#main{margin-bottom:1em;overflow:hidden}*+ html #content-container div#main{margin-left:0}#content-container div#left{float:left;margin-right:0;overflow:hidden;width:0}#content-container div#right{float:right;overflow:hidden;width:0}* html #content-container #main-content{margin-right:0;overflow:visible}* html #content-container div#main{float:left;margin-right:-99%;width:100%}#page-body{margin:4px 0;width:100%}#page-body p.page-bottom{margin:0}h1.page-title{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.gallery-title{display:inline;font-size:11px;font-weight:700;text-align:center}h2{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.solo{margin-bottom:1em}.h3,h3{border-bottom:1px solid #080909;color:#080909;font-family:Tahoma;font-size:1.05em;margin-bottom:3px;margin-top:20px;padding-bottom:2px;text-transform:uppercase}.h3{font-weight:700}.introduction .h3,.module .h3,.postbody .h3{margin-top:8px}.table-title,.table-title h2{color:#fff;display:inline;font-size:1em}input{cursor:pointer;font-family:Tahoma;font-size:1em;font-weight:400;padding:0 3px;vertical-align:middle}select{background-color:#f7fcfc;border:1px solid #427685;cursor:pointer;font-family:Tahoma;font-weight:400;padding:1px;vertical-align:middle}option{padding-right:1em}textarea{font-family:Tahoma;font-size:1em;line-height:1.4em;padding:2px;width:60%}p{font-size:1.1em;line-height:1.3em;margin-bottom:.5em}p.right{text-align:right}p.right img{vertical-align:middle}p.center{margin:0;text-align:center}p.author{font-family:Tahoma;font-size:1em;line-height:1.2em;margin:0 15em .6em 0;padding:0 0 5px}p.nomargin{font-size:1.1em;line-height:1.3em;margin-bottom:0}p.path{clear:left;margin-left:10px}fieldset{border-width:0;font-family:Tahoma;font-size:1.1em}fieldset.jumpbox{height:auto;margin-top:15px;min-height:2.5em;text-align:right}fieldset.vf_jumpbox{height:auto;min-height:2.5em;text-align:right}fieldset.quickmod{float:right;height:auto;min-height:2.5em;text-align:right;width:55%}label{color:#000;cursor:default;padding-right:5px}label input{vertical-align:middle}label img{vertical-align:middle}hr{border:0 none #000;border-top:1px solid #000;clear:both;display:block;height:1px;margin:5px 0}hr.dashed{border-top:1px dashed #000;margin:5px 0}img{border-width:0}blockquote{background:#ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;border:1px solid #DBDBCE;font-size:.95em;margin:1em 1px 1em 25px;overflow:hidden;padding:5px}blockquote div{margin-left:20px}blockquote blockquote{background-color:#EFEED9;font-size:1em;margin:.5em 1px 0 15px}blockquote blockquote blockquote{background-color:#ebeadd}blockquote cite{display:block;font-size:.9em;font-style:normal;font-weight:700}blockquote cite cite{font-size:1em}blockquote.uncited{padding-top:25px}ul{list-style-type:none}ul.ul-icons{float:left;margin:0 10px}* html input,* html select,* html table{font-size:100%}* html hr{margin:0}a:link{color:#427685;text-decoration:none}a:visited{color:#427685;text-decoration:none}a:active{color:#427685;text-decoration:underline}a:hover{color:#000;text-decoration:none}a.forumtitle{color:#427685;font-family:Tahoma;font-size:1.2em;font-weight:700;text-decoration:none}a.forumtitle:hover{color:#000;text-decoration:underline}a.forumtitle:active{color:#427685}a.topictitle{color:#427685;font-family:Tahoma;font-size:1.1em;font-weight:700;text-decoration:none}div.topic-title-container{display:inline}.topic-title{display:inline;font-size:12px;text-align:left}a.topictitle:hover{color:#000;text-decoration:underline}a.topictitle:active{color:#427685}.inputbox{background-color:#f7fcfc;border:1px solid #BCBCBC;color:#000;cursor:text;padding:2px}.inputbox:hover{border:1px solid #000}.inputbox:focus{border:1px solid #000;color:#000}input.inputbox{width:85%}input.medium{width:50%}input.narrow{width:25%}input.tiny{width:110px}textarea.inputbox{width:85%}button.button2,input.button1,input.button2{font-size:1em}a.button1,input.button1{border:1px solid #666;font-weight:700}a.button2,button.button2,input.button2{border:1px solid #BCBCBC}a.button1,a.button2,button.button2,input.button1,input.button2{background-color:#FAFAFA;background-image:url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position:top;background-repeat:repeat-x;color:#000;font-family:Tahoma;overflow:visible;padding:2px 3px;width:auto!important}a.button2,body:last-child a.button1,button.button2,input.button1,input.button2{padding:1px 0}a.button1:hover,a.button2:hover,button.button2:hover,input.button1:hover,input.button2:hover{background-position:0 100%;border:1px solid #000;color:#000}a.button1:active,a.button1:link,a.button1:visited,a.button2:active,a.button2:link,a.button2:visited{background-position:0 1px;color:#427685;line-height:250%;padding:2px 8px;text-decoration:none;vertical-align:text-bottom}* html button.button2,* html input.button1,* html input.button2{margin-bottom:1px;padding-bottom:0}*+html button.button2{height:24px;padding-left:3px;padding-right:3px}*+html button.button2 img{vertical-align:middle}* html button.button2{height:24px;padding-left:3px;padding-right:3px}* html button.button2 img{vertical-align:middle}
    .fieldset.fields1 dt{border-right-width:0;width:10em}fieldset.fields1 dd{border-left-width:0;margin-left:10em}fieldset.fields1{background-color:transparent}fieldset.fields1 div{margin-bottom:3px}fieldset.fields2 dt{border-right-width:0;width:15em}fieldset.fields2 dd{border-left-width:0;margin-left:16em}fieldset.fields2 dl:hover dt label{color:inherit}fieldset.submit-buttons{margin:5px 0;text-align:center;vertical-align:middle}fieldset.submit-buttons input{padding-bottom:3px;padding-top:3px;vertical-align:middle}fieldset.polls{font-family:Tahoma}fieldset.polls dl{border-top:1px solid #e2e2e2;color:#000;line-height:120%;margin-top:5px;padding:5px 0 0}fieldset.polls dt{border-right:none;display:block;float:left;font-size:1.1em;margin:0;padding:0;text-align:left;width:30%}fieldset.polls dd{border-left:none;float:left;font-size:1.1em;margin-left:0;padding:0 5px;width:10%}.headerbar{background-color:#fff;background-image:url(http://2img.net/i/fa/empty.gif);background-repeat:repeat-x;margin-bottom:4px;padding:0 5px}* html .headerbar{height:1%}*+ html .headerbar{min-height:1px}#logo-desc{margin:0;padding:0;text-align:center}#logo{float:none;padding:5px}a#logo:hover{text-decoration:none}#site-title,#site-title h1{color:#fef6f6;font-size:20px;font-weight:700;padding-top:15px}#site-title h1{padding-top:0}#logo-desc p{color:#fef6f6;margin:0;padding:0}.navbar{background-color:#f7fcfc;clear:both;padding:0 10px}ul.navlinks{border-bottom:1px solid #000;font-weight:700;text-align:center}ul.borderless{border-bottom:0}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;width:auto}ul.linklist li a img{vertical-align:middle}.search-box{float:left;margin-left:5px;margin-top:3px}#search-box{float:right;margin-right:5px;margin-top:10px;white-space:nowrap}* html #search-box{margin-right:35px}#search-box #keywords{background-color:#f7fcfc;width:95px},#search-box input{border:1px solid #BCBCBC}#search-box input.button1{padding:1px 5px}input.search{background:url(http://2img.net/i/fa/sprite_prosilver_navbar.png) no-repeat top left;background-position:0 -701px;padding-left:17px}ul.linklist li.rightside{float:right}ul.linklist li.footer-home{float:left}p.rightside{float:right;margin-right:5px}dl.codebox{background-color:#FFF;border:1px solid #C9D2D8;font-size:1em;padding:3px}dl.codebox dt{border-bottom:1px solid #CCC;display:block;font-size:.8em;font-weight:700;margin-bottom:3px;text-transform:uppercase}blockquote dl.codebox{margin-left:0}dl.codebox code{color:#2E8B57;display:block;font-family:Courier,CourierNew,sans-serif;font-size:.9em;font-style:normal;font-variant:normal;font-weight:normal;height:auto;line-height:1.3em;margin:2px 0;max-height:200px;overflow:auto;padding-top:5px;white-space:normal}.forabg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forabg{height:1%;position:relative}*+ html .forabg{min-height:1px}.forumbg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forumbg{height:1%}*+ html .forumbg{min-height:1px}.forumbg table.table1{margin:0 -2px -1px -1px}ul.topiclist{background-image:url("http://i.imgur.com/p5Nkvrk.png");background-repeat:repeat-x;color:#000;list-style-type:none;margin:0}* html ul.topiclist{height:1%}*+ html ul.topiclist{min-height:1px}ul.topiclist li{display:block;margin:0}* html ul.topiclist li{position:relative}ul.topiclist li.row dl{padding:2px 0}ul.forums li.row dl{min-height:57px}* html ul.forums li.row dl{height:57px}ul.topiclist dd.dterm,ul.topiclist dt{;float:left;font-size:1.1em;padding-left:5px;padding-right:5px;width:60%}ul.topiclist dfn{display:none}ul.topics li.header dl.icon dt{padding-right:50px}ul.topics dd.dterm,ul.topics dt{display:block;float:left;padding-left:45px;width:50%}ul.topics dd{display:block;float:left}ul.forums{background-color:#f7fcfc;background-image:none}li.header dl.icon{min-height:0}li.header dl.icon dt{padding-left:0}li.header dt{font-weight:700}li.header dd{margin-left:1px}dl.icon{background-position:10px 50%;background-repeat:no-repeat;height:auto;min-height:35px}dl.icon dd.dterm,dl.icon dt{background-position:5px 50%;background-repeat:no-repeat}li.header dd,li.header dt{border-left-width:0;color:#fff;font-family:Tahoma,Tahoma;font-size:1em;line-height:1em;margin:2px 0 4px;padding-bottom:2px;padding-top:2px;text-transform:uppercase}li.row{border-bottom:1px solid #000;border-top:1px solid #000}li.row:hover{background-color:#f7fcfc}ul.topiclist dd{border-left:1px solid #000;display:block;float:left;padding:4px 0}ul.topiclist li.header dl dd{border:none}dd.lastpost span,dd.moderation span,dd.redirect span,ul.topiclist dd.info span,ul.topiclist dd.searchby span,ul.topiclist dd.time span{display:block;padding-left:5px}ul.pmlist dt{padding-left:45px}ul.forums dd{border-color:#000;border-left-style:solid;border-left-width:1px}li.row:hover dd{border-left-color:#000}.mod-text{font-weight:700}.hierarchy{border:none;display:inline;font-size:1em!important;text-transform:none}.panel{background-color:#f7fcfc;color:#000;margin-bottom:4px;padding:0 10px}* html .panel{height:1%}*+ html .panel{min-height:1px}.content h2,.panel h2{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.content h2.h3,.panel h2.h3{font-size:1.05em;font-weight:700}.content h1,.panel h1{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.panel h3{margin:.5em 0}.panel-left{float:left;width:47%}.panel-right{float:right;width:47%}.panel div.mes-txt,.panel p{font-size:1.2em;line-height:1.4em;margin-bottom:1em}.post{background-position:100% 0;background-repeat:no-repeat;margin-bottom:4px;padding:0 10px}*+ html .post{word-wrap:break-word}* html .post{word-wrap:break-word}.post ul{list-style-type:disc}
   
    td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}

.pun .post {
background-image: url(http://2img.net/i/fa/prosilver/icon_user_online_en.png),url(http://i.imgur.com/XtFaN.png);
background-repeat: no-repeat,repeat-y;
}

#modo {
display: none;
}
.dterm:hover #modo {
display: block;
}

#text_editor_controls, .left-box{position:relative !important}

blockquote {
border-color: #8EBBDF;
background-color: #D2E4F2;
}

.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{
-moz-box-shadow:1px 1px 20px #9C9C9C;
-webkit-box-shadow:1px 1px 20px #9C9C9C;
box-shadow:1px 1px 20px #9C9C9C;
}

  .post {
background-image: url(http://www.chesp.nl/badmintonwebforum/styles/xandgreen/imageset/nl/icon_user_offline.gif);
background-repeat: no-repeat;
background-position: 100% 0%;
}
.online {
background-image: url(http://hitskin.com/themes/12/98/28/i_icon_online.png);
}
#ipbwrapper {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #DCCE54;
}
blockquote {
margin: 1em 1px 1em 25px;
padding: 5px;
background: #D6D6D6 url("http://2img.net/i/fa/prosilver/quote.gif") 6px 8px no-repeat;
border: 1px solid #F0D7B8;
font-size: 0.95em;
margin: 1em 1px 1em 25px;
background-color: #FFFFFF;
border-radius: 15px 0px 15px 0px;
-moz-border-radius: 15px 0px 15px 0px;
-webkit-border-radius: 15px 0px 15px 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
color : #eee;
display: block;
overflow: auto;
}
.postprofile {
text-align:left;
}
.user_login_form {
margin-bottom: 5px;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.introduction, .panel, .post {
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

div.module {
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}
input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
border: 1px solid #FF9D00;
color:black;
background-position: top;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

dl.codebox {
border: 1px solid #008AE6;
padding: 6px;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}

codebox dt{
background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
background-repeat: no-repeat;
background-position: top right;
padding: 5px 10px 3px 3px;
color: #000;
font-weight: bold;
background-color: #707070;
border: 1px solid #888888;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#text_editor_textarea {
border:1px solid #008AE6;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}


.postprofile{
border: 1px solid #eee;
text-align: left;
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #eee;
color: #FFF;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
text-align: center;
}



.pathname-box {
background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

#chatbox_header {
color: #FFFFFF;
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
}

#chatbox_main_options a {
font-family: Verdana;
z-index: 999;
}

#chatbox_footer {
background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
background-repeat: repeat;
color: #FFFFFF;
}
 
  .reset {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:1px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}


.h3{
color:#00008B!important;
}

td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
}



/*.c {
  text-shadow: 0 0 3px #48D1CC;
} */
// Fim colunas
   
            div.postprofile dl dt img{-moz-box-shadow:0 0 0 rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:0 solid #eee;box-shadow:0 0 0 rgba(0,0,0,0.2);margin-left:0}div.postprofile dl dt img:hover{-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-webkit-transform:rotate(3deg)}
 
$(function() {
    $.getScript("http://sd-1.archive-host.com/membres/up/37821634957680146/deco/bn22.js");
});
 
  $(function() {
    $.getScript
("http://sd-1.archive-host.com/membres/up/132720629421430912/Decoration
_Noel/compte_a_rebour_noel.js");
});
.headerbar {
background-image: none!important;
}
 
a.mainmenu {
text-transform:uppercase;
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
a.mainmenu:hover {
  text-transform:uppercase;
  background-color: #d3d3d3;
  border: 1px solid silver;
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  text-align: center;
  width: 84px;
}
   
    #search {
  margin-top: 10px;
}
     
#search-box {
  display: block !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.48);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  padding: 9px;
}

#search_wrap {
  -moz-border-radius: 3px 4px 4px 3px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 3px 4px 4px 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  display: block;
  height: 26px;
  line-height: 25px;
  min-width: 230px;
  padding: 0 26px 0 4px;
  position: relative;
  border: none;
  width: 200px;
}

#search .submit_input {
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  background: #1b9bff url(http://i.imgur.com/iFuV6BO.png) no-repeat 50%;
  border: 1px solid #1b9bff;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  display: block;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -3000em;
  top: 0;
  width: 26px;
}

#main_search {
  width: 130px;


Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 07.06.14 0:17

Persiste....
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por Harold C+ 07.06.14 0:26

Mais uma Tentativa // Veja se o BBCode ta ativado

Código:


    dl.codebox.spoiler .hidden {display: none !important;}
    .post {
        border: 1px solid #C3E0F1;
        border-radius: 4px;
        box-shadow: 1px 1px 1px;
        margin: 8px 1px;
        padding-bottom: 8px;
        padding-top: 4px;
    }

    #i_icon_mini_index:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/home10.png);/*Aqui é o primeiro ícone referente ao inicio(A casa!)*/
    }
    #i_icon_mini_portal:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/portal10.png);/*Aqui é o referente ao portal(O tablet!)*/
    }
    #i_icon_mini_calendar:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/calend10.png);/*Aqui é o referente ao calendário(O calendário, avá ¬¬!)*/
    }
    #i_icon_mini_faq:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/faq10.png);/*Aqui é o referente a FAQ(O livro!)*/
    }
    #i_icon_mini_search:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/search10.png);/*Aqui é o referente a pesquisa(A lupa!)*/
    }
    #i_icon_mini_members:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/member10.png);/*Aqui é o referente a lista de membros(As "pessoinhas"!)*/
    }
    #i_icon_mini_register:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/sign_u10.png);/*Aqui é o referente ao registro(A folha com o lápis, ou sei la oque!)*/
    }
    #i_icon_mini_login:hover{
      content: url(http://i39.servimg.com/u/f39/18/53/20/49/log_in10.png);/*Aqui é o referente ao login(A porta com uma seta verde!)*/
    }

    .entry-content b {
    font-weight: normal;
    }



    header {
    background: #666 url(http://s29.postimg.org/enh6gbt7r/Abstract_Blue_backgrounds_32.jpg) 0 0 fixed no-repeat;
    background-size: 100%;
    box-shadow: 0 0 15px #333;
    height: 250px;
    left: 0;
    position: relative;
    top: -1px;
    width: 100%;
    }
    .bodyline {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #333;
    position: relative;
    }
    .bodylinewidth {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 5% auto;
    position: relative;
    }

    .popupmenu-item {
       text-align: left;
    }

    .pun .postmain {
    background-color: #AAB6CC!important;
    }

    #search-box {
    display:none;
    }

    ul.navlinks {
    border-bottom:0px solid #FFFFFF;
    }

    li.header dl.icon {
        background: none repeat scroll 0 0 #0F1319;
        border-left: 75px solid #1B242B;
        border-right: 175px solid #1B242B;
        padding-bottom: 10px;
        padding-top: 25px;
        text-align: center;
        transition: all 0.5s ease-in-out 0.2s;
        vertical-align: middle;
    }
    li.header dl.icon {
        min-height: 0;
    }
    li.header dl.icon:hover {
        border-left: 175px solid #1B242B;
        border-right: 75px solid #1B242B;
        transition: all 0.5s ease-in-out 0.2s;
    }

    .pun .main, .pun .main-category {
    margin: 1em 0;
    }
    .main .main-head {
    background-color: #eee;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 2px 2px 0 0;
    color: rgba(0,0,0,0.69)!important;
    }
    .main .main-head .page-title {
    font-size: 12px;
    font-weight: 400;
    }
    .main-head h2 {
    background-color: #eee;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    }
    .pun .main-content {
    background-color: #fff;
    background-image: url(http://2img.net/i/fa/empty.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.17);
    border-left: 2px solid rgba(0,0,0,0.17);
    border-right: 2px solid rgba(0,0,0,0.17);
    clear: both;
    margin-bottom: 4px;
    }
    .pun table.table {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    }
    .main-content thead {
    display: none;
    }
    tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    }
    .pun table.table {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    }
    table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    }
    #main-content tr {
    border-bottom: 1px solid rgba(219,219,219,0.28);
    }
    tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    }
    td.tcl {
    padding-right: 0px;
    padding-left: 42px;
    }
    .pun tbody.statused td.tcl {
    padding-left: 3.4em;
    }
    .pun table.table td {
    background-color: #fff;
    }
    .pun table td.tcl {
    border-left-style: none;
    border-left-width: 0;
    height: 42px;
    min-height: 24px;
    padding-left: .5em;
    vertical-align: top;
    }
    .pun table.table td {
    background-color: #fbfbfb;
    border-color: #ddd;
    border-style: solid none none solid;
    border-width: 1px;
    line-height: 130%;
    padding: .6em 0 .7em;
    }
    .pun table .tcl {
    overflow: hidden;
    text-align: left;
    width: 50%;
    }
    .pun tbody.statused span.status {
    position: absolute;
    }
    .status {
    margin-top: .6%;
    }
    span.status {
    margin-right: -32px;
    margin-left: -32px;
    }
    .categoria {
    margin-left: 3%;
    }
    .pun .main table td.tc2, .pun .main table td.tc3, .pun .main table td.tcr {
    background-color: #fff;
    border: none;
    }

    div.main-content tbody.statused tr:hover {
    background-color: #427685 !important;
    }
    div.main-content tbody.statused tr td {
    background-color: transparent !important;
    }

    .hierarchy{
      transition: all 0.5s ease-in-out 0.2s;
    }
    .hierarchy:hover{
      padding-left: 200px;
    }

    .lastpost-avatar img, .avat-miembro img {
    -moz-border-radius: 0% !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    -webkit-border-radius: 0% !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    background: #fff !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 0% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    height: 45px !important;
    margin: 0 5px !important;
    padding: 1px !important;
    width:45px !important;
    }

    background-color: #FF0000 !important;
    }

    /*Responsáveis*/
    #modo {
    display: none;
    }

    .dterm:hover #modo {
    display: block;
    }
    /* FIM DOS RESPONSÁVEIS */


    a[href*="/u193"]:hover:after {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        bottom: 15px;
        color: #33FFFF;
        content: "Dono, Mapper-Chefe.";
        display: inline-block;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        left: -70px;
        padding: 2px;
        position: absolute;
        white-space: nowrap;
        z-index: 1;
    }



    a[href*="/u193"] {
    position: relative;
    }

    a[href*="/u193"]:hover:after {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        bottom: 15px;
        color: #00C8FF;
        content: "SubDono, Mapper, ScriptForum. ";
        display: inline-block;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        left: -70px;
        padding: 2px;
        position: absolute;
        white-space: nowrap;
        z-index: 1;
    }

    .linklist.navlinks {
        background-color: #18405E;
        border-color: #DDDDDD;
        padding: 0.5em 1.1em 0.6em;
    }
    .linklist.navlinks {
        background-color: #304154 !important;
        background-position: 0 0;
        border: 1px solid #1E2831 !important;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
        display: block !important;
        height: 30px;
        padding: 0 !important;
    }

    a.mainmenu {
        color: #FFFFFF;
        font-family: tahoma,helvetica,arial,sans-serif;
        font-size: 12px;
        line-height: 30px;
        margin-left: -4px;
        margin-right: -4px;
        padding: 6px 17px;
    }
    a.mainmenu:hover {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 6px 17px;
        text-decoration: none;
    }

    .nav img:hover {
    opacity: 0.7;  
    }
    .profile-icon img:hover {
    opacity: 0.7;  
    }

    #format-buttons input, #format-buttons select, button.button2 {vertical-align: none;}

      a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {padding: 10px 10px; height:27px !important;}

    #text_editor_iframe, input.post, select, textarea.inputbox, select, a.button1, a.button2, button.button2, input.button1, input.button2, input {background-color: #FAFAFA;background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position: top;background-repeat: repeat-x;color: black;font-family: Verdana,Arial,Helvetica,sans-serif;overflow: visible;padding: 2px 3px;width: auto!important; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

    #text_editor_iframe{
    height: 100px !important;
    width:400px !important }

    input{
    width:400px !important;
    }

    .codebox{
    margin:auto;
    width:90%
    }
    .codebox dd{
    background-color:#;
    border:solid 1px #d4d4bd;
    margin:0
    }
    .codebox dd{
    background-color:#;
    border:solid 1px rgba(121,121,78,0);
    margin:0
    }
    .codebox{
    background:-moz-linear-gradient(#C0B7A5,#887B5F) repeat scroll 0 0 transparent;
    border:2px double #953;
    border-radius:10px 10px 15px 15px;
    color:#140202;
    font-family:arial;
    font-size:12px;
    padding:1px
    }
    .spoiler_closed{
    background-color:#;
    border:#d4d4bd;
    border-style:solid;
    border-width:1px;color:#6b6565;
    display:block;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%
    }

    .spoiler_content{
    background-color:#;
    border:#d4d4bd;
    border-style:solid;
    border-width:1px;
    color:#6b6565;
    display:block;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:125%
    }


    .reputation {
      background-color: rgb(141, 177, 62)!important;
      background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
      border-radius: 3px;
      color: rgb(255, 255, 255);
      font-weight: bold;
      display: block;
      margin: 0 auto;
      margin-bottom: 3px;
      padding: 3px 7px;
      max-width: 125px;
      text-align: center;
      text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
      background-position: 0px 1px;
      background-repeat: repeat no-repeat;
    }
    .reputation.zero {
      background-color: rgb(16, 16, 16)!important;
      color: rgb(255, 255, 255);
    }
    .lastpost-avatar img, .avat-miembro img {
    -moz-border-radius: 0% !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    -webkit-border-radius: 0% !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    background: #fff !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 0% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
    height: 45px !important;
    margin: 0 5px !important;
    padding: 1px !important;
    width:45px !important;
    }

    .postprofile {
            border: 1px solid rgba(0, 173, 255, 0.51) !important;
            border-radius: 6px;
            background: rgba(3, 148, 216, 0.14);
            }  
    .postprofile {
     background: white;
     border: 3px solid #e2e2e1;
     box-shadow: 0px 0px 7px #d2d2d2;
      border-radius: 5px 5px 5px;
      padding: 4px;
    }
            .postprofile {
            text-align: center !important;
            }

    #chatbox_footer .right div[class][id]{height:20px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;cursor:default}#chatbox_footer .right div[class][id]:first-child{border-left:1px solid #CFCFCF}#chatbox_main_options span,#chatbox_main_options label,#chatbox_main_options a{height:34px;margin-right:0;border:0;border-right:1px solid #CFCFCF;background-color:#f5f5f5;padding:7px;color:#000;padding-top:14px}#chatbox_main_options{position:absolute;bottom:0;left:0;z-index:1;color:#818181!important;height:34px;font-size:0;margin:0;margin-bottom:-25px}#chatbox_main_options li a[onclick*="ajax_refresh_chatbox"]{font-size:0;background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) no-repeat center #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives=1"],#chatbox_main_options a[href="/chatbox/index.forum?archives"]{font-size:0;background:url(http://www.dreamtemplate.com/dreamcodes/web_icons/gray-archive-icon.png) no-repeat center whiteSmoke;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_main_options a[href="/chatbox/index.forum?archives"]{background-color:#E6E6E6}#chatbox_main_options li a[onclick="CB_disconnect();"]{border-right:0;padding:0}#chatbox_main_options li a[onclick="CB_disconnect();"] span{font-size:0;background:url(http://i.imgur.com/xXA8w.gif) no-repeat 50% 50% #f5f5f5;padding-top:25px;padding-bottom:9px;padding-right:31px;border-top:1px solid #CFCFCF;cursor:default}#chatbox_footer{padding:0;background:url() #f5f5f5;border-top:1px solid #CFCFCF;display:block!important;border-radius:0}#chatbox_messenger_form .right {padding:0;font-size:0}#chatbox_messenger_form .right input#message{height:34px;font-weight:normal;background-color:white;background-image:url();border:0;height:34px;margin-bottom:0;font-size:16px;cursor:default;padding:0 0 0 5px;outline:none;width:304px}#chatbox_messenger_form .right input[name="submit_button"]{height:33px;font-size:15px;border:0;background-color:transparent;padding-left:10px;padding-right:11px;margin-left:-4px;cursor:default;font-weight:normal}#chatbox_messenger_form .right img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#chatbox_members h4.member-title,#chatbox_main_options li#chatbox_option_autorefresh,#chatbox p.clearfix span.date-and-time,#chatbox p.clearfix:hover span.date-and-time{display:none}#chatbox_header{height:0;font-size:0}#chatbox{top:32px;left:0}#chatbox p.clearfix:first-child{padding-top:8px}#chatbox_members{position:absolute;z-index:1;height:31px;left:0;top:0;width:100%;background:url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) 8px -3px no-repeat white;overflow-y:hidden;border-bottom:1px solid #CFCFCF}#chatbox_members li{display:inline;margin-right:0}#chatbox_members a:last-child:after{content:', '}#chatbox_members li:last-child a:last-child:after{content:''}#chatbox_members ul{padding-top:8px;font-size:12px;margin:0;overflow-y:hidden;overflow-x:auto;margin-left:46px;padding-right:8px;padding-bottom:0;white-space:nowrap;height:23px;max-width:none}#chatbox_footer #chatbox_messenger_form .right .fontbutton:hover,#chatbox_header #chatbox_main_options.chatbox-options a:hover,#chatbox_header #chatbox_main_options.chatbox-options span:hover,#chatbox_messenger_form .right input[name="submit_button"]:hover{background-color:#CFCFCF!important}#chatbox_footer #chatbox_messenger_form .right .fontbutton.fontbutton_selected{background-color:#E6E6E6}#chatbox p.clearfix{background-color:#EDEFF4;margin:0;padding:5px;padding-left:0;margin-left:7px;margin-right:7px}#chatbox p.clearfix span.user,#chatbox p.clearfix .msg,#chatbox_main_options li{font-size:0}#chatbox p.clearfix .msg,#chatbox p.clearfix span.user *{font-family:Verdana;font-size:12px}.user a[href*="/u"]{margin-right:8px}.user span:first-child strong{margin-right:4px}.user span:last-child strong{margin-right:0}a[onclick*="ajax_refresh_chatbox"]:hover{background:url(http://www.arecontvision.com/cool_captcha/icon-reload.gif) 50% 50% no-repeat #000!important}#chatbox p.clearfix[class^="chatbox_row_1"] span[style="font-style:italic"]{font-size:15px;font-style:normal!important;margin-left:-66px;background-color:#EDEFF4}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child{font-size:0px}#chatbox p.chatbox_row_1.clearfix:first-child span[title]:first-child{visibility:hidden}#chatbox p.chatbox_row_1.clearfix:first-child span[style="font-style:italic"]:last-child:before{margin-left:7px;background:url(http://i.imgur.com/xXA8w.gif) top left no-repeat;background-size:20px;padding-left:22px;content:'Entre para conversar';font-size:15px}#chatbox_contextmenu{z-index:1}#chatbox_messenger_form{margin-top:0px}.user-msg{display:inline-block;padding-left:38px;background:url(http://i.imgur.com/BMdww.gif) no-repeat top left;background-size:32px 32px;min-height:32px}.user-msg .msg{display:block}.user-msg .msg span{border-image-width:0px;border:0px;}
    li.row:hover{
    background-color:#ffb908 !important;
    }
      .username {border-top:1px solid rgba(255,255,255,0.1);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;margin-left:2px;padding-bottom:10px;padding-top:10px;width:160px;background: white !important;;nt;nt;ortant;mportant;mportant;undundundundckface-visibilityckface-visibility}

      div.rA{background-color:#FF5C00;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rMo{background-color:#71A200;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPUB{background-color:#3396FF;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rPRO{background-color:#C67A21;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rINF{background-color:#FFA800;box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rD{background-color:rgba(124,96,148,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}div.rM{background-color:rgba(141,141,141,0.93);box-shadow:inset rgba(0,0,0,0.3) 0 0 10px;color:#FFF;margin-left:2px;padding-bottom:10px;padding-top:10px;text-align:center;text-shadow:#5C5C5C 0 1px 0;width:160px}
    
   
     .post_field{background:#fff none;border:1px solid #B9C4CD;margin:2px 0 0 2px;padding:3px 0;text-align:center;width:158px}
      

   a.mainmenu:hover {
      text-transform:uppercase;
      background-color: #d3d3d3;
      border: 1px solid silver;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
    
   a[href="/u32"] {
    background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
    }

    a[href="/u32"] {
    text-shadow: 0px 0px 5px #FF1493;
    }

    a[href="/u6"] {
    background: url("http://dl7.glitter-graphics.net/pub/474/474167l68h9nknqq.gif");
    }

    a[href="/u6"] {
    text-shadow: 0px 0px 5px #00FF00;
    }
      
   a[href="/u193"] {
    background: url("http://i46.servimg.com/u/f46/16/56/73/62/passar10.gif");
    text-shadow: 0px 0px 5px #FF4500;
    }

    a[href="/u12"] {
    text-shadow: 0px 0px 5px #FF4500;
    }

    a[href="/u28"] {
    background: url("http://i45.tinypic.com/rlhxn4.gif");
    }

    a[href="/u28"] {
    text-shadow: 0px 0px 5px #FF0000;
    }

    td.row1, td.row2, td.row3 {
    background-image: url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');
    }
    
   .post {
    margin-top:10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #000000;
    }
    
     /* ------------ neon ------------- */

    az, bl, azul, blue, .az {text-shadow: 0px 0px 5px blue;color: blue;}
    v, vermelho, red, .v {text-shadow: 0px 0px 5px red;color: red;}
    rx, roxo, purple, rox, .rx {text-shadow: 0px 0px 5px #b300ff;color: #b300ff;}
    am, amarelo, yelow, .am {text-shadow: 0px 0px 5px #fbff00;color: #fbff00;}
    c, ciano, cyan, .c {text-shadow: 0px 0px 5px #00e6ff;color: #00e6ff;}
    r, rosa, pink, .r {text-shadow: 0px 0px 5px #ff7fee;color: #ff7fee;}
    vr, verde, green, .vr {text-shadow: 0px 0px 5px #11ff00;color: #11ff00;}
    l, laranja, orange, naruto, .l {text-shadow: 0px 0px 5px #ff9500;color: #ff9500;}
    m, marron, brown, .m {text-shadow: 0px 0px 5px #7d4f0f;color: #7d4f0f;}
    w, branco, white, .w {text-shadow: 0px 0px 5px #ffffff;}
    pr, preto, black, .pr {text-shadow: 0px 0px 5px #000000;}

    a[href="/u1"] {
    background: url('http://i45.tinypic.com/ehga6s.gif');
    text-shadow: 5px orange;
    }

      .postprofile{border-color:#000;border-right-style:solid;border-right-width:1px;color:#000;display:inline;float:left;margin:5px 0 0;min-height:80px;position:relative;width:22%;word-wrap:break-word}* html .postprofile{overflow:hidden}.postprofile dd,.postprofile dt{line-height:1.2em;margin-left:8px}.postprofile a:active,.postprofile a:link,.postprofile a:visited,.postprofile dt.author a{color:#427685;font-weight:700;text-decoration:none}.postprofile a:hover,.postprofile dt.author a:hover{color:#000;text-decoration:underline}.vote{float:right;margin-left:4px;width:9px}.vote .vote-button{font-weight:700;margin-left:-1px;text-align:center}.vote .vote-button a{text-decoration:none!important}.vote .vote-bar{border:1px solid #000;font-size:0;height:50px;margin:0 auto;width:3px}.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}.vote .vote-bar-plus{background-color:#0f0}.vote .vote-bar-minus{background-color:red}dd.lastpost{font-size:1.1em;width:20%}dd.mark{float:right!important;font-size:1.2em;line-height:200%;text-align:center;width:9%}dd.posts,dd.topics,dd.views{border:none;font-size:1.2em;line-height:2.2em;text-align:center;width:8%}dd.info{width:30%}dl.details{font-size:1.1em}dl.details dt{color:#000;display:block;float:left;text-align:right;width:10em}dl.details dd{color:#000;margin-bottom:5px;margin-left:10em;padding-left:5px}.span-tab{font-size:.9em}#cp-main{float:left;margin-left:20px;width:98%}* html #cp-main{margin-left:10px}#cp-main h1{border-bottom:none;color:#000;margin-left:10px;padding:0}#cp-main h3,#cp-main hr{border-color:#bfbfbf}#cp-main
       .conteneur_minwidth_IE{height:1px}#wrap{background-color:#f7fcfc;border:1px solid #fff;margin:0 auto;min-width:768px;padding:5px;width:98%}#simple-wrap{padding:6px 10px}#content-container div#container{float:left;margin-right:-0;width:100%}#content-container div#content{margin-right:0}#content-container div#main{margin-bottom:1em;overflow:hidden}*+ html #content-container div#main{margin-left:0}#content-container div#left{float:left;margin-right:0;overflow:hidden;width:0}#content-container div#right{float:right;overflow:hidden;width:0}* html #content-container #main-content{margin-right:0;overflow:visible}* html #content-container div#main{float:left;margin-right:-99%;width:100%}#page-body{margin:4px 0;width:100%}#page-body p.page-bottom{margin:0}h1.page-title{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.gallery-title{display:inline;font-size:11px;font-weight:700;text-align:center}h2{color:#427685;font-family:Tahoma;font-size:2em;font-weight:400;margin:.8em 0 .2em}h1.solo{margin-bottom:1em}.h3,h3{border-bottom:1px solid #080909;color:#080909;font-family:Tahoma;font-size:1.05em;margin-bottom:3px;margin-top:20px;padding-bottom:2px;text-transform:uppercase}.h3{font-weight:700}.introduction .h3,.module .h3,.postbody .h3{margin-top:8px}.table-title,.table-title h2{color:#fff;display:inline;font-size:1em}input{cursor:pointer;font-family:Tahoma;font-size:1em;font-weight:400;padding:0 3px;vertical-align:middle}select{background-color:#f7fcfc;border:1px solid #427685;cursor:pointer;font-family:Tahoma;font-weight:400;padding:1px;vertical-align:middle}option{padding-right:1em}textarea{font-family:Tahoma;font-size:1em;line-height:1.4em;padding:2px;width:60%}p{font-size:1.1em;line-height:1.3em;margin-bottom:.5em}p.right{text-align:right}p.right img{vertical-align:middle}p.center{margin:0;text-align:center}p.author{font-family:Tahoma;font-size:1em;line-height:1.2em;margin:0 15em .6em 0;padding:0 0 5px}p.nomargin{font-size:1.1em;line-height:1.3em;margin-bottom:0}p.path{clear:left;margin-left:10px}fieldset{border-width:0;font-family:Tahoma;font-size:1.1em}fieldset.jumpbox{height:auto;margin-top:15px;min-height:2.5em;text-align:right}fieldset.vf_jumpbox{height:auto;min-height:2.5em;text-align:right}fieldset.quickmod{float:right;height:auto;min-height:2.5em;text-align:right;width:55%}label{color:#000;cursor:default;padding-right:5px}label input{vertical-align:middle}label img{vertical-align:middle}hr{border:0 none #000;border-top:1px solid #000;clear:both;display:block;height:1px;margin:5px 0}hr.dashed{border-top:1px dashed #000;margin:5px 0}img{border-width:0}blockquote{background:#ebeadd url(http://2img.net/i/fa/prosilver/quote.gif) 6px 8px no-repeat;border:1px solid #DBDBCE;font-size:.95em;margin:1em 1px 1em 25px;overflow:hidden;padding:5px}blockquote div{margin-left:20px}blockquote blockquote{background-color:#EFEED9;font-size:1em;margin:.5em 1px 0 15px}blockquote blockquote blockquote{background-color:#ebeadd}blockquote cite{display:block;font-size:.9em;font-style:normal;font-weight:700}blockquote cite cite{font-size:1em}blockquote.uncited{padding-top:25px}ul{list-style-type:none}ul.ul-icons{float:left;margin:0 10px}* html input,* html select,* html table{font-size:100%}* html hr{margin:0}a:link{color:#427685;text-decoration:none}a:visited{color:#427685;text-decoration:none}a:active{color:#427685;text-decoration:underline}a:hover{color:#000;text-decoration:none}a.forumtitle{color:#427685;font-family:Tahoma;font-size:1.2em;font-weight:700;text-decoration:none}a.forumtitle:hover{color:#000;text-decoration:underline}a.forumtitle:active{color:#427685}a.topictitle{color:#427685;font-family:Tahoma;font-size:1.1em;font-weight:700;text-decoration:none}div.topic-title-container{display:inline}.topic-title{display:inline;font-size:12px;text-align:left}a.topictitle:hover{color:#000;text-decoration:underline}a.topictitle:active{color:#427685}.inputbox{background-color:#f7fcfc;border:1px solid #BCBCBC;color:#000;cursor:text;padding:2px}.inputbox:hover{border:1px solid #000}.inputbox:focus{border:1px solid #000;color:#000}input.inputbox{width:85%}input.medium{width:50%}input.narrow{width:25%}input.tiny{width:110px}textarea.inputbox{width:85%}button.button2,input.button1,input.button2{font-size:1em}a.button1,input.button1{border:1px solid #666;font-weight:700}a.button2,button.button2,input.button2{border:1px solid #BCBCBC}a.button1,a.button2,button.button2,input.button1,input.button2{background-color:#FAFAFA;background-image:url(http://2img.net/i/fa/prosilver/bg_button.gif);background-position:top;background-repeat:repeat-x;color:#000;font-family:Tahoma;overflow:visible;padding:2px 3px;width:auto!important}a.button2,body:last-child a.button1,button.button2,input.button1,input.button2{padding:1px 0}a.button1:hover,a.button2:hover,button.button2:hover,input.button1:hover,input.button2:hover{background-position:0 100%;border:1px solid #000;color:#000}a.button1:active,a.button1:link,a.button1:visited,a.button2:active,a.button2:link,a.button2:visited{background-position:0 1px;color:#427685;line-height:250%;padding:2px 8px;text-decoration:none;vertical-align:text-bottom}* html button.button2,* html input.button1,* html input.button2{margin-bottom:1px;padding-bottom:0}*+html button.button2{height:24px;padding-left:3px;padding-right:3px}*+html button.button2 img{vertical-align:middle}* html button.button2{height:24px;padding-left:3px;padding-right:3px}* html button.button2 img{vertical-align:middle}
        .fieldset.fields1 dt{border-right-width:0;width:10em}fieldset.fields1 dd{border-left-width:0;margin-left:10em}fieldset.fields1{background-color:transparent}fieldset.fields1 div{margin-bottom:3px}fieldset.fields2 dt{border-right-width:0;width:15em}fieldset.fields2 dd{border-left-width:0;margin-left:16em}fieldset.fields2 dl:hover dt label{color:inherit}fieldset.submit-buttons{margin:5px 0;text-align:center;vertical-align:middle}fieldset.submit-buttons input{padding-bottom:3px;padding-top:3px;vertical-align:middle}fieldset.polls{font-family:Tahoma}fieldset.polls dl{border-top:1px solid #e2e2e2;color:#000;line-height:120%;margin-top:5px;padding:5px 0 0}fieldset.polls dt{border-right:none;display:block;float:left;font-size:1.1em;margin:0;padding:0;text-align:left;width:30%}fieldset.polls dd{border-left:none;float:left;font-size:1.1em;margin-left:0;padding:0 5px;width:10%}.headerbar{background-color:#fff;background-image:url(http://2img.net/i/fa/empty.gif);background-repeat:repeat-x;margin-bottom:4px;padding:0 5px}* html .headerbar{height:1%}*+ html .headerbar{min-height:1px}#logo-desc{margin:0;padding:0;text-align:center}#logo{float:none;padding:5px}a#logo:hover{text-decoration:none}#site-title,#site-title h1{color:#fef6f6;font-size:20px;font-weight:700;padding-top:15px}#site-title h1{padding-top:0}#logo-desc p{color:#fef6f6;margin:0;padding:0}.navbar{background-color:#f7fcfc;clear:both;padding:0 10px}ul.navlinks{border-bottom:1px solid #000;font-weight:700;text-align:center}ul.borderless{border-bottom:0}ul.linklist li{display:inline;font-size:1.1em;line-height:2.2em;list-style-type:none;width:auto}ul.linklist li a img{vertical-align:middle}.search-box{float:left;margin-left:5px;margin-top:3px}#search-box{float:right;margin-right:5px;margin-top:10px;white-space:nowrap}* html #search-box{margin-right:35px}#search-box #keywords{background-color:#f7fcfc;width:95px},#search-box input{border:1px solid #BCBCBC}#search-box input.button1{padding:1px 5px}input.search{background:url(http://2img.net/i/fa/sprite_prosilver_navbar.png) no-repeat top left;background-position:0 -701px;padding-left:17px}ul.linklist li.rightside{float:right}ul.linklist li.footer-home{float:left}p.rightside{float:right;margin-right:5px}dl.codebox{background-color:#FFF;border:1px solid #C9D2D8;font-size:1em;padding:3px}dl.codebox dt{border-bottom:1px solid #CCC;display:block;font-size:.8em;font-weight:700;margin-bottom:3px;text-transform:uppercase}blockquote dl.codebox{margin-left:0}dl.codebox code{color:#2E8B57;display:block;font-family:Courier,CourierNew,sans-serif;font-size:.9em;font-style:normal;font-variant:normal;font-weight:normal;height:auto;line-height:1.3em;margin:2px 0;max-height:200px;overflow:auto;padding-top:5px;white-space:normal}.forabg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forabg{height:1%;position:relative}*+ html .forabg{min-height:1px}.forumbg{background-color:#000;background-image:url(http://hitskin.com/themes/12/98/28/i_list_bg.gif);background-position:0 0;background-repeat:repeat-x;border:2px solid #f5f5f5;clear:both;margin-bottom:4px;padding:0 5px}* html .forumbg{height:1%}*+ html .forumbg{min-height:1px}.forumbg table.table1{margin:0 -2px -1px -1px}ul.topiclist{background-image:url("http://i.imgur.com/p5Nkvrk.png");background-repeat:repeat-x;color:#000;list-style-type:none;margin:0}* html ul.topiclist{height:1%}*+ html ul.topiclist{min-height:1px}ul.topiclist li{display:block;margin:0}* html ul.topiclist li{position:relative}ul.topiclist li.row dl{padding:2px 0}ul.forums li.row dl{min-height:57px}* html ul.forums li.row dl{height:57px}ul.topiclist dd.dterm,ul.topiclist dt{;float:left;font-size:1.1em;padding-left:5px;padding-right:5px;width:60%}ul.topiclist dfn{display:none}ul.topics li.header dl.icon dt{padding-right:50px}ul.topics dd.dterm,ul.topics dt{display:block;float:left;padding-left:45px;width:50%}ul.topics dd{display:block;float:left}ul.forums{background-color:#f7fcfc;background-image:none}li.header dl.icon{min-height:0}li.header dl.icon dt{padding-left:0}li.header dt{font-weight:700}li.header dd{margin-left:1px}dl.icon{background-position:10px 50%;background-repeat:no-repeat;height:auto;min-height:35px}dl.icon dd.dterm,dl.icon dt{background-position:5px 50%;background-repeat:no-repeat}li.header dd,li.header dt{border-left-width:0;color:#fff;font-family:Tahoma,Tahoma;font-size:1em;line-height:1em;margin:2px 0 4px;padding-bottom:2px;padding-top:2px;text-transform:uppercase}li.row{border-bottom:1px solid #000;border-top:1px solid #000}li.row:hover{background-color:#f7fcfc}ul.topiclist dd{border-left:1px solid #000;display:block;float:left;padding:4px 0}ul.topiclist li.header dl dd{border:none}dd.lastpost span,dd.moderation span,dd.redirect span,ul.topiclist dd.info span,ul.topiclist dd.searchby span,ul.topiclist dd.time span{display:block;padding-left:5px}ul.pmlist dt{padding-left:45px}ul.forums dd{border-color:#000;border-left-style:solid;border-left-width:1px}li.row:hover dd{border-left-color:#000}.mod-text{font-weight:700}.hierarchy{border:none;display:inline;font-size:1em!important;text-transform:none}.panel{background-color:#f7fcfc;color:#000;margin-bottom:4px;padding:0 10px}* html .panel{height:1%}*+ html .panel{min-height:1px}.content h2,.panel h2{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.content h2.h3,.panel h2.h3{font-size:1.05em;font-weight:700}.content h1,.panel h1{border-bottom:1px solid #080909;color:#080909;font-size:1.6em;font-weight:400;margin-bottom:.5em;margin-top:.5em;padding-bottom:.5em}.panel h3{margin:.5em 0}.panel-left{float:left;width:47%}.panel-right{float:right;width:47%}.panel div.mes-txt,.panel p{font-size:1.2em;line-height:1.4em;margin-bottom:1em}.post{background-position:100% 0;background-repeat:no-repeat;margin-bottom:4px;padding:0 10px}*+ html .post{word-wrap:break-word}* html .post{word-wrap:break-word}.post ul{list-style-type:disc}
      
       td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
    color: transparent;
    }

    .pun .post {
    background-image: url(http://2img.net/i/fa/prosilver/icon_user_online_en.png),url(http://i.imgur.com/XtFaN.png);
    background-repeat: no-repeat,repeat-y;
    }

    #modo {
    display: none;
    }
    .dterm:hover #modo {
    display: block;
    }

    #text_editor_controls, .left-box{position:relative !important}

    blockquote {
    border-color: #8EBBDF;
    background-color: #D2E4F2;
    }

    .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{
    -moz-box-shadow:1px 1px 20px #9C9C9C;
    -webkit-box-shadow:1px 1px 20px #9C9C9C;
    box-shadow:1px 1px 20px #9C9C9C;
    }

      .post {
    background-image: url(http://www.chesp.nl/badmintonwebforum/styles/xandgreen/imageset/nl/icon_user_offline.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    }
    .online {
    background-image: url(http://hitskin.com/themes/12/98/28/i_icon_online.png);
    }
    #ipbwrapper {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #DCCE54;
    }
    blockquote {
    margin: 1em 1px 1em 25px;
    padding: 5px;
    background: #D6D6D6 url("http://2img.net/i/fa/prosilver/quote.gif") 6px 8px no-repeat;
    border: 1px solid #F0D7B8;
    font-size: 0.95em;
    margin: 1em 1px 1em 25px;
    background-color: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    color : #eee;
    display: block;
    overflow: auto;
    }
    .postprofile {
    text-align:left;
    }
    .user_login_form {
    margin-bottom: 5px;
    }
    .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

    .introduction, .panel, .post {
    border: 1px solid #eee;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    div.module {
    background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
    background-repeat: repeat;
    border: 1px solid #eee;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
    background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
    border:1px solid #008AE6;
    color:#5e6669;
    overflow:visible;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 3px 3px #CCCCCC;
    }
    input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
    border: 1px solid #FF9D00;
    color:black;
    background-position: top;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    dl.codebox {
    border: 1px solid #008AE6;
    padding: 6px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    }

    codebox dt{
    background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 5px 10px 3px 3px;
    color: #000;
    font-weight: bold;
    background-color: #707070;
    border: 1px solid #888888;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }

    #text_editor_textarea {
    border:1px solid #008AE6;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 10px 10px #CCCCCC;
    -webkit-box-shadow: 0px 10px 10px #CCCCCC;
    }


    .postprofile{
    border: 1px solid #eee;
    text-align: left;
    background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
    background-repeat: repeat;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    .h3, .catHead {
    background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
    background-repeat: repeat;
    border: 1px solid #eee;
    color: #FFF;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    text-align: center;
    }



    .pathname-box {
    background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
    background-repeat: repeat;
    border: 1px solid #eee;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-box-shadow: 0px 5px 5px #CCCCCC;
    -webkit-box-shadow: 0px 5px 5px #CCCCCC;
    }

    #chatbox_header {
    color: #FFFFFF;
    background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
    background-repeat: repeat;
    }

    #chatbox_main_options a {
    font-family: Verdana;
    z-index: 999;
    }

    #chatbox_footer {
    background-image: url(http://www.backgroundlabs.com/backgrounds/20.gif);
    background-repeat: repeat;
    color: #FFFFFF;
    }
    
     .reset {
    background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
    border:1px solid #008AE6;
    color:#5e6669;
    overflow:visible;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomleft: 0px;
    -moz-box-shadow: 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 3px 3px #CCCCCC;
    }


    .h3{
    color:#00008B!important;
    }

    td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
    }



    /*.c {
      text-shadow: 0 0 3px #48D1CC;
    } */
    // Fim colunas
      
               div.postprofile dl dt img{-moz-box-shadow:0 0 0 rgba(0,0,0,0.2);-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-box-shadow:0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .5s ease-out;border:0 solid #eee;box-shadow:0 0 0 rgba(0,0,0,0.2);margin-left:0}div.postprofile dl dt img:hover{-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-webkit-transform:rotate(3deg)}
      
   $(function() {
        $.getScript("http://sd-1.archive-host.com/membres/up/37821634957680146/deco/bn22.js");
    });
    
     $(function() {
        $.getScript
    ("http://sd-1.archive-host.com/membres/up/132720629421430912/Decoration
    _Noel/compte_a_rebour_noel.js");
    });
    .headerbar {
    background-image: none!important;
    }
    
   a.mainmenu {
    text-transform:uppercase;
      background-color: #eeeeee;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
    a.mainmenu:hover {
      text-transform:uppercase;
      background-color: #d3d3d3;
      border: 1px solid silver;
      color: #000000;
      font-family: Arial;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      height: 31px;
      line-height: 31px;
      padding-top: 4px;
      padding-right: 20px;
      padding-bottom: 4px;
      padding-left: 20px;
      text-align: center;
      width: 84px;
    }
      
       #search {
      margin-top: 10px;
    }
        
   #search-box {
      display: block !important;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
      background: rgba(0,0,0,0.48);
      box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
      padding: 9px;
    }

    #search_wrap {
      -moz-border-radius: 3px 4px 4px 3px;
      -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 4px;
      -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      background: #fff;
      border-radius: 3px 4px 4px 3px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      display: block;
      height: 26px;
      line-height: 25px;
      min-width: 230px;
      padding: 0 26px 0 4px;
      position: relative;
      border: none;
      width: 200px;
    }

    #search .submit_input {
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      background: #1b9bff url(http://i.imgur.com/iFuV6BO.png) no-repeat 50%;
      border: 1px solid #1b9bff;
      border-radius: 0 3px 3px 0;
      bottom: 0;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      display: block;
      height: 26px;
      padding: 0;
      position: absolute;
      right: 0;
      text-indent: -3000em;
      top: 0;
      width: 26px;
    }

    #main_search {
      width: 130px;

.spoiler_content.hidden {
  display: none !important;
}

 zen 
Harold C+

Harold C+
****

Membro desde : 27/07/2013
Mensagens : 267
Pontos : 429

http://www.roxyanimemanga.forum-pro.net

Ir para o topo Ir para baixo

Tópico resolvido Re: SPOILER ABERTO

Mensagem por SykesFunn 07.06.14 1:42

Nossa, kkkkkkkk.
Persiste cara...
SykesFunn

SykesFunn
**

Membro desde : 26/12/2013
Mensagens : 68
Pontos : 102

http://vivasamp.forumeiros.com/forum

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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