Perfil um pouco parecido
+4
Cream
LiveSteam
Sennior
Jose Hamizaki
8 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
Perfil um pouco parecido
Qual é minha questão:
Queria saber qual codigo deixar o a ficha de personagem assim: https://2img.net/r/ihimizer/img252/4306/semttuloxba.png
é o fundo que estou falando.
Medidas que eu tomei para corrigir o problema:
Nenhuma
Links e imagens do meu problema:
Endereço do meu fórum:
http://narutosupremext1.forumeiros.com/forum
Versão do meu fórum:
PUNBB
Queria saber qual codigo deixar o a ficha de personagem assim: https://2img.net/r/ihimizer/img252/4306/semttuloxba.png
é o fundo que estou falando.
Medidas que eu tomei para corrigir o problema:
Nenhuma
Links e imagens do meu problema:
Endereço do meu fórum:
http://narutosupremext1.forumeiros.com/forum
Versão do meu fórum:
PUNBB
Re: Perfil um pouco parecido
Boa noite amigo;
Poderia aceder o Link onde viste esse efeito?
Cordialmente
Dr.House
Poderia aceder o Link onde viste esse efeito?
Cordialmente
Dr.House
Re: Perfil um pouco parecido
Olá,
Tente este código:
Painel... -> Visualização -> Imagens e cores -> Cores -> Folha de estilo CSS
Até mais!
Tente este código:
- Código:
.pun .post .user {
background: url("http://i41.servimg.com/u/f41/17/31/06/09/sasuke10.png") repeat scroll 0 0 #FFFFFF;
border: 1px solid blue;
border-radius: 6px 6px 6px 6px;
box-shadow: 2px 2px 2px #A8A180;
max-height: 1024px;
max-width: 210px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
padding-top: 10px;
right: 15px;
}
Painel... -> Visualização -> Imagens e cores -> Cores -> Folha de estilo CSS
Até mais!
Re: Perfil um pouco parecido
Olá,
Tem aqui o código do cream mas editado:
Tem aqui o código do cream mas editado:
- Código:
.pun .post .user {
background: url('http://i41.servimg.com/u/f41/17/31/06/09/sasuke10.png') repeat scroll 0 0 #FFFFFF;
border: 1px solid blue;
border-radius: 6px 6px 6px 6px;
box-shadow: 2px 2px 2px #A8A180;
max-height: 1024px;
max-width: 210px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
padding-top: 10px;
right: 15px;
}
Re: Perfil um pouco parecido
Olá, poderia me fornecer o conteudo de sua folha de estilo CSS?
Melhores cumprimentos.
Melhores cumprimentos.
Re: Perfil um pouco parecido
Aqui está:
- Spoiler:
- /* BODY------------------------------------------------------*/
#container{
z-index: -1;
padding: 0px 10px;
width: 920;
background: url(https://i.servimg.com/u/f66/11/96/49/61/body10.png) repeat-y center;
margin-top: 0px !important;}
.pun{
padding-top: 0px;
padding-right: 20px;
padding-left: 20px;}
#container {
width: 900px;
margin: 0 auto;
padding-bottom: 30px;}
/* BODY-END------------------------------------------------------*/
/* HEADER------------------------------------------------------*/
#pun-intro{background: transparent url(https://2img.net/h/i1271.photobucket.com/albums/jj633/winer-netinho/rank2-1.png) no-repeat center;
height: 343px;}
#pun-title{
display: inline !important;
color: white;
position: absolute;
top: 30px;
float: left !important;
text-align: left !important;
font-size: 30px;
font-weight: bold;
text-shadow: black 1px 1px 5px;
margin-left: 30px;}
#pun-desc{
display: inline !important;
color: white !important;
position: absolute;
top: 50px;
float: left !important;
text-align: left !important;
text-shadow: black 1px 1px 5px;
margin-left: 35px;}
#pun-logo {margin-top: 113px;
margin-left: -4px;}
#pun-head #pun-navlinks{
border-top: 2px solid #a71d02;
border-bottom: 2px solid #a71d02;
background: #a71d02;
height: 25px;
margin-top: -16px;
margin-bottom: -4px;
width: 920px;
padding: 0px;}
#pun-head #pun-navlinks li a{
margin: 0 0px 0 0;
color: white;
font-weight: bold;
position: relative;
top: 3px;
text-shadow: black 1px 1px 5px;
padding-right: 5px;
padding-left: 5px;
font-size: 12px;}
#pun-navlinks ul {text-align: center;}
#pun-head #pun-navlinks li a:hover{
text-shadow: black -1px -1px 3px;
text-decoration: none;
height: 29px;
background: #831702;
padding: 5px;
padding-top: 10px;
padding-bottom: 12px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;}
#pun-head #pun-navlinks a[href="/profile.forum?mode=register"]{background: #831702;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding: 5px;
padding-top: 10px;
padding-bottom: 12px;
border: 2px solid white;
-moz-box-shadow: 0px 0px 5px #0c0c0c;
-webkit-box-shadow: 0px 0px 5px #0c0c0c;
box-shadow: 0px 0px 5px #0c0c0c;}
#i_icon_mini_new_message{margin-bottom: -5px;}
#hitskin_preview {display: none!important; height:0px!important; } * html #hitskin_preview { display:none!important; height:0px!important;}
/* HEADER-END------------------------------------------------------*/
/* TABLES------------------------------------------------------*/
.pun table a:hover{text-shadow: #c2c2c2 -1px -1px 0px;}
.frm-form, fieldset.frm-set{
margin: 0px !important;
margin-top: 5px !important;}
.pun table td.tcl .status img{margin-left: -10px;}
.pun .main-foot .h2,.options,.main-head,.main .main-head .page-title,.main .main-head .page-title a,#ucp .main-head,.main-head a {color: white !important;}
.main .main-head {
background: url(https://i.servimg.com/u/f66/11/96/49/61/catbg210.png) no-repeat center;
text-align: center;
height: 30px;
color: white;
font-family: arial !important;
font-size: 15px !important;
font-weight: bold !important;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: -5px;
margin-top: 5px;}
.main .main-head .page-title, .main .main-head{
color: white;
font-family: arial !important;
font-size: 15px !important;
font-weight: bold !important;
text-shadow: #000000 1px 1px 5px;}
.pun .main-head h2, .pun .main-head h3, .pun .main-head th{color: white;
font-family: arial !important;
font-size: 15px !important;
font-weight: bold !important;
text-shadow: #000000 1px 1px 5px;}
.pun table.table {
width: 880px;
margin-left: 10px;
padding: 0px;
border: 2px solid #5f2626;
border-top: none;
background: #f1eff1;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
border-collapse: separate;
margin-bottom: 10px;}
.pun table.table th{border-bottom: 1px dashed #5f2626;
background: #ededed;}
.pun table.table td {
border: none !important;
background: none !important;}
.tc2, .tc3{font-size: 20px;
font-family: georgia;
color: #9e9595;
text-shadow: white 1px 1px 1px;}
fieldset.frm-set .tc2, fieldset.frm-set tc3, .frm-form .tc2, .tc2 a, .tc3 a{font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333333;}
.table{margin-bottom: 0px !important;}
.frm-form{background: none !important;}
/* TABLES-END------------------------------------------------------*/
/*OTHER-BOXES------------------------------------------------------*/
#pun-visit{border: none;
background: none;}
.main-content {
border: none !important;
background: none !important;}
#pun-announcement{border: 2px solid #5f2626;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;}
#pun-announcement{margin-top: 3px;}
.main-box .right{display: none;}
.main-box{
display: inline-block !important;
border: none;
background: none;}
#login_popup{border: 2px solid #5f2626;}
#fa_ticker_block{background: url(https://i.servimg.com/u/f66/11/96/49/61/body10.png) repeat-y center;
margin-bottom: -4px;
margin-top: 4px; }
#fa_ticker_block .module{background: #fbfbfb !important;
width: 890px !important;
margin-left: 11px !important;}
/*OTHER-BOXES------------------------------------------------------*/
/*WHO IS ONLINE BOX------------------------------------------------------*/
#pun-info {border: 2px solid #5f2626;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #f1eff1;
margin: 0px !important;}
#stats, #onlinelist{background: none !important;}
#onlinelist .right{
padding: 5px;
padding-right: 3px;
font-family: arial !important;
font-size: 16px !important;
font-weight: bold !important;
border: 2px solid #cccccc;
border-right: none;
margin-right: -12px;
-moz-border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
background: #F4F4F4 url(https://i.servimg.com/u/f66/11/96/49/61/globe10.png) no-repeat left;
padding-left: 37px;}
#onlinechat{background: none;}
/*WHO IS ONLINE BOX-END------------------------------------------------------*/
/*LEGEND------------------------------------------------------*/
ul#pun-legend li img{
background: url(https://i.servimg.com/u/f60/13/40/91/61/limgbg10.png) no-repeat left;
padding-left: 19px;
margin-bottom: -25px;}
ul#pun-legend{
padding-top: 5px;
height: 62px;
margin-top: -2px;
background: url(https://i.servimg.com/u/f60/13/40/91/61/legend10.png) no-repeat top center;}
/*LEGEND FROM TOPICS LIST------------------------------------------------------*/
ul.pun-legend {
background: none;
padding: 15px;
margin-top: -32px;
border: 2px solid #5f2626;
border-top: 0px;
background: #f1eff1;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;}
ul.pun-legend img{background: url(https://i.servimg.com/u/f66/11/96/49/61/iconbg10.png) no-repeat left;
padding-left: 10px;}
.pun .main-head a.exthelp,.pun .main-head a.exthelp:link,.pun .main-head a.exthelp:visited {
padding-left: 20px;
background-repeat: no-repeat;
background-position: left;
background-image: url(https://i.servimg.com/u/f66/11/96/49/61/questi10.png);}
/*PRIVATE MSG. LEGEND------------------------------------------------------*/
.pun-privmsg{background: url(https://i.servimg.com/u/f66/11/96/49/61/pvmsgl12.png) no-repeat center;
height: 48px;
padding-top: 17px;}
/*LEGEND-END------------------------------------------------------*/
/* OTHER STAFF------------------------------------------------------*/
a, a:hover{text-decoration: none;}
#main-content #add-google{
display: none !important;
height: 0px !important;
width: 0px !important;
padding: 0px !important;
margin: 0px !important;}
#main .user_login_form {display: none !important;}
.main-box ul{
display: inline !important;
margin-left: 20px;
margin-top: -19px;
background: #F4F4F4;
padding: 5px;
width: auto !important;
border: 2px solid #cccccc;
border-top: none;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;}
.pun .paged-head, .pun .paged-foot{border: none;
background: none;
margin-top: -12px;}
.button2{padding: 3px !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
.blog_cal-border{background: url(https://i.servimg.com/u/f66/11/96/49/61/date11.png) no-repeat center;
width: 61px;
height: 82px;
padding-top: 23px;
padding-left: 19px;
margin-right: 27px;
margin-top: -10px;}
/* OTHER STAFF-END------------------------------------------------------*/
/* FOOTER------------------------------------------------------*/
#pun-about a[href="http://www.blogratuit.ro/ro/"]{display: none;}
#pun-about{color: white;}
#pun-about a{text-decoration: none;
padding: 0px;}
#pun-about{
padding-top: 5px;
background: transparent ;
border: none;
background: url(https://i.servimg.com/u/f66/11/96/49/61/cr16.png) no-repeat 90% 39px;}
#pun-about #qjump {
display: none;}
#pun-about ul{border-top: 2px solid #a71d02;
border-bottom: 2px solid #a71d02;
background: #a71d02;
height: 25px;
margin-bottom: 30px;
width: 920px;
margin-left: -12px;
text-align: center;}
#pun-about ul li{position: relative;
top: 2px;}
#pun-about ul li a{color: white;
text-shadow: black 1px 1px 5px;}
#pun-about ul li a:hover{
text-shadow: black -1px -1px 3px;}
#pun-foot{
background: transparent url(https://i.servimg.com/u/f66/11/96/49/61/footer18.png) no-repeat 0px 24px;
height: 90px;
border: none;
margin-top: -40px;}
#pun-foot .center a{color: white !important;
font-size: 15px;
font-family: arial;
text-shadow: black 1px 1px 5px;}
/* FOOTER-END------------------------------------------------------*/
/* POST------------------------------------------------------*/
.post{margin-top: 5px;
background: #f1eff1 !important;
border: 2px solid #cccccc !important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.postmain, .posthead {background: transparent !important;}
.postmain, .posthead, .postmain, .postfoot{
border-color: #cccccc !important;}
.posthead strong{
margin-top: -7px;
font-size: 20px;
font-family: georgia;
color: #9e9595;
text-shadow: black 1px 1px 1px;}
.options{
padding: 5px;
background: #F4F4F4;
border: 2px solid #cccccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 5px;}
.main-head .options{
padding: 0px;
background: none;
border: none;
margin-bottom: 0px;}
.post-options img{margin: 4px;}
.post-options img:hover {border-bottom: 1px dashed #704A4A;
margin-bottom: 3px;}
.post-options img[src="https://i.servimg.com/u/f65/11/95/16/90/edit10.png"] {
position: relative;
top: -2px;}
.post-options img[src="https://i.servimg.com/u/f65/11/95/16/90/delete10.png"]{
position: relative;
top: -2px;}
.post-options img[src="https://i.servimg.com/u/f65/11/95/16/90/locked13.png"]{
position: relative;
top: -2px;}
.post-options img["https://i.servimg.com/u/f65/11/95/16/90/unlock10.png"]{
position: relative;
top: -2px;}
.post-options img[src="https://i.servimg.com/u/f65/11/95/16/90/lock10.png"]{
position: relative;
top: -2px;}
#i_icon_online{margin-left: -15px !important;}
.user-contact img{filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
background: transparent !important;}
.user-contact img:hover{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;}
/* POST-END------------------------------------------------------*/
/* POSTING BUTTONS------------------------------------------------------*/
.posting img, #new-message-link img{padding-top: 12px;
padding-bottom: 12px;
margin-top: -12px;
margin-bottom: -12px;}
.posting img:hover, #new-message-link img:hover{background: url(https://i.servimg.com/u/f66/11/96/49/61/button12.png) no-repeat center;}
/* POSTING BUTTONS-END------------------------------------------------------*/
/* WIDGETS------------------------------------------------------*/
.module.main{
border: 2px solid #5f2626;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding: 2px;
margin: 2px !important;}
.module .main-head{-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background: #a71d02 !important;
margin-top: 0px;
height: 25px;
padding-top: 5px;}
.module p.author {
color: white;
-moz-border-radius: 0px 0px 7px 7px;
-webkit-border-radius: 0px 0px 7px 7px;
border-radius: 0px 0px 7px 7px;
padding: 0.25em;
padding-left: 20px;
background-color: #a71d02;
border-bottom: none;
font-size: 0.9em;}
/* WIDGETS-END------------------------------------------------------*/
/* SEMIFIX A ADVANCED PROFILE BUG------------------------------------------------------*/
#profile-advanced-left {margin-right: 250px;}
#profile-advanced-right {
float: right;
width: 250px;}
#profile-advanced-layout {
margin-left: -10px;
padding: 10px;
padding-bottom: 5px;
margin-bottom: -5px;
background: url(https://i.servimg.com/u/f66/11/96/49/61/body10.png) repeat-y center;}
#profile-advanced-layout{padding-bottom: 50%;}
/* SEMIFIX A ADVANCED PROFILE BUG-END------------------------------------------------------*/
/* CHATBOX------------------------------------------------------*/
.chatbox {
background-color: #F1EFF1 !important;
border: 2px solid #5f2626 !important;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 2px;
margin: 0px !important;}
#chatbox{background-color: #F1EFF1;}
#chatbox_header {
background: #a71d02;
margin-top: 0px;
height: 30px;chatbox_messenger_form
padding-top: 5px;
text-shadow: white 1px 1px 1px;}
#chatbox_option_co,#chatbox_option_disco{
font-size: 16px;
font-weight: bold;
font-family: arial;}
#chatbox_header.main-head {
padding: 0 1.3em;
color: darkgrey;
background-color: #F1EFF1;
text-shadow: white 1px 1px 1px;}
.chatbox-title,.chatbox-title a.chat-title,.chatbox-options li,.chatbox-options li a,.chatbox-options li label {
color: darkgrey;
text-decoration: none;
text-shadow: white 1px 1px 1px;}
#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed black;
background-color: #F1EFF1;}
#chatbox_messenger_form {
margin: 10px 0 0 0;
background-color: #F1EFF1 !important;}
#chatbox_members .member-title {
text-align: center;
padding: 0.5em 0.25em;
background-image: none;
font-size: 12px;
background-color: #F1EFF1;
color : black;
font-family: Verdana,Arial,Helvetica,sans-serif;}
.chatbox_row_1, .chatbox_row_2, .chatbox_row_3 {
padding: 4px;
background-color:#F1EFF1 !important;}
#chatbox .user {
font-weight: bold;}
.memberlist_row_1 {background-color: #F1EFF1;}
#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed black;
background-color: #F1EFF1;}
#message{
background-color: white;}
.fontbutton_normal {
background: #F1EFF1;}
.fontbutton_selected {
border: 1px solid black;
background-color: #F1EFF1;}
.fontbutton_clicked {
background: #F1EFF1;
border: 1px solid black;}
#chatbox_contextmenu {
border: 2px solid black;
background-color: #F1EFF1;}
#chatbox_contextmenu p {
margin:0;
padding: 1px 4px;
font-family: verdana, arial, sans-serif;
background: #;
border-bottom:1px solid black;
background-color: #F1EFF1;}
#chatbox_contextmenu p.close {
padding: 1px;
font-size: 95%;
color:black;
background: url('');
background-color: #F1EFF1;}
#chatbox_contextmenu p.close img {
vertical-align: middle;
padding-left: 20px;
background-color: #F1EFF1;}
#chatbox_contextmenu a {
color: black;
text-decoration: none;
font-size: 95%;
background-color: #F1EFF1;}
#chatbox_contextmenu p.close img {
vertical-align: middle;
padding-left: 20px;
background-color: #F1EFF1;}
/* CHATBOX-END------------------------------------------------------*/
/* TEXT AREA-VISTA EFECT------------------------------------------------------*/
#text_editor_textarea{background: #f0f0f0;
border: 5px solid white;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 0px 0px 10px #0c0c0c;
-webkit-box-shadow: 0px 0px 10px #0c0c0c;
box-shadow: 0px 0px 10px #0c0c0c;
margin: 5px;
padding: 5px;}
/* TEXT AREA-VISTA EFECT-END------------------------------------------------------*/
/* ATTACHMENT-----------------------------------------------------*/
.attachbox{border: 1px solid #5f2626;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin: 10px;
background: #F4F4F4;
text-shadow: white 1px 1px 1px;}
.attachbox dd{border-top: 1px dashed #5f2626;}
.attachbox .i_icon_delete{float: right;}
/* ATTACHMENT-END-----------------------------------------------------*/
/* SEARCH QUERY-----------------------------------------------------*/
#search_menu{border: 2px solid #5f2626;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin: 10px;
background: #F4F4F4;}
.title-overview{background: none;}
#search_menu a{text-shadow: none !important;}
#search_menu a:hover{background: none !important;
text-shadow: none !important;}
/* SEARCH QUERY-END-----------------------------------------------------*/
/* SHARE ICONS FROM A BLOG MSG.-----------------------------------------------------*/
#bookmarks a img.twitter {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/twitte10.png) no-repeat scroll;}
#bookmarks img.excite{display: none;}
#bookmarks a img.digg {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/digg10.png) no-repeat scroll;}
#bookmarks a img.reddit {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/reddit10.png) no-repeat scroll;}
#bookmarks a img.delicious {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/delici10.png) no-repeat scroll;}
#bookmarks a img.google {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/google10.png) no-repeat scroll;}
#bookmarks img.live {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/window10.png) no-repeat scroll;}
#bookmarks img.facebook {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/facebo10.png) no-repeat scroll;}
#bookmarks img.slashdot {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/slashd10.png) no-repeat scroll;}
#bookmarks img.netscape {display: none;}
#bookmarks img.technorati {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/techno10.png) no-repeat scroll;}
#bookmarks img.stumbleupon {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/stumbl10.png) no-repeat scroll;}
#bookmarks img.furl {display: none;}
#bookmarks img.smarking {display: none;}
#bookmarks img.newsvine {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/newsvi11.png) no-repeat scroll;}
#bookmarks img.yahoo {width: 32px;height: 32px;margin: 2px;background: url(https://i.servimg.com/u/f66/11/96/49/61/yahoo10.png) no-repeat scroll;}
#bookmarks {
font-size: 15px;
font-weight: bold;}
/* SHARE ICONS FROM A BLOG MSG.-END-----------------------------------------------------*/
/* POINTS SYSTEM-----------------------------------------------------*/
.vote{margin: 3px;}
.vote .vote-button a {
font-size: 20px;
font-weight: bold;
font-family: arial;}
.vote-bar{
border: 2px solid white !important;
height: 50px !important;
width: 6px !important;
margin-right: 4px;
-moz-box-shadow: 0px 0px 5px #0c0c0c;
-webkit-box-shadow: 0px 0px 5px #0c0c0c;
box-shadow: 0px 0px 5px #0c0c0c;}
.vote-bar-plus{
background: #8ecb18 !important;}
.vote-bar-minus{
background: #bf4d07 !important;}
/* POINTS SYSTEM-END-----------------------------------------------------*/
#profile-advanced-right .module .main-head .h3{font-weight: normal !important;}
#tabs ul li a{background: #f4f5f4 url(https://i.servimg.com/u/f66/11/96/49/61/tabbg10.png);
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;}
#tabs ul li a:hover{background: #f4f5f4 url(https://i.servimg.com/u/f66/11/96/49/61/tabhov11.png);
color: #704a4a;}
#tabs ul .activetab a{background: #a71d02 url(https://i.servimg.com/u/f66/11/96/49/61/tabact10.png);}
.main{margin: 1em 0px;
border: 0px;}
.pun .main table .main-head{width: 900px;}
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(https://2img.net/r/ihimizer/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(https://2img.net/r/ihimizer/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
link = jQuery('.panel dl:first img', data).attr('src');
if(link){
jQuery('#avatar').html('');
}else{
jQuery('#avatar').html('');
}
});
});
Convidado
Mensagens: 0
Alterar
Informações
Preferências
Assinatura
Avatar
Ver
Amigos & ignorados
Tópicos supervisionados
Rascunhos
Tópicos favoritos
Ficha de personagem
Tópicos & Mensagens
Mensagens Privadas
Meus tópicos
Tópicos que participa
Minhas mensagens
Últimos tópicos
Painel de Usuário
.pun .post .user {
background: url('https://i.servimg.com/u/f41/17/31/06/09/sasuke10.png') repeat scroll 0 0 #FFFFFF;
border: 1px solid blue;
border-radius: 6px 6px 6px 6px;
box-shadow: 2px 2px 2px #A8A180;
max-height: 1024px;
max-width: 210px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
padding-top: 10px;
right: 15px;
}
Re: Perfil um pouco parecido
Tente este
- Código:
.pun .post .user {
-moz-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #a8a180;
-webkit-border-radius: 6px;
-webkit-box-shadow: 2px 2px 2px #a8a180;
background:transparent url(http: https://i.servimg.com/u/f41/17/31/06/09/sasuke10.png);
background-color: #fff;
border: 1px solid blue;
border-radius: 6px;
box-shadow: 2px 2px 2px #a8a180;
max-height: 1024px;
max-width: 210px;
overflow: auto;
overflow-x: hidden;
padding-right: 10px;
padding-top: 10px;
right: 15px;
scrollbar-3dlight-color: #fff;
scrollbar-arrow-color: #f47b21;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #c6c6c6;
scrollbar-shadow-color: #f47b21;
scrollbar-track-color: #fff }
.pun .postmain {
background-color: #fff;
border-left: 1px solid #FFF;
margin-left: 20em!important }
.pun .user {
margin-left: -19em!important;
right: 110px!important;
text-aling: center!important;
width: 18em!important }
.postbody .user .user-ident .user-basic-info { margin-top:7px;text-align: center }
.postbody .user .user-info { text-align: center }
.postbody .user .user-ident h4.username { margin-left: 36% }
.hierarchy { margin-left: 50px!important }
a.topictitle { margin-left: 20px }
div[class="main-box clearfix"] {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background:url(http: https://i.servimg.com/u/f42/17/32/13/00/sp-des21.jpg);
border: 1px solid #CCC;
border-radius: 10px;
clear: both;
padding: 5px }
a span[style="color:#000447"] {
background:url(http: https://2img.net/i/fa/admin/couronne.png) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#FF0000"] {
background:url(http: https://i.servimg.com/u/f46/14/56/85/28/akatsu10.png) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#9900FF"] {
background:url(http: https://i.servimg.com/u/f46/14/56/85/28/dbobra10.png) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#C9C914"] {
background:url(http: https://i.imgur.com/Ai6Jp.png?1) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#1ACF10"] {
background:url(http: https://i.imgur.com/Mf6dq.png?1) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#FF8C00"] {
background:url(http: https://i.imgur.com/rp0Re.png?1) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#1100FF"] {
background:url(http: https://i.imgur.com/JT5UN.png?1) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#FF0099"] {
background:url(http: https://i.imgur.com/eftAr.png?1) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#305870"] {
background:url(http: https://i.servimg.com/u/f46/14/56/85/28/images10.png) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#969393"] {
background:url(http: https://i.imgur.com/d2xPp.png) 0 1px no-repeat;
padding-bottom: 2px;
padding-left: 17px;
padding-top: 2px }
a span[style="color:#8F3E3E"] { text-decoration: line-through }
.post div.user-ident div.user-basic-info a img:first-child,.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,dl.postdetails dl a img:first-child {
-moz-box-shadow: 1px 1px 8px 4px #353535;
-webkit-box-shadow: 0 0 8px 0 #a1a1a1;
box-shadow: 1px 1px 8px 4px #353535 }
.pun tbody.statused td.tcl:hover #modo { display: block }
.post .postbody { width: 89% }
.post .postprofile { width: 10% }
.pun .entry-content { overflow:visible!important;width: 90%!important }
Tópicos semelhantes
» Colocar perfil um pouco para o lado
» Menu parecido FDF
» Footer parecido com o do FDF
» Fórum parecido
» Spoiler parecido com esse
» Menu parecido FDF
» Footer parecido com o do FDF
» Fórum parecido
» Spoiler parecido com esse
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