MyBB Depo Forum
Yardım +++Rep Vercem - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: Yardım +++Rep Vercem (/yardim-rep-vercem-12482-konusu.html)

Sayfalar: 1 2


Cvp: Yardım +++Rep Vercem - Screwy - 24-09-2013

Bu kodları bir dene bakalım;

Kod:
#duyuru2 {
width: 1130px;
height: 25px;
background: #eaf2ee;
border-bottom-style: solid;
border-top-style: solid;
border-width: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
}

#yazı2 {
padding: 3px;
font-family: Tahoma;
font-size: 15px;
}

Önce not defterine oradan global.css şablonuna ekle.


Cvp: Yardım +++Rep Vercem - kelle41 - 24-09-2013

tesekurler oldu bıde yazı rengını nasıl degıstırebılırım


Cvp: Yardım +++Rep Vercem - Screwy - 24-09-2013

Aşağıdaki css kodunu mevcut duyuru kodu ile değiştir. Yazı rengi için css'e eklediğim renk kodunu değiştirebilirsin...

Bulman gereken kod: color: #000000;
Değiştirmen gereken yer: #000000

Kod:
#duyuru2 {
width: 1130px;
height: 25px;
background: #eaf2ee;
border-bottom-style: solid;
border-top-style: solid;
border-width: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
}

#yazı2 {
color: #000000;
padding: 3px;
font-family: Tahoma;
font-size: 15px;
}