Forum'da ara:
Ara


Yazar Mesaj
Mesaj08.09.2010, 07:21 (UTC)    
Mesaj konusu: CSS Temamın Arka Plan Rengi ?

Merhaba,

Ben CSS temamın arka planını siyah, yazılarını ise beyaz yapmak istiyorum. Bunu nasıl yapabilirim. CSS kodumdan olacak sanırım. İşte CSS kodum. Hanig kodu değiştireceğimi söylermisiniz.

Teşekkürler ..

Kod:

Kod:
<!--
                  


h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

body {
background: url()  #fff no-repeat left top fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#tasarim {
margin-left: auto;
margin-right: auto;
width: 900px;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left:20px;
padding-right: 20px;
}

#ust {
height: 130px;
border: 5px solid #000000;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-top: 5px;
padding-left: 40px;
}

#menu {
height: 30px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}

#icerik {
height: 200%;
border: 5px solid #000000;
margin-top: 20px;
overlow:hidden;
text-align: justify;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-left: 5px;
padding-right: 5px;
}

#alt {
height: 45px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}         //-->   <style type="text/css">  /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */  .indentmenu{ font: bold 13px Arial; width: 100%; /*leave this value as is in most cases*/ overflow: hidden; }  .indentmenu ul{ margin: 0; padding: 0; float: left; width: 100%; /*width of menu*/ border: 3px solid #ffffff; /*dark purple border*/ border-width: 1px 0; background: black url(media/indentbg.gif) center center repeat-x; }  .indentmenu ul li{ display: inline; }  .indentmenu ul li a{ float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none; border-right: 1px solid #ffffff; /*dark purple divider between menu items*/ }  .indentmenu ul li a:visited{ color: red; }  .indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; /*text color of selected and active item*/ padding-top: 6px; /*shift text down 1px for selected and active item*/ padding-bottom: 4px; /*shift text down 1px for selected and active item*/ background: black url(media/indentbg2.gif) center center repeat-x; }  </style>

______________
Mesaj08.09.2010, 07:24 (UTC)    
Mesaj konusu:

al bunu dene nasıl olmuş
Kod:
<!--
                   


h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

body {
background: url(http://www.backgroundlabs.com/backgrounds/91.gif)  #fff no-repeat left top fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #ffffff;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#tasarim {
margin-left: auto;
margin-right: auto;
width: 900px;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left:20px;
padding-right: 20px;
}

#ust {
height: 130px;
border: 5px solid #000000;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-top: 5px;
padding-left: 40px;
}

#menu {
height: 30px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}

#icerik {
height: 200%;
border: 5px solid #000000;
margin-top: 20px;
overlow:hidden;
text-align: justify;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-left: 5px;
padding-right: 5px;
}

#alt {
height: 45px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}         //-->   <style type="text/css">  /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */  .indentmenu{ font: bold 13px Arial; width: 100%; /*leave this value as is in most cases*/ overflow: hidden; }  .indentmenu ul{ margin: 0; padding: 0; float: left; width: 100%; /*width of menu*/ border: 3px solid #ffffff; /*dark purple border*/ border-width: 1px 0; background: black url(media/indentbg.gif) center center repeat-x; }  .indentmenu ul li{ display: inline; }  .indentmenu ul li a{ float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none; border-right: 1px solid #ffffff; /*dark purple divider between menu items*/ }  .indentmenu ul li a:visited{ color: red; }  .indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; /*text color of selected and active item*/ padding-top: 6px; /*shift text down 1px for selected and active item*/ padding-bottom: 4px; /*shift text down 1px for selected and active item*/ background: black url(media/indentbg2.gif) center center repeat-x; }  </style>

______________
Mesaj08.09.2010, 10:15 (UTC)    
Mesaj konusu:

Olmadı maalesef. Arka planda bir kısım siyah oldu ama bir kısım hemde büyük bir kısım hala beyaz. Ve yazı rengi de beyaz olduğu için görünmüyor yazılar. Teşekkürler yinede.

Başka ilgilenen varmı acaba arkadaşlar ?

______________
Mesaj08.09.2010, 10:40 (UTC)    
Mesaj konusu:

al bunu dene arkaplan olması lazım yazı olmazsa söle onu da yapim
Kod:
<!--
                   


h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

