<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://tagliocapellit.com/generatepress-child/
 Description:  GeneratePress Child Theme
 Author:       AdÄ±nÄ±z
 Author URI:   http://tagliocapellit.com
 Template:     generatepress
 Version:      1.0.0
*/

/* Anasayfa Post Thumbnail ve Ã–zet iÃ§in Stiller */
.post-thumbnail-summary {
    display: flex;
    align-items: flex-start;
    margin-top: 10px; /* BaÅŸlÄ±k ve yazar bilgisinden sonraki boÅŸluk */
    justify-content: space-between; /* Ä°Ã§erik ve buton arasÄ±nda boÅŸluk bÄ±rak */
}

.post-thumbnail {
    margin-right: 20px; /* Thumbnail ve Ã¶zet metni arasÄ±ndaki boÅŸluk */
    width: 150px; /* Thumbnail geniÅŸliÄŸi belirlendi */
}

.post-thumbnail img {
    display: block;
    border-radius: 10px; /* KenarlarÄ± yumuÅŸat */
    width: 100%; /* Resmi .post-thumbnail geniÅŸliÄŸine sÄ±ÄŸdÄ±r */
    height: auto; /* YÃ¼ksekliÄŸi orijinal en-boy oranÄ±nda otomatik ayarla */
}

.entry-summary {
    flex: 1;
}

/* Buton Stilleri */

/* Ã–nceki / Sonraki GÃ¶nderi Navigasyon ButonlarÄ± */
/* Ã–nceki/Sonraki GÃ¶nderi Navigasyon Konteyneri */
.post-navigation-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.nav-previous,
.nav-next {
    flex: 1;
    text-align: center; /* Buton ve baÅŸlÄ±k ortalanacak */
}

.nav-previous a,
.nav-next a {
    text-decoration: none;
    display: block; /* BaÄŸlantÄ±yÄ± blok yap */
}

.nav-previous a:hover,
.nav-next a:hover {
    text-decoration: underline; /* Ãœzerine gelince altÄ±nÄ± Ã§iz */
}

.nav-previous span,
.nav-next span {
    display: block; /* BaÅŸlÄ±ÄŸÄ± blok yap */
    margin-top: 8px;
    font-weight: bold;
}

/* Thumbnail Stilleri */
.nav-previous img,
.nav-next img {
    max-width: 100%; /* Resmi konteynerin geniÅŸliÄŸine sÄ±ÄŸdÄ±r */
    height: auto; /* OrantÄ±lÄ± yÃ¼kseklik */
    border-radius: 4px; /* Hafif yuvarlatÄ±lmÄ±ÅŸ kÃ¶ÅŸeler */
}







.read-more-button {
    display: block;
    padding: 10px 15px;
    background-color: #f4d6d9;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    align-self: flex-end; /* Butonu saÄŸa daya */
    margin-top: 10px;
}

.read-more-button:hover,
.read-more-button:focus {
    background-color: #f4d6d9;
}



/* "Daha Fazla Oku" butonu iÃ§in gÃ¼Ã§lendirilmiÅŸ stil */
.read-more-button {
    background-color: #f4d6d9 !important; /* Pudra pembesi arka plan rengi */
    color: #ffffff !important; /* Beyaz yazÄ± rengi */
    text-decoration: none !important; /* Alt Ã§izgi kaldÄ±r */
    padding: 10px 20px !important; /* Buton iÃ§i dolgu */
    font-size: 16px !important; /* Font boyutu */
    font-weight: bold !important; /* YazÄ± kalÄ±nlÄ±ÄŸÄ± */
    border-radius: 5px !important; /* Kenar yuvarlaklÄ±ÄŸÄ± */
    transition: background-color 0.3s ease !important, color 0.3s ease !important; /* Renk geÃ§iÅŸ efektleri */
    display: inline-block !important; /* Butonu dÃ¼zgÃ¼n hizalar */
    border: none !important; /* Kenar Ã§izgisini kaldÄ±r */
    cursor: pointer !important; /* Ä°mleÃ§ dÃ¼ÄŸme Ã¼zerindeyken iÅŸaretÃ§iye dÃ¶nÃ¼ÅŸÃ¼r */
}

