• 25-09-2012, 16:10:54
    #1
    Merhaba arkadaşlar sitemin temasının rengini değiştirmek istiyorum nasıl yapabilirim acaba pembe şuanda sitem style.css kodlarını koyuyorum. Şimdiden teşekkürler.


    /*  
    Theme Name: Video Themes
    Theme URI: http://www.basizle.net	
    Description: Basizle Video Temasi
    Version: 1.0
    Author: spyhidden (spyhidden@gmail.com)
    Author URI: http://www.basizle.net
    
    */
    
    body{
    float:left;
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', Segoe UI, Sans-Serif, Arial, Helvetica, Georgia;
    font-size: 11px;
    text-align: center;
    background: url(images/120.gif);
    color: #000000;
    }
    
    h1{
    font-family: Tahoma, Segoe UI, Sans-Serif, Georgia;
    font-size: 24px;
    padding: 0 0 10px 0;
    }
    
    body, h1, h2, h3, h4, h5, h6, blockquote, address, blockquote, dd, dl, hr, p, form{
    margin: 0;
    padding: 0;
    }
    
    a:link, a:visited{
    text-decoration: none;
    color: #0072bc;
    }
    
    a:hover{
    text-decoration: underline;
    color: #fbaf5d;
    }
    
    p{
    margin-top: 0.4em;
    margin-bottom: 0px;
    }
    
    #wrapper{
    margin: 0px auto 0px auto;
    width: 982px;
    text-align: left;
    }
    
    #header{
    float: left;
    width: 992px;
    height: 87px;
    }
    
    .logo {
    width: 928px;
    height: 90px;
    border: none;
    }
    
    #zemin{
    float:left;
    width: 982px;
    padding: 5px;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    #container{
    float: left;
    width: 728px;
    }
    
    #navbar {
    float: left;
    width: 982px;
    height: 32px;
    background: url(images/menuback.png) no-repeat;
    margin-bottom: 5px;
    }
    
    .slide{
    float: left;
    width: 724px;
    height: 250px;
    margin-bottom: 5px;
    padding: 2px;
    background: #c7effd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .reklam1 {
    float:left;
    width: 728px;
    height: 15px;
    background: #73c801;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .reklam2 {
    float:left;
    width: 728px;
    height: 90px;
    margin-bottom: 5px;
    }
    
    .reklam3 {
    float:right;
    width: 250px;
    height: 250px;
    background: #00bff3;
    padding: 5px;
    margin: 5px 0 5px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .reklam4 {
    float:left;
    width: 234px;
    height: 60px;
    background: #0072bc;
    padding: 24px 13px 24px 13px;
    margin: 0 0 10px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .bookmark { display: inline; float: right; margin-top: 6px;}
    
    .bookmark img { border: none; }
    
    .video {
    float:left;
    width: 708px;
    background: #f2dfbf;
    border: 1px solid #fbaf5d;
    color: #363636;
    padding: 4px 4px 5px 4px;
    margin: 0 0 5px 0;
    text-align: justify;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .ara {
    height: 3px;
    }
    
    #pagelink {
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ed1c24;
    height: 21px;
    margin-top: 2px;
    }
    
    #pagelink a {
    background: #f2dfbf;
    border-top: 1px solid #fbaf5d;
    border-left: 1px solid #fbaf5d;
    border-right: 1px solid #fbaf5d;
    padding: 10px 4px 10px 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #362f2d;
    }
    
    .breadcrumb {
    clear: both;
    font-size: 12px;
    background: #f2dfbf;
    padding: 8px 0 10px 15px;
    margin: 5px 0 -5px 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-radius-topleft: 4px;
    border-radius-topright: 4px;
    }
    
    .breadcrumb a {
    color: #f9860a;
    }
    
    .seslendirme {
    	width: 97px;
    	height: 27px;
    	position: relative;
    	z-index: 2;
    	float: right;
    	margin-top: -230px;	
    }
    
    .post{
    float: left;
    width: 718px;
    background: #f5f3e6;
    margin-bottom: 5px;
    padding: 5px 4px 2px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f4dfcc;
    }
    
    .post h2{
    border-bottom: 1px dotted #f4dfcc;
    font-family: 'Tahoma', Segoe UI, Sans-Serif, Georgia;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    padding: 3px;
    margin: 0 5px 0 5px;
    }
    
    .entry{
    line-height: 21px;
    font-family: 'Tahoma', Segoe UI, Sans-Serif, Georgia;
    font-size: 11px;
    color: #363636;
    text-align: justify;
    }
    
    .entry h3{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 11px;
    text-aling: left;
    }
    
    .fbegen {
    height: 30px;
    margin: 5px 0 5px 0;
    }
    
    .facepaylas a img {
    border: 0;
    height: 30px;
    width: 300px;
    margin: 5px 0 5px 0px;
    }
    
    
    .cover {
    width: 164px;
    height: 300px;
    background: #f2dfbf;
    padding: 5px;
    margin: 0 0 1px 1px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    *margin: 0 3px 3px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e6d3b5;
    }
    
    img.captify {
    width: 164px;
    height: 241px;
    border: 0;
    display: inline;
    }
    
    .coverico {
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    }
    
    span.covertext {
    float: left;
    width: 85%;
    height: 16px;
    margin-top: 3px;
    padding: 1px 0 1px 3px;
    font-size: 11px;
    }
    
    .solmeta {
    float:left;
    width: 60px;
    color: #362f2d;
    }
    
    .statsbaslik {
    float:left;
    width: 80px;
    color: #362f2d;
    }
    
    .oldnav{
    padding: 10px 10px 10px 10px;
    float:left;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }
    
    .nextnav{
    padding: 10px 10px 10px 10px;
    float:right;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }
    
    .sidebar{
    float:right;
    width: 246px;
    height: auto;
    text-align: left;
    margin: 0 0 5px 5px;
    display:inline;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #d8e3c5;
    border: 1px solid #acd373;
    }
    
    .sidebar ul{
    list-style-type: none;
    padding: 0;
    color: #527702;
    margin: 5px;
    }
    
    .sidebar ul li{
    color: #527702;
    background: #ffffff;
    margin: 0;
    padding-bottom: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
    .sidebar ul li h2 {
    font-family: 'Tahoma',Segoe UI, Sans-Serif, Georgia;
    font-size: 11px;
    color: #f4af74;
    padding: 5px 0 5px 0;
    margin: 5px;
    }
    
    .sidebar ul ul li{
    font-family: Segoe UI, Sans-Serif, Georgia;
    color: #527702;
    font-weight:bold;
    line-height: 16px;
    margin-bottom: 1px;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #d8e3c5;
    }
    
    .son_yazilar ul li img{
     float:left;
     margin-left: 5px;
    }
    
    ul.gununfilmi  {
    margin: 5px 0 0 0;
    padding: 5px;
    height: 202px;
    }
    
    img.gunfilm {
    float: left;
    position: relative;
    z-index: 2;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
    
    img.guncover  {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    }
    
    .clear {
     clear:both;
    }
    
    #searchform{
    border: none;
    width: 227px;
    height: 15px;
    padding: 5px 0 5px 0;
    }
    
    .arama{
    float:left;
    width: 190px;
    height: 20px;
    background: #d8e3c5;
    border: none;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    }
    
    .bul{
    color: #362f2d;
    width: 35px;
    font-weight: bold;
    font-size: 11px;
    float:left;
    height: 22px;
    background: #f2dfbf;
    border: none;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    }
    
    table#wp-calendar{
    width: 100%;
    font-family: Tahoma, Segoe UI, Arial, Sans-Serif;
    text-align: center;
    }
    
    /* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    
    .Comments { margin: 20px 0px 0px 0px;}
    
    /* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    
    .Comments .List h3 { font-size: 11px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 5px 0px; color:#000; font-family:Tahoma, Geneva, sans-serif; }
    .Comments .List ol { padding: 0px; margin: 0px;}
    .Comments .List li { position: relative; padding: 15px 5px 5px 5px; margin: 0px 0px 5px 0px; list-style-type: none;}
    .Comments .List .ComListLi { background: #d8e3c5; -moz-border-radius: 4px; -webkit-border-radius: 4px; -border-radius: 4px; border: 1px solid #acd373;}
    /**/ * html .Comments .List .ComListLiTop { left: -5px;} /**/ 
    .Comments .List .ComListLiTop { position: absolute; background: url(images/ComListLiTop.gif) no-repeat left top; height: 15px; width: 420px; left: 0px; top: 0px;}
    
    /**/ * html .Comments .List .ListNr { left: -55px;} /**/ 
    .Comments .List .ListNr { color:#bec9d1; position: absolute; top: 15px; font-size: 24px; line-height: 24px; font-family: 'Arial'; font-weight: normal; letter-spacing: -1px; padding: 0px; left: -55px; }
    
    /**/ * html .Comments .List .ListGrav { left: 10px;} /* */ 
    .Comments .List .ListGrav { position: absolute; top: 15px; left: 15px;}
    .Comments .List .ListGrav img { border: solid 1px #fff;}
    
    .Comments .List big { margin: 0px; padding: 0px 0px 0px 42px; font-size: 11px; line-height: 11px; letter-spacing: -1px; color:#333; font-weight: bold; display: block;}
    .Comments .List small { color:#a19a80; padding: 0px 0px 0px 42px; margin: 0px; font-size: 10px; }
    .Comments .List small a { color:#a19a80; text-decoration: none;}
    .Comments .List small a:visited { text-decoration: none;}
    
    .Comments .List .ListContent { margin: 10px 0px 0px 0px; padding: 5px 10px; font-size: 11px; line-height: 15px; background: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; -border-radius: 4px; display: block;}
    
    
    /* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
    
    .Comments .Form h3 { font-size: 11px; font-weight: bold; margin: 0px; padding: 5px 0px 10px 0px; color:#333; font-family: Tahoma, Geneva, sans-serif; }
    .Comments .Form { background: #bbe9ff; -moz-border-radius: 4px; -webkit-border-radius: 4px; -border-radius: 4px; padding: 10px 5px 20px 5px; position: relative; border: 1px solid #6dcff6; float:left;}
    /**/ *html .Comments .FormTop  { left: -15px;} /**/ 
    .Comments .FormTop { position: absolute; top: 0px; left: 0px; width: 504px; height: 7px;}
    .Comments .Form form {margin: 0px; padding: 0px;}
    .Comments .Form a { text-decoration: underline;}
    .Comments .Form p { padding: 0px; margin: 0px; font-size: 11px; color:#336699; }
    .Comments .Form p small strong { font-size: 10px; font-weight: bold; color:#FF3300;}
    .Comments .Form p small { font-size: 11px; display: block; padding: 5px 0px;}
    .Comments .Form .TextField { background: #fff; border: solid 1px #6dcff6; padding: 5px 4px; font-size: 11px; display: block;}
    .Comments .Form .TextArea { background: #fff; border: solid 1px #6dcff6; padding: 4px; font-size: 11px;}
    
    .Comments .Form input.SubmitComment { width: 257px; height: 26px; margin-top: 8px;}
    .Comments .Form input.SubmitComment:hover { margin-top: 8px;}
    .Comments .Form input.SubmitCommentIE { width: 257px; height: 26px; background:; margin-top: 10px; margin-top: 8px;}
    
    img.a {
    left: 0;
    top: 0;
    z-index: 10;
    border:none;
    }
    
    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin: 0 auto 5px auto; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
    a img.alignright {float:right; margin:0 0 1em 1em}
    a img.alignleft {float:left; margin:0 1em 1em 0}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    
    #dropmenu, #dropmenu ul {padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fa9f3c; font-weight:bold; margin: 6px 0 0 5px; font-family: 'Droid Sans', Segoe UI, Tahoma;} 
    #dropmenu a {display:block; padding:0.25em 1em; color:#ffffff; border-right:1px solid #fba74c; text-decoration:none; } 
    #dropmenu a:hover {background: #fa9f3c; color:#fff;} 
    #dropmenu li {float:left; position:relative;} 
    #dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px; margin: 0;} 
    #dropmenu ul a {border-left:1px solid #fba74c;} 
    #dropmenu li ul {border-top:1px solid #fba74c; width:14.1em;} 
    #dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #fba74c;} 
    #dropmenu ul ul {top:auto;} 
    #dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 
    #dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; } 
    #dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
    
    #footer{
    float: left;
    clear:both;
    background: #f5f3e6;
    border: 1px solid #f4dfcc;
    padding: 10px;
    width: 960px;
    height: 85px;
    font-size: 10px;
    color: #362f2d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
    -border-radius: 4px;
    }
    
    /* caption styling */
    
    .caption-top, .caption-bottom {
    	color: #ffffff;	
    	padding: 1em;	
    	font-weight: bold;
    	font-size: 11px;	
    	font-family: 'Droid Sans', Franklin Gothic Medium;	
    	cursor: default;
    	background: #000;
    	text-shadow: 1px 1px 0 #202020;
    }
    .caption-top {
    }
    .caption-bottom {	
    }
    .caption a, .caption a {
    	border: 0 none;
    	text-decoration: none;
    	background: #000000;
    	padding: 0.3em;
    }
    .caption a:hover, .caption a:hover {
    	background: #202020;
    	color: #fff;
    }
    .caption-wrapper {
    	float: left;
    }
    br.c { clear: both; }
    
    #slider-code{height:218px;background:#f5f3e6;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #f4dfcc;float:left;owerflow:hidden;margin:0 0 5px;padding:5px;}#slider-code .viewport{float:left;width:970px;height:218px;overflow:hidden;position:relative;}#slider-code .buttons{display:block;float:left;margin:0px 6px 0 0;}#slider-code .next{margin:0px 0 0 6px;}#slider-code .disable{visibility:hidden;}#slider-code .overview{list-style:none;position:absolute;left:0;top:0;margin:0;padding:0;}#slider-code .overview li{float:left;height:205px;width:147px;background:#f2dfbf;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #e6d3b5;margin:0 3px 0 0;padding:5px;}#slider-code .buttons img,#slider-code .next img,#slider-code .overview li img{border:0;}
  • 25-09-2012, 16:35:58
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    adresi pm atarmısın.
  • 06-10-2012, 15:19:24
    #3
    Üyeliği durduruldu
    temanın yapımcısı bu forumda neden ondan destek almıyorsun.
    Arkadaş çok ilgilidir bu konuda destek vermemezlik yapmaz yoksa senin teman vvarez mi ?

    tema basizle teması ufukcer in.
  • 09-10-2012, 02:14:37
    #4
    arkadaştan destek aldım teşekkür ederim konu kilit. ***** değildir tema.