16-09-2012 Saat: 19:33
Arkadaşlar Önceki Konumda Paylaştığım Prov6 TEMASINDA BİR SORUN DİKKATİMİ ÇEKTİ, ÇÖZÜMÜNÜ ANLATAYIM.
Admin Kp > Temalar & Şablonlar > Temanıza Tıklayın > posbit.css > Gelişmiş Düzenle Diyip Tüm Kodları Aşağıdakiler İle Değiştiriyoruz :
İşlem Bu Kadar :)
Admin Kp > Temalar & Şablonlar > Temanıza Tıklayın > posbit.css > Gelişmiş Düzenle Diyip Tüm Kodları Aşağıdakiler İle Değiştiriyoruz :
Kod:
/* X.S - Pro Paket Postbit CSS */
div#baslik h1 {
background: #0d0c0c url(http://a1209.hizliresim.com/11/j/d3ldb.png) repeat-x;
border-color: #000;
border-style: solid;
border-width: 0 1px;
display: block;
height: 60px;
margin: 0 10px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div#icerik {
background: #fff;
border-color: #ddd;
border-style: solid;
border-width: 0 1px;
margin: 0 10px;
padding: 15px;
}
div#bitti {
background: #b5b5b5 url(http://a1209.hizliresim.com/11/j/d3ldp.png) repeat-x;
border: 1px solid #ccc;
border-bottom: 1px solid #aaa;
padding: 6px;
overflow: hidden;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
.box-user {
float: left;
}
.box-user-baslik {
background: url(http://a1209.hizliresim.com/11/j/d3lf2.png) top left no-repeat;
width: 200px;
height: 11px;
}
.box-user-icerik {
background: url(http://a1209.hizliresim.com/11/j/d3lfq.png) top left repeat-y;
width: 200px;
height: auto;
}
.box-user-bitti {
background: url(http://a1209.hizliresim.com/11/j/d3lg4.png) bottom left no-repeat;
width: 200px;
height: 12px;
}
.box-user-bilgi {
background: #fff url(http://a1209.hizliresim.com/11/j/d3lgr.png) repeat-x;
width: 170px;
color: #373737;
margin: 0 auto;
padding: 0 10px;
font-size: 13px;
}
/* Konu gösterim mesaj tablosu genişliği */
.box-mesaj {
float: left;
margin-top: 4px;
margin-left: 4px;
background: #eaeaea;
width: 760px;
border: 1px solid #959595;
margin-bottom: 10px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
/* özel mesaj tablosu genişliği */
body#private .box-mesaj {
width: 568px;
}
.box-mesaj-icerik {
padding: 15px 10px;
background: #f5f5f5;
}
.box-mesaj-baslik {
border-bottom: 1px dashed #ccc;
padding: 5px 10px;
}
.box-mesaj-bitti {
border-top: 1px dashed #ccc;
padding: 5px 10px;
height: 24px;
}
.sol_ok {
position: absolute;
margin-left: -40px;
}
.imza {
max-width: 630px;
max-height: 170px;
overflow: auto;
}
body#private .imza {
width: 430px;
}
.postbit_user_prof {
background: url(http://a1209.hizliresim.com/11/j/d3lh3.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_email {
background: url(http://a1209.hizliresim.com/11/j/d3lhl.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_pm {
background: url(http://a1209.hizliresim.com/11/j/d3lhz.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_ara {
background: url(http://forum-mybb.tk/images/postbit/post_user_ara.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_www {
background: url(http://forum-mybb.tk/images/postbit/post_user_www.png) no-repeat 0px 0px;
width: 15px;
height: 15px;
padding: 2px;
padding-left: 20px;
}
.box-avatar {
background-image: url(http://forum-mybb.tk/images/postbit/post_avatar_cerceve.png);
width: 94px;
height: 94px;
background-position: center center;
background-repeat: no-repeat;
padding: 10px;
}
/* X.S - Pro Paket LCD TV CSS */
.Plazma-Tv {
background-image: url(http://forum-mybb.tk/images/postbit/post_video_cerceve.png);
height: 572px;
background-position: center;
background-repeat: no-repeat;
width: 691px;
}
İşlem Bu Kadar :)