body,td,th {
font-family: tahoma;
font-size: 14px;
color: #000000;
font-weight: normal;
}
body {
background-image: url(http://www.backgroundlabs.com/backgrounds/91.gif);
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: normal;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#tasarim {
margin-left: auto;
margin-right: auto;
width: 900px;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left:20px;
padding-right: 20px;
}

#ust {
height: 130px;
border: 5px solid #000000;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-top: 5px;
padding-left: 40px;
}

#menu {
height: 30px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}

#icerik {
height: 200%;
border: 5px solid #000000;
margin-top: 20px;
overlow:hidden;
text-align: justify;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-left: 5px;
padding-right: 5px;
}

#alt {
height: 45px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}         //-->   <style type="text/css">  /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */  .indentmenu{ font: bold 13px Arial; width: 100%; /*leave this value as is in most cases*/ overflow: hidden; }  .indentmenu ul{ margin: 0; padding: 0; float: left; width: 100%; /*width of menu*/ border: 3px solid #ffffff; /*dark purple border*/ border-width: 1px 0; background: black url(media/indentbg.gif) center center repeat-x; }  .indentmenu ul li{ display: inline; }  .indentmenu ul li a{ float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none; border-right: 1px solid #ffffff; /*dark purple divider between menu items*/ }  .indentmenu ul li a:visited{ color: red; }  .indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; /*text color of selected and active item*/ padding-top: 6px; /*shift text down 1px for selected and active item*/ padding-bottom: 4px; /*shift text down 1px for selected and active item*/ background: black url(media/indentbg2.gif) center center repeat-x; }  </style>

______________
Mesaj08.09.2010, 10:47 (UTC)    
Mesaj konusu:

Teşekkürler ..

Ancak hala orta kısım beyaz şuanda .. Bakabilirsiniz sitemden. Ben oranında siyah olmasını ve yazıların beyaz olmasını istiyorum .. Ayrıca linklerin renkleri de beyaz olmuş ve görünmüyor. Linkler ana sayfada ve sitemin çeşitli yerlerinde bulunuyor. Bunları düzeltirimisiniz lütfen ve tekrar kodu gönderin ..

Şimdiden teşekkürler Smile

______________
Mesaj08.09.2010, 10:50 (UTC)    
Mesaj konusu:

birde bunu dene
Kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

body,td,th {
font-family: tahoma;
font-size: 14px;
color: #000000;
font-weight: normal;
}
body {
background-image: url(http://www.backgroundlabs.com/backgrounds/91.gif);
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: normal;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#tasarim {
margin-left: auto;
margin-right: auto;
width: 900px;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left:20px;
padding-right: 20px;
}

#ust {
height: 130px;
border: 5px solid #000000;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
padding-top: 5px;
padding-left: 40px;
}

#menu {
height: 30px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #000000;
}

#icerik {
height: 200%;
border: 5px solid #000000;
margin-top: 20px;
overlow:hidden;
text-align: justify;
-moz-border-radius: 0px 0px 0px 0px;
background: #000000;
padding-left: 5px;
padding-right: 5px;
}

#alt {
height: 45px;
border: 5px solid #000000;
margin-top: 20px;
-moz-border-radius: 0px 0px 0px 0px;
background: #fff;
}         //-->   <style type="text/css">  /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */  .indentmenu{ font: bold 13px Arial; width: 100%; /*leave this value as is in most cases*/ overflow: hidden; }  .indentmenu ul{ margin: 0; padding: 0; float: left; width: 100%; /*width of menu*/ border: 3px solid #ffffff; /*dark purple border*/ border-width: 1px 0; background: black url(media/indentbg.gif) center center repeat-x; }  .indentmenu ul li{ display: inline; }  .indentmenu ul li a{ float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none; border-right: 1px solid #ffffff; /*dark purple divider between menu items*/ }  .indentmenu ul li a:visited{ color: red; }  .indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; /*text color of selected and active item*/ padding-top: 6px; /*shift text down 1px for selected and active item*/ padding-bottom: 4px; /*shift text down 1px for selected and active item*/ background: black url(media/indentbg2.gif) center center repeat-x; }  </style>

______________
Mesaj08.09.2010, 10:58 (UTC)    
Mesaj konusu:

Teşekkürler mükemmel olmuş .. Ancak yazı rengi beyaz yaparmısınız çünkü yazılar görünmüyor .
______________
Mesaj08.09.2010, 11:03 (UTC)    
Mesaj konusu:

Tamam şimdi oldu teşekkürler Smile
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu