forum yazı fontu

Hello, welcome back!

We want to bring together those who have knowledge and those who need it, to bring together people with different perspectives so that they can understand each other better and to enable everyone to share their knowledge.

  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

viper

Yeni Üye
Joined
Apr 2, 2019
Messages
9
Reaction score
0
Points
1
Age
1020
merhaba forumun genelinde kullanılan yazı fontunu nasıl değiştirebilirim?
 
viper said:
merhaba forumun genelinde kullanılan yazı fontunu nasıl değiştirebilirim?
merhaba
SMF 2.1 RC2 kulaniyorsaniz bu kod

Code:
body {
    background: #e9eef2;
    font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

SMF 2.0.15 kulaniyorsaniz

bu kod

Code:
body {
    background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
    font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
 
Merhaba hocam ben,2.0.15 kullanıyorum...bu bahsettiğiniz kodu nereye yapıştirmam gerek acaba.? Birde istediğimiz rengi mesela mor diyelim,kodun neresine ekleyelim,ordaki renk kodunlamı(#E9EEF2) değiştirelim...
 
merhaba profil deki temadan söz ediyorsaniz özel bir kadlama her bölume ayri kod atanmiş.
 
Evet sitemdeki konu isimleri kırmızı ben bunu farklı bir renge dönüşturmek istiyorum,ve bunun nasil yapildiğını bilmiyorum siz bana şu satırdaki renk kodunu değistirin deyin ben halledeyim hocam...Bir zahmet
 
kulanilan tema css sunrise.css de

bulun
Code:
.table_list tbody.content td.info a.subject {
    color: #FF6120;
}

bu kodu color: #FF6120; editleyin.
 
HAKAN said:
2.0.17 kullanıyorum. Yazı tipi değiştirmek için ne yapmalıyım?

Merhaba Bu kodları değişmeniz gerek diye biliyorum index.css,de

Code:
body {
    background: #EEEEEE;
    font: 13px/150% "Helvetica Neue", "Arial", "Helvetica", sans-serif;
    margin: 0 auto;
    padding: 0;
}

background: #EEEEEE;
    font: 13px/150% "Helvetica Neue", "Arial", "Helvetica", sans-serif;
 
Mustafa arkadaşım, çok sağol. Hallettim ve yazı fontu olarak "Verdana" kullandım. En sevdiğim fonttur kendisi.
 
Back
Top Bottom