Avatar pequeno

2 participantes

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

Tópico resolvido Avatar pequeno

Mensagem por WebGames 13.04.13 1:29

Qual é minha questão:
Bom vejam o avatar do meu fórum: http://zonegames.forumn.org/t715-oque-acham-do-forum está muito pequeno gostaria de arrumar minha css:
Código:
html {
background: white;
}
body {
background: #363636 url(http://i.imgur.com/opMxd.jpg) repeat;
color: #5A5A5A;
font: normal 12px Lato,tahoma,helvetica,arial,sans-serif;
}
.minwidth_IE {
background: url(http://img87.xooimage.com/files/b/6/2/xddddd-38a8349.png) no-repeat center 0;
}
.layout_IE {
background: url(http://i.imgur.com/QhLwO.png) repeat-x 0 top;
}
.container_IE {
background: url(http://i.imgur.com/0dndY.png) repeat-x 0 bottom;
}
.pun {
margin: auto;
min-width: 990px;
width: 80%;
}
#pun-intro {
background: transparent!important;
border: none;
padding: 0px 10px;
}
#page-body {
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
background: #F1F1F1 url(http://i.imgur.com/uxWte.png) repeat-x top;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
line-height: 120%;
overflow: hidden;
padding: 10px;
width: auto;
border: 1px solid black;
}
.main .main-head {
background: #E5E5E5 url('http://i.imgur.com/Ak91R.png') repeat-x 0 0;
border: 1px solid black;
color: white;
text-shadow: black 0px 1px 0px;
padding: 12px;
font-size: 15px;
font-weight: bold;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.main-head .page-title h2 {
color: white;
font-family: 'Yanone Kaffeesatz Thin',sans-serif;
font-size: 18px;
}
.pun .main-content {
background: white;
border: 1px solid #DEDEDE;
}
.pun table.table td {
background: white!important;
border-left: 0px;
}
.postmain blockquote, blockquote {
font-size: 12px;
padding: 10px;
border-bottom: 2px solid #E5E5E5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #F7F7F7;
}
.postmain cite, blockquote div cite {
font-size: 12px;
padding: 8px 10px;
border-bottom: 1px solid #E3E4E6;
background: #EEEEEF url('http://i.imgur.com/UHWKt.png') repeat-x 0 0;
color: #535353;
text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
width: 100%;
position: relative;
left: -10px;
margin-top: -10px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
blockquote div cite::before {
background-image: url("http://i.imgur.com/a0SsF.png");
padding: 8px;
content: "cite";
color: transparent;
font-size: 0px;
position: relative;
top: -5px;
background-repeat: no-repeat;
text-indent: -5000px;
}
.pun .postmain {
background-color: white;
border: none;
}
.main-foot {
background: #262626 url('http://i.imgur.com/le0RR.png') repeat;
}




/*----------[Borrar Subrayados]------------*/
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
/*----------------FIN---------------*/
input[type="button"], input[type="submit"], input[type="reset"] {
background: #51A3CE url('http://i.imgur.com/VGRFV.png') repeat-x 0 0;
border-color: #4897C0;
-webkit-box-shadow: #8AC7E7 0px 1px 2px;
-moz-box-shadow: #8ac7e7 0px 1px 2px;
box-shadow: #8AC7E7 0px 1px 2px;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #4897C0;
padding: 5px 10px!important;
cursor: pointer;
border-radius: 2px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background-color: #60B3DE;
color: white;
}
input[type="password"]:focus, input[type="text"]:focus, textarea:focus {
outline: none;
background-color: #FEFEFE;
color: #555;
border-color: #AFD6EA;
-webkit-box-shadow: inset 0px 0px 4px #BCE6FB, #DDF4FF 0px 0px 3px;
-moz-box-shadow: inset 0px 0px 4px #bce6fb, #ddf4ff 0px 0px 3px;
box-shadow: inset 0px 0px 4px #BCE6FB, #DDF4FF 0px 0px 3px;
}
input[type="password"], input[type="text"], textarea {
padding: 6px;
border: 1px solid #D4D4D4;
background: #FCFCFC;
color: #9F9F9F;
text-shadow: white 0px 1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
#text_edit button.button2 {
border: none;
background: transparent;
padding: 3px;
border-radius: 3px;
cursor: pointer;
}
#text_edit button.button2:hover {
background: #DDD;
}
#quick_reply, .main .main-content.frm {
background-color: #EFEFEF !important;
}
.codebox dt {
background: #ECECEC url('http://i.imgur.com/Ixvd4.png') repeat-x 0 0;
border: 1px solid #D0D0D0;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0px 1px 0px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset rgba(255, 255, 255, 0.7) 0px 1px 0px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #616161;
text-shadow: white 0px 1px 0px;
padding: 5px;
}
.codebox dd {
background: transparent;
}
.codebox {
padding: 5px;
background: #F8F8F8;
border: 1px solid #C9C9C9;
overflow: auto;
margin-left: 10px;
font-size: 11px;
line-height: 140%;
}
.hierarchy a {
font-weight: bold;
font-family: "Trebuchet MS"tahoma,helvetica,arial,sans-serif;
font-size: 15px;
}
h2.topic-title a {
font-family: Lato, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
}
.tcl.tdtopics {
font-size: 12px;
color: #A4A4A4;
}
#pun-foot {
clear: both;
position: relative;
top: -5px;
}
#pun-about {
background: url(http://i.imgur.com/kRsON.png) repeat-x scroll center -2px transparent;
border-color: #111;
border-style: solid;
border-width: 0 1px 1px;
padding: 8px 10px;
font-size: 11px;
position: relative;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
border-top: 0px;
font-size: 9px!important;
font-family: arial;}
#pun-about form {
display: none;
}
::-webkit-scrollbar {
background: #444;
height: 4px;
width: 8px;
}
::-webkit-scrollbar-thumb {
background-color: #727272;
-webkit-border-radius: 1ex;
border: 1px solid transparent;
}
.pun .posthead {
background: #262626 url('http://i.imgur.com/2Lqal.png') repeat;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset black 0px 1px 3px;
-moz-box-shadow: inset #000 0px 1px 3px;
box-shadow: inset black 0px 1px 3px;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 13px;
color: #BBB;
font-size: 11px;
font-weight: normal;
border: none;
}
.pun .posthead .usertopost strong {
float: left;
}
.pun .posthead .online {
float: left;
min-width: 16px;
font-weight: bold;
position: relative;
top: 14px;
}
.pun .posthead .usertopost {
float: left;
min-width: 177px;
font-weight: bold;
}
.pun .posthead .countpostpo {
float: right;
}
.pun .posthead .titleandicons a {
color: #CACACA;
}
.pun .post .user {
font-size: 12px;
text-align: center;
}
.pun .user .user-ident .user-basic-info a img {
max-width: 90px;
max-height: 90px;
border-radius: 5px;
}
#postfootaplypost {
border: none;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
position: absolute;
display: inline-block;
background: rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.8) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.8) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.8) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#backtotop img {
position: relative;
top: 5px;
}
#backtotop:hover {
background: #3378A4;
color: white;
opacity: 1;
}
span.Copyright a {
color: black!important;
text-shadow: 1px 1px #3D3D3D;
}
span.Copyright {
position: absolute;
float: left;
margin-top: -10px;
}
span.Copyright a:hover {
color: #0C0000!important;
text-shadow: 1px 0px 1px #383838;
}
.tc3 p {
margin-right: 10px;
}
.vote {
width: auto;
}
.tituloposttop {
font: 300 26px/1.3 Helvetica,Arial,sans-serif;
color: #323232;
}
.topic-title a:link {
font-family: Lato, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
#page-body {
margin-top: auto;
}
#secondary_navigation {
background: url(http://i.imgur.com/6yvJj.png) repeat-x top;
border-color: #111;
border-radius: 5px 5px 0 0;
border-style: solid;
border-width: 1px 1px 0;
line-height: 34px;
overflow: hidden;
padding: 0 14px;
text-shadow: 0 1px 0 #111;
}
#secondary_navigation .navecumb {
float: left;
}
#secondary_links {
float: right;
}
#secondary_navigation .ipsList_inline.right li {
float: right;
list-style: none;
margin-right: 5px;
}
#notify_link, #inbox_link {
width: 18px;
height: 15px;
padding: 12px 26px 12px 8px !important;
position: relative;
}
#inbox_link {
background: url(http://i.imgur.com/0HSNR.png) no-repeat 5px;
}
#notify_link {
background: url(http://i.imgur.com/n3XhG.png) no-repeat 5px;
}
.logoutuser:hover, .profilename:hover, #inbox_link:hover, .register:hover ,.login:hover ,#notify_link:hover{
background-color: rgba(255, 255, 255, 0.1);
}
.subhebodytop span.nuevotopicbody {
position: relative;
top: 8px;
margin-right: 20px;}
.logoutuser, .register, .login ,.profilename {
font-size: 12px;
padding: 1px 12px;
display: inline-block;
outline: 0;
}
.subhebodytop span {
float: right;
}
.subhebodytop {
margin: 10px 0px 20px 0px;
overflow: hidden;
}
.searchboxinbody .button1:hover {
background-color: transparent;
}
.searchboxinbody .button1 {
background: url(http://i.imgur.com/xxHZa.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: none;
width: 26px;
height: 28px;
box-shadow: none;
border-radius: 0px;
position: relative;
top: 1px;
left: -26px;
}
.searchboxinbody .inputbox.medium {
position: relative;
background: white;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
border: 1px solid #CCC;
min-width: 200px;
}
#secondary_navigation a:hover {
color: white;
}
#secondary_navigation a {
color: #C2C2C2;
}
#primary_nav {
font-size: 13px;
position: relative;
float: right;
margin: 26px 0 0;
font-family: "Lato",arial,serif;
text-transform: lowercase;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
}
#community_app_menu .left.active {
color: white;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 10px 25px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 10px 25px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 10px 25px rgba(0,0,0, 0.6);
position: relative;
background: rgba(0, 0, 0, 0.2);
font-weight: bold;
margin-top: 0;
text-shadow: none;
}
#community_app_menu li a {
color: #909090;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
display: block;
padding: 6px 15px 8px;
text-align: center;
outline: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#community_app_menu li {
margin: 0px 3px 0 0;
position: relative;
list-style: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#community_app_menu li:hover {
color: white;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 5px 10px rgba(0,0,0,0.3);
position: relative;
background: rgba(0, 0, 0, 0.1);
}
#pun-title ,#pun-desc {
display: none;
}
#estadisticas-IPB {
overflow: hidden;
text-align: center;
margin: 10px 0px;
}
#estadisticas-IPB div.stat-bloque {
margin-right: 20px;
display: inline;
}
#estadisticas-IPB .stat-bloque span {
display: inline-block;
background: url('http://i.imgur.com/Gs8Nv.png') repeat;
background: rgba(0, 0, 0, 0.1);
color: #222;
text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
padding: 3px 7px;
font-weight: bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(255, 255, 255, 1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(255, 255, 255, 1) 0px 1px 0px;
}
.board_statistics {
border-radius: 5px 5px 5px 5px;
margin: 10px 0 0 0;
padding: 8px;
line-height: 1.3;
overflow: hidden;
border: solid #CCC;
border-width: 0px 1px 1px;
font-family: Lato, tahoma, helvetica, arial, sans-serif;
}
.board_statistics h2 {
color: #C2C2C2;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
background: #EEE url(http://i.imgur.com/M3ytK.png) repeat-x top;
font-size: 11px;
font-weight: normal;
padding: 8px;
margin: -8px -8px 8px -8px;
font-family: Lato, tahoma, helvetica, arial, sans-serif;
}
.paging a {
padding: 4px 6px;
background: #EAEAEA;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.paging b {
background: #7BA60D;
color: white;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 3px 6px;
}
.paging a:hover {
background: #AF286D;
color: white;
}
#chatbox_header.main-head {
background: #E5E5E5 url(http://i.imgur.com/Ak91R.png) repeat-x 0 0;
text-shadow: black 0 1px 0;
}
.nuevotopicbody a {
background-image: url("http://i.imgur.com/nbWdZ.png");
padding-right: 20px;
background-repeat: no-repeat;
background-position: right top;
}
.nuevotopicbody a:hover {
background-position: bottom right;
}


