o menüleri ilgilendiren kısmı bulup backgorund'u pembe tonlara linkleri de (a, a:hover ile başlayanlar) istediğiniz renklere uyarlayabilirsiniz
sidebarla başlayan kısımlar değil mi menü..kodlarım bunlar hangisi acaba
/* Sidebars */
/***************************************************************************/
.left-sidebar, .right-sidebar {
margin-top: 5px;
position:absolute;
text-align:justify;
}
.left-sidebar {
width:180px;
left:5px;
}
.right-sidebar {
width:180px;
right:5px;
}
/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/
/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
padding:0px;
margin:0px;
list-style:none;
font-size:13px;
overflow:hidden;
text-align:justify;
}
/* Left and right widget title */
ul.left-sidebar li h2, ul.right-sidebar li h2 {
background-image:url("images/sidebar_widget_bg.gif");
background-repeat:no-repeat;
color:#FFFFFF;
}
/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
font-size:10pt;
font-weight: bold;
padding:6px 5px 5px 29px;
margin-top:6px;
}
/* Left and right widget */
.left-wp-widget, .right-wp-widget {
list-style:url('');
}
/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
background:bottom url('images/sidebar_widget_bottom_bg.gif');
padding:5px 2px 5px 24px;
margin-left:0;
}
/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
margin-bottom:8px;
}
/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
margin:0;
}
/* Correct the style if the widget title is a link */
h2.widgettitle a:link, h2.widgettitle a:visited {
color:#e23977;
text-decoration:none;
}
/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/
/* Adds background image to the left and right widget title */
.left-widget-title, .right-widget-title {
background-image:url('http://img291.imageshack.us/img291/5310/kkkkkkkkkkkkkkkkkkkkkkkmh3.jpg');
background-repeat:no-repeat;
}
/* Adds background image to the center widget title */
.center-widget-title {
background-image:url("");
background-repeat:no-repeat;
}
.left-widget-title, .right-widget-title {
color:#ffffff;
font-size: 16pt;
font-weight: bold;
padding:6px 5px 5px 29px;
overflow:hidden;
}
.left-widget, .right-widget {
color:#e23977;
background:bottom url('images/sidebar_widget_bottom_bg.gif');
padding:5px;
margin-bottom:5px;
font-size:13px;
overflow:hidden;
}
.left-widget ul, .right-widget ul {
list-style:url('images/bullet.png');
padding-left:20px;
margin-top:0;
margin-left:0px;
}
.left-widget li, .right-widget li {
margin-top:8px;