• 07-10-2009, 20:24:32
    #1
    Üyeliği durduruldu
    Siyah cizgilerın oldugu yerdekı boslugu nasıl yok edebilirm ?



    Denemedıgım sey kalmadı yapamadım bir turlu illa logonun altında bosluk cıkıyor

    Styl.Css

    /*
    Theme Name: Librio-TR
    Description: Inspired by Mac OS X Leopard.Türkçeleştirme <a href="http://www.rss-ems.com">Rıza Selçuk SAYDAM</a>
    Version: 1.0
    Author: Deniart
    Author URI: http://deniart.ru/
    Tags: fixed width, two columns, widgets, apple, mac, white, grey
    
    	Librio v1.0
    	http://deniart.ru/
    
    	This theme was designed and built by Denis Shakhov,
    	whose homepage you will find at http://deniart.ru/
    
    	The CSS, XHTML and design is released under GPL:
    	http://www.opensource.org/licenses/gpl-license.php
    
    */
    
    /* Reset
    -------------------------------------------------------------------*/
    * { padding: 0; margin: 0; }
    ul, ol { list-style: none; list-style-position: inside; }
    ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
    img { border: none; }
    
    
    /* Body
    -------------------------------------------------------------------*/
    body { 
    	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
    	color: #333; 
    	background: #fafafa url(images/bg.gif); 
    }
    
    h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
    h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
    h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
    h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
    h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
    h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
    h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }
    
    h1 span { color: #999; }
    
    a { color: #5371c5; text-decoration: none; }
    a:hover { color: #5371c5; text-decoration: underline; }
    a:visited { color: #5371c5; }
    
    p { margin-bottom: 10px; }
    
    input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }
    
    blockquote { 
    	font: italic 14px/22px Georgia, Serif; 
    	padding: 5px 10px;
    	margin-bottom: 20px;
    	background: #eef3f7; 
    }
    
    
    
    /* Container
    -------------------------------------------------------------------*/
    #container { 
    	width: 900px; 
    	padding-bottom: 10px; 
    	margin: 20px auto 20px auto;
    	overflow: hidden; 
    }
    #container #wrapper { 
    	width: 900px; 
    	float: left; 
    	overflow: hidden; 
    	background: #d6ded4 url(images/sidebar-bg.gif) repeat-y top right; 
    }
    
    
    
    /* Header
    -------------------------------------------------------------------*/
    #header { 
    	width: 900px; 
    	height: 53px; 
    	float: left; 
    	background: #fafafa url(images/header-bg.gif) no-repeat center; 
    	position: relative; 
    }
    #header h1 { 
    	font: 24px Verdana;
    	padding: 12px 0 0 15px; 
    	margin-bottom: 0; 
    	color: #333; 
    }
    #header h1 a { 
    	color: #333; 
    	text-shadow: 1px 1px 1px #fff; 
    	text-decoration: none; 
    }
    #header h1 span { 
    	padding-left: 10px; 
    	font-size: 11px; 
    	color: #777; 
    }
    
    
    
    /* Search
    -------------------------------------------------------------------*/
    #search {
    	position: absolute;
    	top: 20px; 
    	right: 10px;
    }
    #search #s { 
    	width: 170px;
    	height: 14px;
    	padding: 5px 0 5px 23px;
    	vertical-align: bottom;
    	line-height: 1px;
    	font: normal 12px Verdana, Sans-Serif;
    	color: #777;
    	border: 0;
    	background: #fafafa url(images/search-bg.gif) no-repeat;
    }
    
    
    
    /* Navigation
    -------------------------------------------------------------------*/
    #nav { 
    	width: 900px;
    	float: left; 
    	height: 32px; 
    	background: #fafafa url(images/nav-bg.gif) repeat-x; 
    	position: relative; 
    }
    #nav ul { 
    	margin-left: 15px; 
    }
    #nav ul li { 
    	display: inline; 
    	margin-right: 20px; 
    }
    #nav ul li a { 
    	font-weight: bold; 
    	text-shadow: 1px 1px 1px #fff; 
    	text-decoration: none; 
    	color: #555; 
    	line-height: 33px; 
    }
    #nav ul li a:hover { 
    	color: #333; 
    }
    #nav #feed {  
    	position: absolute; 
    	right: 15px; 
    	top: 7px;
    	font-weight: bold;
    	color: #555;
    	text-decoration: none;
    	padding: 0 0 0 20px;
    	display: block; 
    	text-shadow: 1px 1px 1px #fff; 
    	background: url(images/feed.gif) no-repeat 0 3px; 
    }
    
    
    
    /* Content
    -------------------------------------------------------------------*/
    #content { 
    	width: 670px; 
    	float: left; 
    	padding: 15px; 
    	background: #fff; 
    }
    
    #content .post { 
    	margin-bottom: 40px; 
    }
    #content .post h1.post-title { 
    	color: #333;
    	background: url(images/post.gif) no-repeat 0 6px; 
    	padding-left: 23px;
    }
    #content .post h1.post-title a { 
    	text-decoration: none;
    	color: #333;
    }
    
    #content .post .post-info { 
    	clear: both; 
    	font-size: 11px; 
    	color: #777; 
    	padding: 3px 5px 3px 5px; 
    	margin-bottom: 20px; 
    	border-top: 1px solid #bdccdc; 
    	border-bottom: 1px solid #bdccdc; 
    	background: #e9eff5; 
    }
    #content .post .post-info a { color: #333; text-decoration:none; }
    #content .post .post-info a:hover { color: #555; text-decoration:none; }
    
    #content #pages { text-align: center; }
    #content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
    #content #pages a:hover { color: #1e2726; }
    
    #content ul, ol, dl { margin-bottom: 20px; }
    #content ul { 
    	list-style: disc;
    	list-style-position: inside; 
    }
    #content ol { 
    	list-style: decimal; 
    	list-style-position: inside; 
    }
    #content dl dt { 
    	font-weight: bold;
    }
    #content dl dd { 
    	font-style: italic;
    	margin: 0 0 5px 20px;
    	color: #555;
    }
    
    .aligncenter { margin-left: auto; margin-right: auto; }
    .alignleft { float: left; margin: 5px 15px 10px 0; }
    .alignright { float: right; margin: 5px 0 10px 15px; }
    
    
    
    /* Comment Form
    -------------------------------------------------------------------*/
    #commentform { 
    	background: #fafafa; 
    	border: 5px solid #def7f8; 
    	padding: 10px; 
    	color: #555; 
    }
    #commentform p { margin-bottom: 7px; }
    #commentform textarea { 
    	width: 630px; 
    	border: 1px solid #aaa; 
    	height: 120px;
    }
    #commentform input.text { 
    	width: 150px; 
    	border: 1px solid #aaa; 
    	margin-right: 10px; 
    	padding: 3px 3px; 
    }
    #commentform input#submit { padding: 3px 10px; }
    
    
    
    /* Comments
    -------------------------------------------------------------------*/
    #comments .comment { 
    	width: 670px;
    	background: #def7f8; 
    	margin-bottom: 10px; 
    	overflow: hidden; 
    	padding-bottom: 5px; 
    	border-top: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
    }
    #comments .comment .comment-avatar { 
    	width: 50px; 
    	float: left; 
    	padding: 5px 7px; 
    }
    
    #comments .comment .comment-content { 
    	width: 570px;
    	float: left; 
    	padding: 10px 15px; 
    	margin: 5px 5px 0 0; 
    	background: #fafafa ; 
    }
    #comments .comment .comment-content a { color: #444; }
    
    #comments .comment .comment-info { 
    	font-size: 11px;
    	color: #777;
    	margin-bottom: 5px; 
    }
    #comments .comment .comment-info span {
    	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
    	padding-right: 10px; 
    	margin-bottom: 5px;
    }
    #comments .comment .comment-info a { 
    	color: #444; 
    	text-decoration: none;
    }
    
    
    
    /* Sidebar
    -------------------------------------------------------------------*/
    #sidebar { 
    	width: 200px; 
    	float: left; 
    	font-size: 11px; 
    	color: #555; 
    	margin-bottom: 15px;
    }
    #sidebar h3 { 
    	font: bold 12px Verdana; 
    	color: #333; 
    }
    
    #sidebar a { color: #333; text-decoration: none; }
    #sidebar a:hover { color: #777; }
    
    #sidebar .block { 
    	padding: 15px; 
    	overflow: hidden;
    	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
    }
    #sidebar .block ul li { 
    	padding-left: 18px; 
    	background: url(images/arrow.gif) no-repeat 0px 3px; 
    }
    
    
    
    /* Calendar */
    #sidebar .block #calendar_wrap .pad { background: none; }
    #sidebar .block #calendar_wrap #prev { background: none; }
    #sidebar .block #calendar_wrap #next { background: none; }
    #sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
    #sidebar .block #calendar_wrap table th { width: 14.2%; }
    #sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
    #sidebar .block #calendar_wrap table td a { font-weight: bold; }
    
    
    
    /* Footer
    -------------------------------------------------------------------*/
    #footer {
    	width: 900px;
    	height: 29px;
    	float: left;
    	clear: both;  
    	position: relative;
    	background: #fafafa url(images/footer-bg.gif) no-repeat; 
    }
    #footer a#theme-author { 
    	position: absolute; 
    	top: 0px; 
    	right: 0px; 
    	display: block; 
    	height: 28px; 
    	width: 130px; 
    }
    #footer p { 
    	line-height: 28px; 
    	color: #333; 
    	padding-left: 15px; 
    	font-size: 11px; 
    	margin: 0; 
    }
    #footer a { 
    	color: #555;
    	text-decoration: underline;
    }
    
    
    
    
    
    
    p img {padding: 0; max-width: 100%}

    header.php

    <!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">
    <link rel="shortcut icon" href="favicon.ico" />
    
     <head profile="http://gmpg.org/xfn/11"> 
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />	
    	<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Arşivi<?php } ?> <?php wp_title(); ?></title>	
    	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    	
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    <!--9d6b7274aea43bfab19305141efdb0b3-->
    
    <p align="center">
    <a href="http://www.forumsn.net/">
    <img border="0" src="http://forumsn.net/header.png" width="910" height="185"></a></p>
     
    
    
    
    <p align="center">
    <a href="http://www.forumsn.net/msn-8-5-indir.html">
    <img border="0" src="http://forumsn.net/icon/1.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-discovery-indir.html"><img border="0" 
    src="http://forumsn.net/icon/2.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-plus-4-81-indir.html"><img border="0" src="http://forumsn.net/icon/3.png"
     width="150" height="30"></a><a href="http://www.forumsn.net/yeni-msn-alma.html"><img border="0" src="http://forumsn.net/icon/4.png" width="150" height="30"></a><a href="http://www.forumsn.net/category/msn-messenger/coklu-msn-acma"><img border="0" 
     src="http://forumsn.net/icon/5.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-9-0-indir.html"><img border="0" src="http://forumsn.net/icon/6.png" width="150" height="30"
     ></a></p>
    
    
    
    
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    
    	<!--[if IE]><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" media="screen" /><![endif]-->
    	
    	<?php wp_head(); ?>
    </head>
    
    <body>
    
    <div id="container">
    
    	<div id="header">
    		<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a><span><?php bloginfo('description'); ?></span></h1>
    		<div id="search">
    			<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    				<input type="text" value="Arama" name="s" id="s" onfocus="if(this.value=='Arama')this.value=''" onblur="if(this.value=='')this.value='Arama'" />
    			</form>
    		</div>
    	</div>
    
    	<div id="nav">
    		<ul>
    			<li <?php if(!is_page()) echo 'class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/">Anasayfa</a></li>
    			<?php wp_list_pages('title_li='); ?>
    		</ul>
    		<a href="<?php bloginfo('rss2_url'); ?>" id="feed"> Aboneliği</a>
    	</div>
    	
    	<div id="wrapper">
  • 07-10-2009, 20:25:17
    #2
    Üyeliği durduruldu
    Pardon.... Demo İmzada'dır
  • 07-10-2009, 20:28:41
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    flood yasak,mesah düzenleyip oraya adresi koyabilrdin.

    umarım bilgisi olan yardım eder
  • 07-10-2009, 20:43:44
    #4
    Üyeliği durduruldu
    index php ana sablonuda eklermısın arkadasım
  • 07-10-2009, 20:48:53
    #5
    Üyeliği durduruldu
    İndex.php

    <?php get_header(); ?>
    <div id="content">
    	<?php if (have_posts()) : ?>
    		<?php while (have_posts()) : the_post(); ?>
    			<div class="post" id="post-<?php the_ID(); ?>">
    				<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> için kalıcı bağlantı"><?php the_title(); ?></a></h1>
    
    				 <right><?php the_content('<img src="http://www.forumsn.net/devam.png"> &raquo;'); ?></right>				
    
    				<div class="post-info">
    
    					<?php the_time('F jS, Y') ?> 
    
    					<?php the_category(', '); ?>
    
    					<?php the_tags('| etiketler: ', ', ', ''); ?> | 
    
    					<?php comments_popup_link('Yorum Yok', '1 Yorum', '% Yorum'); ?>
    
    				</div>
    
    			</div>
    
    			
    
    			<?php comments_template(); ?>
    
    		<?php endwhile; ?>
    
    
    
    		<div id="pages">
    
    			<a href="#"><?php next_posts_link('&larr;Önceki Sayfa') ?></a>&nbsp;&nbsp;&nbsp;<a href="#"><?php previous_posts_link('Sonraki Sayfa&rarr;') ?></a><br>
    
    		</div>
    
    <br>
    
    	<?php else : ?>
    
    
    
    		<h1>Bulunamadı</h1>
    
    		<p class="center">Üzgünüm,aradığınız şey burada değil..</p>
    
    
    
    	<?php endif; ?>
    
    
    <center>
    <div class="navigation">
    	<!-- Plugin Navigation -->
    	<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?><div class="clear"></div>
    	<!-- End -->
    	</div>
    </center>
    
    
    
    
     
    
    	
    
    </div>
    
    		
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
  • 07-10-2009, 20:59:54
    #6
    Adım 1:
    header.php içinde aşağıdaki kodları (2 tane) bulun
    <p align="center">
    aşağıdaki ile değiştirin.
    <p align="center" style="margin: 0;">
    Adım 2:
    style.css 68. satırda yer alan aşağıdaki kodu bulun
        margin: 20px auto 20px auto;
    aşağıdaki ile değiştirin.
        margin: 0px auto;
  • 07-10-2009, 21:15:18
    #7
    Üyeliği durduruldu
    header php nı boyle bı dene
    <!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">
    <link rel="shortcut icon" href="favicon.ico" />
     <head profile="http://gmpg.org/xfn/11"> 
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />	
    	<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Arşivi<?php } ?> <?php wp_title(); ?></title>	
    	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--9d6b7274aea43bfab19305141efdb0b3-->
    <p align="center">
    <a href="http://www.forumsn.net/">
    <img border="0" src="http://forumsn.net/header.png" width="910" height="185"></a></p>
    
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    	<!--[if IE]><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" media="screen" /><![endif]-->
    	<?php wp_head(); ?>
    </head>
    <body>
    <p align="center">
    <a href="http://www.forumsn.net/msn-8-5-indir.html">
    <img border="0" src="http://forumsn.net/icon/1.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-discovery-indir.html"><img border="0" 
    src="http://forumsn.net/icon/2.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-plus-4-81-indir.html"><img border="0" src="http://forumsn.net/icon/3.png"
     width="150" height="30"></a><a href="http://www.forumsn.net/yeni-msn-alma.html"><img border="0" src="http://forumsn.net/icon/4.png" width="150" height="30"></a><a href="http://www.forumsn.net/category/msn-messenger/coklu-msn-acma"><img border="0" 
     src="http://forumsn.net/icon/5.png" width="150" height="30"></a><a href="http://www.forumsn.net/msn-9-0-indir.html"><img border="0" src="http://forumsn.net/icon/6.png" width="150" height="30"
     ></a></p>
    <div id="container">
    	<div id="header">
    		<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a><span><?php bloginfo('description'); ?></span></h1>
    		<div id="search">
    			<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    				<input type="text" value="Arama" name="s" id="s" onfocus="if(this.value=='Arama')this.value=''" onblur="if(this.value=='')this.value='Arama'" />
    			</form>
    		</div>
    	</div>
    	<div id="nav">
    		<ul>
    			<li <?php if(!is_page()) echo 'class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/">Anasayfa</a></li>
    			<?php wp_list_pages('title_li='); ?>
    		</ul>
    		<a href="<?php bloginfo('rss2_url'); ?>" id="feed"> Aboneliği</a>
    	</div>
    	<div id="wrapper">
  • 07-10-2009, 21:45:39
    #8
    Üyeliği durduruldu
    Virtuozzo adlı üyeden alıntı: mesajı görüntüle
    Adım 1:
    header.php içinde aşağıdaki kodları (2 tane) bulun
    <p align="center">
    aşağıdaki ile değiştirin.
    <p align="center" style="margin: 0;">
    Adım 2:
    style.css 68. satırda yer alan aşağıdaki kodu bulun
        margin: 20px auto 20px auto;
    aşağıdaki ile değiştirin.
        margin: 0px auto;
    Cok Tsk Ederım Yaptım Oldu...
  • 07-10-2009, 22:23:07
    #9
    Rica ederim.