MyBB Depo Forum

Orjinalini görmek için tıklayınız: Yardım +++Rep Vercem
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
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.
tesekurler oldu bıde yazı rengını nasıl degıstırebılırım
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;
}
Sayfalar: 1 2