10
- Katılım
- 9 Haziran 2018
- Konular
- 1,336
- Mesajlar
- 5,589
- Çözümler
- 8
- Reaksiyon puanı
- 1,734
- Puanları
- 113
- Konum
- İstanbul
- Web sitesi
- www.masmavi.net
- Cinsiyet
- Erkek
Smf profil alanını çerçeve içine alabilmek için kullandığınız temanın index.css dosyasında,
Bulun,
Aşağıdaki kodla değiştirin,
Bulun,
CSS:
/* poster details and list of items */
.poster h4, .poster ul
{
padding: 0;
margin: 0 1em 0 1.5em;
}
.poster h4
{
margin: 0.2em 0 0.4em 1.1em;
font-size: 120%;
}
.poster h4, .poster h4 a
{
color: #c06002;
}
.poster ul ul
{
margin: 0.3em 1em 0 0;
padding: 0;
}
.poster ul ul li
{
display: inline;
}
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
{
margin-top: 0.5em;
}
Aşağıdaki kodla değiştirin,
CSS:
/* poster details and list of items */
.poster h4, .poster ul
{
padding: 0;
margin: 0 8px;
}
.poster h4
{
font-size: 120%;
}
.poster h4, .poster h4 a
{
color: #c06002;
}
.poster ul ul
{
margin: 0.3em 1em 0 0;
padding: 0;
}
.poster ul ul li
{
display: inline;
background: none;
border: none;
}
.poster ul li, .poster h4 {
background: #e9eef3;
border: solid 1px #b7b7b7;
border-radius:4px;
margin-bottom: 2px;
text-align: center;
padding: 4px;
}
.poster ul li {
width: 94%;
}