MyBB Depo Forum
Tema düzenlemek - 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 Soru ve Sorunlarınız (https://mybbdepo.com/mybb-1-6-soru-ve-sorunlariniz-forumu)
+--- Konu Başlığı: Tema düzenlemek (/tema-duzenlemek-15793-konusu.html)



Tema düzenlemek - istanbul123 - 28-04-2014

Web site Site Adresi :
Kod:
www.turkteam.org
Versiyon MyBB Sürümü : 1.6.13
Eklenti-Plugin Kurulu Eklentiler :
Hata-Sorun Sorun açıklaması :
Resim-Grafik Hata Ekran Görüntüsü :

resim

Resimde çizdigim kırmızı başlıkları nasil değiştirebilirim global.css'den thead kısımlarına baktım ama diğer temalardan cok değişik baya zor geldi

tema adı = evablack şimdiden teşekkürler


Cvp: Tema düzenlemek - MelihAtasever - 29-04-2014

ilk kısım için tam birşey diyemeyeceğim ama ikinci kısmı header şablonundan düzenleyebilirsiniz.


Cvp: Tema düzenlemek - mmtacr5 - 29-04-2014

Hocam Yapmanız Gereken
Kullandıgınız Tema >global.css
Bul
Alıntı:.thead {
background: linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -o-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -moz-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -webkit-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -ms-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
color: #ffffff;
padding: 10px;
-webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
font-size: 12px;
text-shadow: 1px 1px 1px #555;
font-family: verdana;
font-weight: bold;
}
Bunla deiştir.
Alıntı:.thead {
background: #b2b2b2;
color: #ffffff;
padding: 10px;
-webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
font-size: 12px;
text-shadow: 1px 1px 1px #555;
font-family: verdana;
font-weight: bold;
}

Header İçin İse
Aynı Şekılde Global.css Girin
Bul
Alıntı:#headerbg {
background: linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -o-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -moz-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -webkit-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
background: -ms-linear-gradient(bottom, rgb(81,14,14) 16%, rgb(126,22,22) 100%);
height: 40px;
margin-top: -8px;
margin-left: -8px;
width: 101.2%;
border-bottom: 3px solid #510E0E;
}
Bunla Deiştir.
Alıntı:#headerbg {
background: #b2b2b2;
height: 40px;
margin-top: -8px;
margin-left: -8px;
width: 101.2%;
border-bottom: 3px solid #510E0E;
}

Renk Deişimi İçin İse
Alıntı:background: #b2b2b2;
b2b2b2 renk kodunu deişmeniz yeterli

İyi Forumlar.


Cvp: Tema düzenlemek - istanbul123 - 29-04-2014

sağol hocam Gülümseme

siteye bakarsanız en üst kısım düzelti ama ortadaki yer hala kırmızı