Ajustar posição do conteúdo da categoria
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Ajustar posição do conteúdo da categoria
Qual é minha questão:
Vejam abaixo:
Notem no circulo amarelo que o conteúdo fica em cima da imagem, gostaria de puxar mais o conteúdo como indica na seta vermelha, tem como?
Endereço do meu fórum:
http://somosmugiwara.forumeiros.com
Versão do fórum:
PUNBB
Vejam abaixo:
Notem no circulo amarelo que o conteúdo fica em cima da imagem, gostaria de puxar mais o conteúdo como indica na seta vermelha, tem como?
Endereço do meu fórum:
http://somosmugiwara.forumeiros.com
Versão do fórum:
PUNBB
Re: Ajustar posição do conteúdo da categoria
Olá amigo,
Se não de certo, mande-me teu CSS.
Aceda à "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Código:
Coloque no INICIO de teu CSS.
Salve.
Até mais.
Lervisic
Se não de certo, mande-me teu CSS.
Aceda à "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Código:
- Código:
.boxfmvi .tc2 {
margin: 0!important;
padding: 0!important;
position: inherit!important;
width: 48px!important;
}
Coloque no INICIO de teu CSS.
Salve.
Até mais.
Lervisic
Re: Ajustar posição do conteúdo da categoria
Não funcinou Mike, aqui está o CS.
- Código:
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
width: 0px!important;
}
.boxfmvi td {
border: 3px solid
#DDD!important;
padding: 10px!important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img[alt="Não há novas mensagens"], .status img[alt="Novas mensagens"], .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img {
margin-left: -15px !important;
padding-left: -15px !important;
margin-top: 15px !important;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Re: Ajustar posição do conteúdo da categoria
Olá,
Aqui esta:
Troque pelo acima.
Até mais.
Aqui esta:
- Código:
.boxfmvi .tc2 {
width: 48px!important;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
}
.boxfmvi td {
border: 3px solid
#DDD!important;
padding: 10px!important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img[alt="Não há novas mensagens"], .status img[alt="Novas mensagens"], .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img {
margin-left: -15px !important;
padding-left: -15px !important;
margin-top: 15px !important;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Troque pelo acima.
Até mais.
Re: Ajustar posição do conteúdo da categoria
Note como ficou Mikéé...
Teria como tirar aquela borda dali e também mudar a cor branca..
Teria como tirar aquela borda dali e também mudar a cor branca..
Re: Ajustar posição do conteúdo da categoria
Olá amigo!
Veja se gosta desta maneira:
Troque teu CSS pelo acima.
Até mais.
Veja se gosta desta maneira:
- Código:
tr {
border-bottom: 1px solid rgb(218, 218, 218);
}
.boxfmvi .tc2 {
width: 48px!important;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
}
.boxfmvi td {
border: none !important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img, .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img[alt="Novas mensagens"], .status img[alt="Não há novas mensagens"] {
margin-left: -33px!important;
margin-top: -17px!important;
z-index: 9999;
position: absolute;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Troque teu CSS pelo acima.
Até mais.
Re: Ajustar posição do conteúdo da categoria
Sim sim, ficou otimo, mas note como ficou nos assuntos...
Teria como ajustar...
Teria como ajustar...
Re: Ajustar posição do conteúdo da categoria
Olá,
Agora, troque por este:
Abraços.
Agora, troque por este:
- Código:
.pun .posthead img, .pun table .tdtopics img {
position: absolute;
left: 20px;
}
tr {
border-bottom: 1px solid rgb(218, 218, 218);
}
.boxfmvi .tc2 {
width: 48px!important;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
}
.boxfmvi td {
border: none !important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img, .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img[alt="Novas mensagens"], .status img[alt="Não há novas mensagens"] {
margin-left: -33px!important;
margin-top: -17px!important;
z-index: 9999;
position: absolute;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Abraços.
Re: Ajustar posição do conteúdo da categoria
Veja o que ocorre agora..
Observe que o inicio do conteúdo dos posts estão bugados
Observe que o inicio do conteúdo dos posts estão bugados
Re: Ajustar posição do conteúdo da categoria
Olá amigo,
O erro foi meu, troque por este:
Abraços.
O erro foi meu, troque por este:
- Código:
.pun .posthead img, .pun table .tdtopics img {
left: 20px;
position: relative !important;
}
tr {
border-bottom: 1px solid rgb(218, 218, 218);
}
.boxfmvi .tc2 {
width: 48px!important;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
}
.boxfmvi td {
border: none !important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img, .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img[alt="Novas mensagens"], .status img[alt="Não há novas mensagens"] {
margin-left: -33px!important;
margin-top: -17px!important;
z-index: 9999;
position: absolute;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Abraços.
Re: Ajustar posição do conteúdo da categoria
Melhorou muito, mais ainda falta ajustar algumas coisas, veja.
Veja como nos assuntos a imagem fica muito em cima e também veja que a imagem de participação do tópico está cortando o nome
Veja como nos assuntos a imagem fica muito em cima e também veja que a imagem de participação do tópico está cortando o nome
Re: Ajustar posição do conteúdo da categoria
Olá! Para mim aqui parece estar normal. Experimentou trocar de navegador?Connor R. escreveu:Melhorou muito, mais ainda falta ajustar algumas coisas, veja.
Veja como nos assuntos a imagem fica muito em cima e também veja que a imagem de participação do tópico está cortando o nome
Cordiais despedidas.
Re: Ajustar posição do conteúdo da categoria
Olá amigo,
Altere o CSS por este agora:
Abraços.
Altere o CSS por este agora:
- Código:
.pun .posthead img, .pun table .tdtopics img {
left: 20px;
position: relative!important;
top: 30px;
}
tr {
border-bottom: 1px solid rgb(218, 218, 218);
}
.boxfmvi .tc2 {
width: 48px!important;
}
.pun table .tcl {
overflow: hidden;
text-align: left;
width: 60%;
}
/*tollbar-forumeiros by victor*/
#fa_toolbar{background:#3A4752 url(http://i78.servimg.com/u/f78/17/96/03/52/mainti10.png) repeat-x;border-bottom:7px solid #232B2B;border-top:1px solid #333;box-shadow:0 1px black, 0 2px 1px rgba(0,0,0,.4);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;font-style:normal}#fa_toolbar a{text-decoration:none!important}#fa_search #fa_textarea{-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;background-color:#213138;background-image:url(http://i78.servimg.com/u/f78/17/96/03/52/search10.png);background-position:4px center;background-repeat:no-repeat;border:1px solid #4A5763;border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,0.2) inset;color:#979DA7}#fa_right{margin-right:50px}#fa_right a.rightHeaderLink:first-child,#fa_right.welcome #fa_menu #fa_welcome,#fa_welcome{background:-moz-linear-gradient(#2b4242,#232B2B);background-attachment:scroll;background-image:-webkit-linear-gradient(#2b4242,#232B2B);border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 1px 0 #3a4a4a inset;color:#f0f0f0!important;padding:0 5px;text-shadow:1px 1px #3a4a4a}#fa_menulist,#notif_list{-moz-border-radius:0 0 6px 6px;-moz-box-shadow:0 5px 7px rgba(0,0,0,0.4);-webkit-box-shadow:0 5px 7px rgba(0,0,0,0.4);background:-moz-linear-gradient(#FFFFFF,#EDEDED);background-image:-webkit-linear-gradient(#FFFFFF,#EDEDED);border-radius:0 0 6px 6px;box-shadow:0 5px 7px rgba(0,0,0,0.4)}#fa_hide,#fa_magnifier,#fa_share,#fa_toolbar_hidden{display:none!important}
#TGlogin_form {position: fixed;z-index: 999; height: 130px; padding: 0; verflow: auto; width: 330px; margin: 0; background: #f9f9f9; color: #444; /* Copyright by giObanii.*/ text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.TGlogin_form-float-content{width: 320px; height: 120px; background: none repeat scroll 0% 0% transparent;}
.TGlogin_form-float-div {background: url("http://i31.servimg.com/u/f31/17/41/76/40/2jci9c10.jpg") no-repeat scroll left center transparent;margin: 0 auto;padding: 20px 0 0 60px;width: 250px;}
.TGlogin_form-float-div label {font-family: Verdana;display: block;font-size: 12px;padding-bottom: 5px;text-align: right;}
.TGlogin_form-float-div label em {color: #000000;font-family: Verdana;display: block;float: left;font-style: normal;width: 80px;font-size: 12px;text-align: right;}
.TGlogin_form-float-div input {border: 1px solid #CCCCCC;height: 22px;width: 146px;}
.TGlogin_form-float-div input.submit {background: url("http://i31.servimg.com/u/f31/17/41/76/40/eumpmp10.jpg") repeat-x scroll 0 0 #DDDDDD;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #BBB;float: right;height: auto;width: auto;}
.TGlogin_form-float-div input.submit:active {position:relative; top: 1px;}
.TGlogin_form-float-div input.submit:hover, .TGlogin_form-float-div input.submit:focus {cursor:pointer;color:#000;}
.TGlogin_form-float_overlay{display: none;position:fixed;top: 0%;left: 0%;width: 100%;height: 100%; background-color: black;z-index: 9;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#TGlogin_form .TGClose {cursor: pointer;bottom: 3px;color: #000000;font-size: 15px;font-weight: 700;position: absolute;right: 5px;}
#TGlogin_form .TGClose:active {color: #FF0000 !important;bottom: 2px;}
/*lastpost*/
.mini_ava {
position: relative;
float: left;
}
.mini_ava img {
position: relative;
top: -1px;
width: 45px;
height: 60px;
margin: 0 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.pun tbody.statused td.tcl {
padding-left: 3.4em;
border: 1px solid #dddddd;
}
#flutuante {
display: scroll;
position: fixed;
left: 1px;
top: 30px;
width: 80px;
}
.main-content.standalone .button:hover {
background-color: #fff;
border: 1px solid #FFFFFF;
}
.faq dd {
background-color: rgb(247, 247, 247);
border: 1px solid rgb(207, 207, 207);
color: #666;
margin: 1em 1.7em;
padding: 1em;
}
.pun .postmain {
background-color: #fbfbfb;
border-left: 3px solid #ddd;
margin-left: 18em;
}
.postfoot {
border-top: 2px solid #ddd;
clear: both;
margin-left: 0em;
padding: .5em 1em;
text-align: right;
}
.sceditor-toolbar {
text-align: center !important;
}
form[action="/post"] .main-content.frm fieldset dl dd {
width: 700px!important;
}form[action="/post"] .main-content.frm fieldset dl{
margin-left:-80px;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode {
width: 650px!important;
}
form[action="/post"] .main-content.frm fieldset dl dd .sceditor-container.ltr.sourceMode textarea {
width: 640px!important;
}
#smiley-box {
border: 1px solid #DDD;
padding: 5px;
width: 99%;
}
#profile-advanced-details .autobot, .main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color:
white;
font-family: Trebuchet MS;
font-size: 17px!important;
font-variant: small-caps;
font-weight: 600!important;
text-shadow: 1px 1px 1px
black;
}
.pun h2, .pun h3, .pun input, .pun select, .pun th {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.main .main-head .page-title {
font-size: 12px;
font-weight: 400;
}
/*.main .main-foot, .main .main-head {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/backgr16.jpg) repeat scroll 0 0
black;
background-attachment: fixed;
background-position: right right;
background-repeat: no-repeat;
border: 1px solid
#DDD!important;
margin: 1px;
position: center;
}*/
.boxfmvi {
/*border: 1px solid
#DDD!important;*/
margin: 30px 0!important;
}
.pun .main, .pun .main-category {
/*border: 1px solid
#DDD;*/
}
.pun .main, .pun .main-category {
margin: 1em 0;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color:
#ffffff;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 10%;
}
.pun table.table td {
background-color:
#f4f4f4;
/*border-color:
#DDD;
border-style: solid none none solid;
border-width: 1px;
line-height: 130%;*/
padding: .6em 0 .7em;
}
#pun-about, .boxfmvi .tcr {
background: url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0
#F4F4F4!important;
}
.boxfmvi .tc2 {
bacground-color: #ddd;
margin: 0!important;
padding: 0!important;
position: inherit!important;
}
.boxfmvi td {
border: none !important;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:grey;
}
.pun {
background-color:
white;
margin: 25px auto 0!important;
min-width: 931px!important;
padding: 12px;
width: 931px;
}
.pun tbody.statused span.status {
position: absolute;
}
.boxfmvi .status {
position: inherit!important;
}
#cssmenu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 17em;
}
#cssmenu li {
font: 99% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}
#cssmenu a {
align: center;
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#cssmenu a:hover {
background: #626262 url('hover.gif') left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
.quadrado_box {
-moz-border-radius: 6px;
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
-webkit-border-radius: 6px;
background: #FFF url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
border: 2px solid #ddd;
font-style: normal;
font-weight: 400;
padding: 10px;
width: 95%;
}
.alerta p, .aviso p, .infos p, .sucesso p {
margin-bottom: 1.3em;
}
.sucesso {
background-color: #EEF4D4;
border: 1px solid #8FAD3D;
color: #596C26;
}
.sucesso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.sucesso span {
background-position: 100% 0;
}
.sucesso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.alerta {
background-color: #EFCEC9;
border: 1px solid #AE3F2F;
color: #933628;
}
.alerta {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.alerta span {
background-position: 100% -400px;
}
.alerta span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.aviso {
background-color: #FFEA97;
border: 1px solid #E1B500;
color: #796100;
}
.aviso {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.aviso span {
background-position: 100% -800px;
}
.aviso span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.infos {
background-color: #C6D8F0;
border: 1px solid #4381CD;
color: #285797;
}
.infos {
-moz-border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
background: url(http://img638.imageshack.us/img638/4026/noticebg.png) repeat-x 0 0;
border-radius: 6px;
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
font-size: 13px;
font-style: normal;
font-weight: 400;
left: 34px;
margin: 15px 15px 2.5em;
padding: 13px 15px 0;
position: relative;
width: 83%;
}
.infos span {
background-position: 100% -1200px;
}
.infos span {
background: url(http://img59.imageshack.us/img59/9923/noticetabs.png) no-repeat 100% 0;
height: 40px;
left: -34px;
position: absolute;
top: 9px;
width: 33px;
}
.pun-crumbs .crumbs strong a {
-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
background: #616161;
border: solid 1px #696969;
box-shadow: inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
color: #f0f0f0!important;
text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.crumbs a {
-moz-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.1);
-webkit-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
background: #dddddd;
border: solid 1px rgb(0, 0, 0);
border-radius: 3px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .8), 0 1px 3px rgba(0,0,0,.1);
color: #717171;
font-size: .875em;
font-weight: 700;
margin-right: 4px;
padding: 2px 5px;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 247, 247, 1);
}
a:hover {
color: #000000;
text-shadow : 0px 0px 10px #636363;
}
#pun-navlinks a, #pun-navlinks a:visited {
border-bottom: 3px solid #636363;
border-top: 3px solid #636363;
}
#pun-navlinks a:hover {
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
}
#pun-navlinks a, #pun-navlinks a:visited {
color: #ffffff;
text-decoration: initial;
}
#pun-head #pun-navlinks {
background-color: rgb(0, 0, 0);
border-color: #ddd;
padding: .5em 1.1em .6em;
}
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
-moz-box-shadow: 0 1px #D4D4D4!important;
-webkit-box-shadow: 0 1px #D4D4D4!important;
background: -moz-linear-gradient(#BABABA,rgb(241, 21, 21));
background-color: #58E862;
background-image: -webkit-linear-gradient(rgb(233, 233, 233),#DBDBDB);
border: solid 1px #878787!important;
border-radius: 3px;
box-shadow: 0 1px #D4D4D4!important;
color: rgb(129, 129, 129)!important;
text-shadow: 0 1px #666!important;
}
p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
#blog_comments .paging,#blog_comments p.pag{color:#F1F1F1;}
td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
td p.pag a,.paging a, .paged-foot .paging a{
border-radius:3px;
color: #666666 !important;
border: solid 1px #B3B3B3 !important;
background-color: #DEDEDE;
background:-moz-linear-gradient(#F2F2F2,#BABABA);
background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
text-shadow: 0px 0px #EBEBEB !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
border-radius:3px;
border: solid 1px #878787 !important;
color: #EBEBEB !important;
background-color: #58E862;
background:-moz-linear-gradient(#BABABA,#DBDBDB);
background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
text-shadow: 0px 1px #666666 !important;
box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
blockquote div {
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quotem10.png) no-repeat 99% 5px;
padding: 0.7em;
border: 0px solid white;
}
.codebox {
display: block;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.codebox {
background: #f5f5f5;
border-left: 10px solid rgb(0, 0, 0);
box-shadow: 2px 2px 7px gray;
}
.codebox dd {
overflow-y: hidden;
overflow-x: hidden;
max-height: none;
font-family: Consolas,Bitstream Vera Sans Mono,Courier New;
background: url(http://i.imgur.com/eHvfR.png) repeat 0px 0px;
padding-top: 0px;
margin-top: 7px;
}
.postmain blockquote, blockquote {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
margin: 0.5em;
color: #495d68;
padding: 0 !important;
border: 1px solid #6c8999 !important;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/quote14.png);
}
.postbody dl.codebox pre{display:block;float:left;font-size:12px;line-height:15.199999809265137px;padding:5px;border-right:3px solid #000000;margin-top:2px;color:#696969;margin-right:5px;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New';padding-right:8px}
fieldset.frm-set textarea.inputbox {
background-color: rgb(255, 255, 255);
}
.main .frm-info{
padding-left: 60px;
background: #ffd7d7 url(http://i76.servimg.com/u/f76/11/96/49/61/001_3010.gif) no-repeat 10px 10px;
border: 2px solid #ff0000;}
.pun .frm .frm-form table .tc4 {
text-align: center;
width: 6%;
}
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #fff; }
::-webkit-scrollbar-thumb:vertical {
height: 55px;
background: #333;
border-radius: 20px;
border: 3px groove;}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
body {
cursor: url(http://img24.imageshack.us/img24/7129/glovecursor.png),auto;
}
a:link {
text-decoration: none !important;
}
li > a.mainmenu[href="/calendar"] { display : none; }
li > a.mainmenu[href="/faq"] { display : none; }
/*Perfil*/
.pun .user-ident .username {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 4px;
display: block;
font-family: Arvo;
font-size: 1.5em;
font-weight: 400!important;
margin-bottom: 5px;
margin-top: 10px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}
.pun .user-ident .user-basic-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: white;
font-size: 1.2em;
font-weight: 700;
line-height: 1.8em;
margin: 5px auto;
padding: 15px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
}
.pun .user .user-info {
background: #000000 ;
border: 1px solid #DEDEDE;
border-radius: 5px;
color: rgb(134, 134, 134);
line-height: 1.8em;
margin: 5px auto;
padding: 10px;
}
hr {
border: 0 none #D6D6D6;
border-bottom: 1px solid white;
border-top: 1px solid #D6D6D6;
}
.pun .main table td.tcl:hover, .pun .main table td.tc2:hover, .pun .main table td.tc3:hover, .pun .main table td.tcr:hover {
background-color:#ffffff;
}
.main-head {
text-align: center;
}
.page-title {
text-align: center;
}
.pun .post .user {
text-align: center;
}
.reppost {
margin-bottom:3px!Important;
margin: 10px 5px 10px 0;
text-align: left;
width:auto;
color:;
}
.pun {
background-color:
#ffffff;
margin: 25px auto 0!important;
min-width: 1150px!important;
padding: 12px;
width: 1150px;
}
.pun .post {
border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
border-style: solid none;
border-width: 2px 0 1px;
}
.tcl div {
margin-left: 200px;
margin-top: -40px;
}
.pun .paged-foot, .pun .paged-head {
background-color: #000;
border: 1px solid #fff;
padding: 0.9em 2.9em 0.0em;
}
.pun .main-content {
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
background: #fff;
background-color: #E8E8E8;
border: 3px solid rgb(0, 0, 0);
border-radius: 1px;
webkit-border-top-left-radius: 1px;
}
.status img, .status img[alt="Este Tópico está bloqueado. Você não pode editar as mensagens ou responder."], .status img[alt="Novas mensagens"], .status img[alt="Não há novas mensagens"] {
margin-left: -33px!important;
margin-top: -17px!important;
z-index: 9999;
position: absolute;
}
.tcl div {margin-left: 0px !important;margin-top: 0px !important;}
#footer{
width: 100%;
min-width: 900px;
color: white;
height: 280px;
background: #000000 ;}
#footer ul{list-style-type: none;}
#footer a{color: white;}
#footer h1{
font-weight: normal;
margin-bottom: 20px;
font-family: 'Lobster';
font-size: 24px;
border-bottom: 3px solid white;
padding-bottom: 5px;}
#footer h1 img{
margin: 0 0 3px 0 !important;
vertical-align: middle;
height: 25px;}
#back-top{
text-align: center;
margin-bottom: 8px;
position: relative;
top: -12px;}
#f-content{
float: center;
margin: 0 auto;}
#f-content fieldset.frm-set dl dd, #f-content fieldset.frm-set dl dt {padding: .3em;}
#f-content #username, #f-content #password{
color: #333333;
text-shadow: 1px 1px 0 white;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/input10.png);
width: 149px;
height: 39px;
border: 0;
padding: 0 0 0 20px;}
input:-webkit-autofill, input:-webkit-autofill, input-moz-autofill, input:-moz-autofill, input:-autofill, input:-autofill {
background: none !important;}
#f-content .button1{
cursor: pointer;
font-weight: normal !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: white;
text-align: center;
border: 0 !important;
text-shadow: 0 1px 5px black;
background: url(http://i36.servimg.com/u/f36/11/96/49/61/login10.png);
width: 53px;
height: 25px;
padding-bottom: 2px;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
#f-content dd.login{
margin-top: -40px;
margin-left: 110px;}
ul#social{
margin-left: 25px;
margin-right: 25px;
text-shadow: 1px 1px 0 black;
font-weight: bold;
font-size: 15px;
float: left;}
ul#social li{
margin-bottom: 10px;}
ul#social img{
-ms-interpolation-mode: bicubic;
margin-right: 10px;
margin-bottom: 3px;
vertical-align: middle;
height:25px;}
#connect{
margin-left: 25px;
margin-right: 25px;
float: left;}
#user-panel #avatar{margin-right: 5px;}
#site-links{
text-align: center;
margin-left: 25px;
margin-right: 25px;
float: left;}
#site-links li{margin-bottom: 3px;}
#site-links li a {
font-size: 16px;}
#other{
float: left;
margin-left: 25px;
margin-right: 25px;}
.pun .posthead {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #eeeeee;
border-bottom: 2px solid #dddddd;
border-radius: 3px;
box-shadow: inset rgba(0,0,0,0. 0 1px 5px;
color: #333333;
font-size: 13px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
clear: both;
display: block;
float: left;
font-family: arial,helvetica,sans-serif;
margin: -1px -1px 0;
width: 100%;
}
Abraços.
Re: Ajustar posição do conteúdo da categoria
Ficou bom demais Mikéé, agora sim ficou do jeito que eu quero...
Valeu cara..
Valeu cara..
Tópicos semelhantes
» ajustar posiçao de info perfil + posição entre nick e avatar
» Ajustar o conteúdo do tópico
» Ajustar posição do logo
» Ajustar posição do rank
» Ajustar posição Avatar
» Ajustar o conteúdo do tópico
» Ajustar posição do logo
» Ajustar posição do rank
» Ajustar posição Avatar
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos