SMF Forum Teması yapmak hakkında Genel Bilgiler
Forum Teması yapmak hakkında Genel Bilgiler , Forum teması
Herhangi bir SMF temasının herhangi bir yerine Resim koymak,Arkaplan değiştirmek,Yazı Tipini vb. değiştirmek için style.css dosyasını editleriz.
İlk olarak Arkaplan Değiştirmek :
Style.css dosyasının içinde bu kodu bulun.
Kodun normal hali budur :
Kod:
/* The main body of the entire forum. */
body
{
background-color: #ffffff;
background-repeat: repeat-x;
margin: 5px;
padding: 10px
}
Arkaplan konulmuş hali :
Kod:
/* The main body of the entire forum. */
body
{
background-color: #ffffff;
background-image: url(image/background.bmp);
background-repeat: repeat+x;
margin: 5px;
padding: 10px
}
Bu image/background.bmp demek Background resminin Temanın içinde bulunan image klasörünün içinde olduğunu belirtir.
Bu image bazı temalarda images 'de olabilir.....
Forum Teması yapmak hakkında Genel Bilgiler , Forum teması
Herhangi bir SMF temasının herhangi bir yerine Resim koymak,Arkaplan değiştirmek,Yazı Tipini vb. değiştirmek için style.css dosyasını editleriz.
İlk olarak Arkaplan Değiştirmek :
Style.css dosyasının içinde bu kodu bulun.
Kodun normal hali budur :
Kod:
/* The main body of the entire forum. */
body
{
background-color: #ffffff;
background-repeat: repeat-x;
margin: 5px;
padding: 10px
}
Arkaplan konulmuş hali :
Kod:
/* The main body of the entire forum. */
body
{
background-color: #ffffff;
background-image: url(image/background.bmp);
background-repeat: repeat+x;
margin: 5px;
padding: 10px
}
Bu image/background.bmp demek Background resminin Temanın içinde bulunan image klasörünün içinde olduğunu belirtir.
Bu image bazı temalarda images 'de olabilir.....