• 11-07-2010, 11:53:20
    #1
    http://topwpthemes.com/techfox/
    Arkadaşlar bu temayı indirdim Ama yazılar resimdeki gibi gözükmüyor :

    Bendeki görünüşü yazılardaki başlıklara bakın :


    Uploaded with ImageShack.us


    Buda Görünmesi Gereken :



    Uploaded with ImageShack.us

    Nasıl Yazıların Normal Tıklanmadan Rengini Mavi Yapabilirim ?
  • 11-07-2010, 11:54:40
    #2
    Üyeliği durduruldu
    CSS'den değişmesi lazım.
  • 11-07-2010, 11:54:41
    #3
    ⭐ EN UCUZ CHATGPT 5.5⚡
    border değeri çok fazla sanırım..
  • 11-07-2010, 11:57:50
    #4
    Border değeri değilde CSS'ten değişecek ama ben bulamadım hangisi ?

    /*
    Theme Name: Techfox
    Description: Mac styled web 2.0 theme for blogs.
    Author: Lorelei
    Author URI: http://www.toptut.com
    
    
    */
    
    * {
    margin:0;
    }
    
    ul li,ol li {
    list-style:none;
    list-style-position:inside;
    }
    
    ol ol,ul ul,ol ul,ul ol {
    margin-left:10px;
    margin-bottom:0;
    }
    
    img {
    border:none;
    }
    
    body {
    font:12px/18px Arial;
    color:#bdd7e5;
    background:#996600 url(images/bg2.jpg);
    }
    
    h1,h2,h3,h4,h5,h6 {
    font-family:Palatino, serif;
    color:#414d4c;
    }
    
    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;
    }
    
    p {
    margin-bottom:10px;
    }
    
    input,textarea {
    font:12px Verdana, Helvetica, Arial, Geneva, sans-serif;
    }
    
    blockquote {
    font-family:Arial;
    font-size:12px;
    color:#3d5163;
    background:#c2cdd7;
    border:1px solid #eff4f8;
    margin:10px;
    padding:5px;
    }
    
    #container {
    width:900px;
    padding-bottom:10px;
    overflow:hidden;
    margin:0 auto;
    }
    
    #container #wrapper {
    width:898px;
    float:left;
    overflow:hidden;
    background:#000 url(images/sidebar-bg.gif) repeat-y top left;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    }
    
    #header {
    width:900px;
    height:269px;
    float:left;
    background:url(images/bg.jpg) no-repeat top;
    position:relative;
    margin-top:-1px;
    }
    
    #header h1 {
    font:28px Palatino, serif;
    padding-top:10px;
    margin-bottom:0;
    color:#fff;
    }
    
    #header h1 a {
    color:#fff;
    text-shadow:1px 1px 1px #263642;
    text-decoration:none;
    }
    
    #header h1 span {
    padding-left:10px;
    font-size:16px;
    color:#ccc;
    }
    
    #search {
    position:absolute;
    top:15px;
    right:0;
    }
    
    #search input {
    border:0;
    }
    
    #search #s {
    width:148px;
    margin-right:-4px;
    line-height:0;
    font:normal 12px Verdana;
    vertical-align:top;
    color:#263642;
    background:url(images/search-text.gif) no-repeat;
    padding:4px 0 4px 22px;
    }
    
    #search #searchsubmit {
    width:35px;
    height:22px;
    vertical-align:top;
    background:url(images/search-submit.gif) no-repeat;
    }
    
    #nav {
    background: url(images/nav.jpg);
    border-color:#1F5E81 #1F5E81 #257598;
    border-style:solid;
    border-width:1px 1px 3px;
    float:left;
    height:48px;
    position:relative;
    width:898px
    }
    
    #nav ul {
    margin-left:10px;
    position:absolute;
    bottom:-1px;
    overflow:hidden;
    height:33px;
    }
    
    #nav ul li {
    float:left;
    margin-right:3px;
    padding-left:7px;
    }
    
    #nav ul li.current_page_item {
    background:#257598;
    
    }
    
    #nav ul li a {
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    font-size:85%;
    
    line-height:33px;
    padding:0 15px 0 8px;
    color:#142948;
    
    text-shadow:1px 1px 0 #2c94b7;
    }
    
    #nav ul li a:hover {
    color:#e4e5e1;
    text-shadow:0 1px 0 #393a36;
    }
    
    #nav ul li.current_page_item a {
    background:#257598;
    color:#142948;
    
    text-shadow:1px 1px 0 #2c94b7;
    }
    
    #nav #feed {
    position:absolute;
    right:15px;
    top:12px;
    height:19px;
    padding-left:37px;
    color:#fff;
    display:block;
    background:url(images/feed.gif) no-repeat;
    text-decoration:none;
    }
    
    #content {
    width:604px;
    float:right;
    
    background:#6699ff;
    padding:25px;
    }
    
    #content .post {
    margin-bottom:40px;
    }
    
    #content .post p img,#content .post p img:a {
    float:left;
    margin:0 10px 0 0;
    padding:2px;
    }
    
    #content .post h1 a {
    text-decoration:none;
    text-shadow:0 3px 0 #000;
    }
    
    #content .post-list li {
    list-style:none;
    }
    
    #content .post .post-info {
    clear:both;
    font-size:11px;
    color:#ccc;
    margin-bottom:20px;
    border:1px solid #2C94B7;
    background:#ccc url(images/nav.jpg) repeat-x top left;
    padding:3px 5px 5px;
    }
    
    #content .post .post-info a {
    color:#ccc;
    text-decoration:none;
    }
    
    #content .post .post-info a:hover {
    color:#ccc;
    text-decoration:none;
    }
    
    #content #pages {
    text-align:center;
    }
    
    #content #pages a {
    font:bold 20px Palatino, serif;
    color:#414d4c;
    text-decoration:none;
    }
    
    #content #pages a:hover {
    color:#1e2726;
    }
    
    #content ul {
    list-style:disc;
    list-style-position:inside;
    }
    
    #content ol {
    list-style:decimal;
    list-style-position:inside;
    }
    
    #content dl dt {
    font-weight:700;
    }
    
    #content dl dd {
    font-style:italic;
    color:#555;
    margin:0 0 5px 20px;
    }
    
    .aligncenter {
    margin-left:auto;
    margin-right:auto;
    }
    
    .alignleft {
    float:left;
    margin:5px 15px 10px 0;
    }
    
    .alignright {
    float:right;
    margin:5px 0 10px 15px;
    }
    
    #sidebar {
    width:233px;
    float:left;
    font-size:11px;
    margin-bottom:10px;
    color:#555;
    }
    
    #sidebar h3 {
    font:normal 18px Palatino, serif;
    background:url("images/nav.jpg") repeat scroll 0 0 transparent;
    border:1px solid #BEDFFF;
    color:#FFFFFF;
    font:18px Palatino,serif;
    padding:5px 5px 5px 15px;
    }
    
    #sidebar a {
    color:#24333f;
    text-decoration:none;
    }
    
    #sidebar a:hover {
    color:#24333f;
    }
    
    #sidebar .block {
    width:205px;
    
    overflow:hidden;
    color:#555;
    padding:15px;
    }
    
    #sidebar .block li {
    background:url(images/arrow.gif) no-repeat 2px 8px;
    padding-left:12px;
    }
    
    #sidebar .block a:hover {
    color:#445866;
    }
    
    #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:#e1eaf1;
    text-align:center;
    color:#888;
    }
    
    #wrapper-bottom {
    width:900px;
    height:6px;
    float:left;
    margin-bottom:7px;
    }
    
    .comments-title {
    text-align:center;
    font:bold 22px "Trebuchet MS", Helvetica, Arial, Geneva;
    color:#414d4c;
    }
    
    #comments .comment {
    background:#a1aeb9;
    margin-bottom:10px;
    overflow:hidden;
    width:635px;
    padding-bottom:5px;
    }
    
    #comments .comment .comment-avatar {
    float:left;
    width:50px;
    padding:5px 7px;
    }
    
    #comments .comment .comment-content {
    float:left;
    width:536px;
    background:#e1eaf1;
    margin:5px 5px 0 0;
    padding:10px 15px;
    }
    
    #comments .comment .comment-content a {
    color:#444;
    }
    
    #comments .comment .comment-info {
    font-size:11px;
    color:#445866;
    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;
    }
    
    #commentform {
    background:#e1eaf1;
    border:5px solid #a1aeb9;
    color:#555;
    padding:10px;
    }
    
    #commentform p {
    margin-bottom:7px;
    }
    
    #commentform textarea {
    width:600px;
    border:1px solid #aaa;
    height:120px;
    }
    
    #commentform input.text {
    width:150px;
    border:1px solid #aaa;
    margin-right:5px;
    padding:3px;
    }
    
    #commentform input#submit {
    padding:3px 10px;
    }
    
    #footer {
    width:898px;
    float:left;
    color:#e1eaf1;
    margin-top:-14px;
    text-align:center;
    height:78px;
    border:1px solid #fff;
    padding-top:10px;
    padding-bottom:18px;
    background:#1a4363 url(images/bg1.jpg) repeat-x;
    }
    
    #footer p {
    font-size:11px;
    line-height:20px;
    margin:0;
    }
    
    #footer a {
    color:#e1eaf1;
    }
    
    a,a:hover,a:visited {
    color:#000;
    }
    
    #content .post p,#content ul,ol,dl {
    margin-bottom:20px;
    }
    
    #sidebar .block #calendar_wrap .pad,#sidebar .block #calendar_wrap #prev,#sidebar .block #calendar_wrap #next {
    background:none;
    }
    
    #credit {
    color:#9fd0df;
    font-size: 11px;
    }
    
    #credit a,a:hover,a:visited {
    
    color:#9fd0df;
    text-decoration:none;
    }
    .thumbnail {
      float: left;
     width: 152px; 
     height: 152px; 
      margin: 0px 0px 0px 0px;  
      padding: 0px; 
      overflow: hidden;
      line-height: 170px;
      text-align: center;
    }
    .thumbnail a img {
      float:left;
      width:130px;
      height: 130px;
    
      padding: 5px;  
      border:1px solid #2C94B7;
    background:#246c8f url(images/bg2.jpg) repeat-x top left;
    }
    #wpcf label {
    	clear: both;
    	display: block;
    	float: left;
    	width: 150px;
    }
    #wpcf input {
    	float: left;
    	width: 200px;
    	padding: 1px;
    	margin: 2px 5px 2px 0;
    }
    #wpcf textarea {
    	width: 350px;
    	height: 100px;
    	padding: 1px;
    	margin: 0 5px 10px 0;
    }
    #wpcf #contactsubmit {
    	margin-left: 250px;
    	width: 100px;
    }
  • 11-07-2010, 11:59:23
    #5
    Üyeliği durduruldu
    sanırsam css de h1 kodlu kısımda yazı rengi değişcek?
  • 11-07-2010, 12:00:37
    #6
    Tam olarak h1 ben pek anlamıyorumda copy paste yapar mısın
  • 11-07-2010, 12:03:57
    #7
    Üyeliği durduruldu
    Vallahi ben de tam bilemiyorum zaten çok şüpheli bir yaklaşım sergileyip soru olarak yazmıştım konu hakkında bilgili arkadaşlar daha iyi yardımcı olacaklardır
  • 11-07-2010, 12:34:56
    #8
    Arkadaşlar sorun çözüldü gölgeyi arkaplan rengini filan buldum

    http://www.colorcombos.com/combotester.html
    Sayesinde sonra gölgeyi arkaplan rengiyle aynı yaptım sorunu çözdüm teşekkürler