• 23-05-2010, 14:32:19
    #1
    http://aileansiklopedisi.com sitemdeki sidebarın linklerinin renginin değişmesini istiyorum ama olmuyor 2 saattir deniyorum yok yok yok... linklerin rengini değiştiriyorum ama tüm linklerin rengi değişiyor ben sadece sidebardaki linklerin renginin değişmesini istiyorum acaba ne yapmalıyım? yardım ederseniz çok sevineceğim still kodlarını atım.
    	body {
    	background:#FFFFFF;
    	color:#333;
    }
    blockquote,pre {
    	background:#F1F1F1;
    	border:#CCC dashed 1px;
    }
    a {
    	color:#3B5998;
    }
    textarea,.textfield {
    	border:1px solid #BDC7D8;
    	padding:3px;
    	font-size:12px;
    }
    .valid {
    	color:#119900;
    }
    .invalid {
    	color:#ff4a00;
    }
    .button,
    a#cancel-comment-reply-link {
    	background:#3B5998;
    	border-color:#3B5998 #0E1F5B #0E1F5B #3B5998;
    	color:#FFFFFF;
    }
    .button:hover,
    a#cancel-comment-reply-link:hover {
    	background:#3E5383;
    	border-color:#0E1F5B #3B5998 #3B5998 #0E1F5B;
    }
    .sided,
    .wp-caption {
    	background:#F3F3F3;
    	border:1px solid #DDD;
    }
    a .sided:hover {
    	border-color:#666;
    }
    .boxcaption,
    .box,
    #related_posts,
    #related_posts ul li {
    	border-color:#BDC7D8;
    	background:#FFF;
    }
    .boxcaption h3,
    #related_posts h3,
    .messagebox .content {
    	background:#F7F7F7;
    }
    .bottom_separator {
    	border-bottom:1px dashed #CCC;
    }
    
    /* header START */
    #header {
    	border-bottom:1px solid #B7B7B7;
    }
    #header .inner {
    	background:#FFFFFF;
    	border-bottom:1px solid #FFF;
    }
    #header .caption {
    	border-color:#999;
    }
    .category {
    	width:180px;
    	float:left;
    	border-top:8px solid #333;
    	margin:0px;
    	padding:5px 10px 10px 10px;
    	background:#fff;
    	}
    
    .category p {
    	margin:0;
    	}
    
    #cat-1, #cat-3, #cat-5  {border-top:8px solid #F78516;}
    #cat-2, #cat-4 {border-top:8px solid #3366CC;}
    
    .category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
    	text-transform:lowercase;
    	margin:0;
    	font-weight:bold;
    	font-size:1.5em;
    	letter-spacing:-0.05em;
    	}
    
    #front-popular h3 {
    	color:#fff;
    	}
    
    .category a {
    	color:#333;
    	display:block;
    	background:none;
    	}
    
    .category a:hover {
    	background:none;
    	color:#fff;
    	text-decoration:none;
    	}
    
    #cat-1:hover, #cat-3:hover, #cat-5:hover {background:#F78516; color:#fff; }
    #cat-2:hover, #cat-4:hover {background:#3366CC; color:#fff; }
    #cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#F78516; color:#fff; }
    #cat-2:hover a, #cat-4:hover a {background:#3366CC; color:#fff; }
    #title a {
    	color:#666;
    	text-decoration:none;
    }
    #title a:hover {
    	color:#3B5998;
    }
    #tagline {
    	color:#999;
    }
    #navigation li a {
    	border-color:#D6D6D6;
    }
    #searchbox .textfield {
    	background:#fff url(search_background.gif) no-repeat right;
    	background-position:0 0 !important;
    	background-position:0 -21px;
    }
    #searchbox .textfield:focus {
    	background-position:0 -21px !important;
    }
    #searchbox .searchtip {
    	color:#CCC;
    }
    #navigation li a#feed img {
    	background-image:url(feed_switch.gif);
    }
    #navigation li a#twitter img {
    	background-image:url(twitter_switch.gif);
    }
    /* header END */
    
    /* submenu START */
    #navigation li ul {
    	background:#FFFFFF;
    	border-color:#B7B7B7;
    }
    /* submenu END */
    
    /* main START */
    #container {
    	background:#E9E9E9 url(background.gif) repeat;
    }
    #content {
    	background:#fff url(content_background.gif) repeat-y top right;
    	border:solid 1px #B7B7B7;
    }
    #bottom .postnav {
    	border-top:1px dashed #B7B7B7;
    }
    #bottom .anchor span {
    	background:url(go_top.gif) no-repeat left center;
    }
    #notice {
    	border:1px solid #C6C6C6;
    }
    #notice .inner {
    	background:#F4F4F4;
    	border:1px solid #FFF;
    }
    #notice .icon {
    	background:url(notice.gif) no-repeat top left;
    }
    #notice .content .separator {
    	border-right:1px solid #C6C6C6;
    }
    .post .title h2 {
    	color:#333;
    	padding-bottom:3px;
    	border-bottom:1px solid #ccc;
    }
    .post .title a {
    	color:#333;
    	text-decoration:none;
    }
    .post .title a:hover {
    	color:#3B5998;
    }
    .post .info,
    #related_posts .excerpt {
    	color:#999;
    }
    .post .comments {
    	background:url(comment.gif) no-repeat bottom left;
    }
    .post .content table {
    	background:#FFF;
    	border-color:#CCC;
    }
    .post .content th,
    .post .content td {
    	border-color:#CCC;
    }
    .post .content tr.even td {
    	background:#F7F7F7;
    }
    .post .content th {
    	background:#E9E9E9;
    }
    /* main END */
    
    /* sidebar START */
    #sidebar {
    	background:#F7F7F7;
    	border-left:1px solid #DDDDDD;
    }
    #sidebar h3,
    .widget .showcase {
    	background:#E9E9E9;
    }
    #sidebar a h3 {
    	color:#333;
    }
    #styleswitcher,#sidebar a:hover h3 {
    	background:#d6d6d6;
    }
    #styleswitcher span.color {
    	background:#FFF;
    	border:1px solid #999;
    }
    #styleswitcher #style-white {
    	margin-top:0px;
    }
    #styleswitcher #style-white a img {
    	background:#FFF;
    	width:12px;
    	height:12px;
    }
    .widget ul li {
    	border-bottom:1px solid #eee;
    }
    .widget ul li ul li {
    	border-top:1px solid #eee;
    }
    .sidedate {
    	color:#999;
    }
    /* sidebar END */
    
    /* footer START */
    #footer {
    	border-top:1px solid #B7B7B7;
    }
    #footer .inner {
    	background:#FFFFFF;
    	border-top:1px solid #FFF;
    }
    /* footer END */
    
    /* comments START */
    .commentlist .comment {
    	border-color:#BDC7D8;
    }
    .userinfo {
    	background:#FFFFFF;
    }
    .userinfo .userpic {
    	background-color:#fff;
    	border:1px solid #B7B7B7;
    }
    #comments_rss {
    	background:url(feed.gif) no-repeat top left;
    }
    #trackbacks,
    #trackbacks li {
    	border-color:#BDC7D8;
    }
    #trackbacks .caption {
    	background:#FFFFFF;
    }
    #trackbacks li small {
    	color:#999;
    }
    /* comments END */
    
    /* calendar START */
    #calendar_wrap {
    	background:#E9E9E9;
    }
    #wp-calendar th {
    	background:#DDD;
    }
    /* calendar END */
    
    /* wp-pagenavi START */
    .wp-pagenavi a:hover {
    	background:#E9E9E9;
    }
    .wp-pagenavi span.current {
    	background:#F7F7F7;
    }
    /* wp-pagenavi END */
    
    /* wp-recentcomments START */
    .rc_item .rc_avatar img {
    	background:#FFF;
    	border-color:#B7B7B7;
    }
    /* wp-recentcomments END */
    
    /* wp-syntax START */
    .wp_syntax {
    	background:#F9F9F9;
    	border:1px solid #CCC;
    }
    .wp_syntax .line_numbers {
    	background:#E9E9E9;
    }
    /* wp-syntax END */
  • 23-05-2010, 14:52:57
    #2
    Yardım edecek anlayan birileri yok mu?
  • 23-05-2010, 15:08:42
    #3
    Hocam eğer sidebardaki başlığın rengini değiştirmek istiyorsanız
    #sidebar a h3 {
    color:#333;
    }
    buradaki #333 renk koduyla oynayın. Yok sidebardaki içeriklerin linklerinin rengi değişsin istiyorsanız
    #sidebar a {
    color:#000;
    }
    şöyle bir şey ekleyin csse ve #000 renk koduyla oynayın. Şimdi sidebardaki kodları görmediğimiz için tam net olarak da bir şey diyemiyoruz.
  • 23-05-2010, 15:09:04
    #4
    Alıntı
    /* sidebar START */
    #sidebar {
    background:#F7F7F7;
    border-left:1px solid #DDDDDD;
    }
    #sidebar h3,
    .widget .showcase {
    background:#E9E9E9;
    }
    #sidebar a h3 {
    color:#333;

    bunları düzenlemeyi denedin mi?
  • 23-05-2010, 15:18:14
    #5
    ilyasbat adlı üyeden alıntı: mesajı görüntüle
    Hocam eğer sidebardaki başlığın rengini değiştirmek istiyorsanız
    #sidebar a h3 {
    color:#333;
    }
    buradaki #333 renk koduyla oynayın. Yok sidebardaki içeriklerin linklerinin rengi değişsin istiyorsanız
    #sidebar a {
    color:#000;
    }
    şöyle bir şey ekleyin csse ve #000 renk koduyla oynayın. Şimdi sidebardaki kodları görmediğimiz için tam net olarak da bir şey diyemiyoruz.
    Allah senden bin kere razı olsun
  • 26-05-2010, 14:03:11
    #6
    Kimlik doğrulama veya yönetimden onay bekliyor.
    geldim ama gerek kalmamış saolsun çözümü soylemiş arkadaşımız