/* "Daha Fazla Oku" butonu Ã¼zerine gelindiÄŸinde */
.read-more-button:hover, .read-more-button:focus {
    background-color: #e3afb4 !important; /* Hover durumunda daha koyu pudra pembesi */
    color: #222 !important; /* Hover durumunda yazÄ± rengi koyulaÅŸÄ±r */
}



/* Custom Author Box Styles */
.custom-author-box {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 10px; /* KenarlarÄ± daha yumuÅŸak yap */
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column; /* Ä°Ã§erikleri dikey hizala */
    align-items: center; /* Ä°Ã§erikleri yatay ortala */
    text-align: center; /* Metni ortala */
}

.custom-author-box h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px; /* BaÅŸlÄ±k altÄ±ndaki boÅŸluÄŸu ayarla */
}

.custom-author-box .author-details {
    display: flex;
    flex-direction: column; /* Ä°Ã§erikleri dikey hizala */
    align-items: center; /* Ä°Ã§erikleri yatay ortala */
}

.custom-author-box .author-avatar-link {
    border-radius: 50%; /* Linkin kenarlarÄ±nÄ± yuvarlak yap */
    display: block;
    width: 100px; /* Avatar geniÅŸliÄŸi */
    height: 100px; /* Avatar yÃ¼ksekliÄŸi */
    line-height: 100px; /* Ä°Ã§eriÄŸi ortala */
    margin-bottom: 10px; /* Avatar altÄ±ndaki boÅŸluk */
    overflow: hidden; /* TaÅŸma durumunda iÃ§eriÄŸi gizle */
}

.custom-author-box .author-avatar-link img {
    width: 100%; /* Tam geniÅŸlik */
    height: auto; /* Otomatik yÃ¼kseklik */
    border-radius: 50%; /* Resmi yuvarlak yap */
}

.custom-author-box h3 {
    font-size: 1.4em;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; /* Ä°sim altÄ±ndaki boÅŸluÄŸu ayarla */
}

.custom-author-box h3 a {
    color: inherit; /* BaÄŸlantÄ± rengini koru */
    text-decoration: none; /* Alt Ã§izgiyi kaldÄ±r */
}

.custom-author-box h3 a:hover {
    text-decoration: underline; /* Ãœzerine gelince alt Ã§izgi ekle */
}

.custom-author-box .author-bio {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px; /* Biyografi altÄ±ndaki boÅŸluÄŸu ayarla */
}

/* Responsive dÃ¼zenlemeleri */
@media (max-width: 768px) {
    .post-thumbnail-summary {
        flex-direction: column;
        align-items: center; /* Thumbnail'Ä± merkeze almak iÃ§in */
    }

    .post-thumbnail {
        margin-right: 0;
        margin-bottom: 20px; /* Thumbnail ve metin arasÄ±ndaki boÅŸluk */
        width: 80%; /* Thumbnail'Ä±n geniÅŸliÄŸini ayarla, mobilde daha bÃ¼yÃ¼k gÃ¶zÃ¼ksÃ¼n diye */
        max-width: 200px; /* Maksimum geniÅŸlik sÄ±nÄ±rÄ± */
    }

    .entry-summary {
        width: 100%; /* Ã–zet metninin geniÅŸliÄŸini ayarla */
    }

    .read-more-button {
        align-self: center; /* Mobilde butonu merkeze al */
        margin-top: 20px; /* Buton altÄ±ndaki boÅŸluÄŸu ayarla */
    }


    /* Ã–nceki / Sonraki GÃ¶nderi ButonlarÄ± iÃ§in mobilde dÃ¼zenleme */
    .prev-post,
    .next-post,
    .next-post-none {
        float: none; /* Mobilde butonlarÄ± sÄ±fÄ±rla */
        display: block; /* Blok seviyesinde gÃ¶ster */
        width: 100%; /* Tam geniÅŸlik */
        margin-bottom: 10px; /* AltÄ±ndaki butondan boÅŸluk */
    }

    /* Navigasyon konteynerini sÄ±fÄ±rla */
    .navigation.post-navigation {
        display: block;
    }


#myBtn {
    background-color: #f8f8f8;
    border: none;
    color: #333;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
    cursor: pointer;
    font-size: 16px;
}

#more {
    display: none;
}


}
</pre></body></html>