
/* RAŞİDİ FINAL - Konu sayfaları siyah metalik degrade */
#content {
    background: linear-gradient(to bottom, #252525 0%, #111111 48%, #030303 100%) !important;
    color: #eeeeee !important;
}
#posts_container,
#posts,
.post {
    background: linear-gradient(to bottom, #252525 0%, #111111 48%, #030303 100%) !important;
    color: #eeeeee !important;
}
.post .post_author,
.post.classic .post_author {
    background: linear-gradient(to bottom, #444444 0%, #292929 52%, #151515 100%) !important;
    border-color: #4a4a4a !important;
    color: #eeeeee !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 2px 5px rgba(0,0,0,.35);
}
.post .post_author div.author_information,
.post .post_author div.author_statistics {
    color: #dddddd !important;
}
.post .post_author a:link,
.post .post_author a:visited,
.post .post_author a:hover,
.post .post_author a:active {
    color: #ffffff !important;
}
.post .post_content,
.post .post_body {
    color: #eeeeee !important;
}
.post .post_head,
.post_content .signature {
    border-color: #3a3a3a !important;
}
.post .post_head span.post_date,
.post .post_meta,
.post .post_meta a:link,
.post .post_meta a:visited {
    color: #aaaaaa !important;
}
.post .post_author div.author_avatar img {
    background: #242424 !important;
    border: 1px solid #555 !important;
}
#rashidi-footer-links .rashidi-social-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 48px);
    justify-content: center;
    gap: 9px;
}
#rashidi-footer-links .rashidi-social {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    overflow: hidden;
}
#rashidi-footer-links .rashidi-social img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 0;
    border-radius: 7px;
}
@media (max-width: 700px) {
    #rashidi-footer-links .rashidi-social-grid { grid-template-columns: repeat(4, 48px); }
}
@media (max-width: 430px) {
    #rashidi-footer-links .rashidi-social-grid { grid-template-columns: repeat(3, 48px); }
}

		
		