Endereço do meu fórum:
http://zonegames.forumn.org

Versão do fórum:
PUNBB
WebGames

WebGames
Super Membro

Membro desde : 21/07/2012
Mensagens : 1177
Pontos : 1823

http://playergames.foro.bz/login

Ir para o topo Ir para baixo

  • 0

Tópico resolvido Re: Avatar pequeno

Mensagem por iHeloaD 13.04.13 1:46

Olá,

Código a ser utilizado:
.post span.postdetails a img:first-child,.postprofile dl dt a img:first-child,.post div.user-ident div.user-basic-info a img:first-child,dl.postdetails dl a img:first-child{width:LARGURApx;height:ALTURApx}

Vermelho Seta Largura fixa do avatar em pixels
Verde Seta Altura fixa do avatar em pixels

Resulta? Se sim não esqueça de dar um click no botão Obrigado !
iHeloaD

iHeloaD
Super Membro

Membro desde : 11/10/2012
Mensagens : 1700
Pontos : 2816

http://www.cidadesocial.com https://www.facebook.com/gustavofaq

Ir para o topo Ir para baixo

Tópico resolvido Re: Avatar pequeno

Mensagem por WebGames 13.04.13 13:10

Obrigado Striker pode fechar
#REPUTADO!!
WebGames

WebGames
Super Membro

Membro desde : 21/07/2012
Mensagens : 1177
Pontos : 1823

http://playergames.foro.bz/login

Ir para o topo Ir para baixo

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

- Tópicos semelhantes

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