Tema Linki (http://custom.simplemachines.org/themes/index.php?lemma=1654)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1654/image,thumb)
Night Blue Theme
Tasarım FriedeKind
Yazmakla Değil Yapmakla Lider Olunur!
Düzenleme:2.0 RC1-1 eklendi
Hoş bir tema :) Ancak daha da geliştirecegine inanıyorum kendini.
teşekkür ederim renkleri güzel olmadı sanırım temanın ama başka tasarımlarda gelebilir
Renkler ve tasarım güzel olmus. Eline sağlık murat abi.
eline sağlık hocam çok sade ve güzel bir tasarım olmuş.. Başarılarının devamını dilerim..
saolun teşekkür ederim arkadaşlar yeni versiyonlar gelecek bu temada bir sorun oldu sadece titlebg koyu oldu ama rengide siyah yapmışımonu beyaz yapmak için
style.css de bulun
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color:black;
font-style: normal;
background: url(images/titlebg.jpg) #4E93B0 repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color:black;
font-style: normal;
}
değiştirin
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color:white;
font-style: normal;
background: url(images/titlebg.jpg) #4E93B0 repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color:white;
font-style: normal;
}