Simple Machines Community Forum

SMF Support => Özelleştirme => Türkçe Bölümü (Turkish) => Language Specific Support => Onaylanmış Temalar => Topic started by: FriedeKind* on May 27, 2009, 02:28:53 AM

Title: Night Blue
Post by: FriedeKind* on May 27, 2009, 02:28:53 AM
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
Title: Re: Night Blue
Post by: Alpay on May 27, 2009, 03:37:48 AM
Hoş bir tema :) Ancak daha da geliştirecegine inanıyorum kendini.
Title: Re: Night Blue
Post by: FriedeKind* on May 27, 2009, 08:41:38 AM
teşekkür ederim renkleri güzel olmadı sanırım temanın ama başka tasarımlarda gelebilir
Title: Re: Night Blue
Post by: /\takan on May 27, 2009, 09:16:23 AM
Renkler ve tasarım güzel olmus. Eline sağlık murat abi.
Title: Re: Night Blue
Post by: €®Ю€∏∏----® on May 27, 2009, 09:37:33 AM
eline sağlık hocam çok sade ve güzel bir tasarım olmuş.. Başarılarının devamını dilerim..
Title: Re: Night Blue
Post by: FriedeKind* on May 27, 2009, 09:50:20 AM
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;
}