22-06-2012 Saat: 19:52
Anlatım Tamamen Bana Aittir.
Admin Kp > Kullandığınız Tema > Şablonlar > Postbit Şablonlar > Postbit_Avatar
Ordaki Kodu Silip Yerine Bu Kodla Değiştiriyoruz.
Yeniden Admin Kp > Kullandığınız Tema > Temalar > Global.css en altına bu kodu ekliyoruz.
Tamamdır.
Önizleme:
Admin Kp > Kullandığınız Tema > Şablonlar > Postbit Şablonlar > Postbit_Avatar
Ordaki Kodu Silip Yerine Bu Kodla Değiştiriyoruz.
Kod:
<a rel="nofollow" href="{$post['profilelink_plain']}"><img class="box-avatar" src="{$post['avatar']}" alt="user avatar" {$avatar_width_height} /></a>
Yeniden Admin Kp > Kullandığınız Tema > Temalar > Global.css en altına bu kodu ekliyoruz.
Kod:
.pro {
background: #dcfaff url(http://st.10tl.net/tema/karanlik/images/star/be.png);
border-top: 1px solid #bebebe;
border-bottom: 1px solid #bebebe;
border-left: 1px solid #bebebe;
border-right: 1px solid #bebebe;
padding: 3px 3px;
margin-top: 3px;
font-weight: bold;
color: #3a3a3a;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-radius-topleft: 5px;
-webkit-border-radius-topright: 5px;
-webkit-border-radius-bottomleft: 5px;
-webkit-border-radius-bottomright: 5px;
}
.postbit-avatar:hover {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.postbit-box {
background: url(images/acenavy/usertitle_effect.png) repeat-x scroll left bottom #FFFFFF;
border-radius: 5px 5px 5px 5px;
box-shadow: 0pt 0pt 1em #B6B6B6;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
margin-bottom: 3px;
padding: 7px 10px 5px;
text-align: justify;
width: 85%;
color: #999;
text-shadow: 1px 1px 0 white;
}
.postbit-iconbox {
font-weight: bold;
font-size: 15px;
background: url(images/acenavy/usertitle_effect.png) repeat-x scroll left bottom #FFFFFF;
color: #000;
padding: 2px 2px 2px 2px;
border: 1px solid #bababa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.postbit-iconbox:link, .postbit-iconbox:visited {
color: #000;
text-decoration: none;
}
.postbit-iconbox:hover {
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.postbit-iconbox:active {
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
}
.box-avatar {
background-image: url(http://st.10tl.net/tema/karanlik/postbit/post_avatar_cerceve.png);width: 94px;height: 94px;background-position: center center;background-repeat: no-repeat;padding: 10px;
.ForumBaslik {
background: none ;
}
#maxresim {
max-width: 400px;
}
.bkz {
background-color:#ffcc66;
padding:2px;
margin: 15px 0 15px 0;
width:80%;
}
Tamamdır.
Önizleme: