Forum'da ara:
Ara


Yazar Mesaj
Mesaj23.01.2009, 11:10 (UTC)    
Mesaj konusu: Css Tasarımda Yazı Rengi Değiştirme ?

Arkadaşlar bu kodda bana yazı rengini beyaz yaparmısın yani siteme yazılacak olak yazıların(içerik kısmının)beyaz renk olmasını istiyorum yardım edin lütfen
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;}
* {
   margin: 0;
   padding: 0;
}

body {
   background: #0A0A0A url(http://img.webme.com/pic/p/photoshopar/1.jpg);
   font-family: Tahoma, Helvetica, sans-serif;
   font-size: 13px;
   color: #666666;
}

h1, h2, h3 {
   color: #ffffff;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
   margin-bottom: 1px;
   line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
   border-bottom: 0px dotted #652A17;
   text-decoration: none;
   color: #ef8a08;
}

a:hover {
   border: none;
   color: #FFFFFF;
}

/* Wrapper */

#wrapper {
   background: url(http://img.webme.com/pic/p/photoshopar/2.jpg) repeat-x;
}

/* Header */

#header {
   width: 940px;
   height: 181px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background: url(http://img217.imageshack.us/img217/8788/xxxyi0.jpg);
}

#header h1, #header h2 {
   float: left;
}

#header h1 {
   padding: 150px 0 0 20px;
   letter-spacing: 3px;
   font-size: 136%;
}

#header h2 {
   padding: 153px 0 0 6px;
   letter-spacing: 2px;
   font-size: 107%;
}

#header a {
   border: none;
   text-transform: uppercase;
   text-decoration: none;
   color: #000000;
}

/* Menu */

#menu {
   width: 940px;
   height: 50px;
   margin: 0 auto;
   background: url(http://img.webme.com/pic/p/photoshopar/4.png) no-repeat;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: right;
   height: 20px;
   padding: 10px 18px 0 20px;
   border: none;
   border-right: 1px solid #110F09;
   font-size: 85%;
   font-weight: bold;
   color: #000000;
}

#menu a:hover {
   color: #ffffff;
}

/* Page */

#page {
   width: 940px;
   margin: 0 auto;
   background: url(http://img.webme.com/pic/p/photoshopar/altacizgiii.png) repeat-y 220px 0px;
}

/* Content */

#content {
   float: right;
   width: 700px;
   padding-right: 5px;
}

#content h1, #content h2, #content h3 {
   margin-bottom: 20px;
}

#content h1 {
   font-size: 136%;
}

#content h2 {
   font-size: 107%;
}

#content h3 {
   font: 92%;
}

#content ul, #content ol {
   list-style-position: inside;
}

#content .boxed {
   float: left;
   width: 46%;
   padding-right: 2%;
}

#content .boxed h2 {
   padding: 5px 0;
   background: url(http://img.webme.com/pic/p/photoshopar/butoncizgilerizl3.png) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
   float: left;
   width: 185px;
   padding-left: 21px;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#sidebar li {
   margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
   margin: 0;
   padding: 5px 1px;
   background: url(http://img.webme.com/pic/p/photoshopar/6-7.jpg) repeat-x left bottom;
}

#sidebar h2 {
   padding: 7px 20px;
   background: url(http://img.webme.com/pic/p/photoshopar/butonfr3.png);
   width: 145px;
   border-bottom: 1px solid #1C1C1C;
   font-size: 100%;
}

#sidebar h3 {
   font-size: 77%;
}

#sidebar p {
   margin: 0;
   line-height: normal;
}

#sidebar a {
   border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
   font-size: 85%;
}

/* Footer */

#footer {
   width: 940px;
   height: 50px;
   margin: 0 auto;
   padding: 30px 0 0 0;
   background: url(http://img.webme.com/pic/p/photoshopar/photoshopar.tr.gg.png) no-repeat;
}

#footer p {
   margin: 0;
   text-align: center;
   font-size: 85%;
}


Düzenleme : ironarchives
Başlıklarınızı Konunuzu Özetleyecek Şekilde Açınız.

