• 18-08-2009, 17:46:24
    #1
    Arkadaşlar wordpress css dosyasında,

    a:hover {
    	color: #6dc5f2;
    	text-decoration: none;
    }
    koduna bir background eklediğimde bu sefer konu başlıkları da o renkte oluyor.
    Benim yapmak istediğim sadece konu içerisindeki linklerin arka planını ve mouse iconunu üstüne getirdiğinde rengini değiştirmek. Örnek olarak için bildirgec.org veya dmry.net bloglarını verebilirim.
    Bu konuda bilgi sahibi olan yardımcı olabilir mi lütfen?
  • 18-08-2009, 18:41:59
    #2
    Üyeliği durduruldu
    sitendeki angi bölmlerin öyle olacagına karar ver ve oraları işaretle ve jpeg olarak foruma ekle. ardında style.css dosyanı da koy bi inceleyelim
  • 18-08-2009, 18:57:43
    #3
    hangi site için istediğini söylersen daha kolay yardımcı olabiliriz
  • 18-08-2009, 19:22:29
    #4
    kendi blogum için istiyorum. Bu css dosyam

    /*  
    Theme Name: Sodelicious
    Theme URI: http://www.web2themes.com/
    Description: Sodelicious Wordpress Theme. <a href="http://www.web2themes.com/">Web 2.0 Style Theme</a>Turkce ceviri <a href="http://mavinefes.net">Mavinefes.net</a>.
    Version: 1.0
    Author: Rui Castro
    Author URI: http://www.web2themes.com/
    
    	sodelicious v1.0
    	 http://www.web2themes.com/
    
    	This theme was designed and built by Rui Castro,
    	whose blog you will find at http://www.web2themes.com/
    
    	By downloading and using this theme, you agree to the following terms:
        - You may NOT resell this theme
    	- A link back to Web 2.0 Themes must be retained in the footer (either modified or unmodified)
        - A link back to Text link easy must be retained in the footer (either modified or unmodified)
    	- A link back to Contextual advertising tips must be retained in the footer (either modified or unmodified)
    	- A link back to Novo Dono must be retained in the footer (either modified or unmodified)
        - You may modify, translate or distribute
    
    */
    
    body {
    	font: 0.7em Verdana, Sans-Serif; letter-spacing: -1px;
    	color: #01242f;
    	text-align: center;
    	background-color: #FFFFFF;
    	background-repeat: repeat-x;
    	margin-top:0px;
    	}
    #page {
    	width:100%;
    	}	
    a {
    	color: #ffffff;
    	text-decoration: none;
    }
    a:visited {
    	color: #ffffff;
    	text-decoration: none;
    }
    a:hover {
    	color: #6dc5f2;
    	text-decoration: none;
    }	
    #header {
    	width:850px;
    	height:61px;
    	margin-left:auto;
    	margin-right:auto;
    	margin-top:5px;
    }
    #header_logo {
    	width:393px;
    	height:61px;
    	float:left;
    	margin-right:129px;
    }
    #header_logo_ {
    	width:41px;
    	height:61px;
    	float:left;
    }
    #header_logo_description{
    	width:310px;
    	height:61px;
    	padding-left:10px;
    	float:left;
    }
    h1 {
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	color:#01242f;
    	font-size:19px;
    	text-align:left;
    	padding:0px;
    	margin-top: 15px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    }
    h1 a, h1 a:visited {
    	color:#0f93d7;
    	text-decoration:none;
    }
    h1 a:hover {
    	color:#6dc5f2;
    	text-decoration:none;
    }
    .description {
    	color:#bce16a;
    	text-align:left;
    	padding:0px;
    	margin:0px;
    	}
    #header_menu {
    	width:327px;
    	height:25px;
    	background:url(images/bg_menu.gif);
    	background-repeat:no-repeat;
    	margin-top:38px;
    	float:left;
    	text-align:left;
    	margin-left:1px;
    	margin-bottom:0px;
    	padding-bottom:0px;
    }
    #nav {
    	width:327px;
    	height:25px;
    	float:left;
    	text-align:left;
    	list-style:none;
    	margin: 0px;
    	padding: 0px;
    }
    #nav li {
    	float: left;
    	margin-left: 10px;
    	width:auto;
    	height:auto;
    	margin-top:5px;
    	margin-bottom:0px;
    }
    #nav .page_item a{
    	color: #ffffff;
    	text-decoration: none;
    	font-size:13px;
    	font-weight:bold;
    	display: block;
    }
    #nav .page_item a:hover {
    	color: #01242f;
    }
    
    #main {
    	width:850px;
    	height:auto;
    	margin-left:auto;
    	margin-right:auto;
    }
    #main_left_beta {
    	width:523px;
    	height:28px;
    	float:left;
    	background:url(images/beta.png);
    }
    #main_left {
    	width:523px;
    	height:auto;
    	float:left;
    	background:url(images/bg_main_left.png);
    }
    #main_left_footer {
    	width:523px;
    	height:15px;
    	float:left;
    }
    .submenu {
    	width:100%;
    	height:auto;
    	background-color: #01242f;
    	background-image: url(images/icon.gif);
    	background-repeat: no-repeat;
    	}
    .submenu_line1 {
    	width:auto;
    	height:auto;
    	color:#FFFFFF;
    	font-size:12px;
    	font-weight:bold;
    	margin-left:25px;
    	letter-spacing:normal;
    	}
    .submenu_line2 {
    	width:auto;
    	height:auto;
    	color:#6dc5f2;
    	font-size:11px;
    	margin-left:25px;
    	}
    .submenu2 {
    	width:100%;
    	height:auto;
    	background-color: #6dc5f2;
    	background-image: url(images/icon2.gif);
    	background-repeat: no-repeat;
    	}
    .submenu2_line1 {
    	width:auto;
    	height:auto;
    	color:#FFFFFF;
    	font-size:12px;
    	font-weight:bold;
    	margin-left:25px;
    	letter-spacing:normal;
    	}
    .submenu2_line2 {
    	width:auto;
    	height:auto;
    	color:#01242f;
    	font-size:11px;
    	margin-left:25px;
    	}				
    #main_right {
    	width:327px;
    	height:auto;
    	float:left;
    	background-color: #01242f;
    	background-image: url(images/bg_main_right.gif);
    	background-repeat:no-repeat;
    }
    .post_fix {
    	width:auto;
    	height:auto;
    	padding-left:15px;
    	float:left;
    }
    .post {
    	width:496px;
    	height:auto;
    	margin-bottom:20px;
    	float:left;
    }
    #post_header {
    	width:496px;
    	height:auto;
    	float:left;
    	background:#ffffff;
    	padding-bottom:8px;
    }
    .post_content {
    	width:486px;
    	height:auto;
    	float:left;
    	background:#FFFFFF;
    	font-size:11px;
    	text-align:justify;
    	line-height:22px;
    	padding-right: 5px;
    	padding-bottom: 5px;
    	padding-left: 5px;
    }
    .post_content p {
    	padding:0px;
    	margin:0px;
    	}
    .portfolio_link a, portfolio_link a:visited {
    	text-decoration:none;
    }
    .portfolio_link a:hover {
    	text-decoration:none;
    	border-color:#bce168;
    }
    .post_content a {
    	color: #01242f;
    	text-decoration: none;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #c1e374;
    	padding-bottom:0px;	
    }
    .post_content a:visited {
    	color: #01242f;
    	text-decoration: none;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #c1e374;
    	padding-bottom:0px;	
    }
    .post_content a:hover {
    	color: #01242f;
    	text-decoration: none;
    	padding-bottom:0px;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #6dc5f2;	
    }
    .information_txt a {
    	color: #01242f;
    	text-decoration: none;
    	padding-bottom:0px;
    }
    .information_txt a:visited {
    	color: #01242f;
    	text-decoration: none;
    	padding-bottom:0px;
    }
    .information_txt a:hover {
    	color: #0f93d7;
    	text-decoration: none;
    	padding-bottom:0px;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #c1e374;	
    }
    .post-date {
    	width: 42px;
    	height: 45px;
    	float:left;
    	margin-left:5px;
    	margin-top:5px;
    	background: url(images/date.png) no-repeat;
    }
    .post-month {
    	font-size: 11px;
    	text-transform: uppercase;
    	color: #FFFFFF;
    	text-align: center;
    	display:block;
    	line-height: 11px;
    	padding-top: 1px;
    	margin-left: -3px;
    }
    .post-day {
    	font-size: 18px;
    	text-transform: uppercase;
    	color: #999999;
    	text-align: center;
    	display:block;
    	line-height: 18px;
    	padding-top: 7px;
    	margin-left: -3px;
    }
    .post_title {
    	width:424px;
    	height:auto;
    	float:left;
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	font-size: 15px;
    	text-align:left;
    	padding-left:5px;
    	letter-spacing: normal;
    	margin-left:10px;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #bce168;
    }
    h2 {
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	font-size: 17px;
    	margin:0px;
    	padding-top:2px;
    	padding-bottom:2px;
    }
    h3 {
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	font-size: 15px;
    	margin:0px;
    }
    h2.pages {
    	text-align: left;
    	background:#FFFFFF;
    	padding-left:3px;
    	padding-right:3px;
    	padding-bottom:2px;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #6dc5f2;
    	color:#6dc5f2;
    	}
    h3.comments {
    	text-align: left;
    	padding-top: 0px;
    	padding-right: 0px;
    	padding-bottom: 3px;
    	padding-left: 0px;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #d9dee0;
    	}
    h3.respond {
    	text-align: left;
    	padding-top: 0px;
    	padding-right: 0px;
    	padding-bottom: 3px;
    	padding-left: 0px;
    	border-bottom-width: 1px;
    	border-bottom-style: dotted;
    	border-bottom-color: #d9dee0;
    	margin-bottom:2px;
    	}	
    h2 a, h2 a:visited {
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	font-size: 17px;
    	color: #0f93d7;
    	text-decoration: none;
    }
    h2 a:hover {
    	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
    	font-size: 17px;
    	color: #bce168;
    	text-decoration: none;
    	
    }
    .post_information {
    	width:424px;
    	height:auto;
    	float:left;
    	font-size:11px;
    	padding-left:10px;
    	margin-top:3px;
    	line-height:16px;
    	text-align:left;
    }
    .information_txt {
    	width:auto;
    	height:auto;
    	float:left;
    }
    .comment_icon {
    	width: 16px;
    	height:12px;
    	float:left;
    	background:url(images/comment.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:3px;
    	margin-left:5px;
    }
    .author_icon {
    	width: 13px;
    	height:12px;
    	float:left;
    	background:url(images/author.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:0px;
    }
    .category_icon {
    	width: 13px;
    	height:12px;
    	float:left;
    	background:url(images/category.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:4px;
    	margin-left:6px;
    }
    .sharethis_icon {
    	width: 11px;
    	height:12px;
    	float:left;
    	background:url(images/sharethis.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:4px;
    	margin-left:6px;
    }
    .tagstart_icon {
    	width: 13px;
    	height:12px;
    	float:left;
    	background:url(images/tag_start.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:0px;
    }
    .tagend_icon {
    	width: 13px;
    	height:12px;
    	float:left;
    	background:url(images/tag_end.gif);
    	background-repeat:no-repeat;
    	margin-top:2px;
    	margin-right:0px;
    }
    #clock_ {
    	width:300px;
    	height:auto;
    	float:left;
    	margin-top:15px;
    	padding-left: 10px;
    }
    #clock_img {
    	width:22px;
    	height:22px;
    	float:left;
    	background:url(images/clock.gif);
    	background-repeat:no-repeat;
    }
    .icon_img {
    	width:22px;
    	height:22px;
    	float:left;
    	margin-left:3px;
    	margin-right:3px;
    }
    #clock {
    	width:auto;
    	height:auto;
    	float:left;
    	font-size:11px;
    	font-weight:bold;
    	color:#FFFFFF;
    	margin-left:6px;
    	margin-right:6px;
    	margin-top:4px;
    }
    #box_search {
    	width:305px;
    	height:auto;
    	margin-left:5px;
    	float:left;
    	margin-top:20px;
    	text-align:left;
    }
    .search_text {
    	width:auto;
    	height:auto;
    	float:left;
    	margin-bottom:8px;
    }
    .search { width: 62px; height: 25px; background: url(./images/searchbutton.png) no-repeat;}
    .keyword {
    	border: none;
    	background: url(./images/keyword.png) no-repeat;
    	width: 235px;
    	border: none;
    	padding-top: 6px;
    	padding-right: 0px;
    	padding-bottom: 3px;
    	padding-left: 8px;
    } /* IE Win min height hack */ * html #buttonsearch { margin: -26px 0px 0px 238px; } /* */ 
    #buttonsearch { padding: 0px; margin: -25px 0px 0px 238px; top: 0px; background: none; }
    #sidebar {
    	width:315px;
    	height:auto;
    	float:left;
    	padding-top:35px;
    	padding-left: 6px;
    	}
    #sidebar_base {
    	width:327px;
    	height:auto;
    	float:left;
    	margin-top:5px;
    	background-color: #FFFFFF;
    	background-image: url(images/bg_main_right_base.gif);
    	background-repeat: no-repeat;
    	}	
    #bloc1 {
    	width:315px;
    	height:auto;
    	float:left;
    }
    #bloc2 {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:10px;
    	text-align:left;
    }
    .bloc2_title, .bloc3_title, .bloc4_title, .bloc5_title, .bloc6_title, .bloc_sidebar_title {
    	width:315px;
    	float:left;
    	height:auto;
    	margin-bottom:8px;
    	text-align:left;
    }
    .bloc6_title_ {
    	width:315px;
    	float:left;
    	height:auto;
    	text-align:right;
    	margin-bottom:2px;
    }
    .bloc4_content {
    	width:315px;
    	float:left;
    	height:auto;
    	text-align:left;
    	padding-bottom:8px;
    }
    .bloc5_content {
    	width:315px;
    	float:left;
    	height:auto;
    	text-align:left;
    	padding-bottom:8px;
    }
    .bloc6_content {
    	width:315px;
    	float:left;
    	height:auto;
    	text-align:left;
    	padding-bottom:8px;
    	color:#FFFFFF;
    }
    .bloc_ads {
    	width:300px;
    	float:left;
    	height:auto;
    	text-align:left;
    	padding-top:10px;
    	padding-bottom:8px;
    	color:#FFFFFF;
    	padding-left:7px;
    }
    .delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0;padding-bottom:3px; padding-top:3px;}
    .delicious-post { border-bottom: 1px solid #052e3b;  }
    
    #bloc3 {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:10px;
    	text-align:center;
    }
    #bloc4 {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:10px;
    	text-align:center;
    }
    #bloc5 {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:10px;
    	text-align:left;
    }
    #bloc6 {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:20px;
    	text-align:center;
    	margin-left:6px;
    }
    .bloc_sidebar {
    	width:315px;
    	height:auto;
    	float:left;
    	margin-top:10px;
    	text-align:left;
    }
    .bloc_sidebar_content {
    	width:315px;
    	float:left;
    	height:auto;
    	text-align:left;
    	padding-bottom:8px;
    }
    #category {
    	width:150px;
    	height:auto;
    	float:left;
    	color:#FFFFFF;
    	padding-right: 7px;
    }
    #category_ {
    	width:150px;
    	height:auto;
    	float:left;
    	color:#FFFFFF;
    	padding-right: 7px;
    	text-align:left;
    }
    
    #category ul, #category_ ul {
    	margin: 0;
    	padding: 0;
    	text-align:left;
    }
    #category ul li, #category_ ul li {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	border: none;
    }
    #category ul li ul, #category_ ul li ul {
    	padding: 0;
    	margin: 0;
    }
    #category ul li ul li, #category_ ul li ul li{
    	border-bottom: 1px solid #052e3b;
    	padding-top: 4px;
    	padding-right: 0;
    	padding-bottom: 4px;
    	padding-left: 0px;
    }
    #category ul li ul li ul li, #category_ ul li ul li ul li{
    	padding: 1px 0 1px 10px;
    	border: none;
    	
    }
    #category h2, #category_ h2, #sidebar .sidebartitle{
    	color: #ffffff;
    	margin: 0px 0px 2px;
    	font-family: "Trebuchet MS", Tahoma, Arial;
    	font-size: 120%;
    	font-style: normal;
    	line-height: 100%;
    	font-weight: normal;
    	font-variant: normal;
    	text-transform: uppercase;
    }
    ul.list-cat li, li.widget_categories li{
    	padding-left: 0px !important;
    	color:#FFFFFF;
    	font-size:100%;
    }
    
    /* Tag Cloud style */
    ul#tagcloud { padding:0; margin:0; text-align:justify; list-style:none; }
    ul#tagcloud li { display:inline; font-size:70%; color:#ffffff; background: none; padding: 0;}
    ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
    ul#tagcloud li a:hover { text-decoration:underline; }
    ul#tagcloud li.t1 a { color:#e5edf1; font-size: 120%; }
    ul#tagcloud li.t2 a { color:#dfebf1; font-size: 160%; }
    ul#tagcloud li.t3 a { color:#d9eaf2; font-size: 190%; }
    ul#tagcloud li.t4 a { color:#c1e1f2; font-size: 210%; }
    ul#tagcloud li.t5 a { color:#b3dcf1; font-size: 230%; }
    ul#tagcloud li.t6 a { color:#a2d6f1; font-size: 250%; }
    ul#tagcloud li.t7 a { color:#93d1f1; font-size: 270%; }
    ul#tagcloud li.t8 a { color:#84ccf1; font-size: 290%; }
    ul#tagcloud li.t9 a { color:#6dc5f2; font-size: 310%; }
    ul#tagcloud li.t10 a { color:#bce168; font-size: 330%; }
    
    /* ---*/
    
    .bloc5_content li{
    	margin: 0; padding: 0;padding-bottom:3px; padding-top:3px;border-bottom: 1px solid #052e3b; 
    }
    .bloc5_content ul{
    	margin: 0; padding: 0;padding-bottom:3px; padding-top:3px;list-style:none;
    }
    #footer {
    	width:850px;
    	height:auto;
    	float:left;
    	background-color: #01242f;
    	background-image: url(images/bg_footer.gif);
    	background-repeat: no-repeat;
    }
    #footer_base {
    	width:850px;
    	height:15px;
    	float:left;
    }
    #footer_base2 {
    	padding-top:10px;
    	padding-bottom:10px;
    	width:850px;
    	height:auto;
    	float:left;
    }
    #footer_base2_ {
    	width:850px;
    	height:auto;
    	float:left;
    }
    #footer_bloc1 {
    	width:340px;
    	height:auto;
    	float:left;
    	padding-left:15px;
    	padding-right:5px;
    }
    .footer_bloc_header {
    	width:100%;
    	height:auto;
    	float:left;
    	margin-top:8px;
    	margin-bottom:8px;
    	text-align:left;
    }
    .footer_bloc_content {
    	width:100%;
    	height:auto;
    	float:left;
    	text-align:justify;
    	font-style:normal;
    }
    .footer_bloc_content2 {
    	width:100%;
    	height:auto;
    	float:left;
    	text-align:justify;
    	font-style:normal;
    }
    .footer_bloc2_footer {
    	width:260px;
    	height:14px;
    	float:left;
    	text-align:justify;
    	font-style:normal;
    	background:url(images/bg_footer_comments.gif);
    	background-repeat:no-repeat;
    }
    .footer_bloc_content li{
    	margin: 0; padding: 0;padding:3px;border-bottom: 1px solid #052e3b; color:#FFFFFF;font-style:normal; line-height:15px;
    }
    .footer_bloc_content li:hover{
    	background-color: #01242f;
    	background-image: url(images/recentposts_hover.png);
    	background-repeat: repeat;
    }
    .footer_bloc_content2 li{
    	margin: 0; padding: 0;padding:3px;border-bottom: 1px solid #57b2e1; color:#01242f;font-style:normal;
    }
    .footer_bloc_content2 li:hover{
    	background-color: #6dc5f2;
    	background-image: url(images/recentposts_hover.png);
    	background-repeat: repeat;
    }
    .footer_bloc_content2 li a:visited{
    	color:#ffffff;
    }
    .footer_bloc_content li a{
    	color:#bce168;
    }
    .footer_bloc_content li a:visited{
    	color:#bce168;
    }
    .footer_bloc_content li a:hover{
    	color:#6dc5f2;
    }
    .title a{
    	color:#bce168;
    	font-style:normal;
    }
    .title a:visited{
    	color:#bce168;
    }
    .title a:hover{
    	color:#6dc5f2;
    }
    .footer_bloc_content ul{
    	margin: 0; padding: 0;padding-bottom:3px; padding-top:3px;list-style:none;
    }
    .footer_bloc_content2 ul{
    	margin: 0; padding: 0;padding-bottom:3px; padding-top:3px;list-style:none;
    }
    #footer_bloc2 {
    	width:250px;
    	height:auto;
    	float:left;
    	background:#6dc5f2;
    	padding-left:5px;
    	padding-right:5px;
    }
    #footer_bloc2_ {
    	width:260px;
    	height:auto;
    	float:left;
    	background:#6dc5f2;
    }
    #footer_bloc3 {
    	width:160px;
    	height:600px;
    	float:left;
    	padding-left:30px;
    	padding-top:15px;
    	background:#01242f;
    }
    .footer_ads {
    	width:160px;
    	height:600px;
    	float:left;
    	color:#ffffff;
    	}
    .post_info {
    	width:95%;
    	height:auto;
    	margin-left:auto;
    	margin-right:auto;
    	padding:5px;
    	background:#e5e9ea;
    	border-top-width: 1px;
    	border-bottom-width: 1px;
    	border-top-style: solid;
    	border-bottom-style: solid;
    	border-top-color: #d9dee0;
    	border-bottom-color: #d9dee0;
    	margin-bottom:10px;
    	font-size:11px;
    	color:#526770;
    	margin-top:5px;
    }
    
    #comments_box_ {
    	width:496px;
    	height:auto;
    	float:left;
    	margin-bottom:10px;
    	margin-top:10px;
    	background:#ffffff;
    }
    #comments_box {
    	width:486px;
    	height:auto;
    	float:left;
    	background:#ffffff;
    	padding-left:5px;
    	padding-right:5px;
    }
    .comment_ind_top {
    	width:480px;
    	height:9px;
    	float:left;
    	margin-top:10px;
    	margin-left:3px;
    	}
    .comment_ind_content {
    	width:470px;
    	height:auto;
    	padding-left:5px;
    	padding-right:5px;
    	float:left;
    	text-align:left;
    	background-image: url(images/comment_ind_bg.gif);
    	margin-left:3px;
    }
    .comment_ind_bottom {
    	width:480px;
    	height:63px;
    	float:left;
    	background:url(images/comment_ind_bottom.gif);
    	margin-left:3px;
    	margin-bottom:2px;
    }
    .comment_ind_bottom_info {
    	width:390px;
    	height:auto;
    	float:left;
    	padding-left:68px;
    	margin-top:28px;
    	text-align:left;
    }
    .comment_ind_bottom_info a{
    	color:#6dc5f2;
    	text-decoration:none;
    }
    .comment_ind_bottom_info a:visited{
    	color:#6dc5f2;
    	text-decoration:none;
    }
    .comment_ind_bottom_info a:hover{
    	color:#bce168;
    	text-decoration:none;
    }
    .comment_form {
    	width:390px;
    	height:auto;
    	text-align:left;
    	float:left;
    }
    
    .navigation {
    	margin-top:5px;
    	margin-bottom:5px;
    	text-align:left;
    	width:486px;
    	float:left;
    	padding:5px;
    	}
    .alignleft a { width:auto; float:left; background:#01242f; padding:5px;  }
    .alignright a { width:auto; float:right;background:#01242f; padding:5px;  }	
    
    .footer_base2 a {
    	color:#00232e;
    	text-decoration:none;
    }
    .footer_base2 a:visited {
    	color:#00232e;
    	text-decoration:none;
    }
    .footer_base2 a:hover {
    	color:#6dc5f2;
    	text-decoration:none;
    }
    .footer_bloc_content2 li a:visited, .footer_bloc_content2 li a:hover {
    	color:#ffffff;
    }
  • 18-08-2009, 19:24:33
    #5
    .post_content a {
        color: #01242f;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #c1e374;
        padding-bottom:0px;    
    }
    kodunu değiştirin:
    .post_content a {
        color: #fff;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #c1e374;
        padding-bottom:0px;
        background:#000;
    }
    background değerini değiştirebilirsiniz
  • 18-08-2009, 19:43:55
    #6
    teşekkürler dostum harikasın +rep
  • 18-08-2009, 21:31:19
    #7
    Üyeliği durduruldu
    sanırım geç kaldım kolay gelsin