• 20-04-2008, 17:49:16
    #1
    Arkadaşlar yazıların başlıklarına nasıl arkaplan resmi koyabilirim buradaki gibi
    style.css den baktım ama sadece başlığın yazıtipini değiştirecek kod değişikliğini bulamadım. yardımcı olabilirseniz sevinirim
  • 20-04-2008, 18:54:38
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    başlıklara arkaplan eklemen pek iyi olmaz. ama yinede eklemek istersen style.css'de

    #content h1 { ile başlayan satıra

    Alıntı
    background: url(images/resim.gif)
    gibi bir şey ekleyebilirsin.

    örnek verdiğin temada arkaplan resmi yok zaten . arkaplan rengi tanımlanmış.

    onun için ise

    #content h1 { ile başlayan satıra

    Alıntı
    background: #6F7D88;
    veya

    Alıntı
    background: #6F7D88;

    border-top: 1px solid #707C8A;

    border-bottom: 1px solid #707C8A;
    satırlarını ekleyebilirsin.
  • 20-04-2008, 19:13:34
    #3
    #content {
        font-size: 1.2em
    buraya
        }
    
    .widecolumn .entry p {
        font-size: 1.05em;
        }
    
    .narrowcolumn .entry, .widecolumn .entry {
        line-height: 1.4em;
        }
    
    .widecolumn {
        line-height: 1.6em;
        }
    
    .narrowcolumn .postmetadata {
        text-align: center;
        }
    
    .alt {
        background-color: #f8f8f8;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        }
    
    #footer {
        background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
        border: none;
        }
    
    small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1.5em;
        }
    
    h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        }
    
    h1 {
        font-size: 4em;
        text-align: center;
        }
    
    #headerimg .description {
        font-size: 1.2em;
        text-align: center;
        }
    
    h2 {
        font-size: 1.6em;
    buraya
        }
    
    h2.pagetitle {
        font-size: 1.6em;
    buraya
        }
    
    #sidebar h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;
        }
    
    h3 {
        font-size: 1.3em;
        }
    
    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
        text-decoration: none;
        color: white;
        }
    
    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
        color: #333;
    
        }
    
    h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
        text-decoration: none;
    
        }
    üstteki yerlere ekledim ama olmadı

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?> için kalıcı bağlantı"><?php the_title(); ?></a></h2>
  • 21-04-2008, 15:56:56
    #4
    sadece

    Alıntı
    h2 {
    font-size: 1.6em;
    kısmına ekle

    background: #6F7D88;