______________



En son tashanlikoyu tarafından 23.01.2009 20:04:02 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj23.01.2009, 11:29 (UTC)    
Mesaj konusu:

Bu kodu bir deneyiniz..

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;}
* {
   margin: 0;
   padding: 0;
}

body {
   background: #0A0A0A url(http://img.webme.com/pic/p/photoshopar/1.jpg);
   font-family: Tahoma, Helvetica, sans-serif;
   font-size: 13px;
   color: #ffffff;
}

h1, h2, h3 {
   color: #ffffff;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
   margin-bottom: 1px;
   line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
   border-bottom: 0px dotted #652A17;
   text-decoration: none;
   color: #ef8a08;
}

a:hover {
   border: none;
   color: #FFFFFF;
}

/* Wrapper */

#wrapper {
   background: url(http://img.webme.com/pic/p/photoshopar/2.jpg) repeat-x;
}

/* Header */

#header {
   width: 940px;
   height: 181px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background: url(http://img217.imageshack.us/img217/8788/xxxyi0.jpg);
}

#header h1, #header h2 {
   float: left;
}

#header h1 {
   padding: 150px 0 0 20px;
   letter-spacing: 3px;
   font-size: 136%;
}

#header h2 {
   padding: 153px 0 0 6px;
   letter-spacing: 2px;
   font-size: 107%;
}

#header a {
   border: none;
   text-transform: uppercase;
   text-decoration: none;
   color: #000000;
}

/* Menu */

#menu {
   width: 940px;
   height: 50px;
   margin: 0 auto;
   background: url(http://img.webme.com/pic/p/photoshopar/4.png) no-repeat;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: right;
   height: 20px;
   padding: 10px 18px 0 20px;
   border: none;
   border-right: 1px solid #110F09;
   font-size: 85%;
   font-weight: bold;
   color: #000000;
}

#menu a:hover {
   color: #ffffff;
}

/* Page */

#page {
   width: 940px;
   margin: 0 auto;
   background: url(http://img.webme.com/pic/p/photoshopar/altacizgiii.png) repeat-y 220px 0px;
}

/* Content */

#content {
   float: right;
   width: 700px;
   padding-right: 5px;
}

#content h1, #content h2, #content h3 {
   margin-bottom: 20px;
}

#content h1 {
   font-size: 136%;
}

#content h2 {
   font-size: 107%;
}

#content h3 {
   font: 92%;
}

#content ul, #content ol {
   list-style-position: inside;
}

#content .boxed {
   float: left;
   width: 46%;
   padding-right: 2%;
}

#content .boxed h2 {
   padding: 5px 0;
   background: url(http://img.webme.com/pic/p/photoshopar/butoncizgilerizl3.png) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
   float: left;
   width: 185px;
   padding-left: 21px;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#sidebar li {
   margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
   margin: 0;
   padding: 5px 1px;
   background: url(http://img.webme.com/pic/p/photoshopar/6-7.jpg) repeat-x left bottom;
}

#sidebar h2 {
   padding: 7px 20px;
   background: url(http://img.webme.com/pic/p/photoshopar/butonfr3.png);
   width: 145px;
   border-bottom: 1px solid #1C1C1C;
   font-size: 100%;
}

#sidebar h3 {
   font-size: 77%;
}

#sidebar p {
   margin: 0;
   line-height: normal;
}

#sidebar a {
   border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
   font-size: 85%;
}

/* Footer */

#footer {
   width: 940px;
   height: 50px;
   margin: 0 auto;
   padding: 30px 0 0 0;
   background: url(http://img.webme.com/pic/p/photoshopar/photoshopar.tr.gg.png) no-repeat;
}

#footer p {
   margin: 0;
   text-align: center;
   font-size: 85%;
}
Mesaj23.01.2009, 11:31 (UTC)    
Mesaj konusu:

teşekkür ederim gökşen oldu çok sağol...
______________
Mesaj23.01.2009, 11:33 (UTC)    
Mesaj konusu:

Wink
Önceki mesajları göster:   


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