benım site teması uzerınde ıstedıgım bı degişiklıgı yapabılırmsınz

hackrock

New member
arkdşlar ben site tema sını kendıme özgü duzenlemek ıstıyorum ama html tm bılmıyom


benım için ıstedıgım duzenlemeyı yapabılırmsınız

www.ixfb.blogcu.com site bu sitenın arkaplan ve yazı yazdıgım yerın siyah olmasını ıstıyom ve yazı yazdıgım yerın genış olmasını istıyommm

çok mu şey sıtıyorum :saskin


html kodları__________________________________________________




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><%WindowTitle%></title>
<style type="text/css">
<!-- @import url('http://www.nokta.com/demos/blogcu/yeniler/gingeresque/style.css'); -->
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<h3><a href="<%MainPageURL%>"><%Title%></a></h3>
</div>
<div id="sidebar">
<h2>Menü</h2>
<ul>
<li><a href="<%MainPageURL%>" title="Ana Sayfa">Ana Sayfa</a></li>
<li><a href="<%ProfileURL%>" title="Profilim">Profilim</a></li>
<li><a href="<%ArchiveURL%>" title="Arsiv">Arşiv</a></li>
</ul>
<h2>Son Yazılarım</h2>
<ul>
<RecentEntry>
<li>
<%RecentEntryTitle%></li>
</RecentEntry>
</ul>

<h2>Kategorilerim</h2>
<ul>
<%Kategorilerim%></ul>
<h2>Arkadaşlarım</h2>
<ul class="right_ul">
<Friends><li><a href="<%FriendURL%>" target="_blank" title="<%FriendUsername%>"><%FriendUsername%></a></li></Friends></ul>

<h2>Bağlantılarım</h2>
<ul> <Link>
<li ><a href="<%LinkURL%>" title="<%LinkURL%>"><%LinkTitle%></a></li></Link></ul>

<%BlogcuSidebar%>
</div>
<div id="content">
<IfMainPage>
<Entry>
<div class="item">
<h1><a href="<%EntryURL%>" rel="bookmark"><%EntryTitle%></a></h1>
<div class="meta"><%EntryDate%> · <IfCategoriesAllowed>Kategori: <%EntryCategory%></IfCategoriesAllowed></div>
<p><%EntryBody%></p>
<p><strong>
<IfCategoriesAllowed><a href='<%EntryURL%>' rel="bookmark">Kalıcı Bağlantı </a></IfCategoriesAllowed>
<IfCommentsAllowed><a href='<%EntryURL%>' >Yorum</a> (<%EntryCommentCount%>) </IfCommentsAllowed>
<IfCommentPostAllowed><a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> </strong></p>
</div>
</Entry>
</IfMainPage>
<IfArchivePage>
<div class="item">
<h1>Arşiv</h1>
<%ArchiveInfo%>
</div>
</IfArchivePage>

<IfEntryPage>
<Entry>
<div class="item">
<h1><a href="<%EntryURL%>" rel="bookmark"><%EntryTitle%></a></h1>
<div class="meta"><%EntryDate%> · <IfCategoriesAllowed>Kategori: <%EntryCategory%></IfCategoriesAllowed></div>
<p><%EntryBody%></p>
<p><strong>
<IfCategoriesAllowed><a href='<%EntryURL%>' rel="bookmark">Kalıcı Bağlantı </a></IfCategoriesAllowed>
<IfCommentsAllowed><a href='<%EntryURL%>' >Yorum</a> (<%EntryCommentCount%>) </IfCommentsAllowed>
<IfCommentPostAllowed><a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed>
<SendThisLink>Arkadaşına gönder!</SendThisLink>
</strong></p>

<IfCommentsAllowed>
<p class="indent"> <%EntryCommentCount%> yorum yazılmıştır</p>

<Comment>
<b>Yazan</b>:<%CommentAuthor%> <%CommentAuthorIP%> | <b>Tarih</b>: <%CommentDate%> <br> <b>Konu</b>: <%CommentTitle%> <br>
<blockquote cite="<%CommentAuthor%>">
<p> <%CommentBody%></p>
</blockquote>
<p class="indent"><a href='<%CommentURL%>'>Bağlantı »</a> <a href="#">
<CommentEdit>Düzenle » </CommentEdit></a><a href="#"> <CommentDelete>Sil</CommentDelete></a></p> </Comment></IfCommentsAllowed>
</div>

</Entry>
</IfEntryPage>



<IfPages>
<center><p><b><EarlierLink>« Önceki </EarlierLink>::<LaterLink> Sonraki »</LaterLink></b></p></center>
</IfPages>

</div>
</div>
<div id="footer">
<p><%BlogcuFooter%></p>
</div>
</body>
</html>


















css dosyası kodlarıı___________________________________

HTML:
/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#fcfcfc;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}
a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}
#header {
	height:200px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	margin-left:190px;
	min-height:450px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.0em;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
 

Hell

Başarıda bir sanattır.
Yazıları siyah yapmak için

CSS nizde şurayı bulun;

Kod:
body {
	background-color:#fcfcfc;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
alttakiyle değiştirin.

Kod:
body {
	background-color:#fcfcfc;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#000000;
	text-align:left;

Genişlikler için css deki /* Page Structure */ kısmını kendinize göre düzenleyin.
 

HTML

Üst