/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
/* ─── History of Kurds Forum — Custom Theme ─── */

/* Header */
#nav-header, #search-box {
    background: linear-gradient(135deg, #0f1a0f 0%, #007A33 100%) !important;
}

/* Site header bar */
#site-description {
    background: #0a1a0a !important;
    border-bottom: 3px solid #FFCD00 !important;
}

#site-description a, #site-description h1, #site-description h2 {
    color: #ffffff !important;
}

/* Category headers */
.forum-titles, .forabg {
    background: #0f2a0f !important;
    border-color: #007A33 !important;
}

.forum-titles a {
    color: #FFCD00 !important;
}

/* Topic row hover */
.row1:hover, .row2:hover {
    background: #e8f5e9 !important;
}

/* Buttons */
.button, input[type="submit"] {
    background: #007A33 !important;
    border-color: #005e28 !important;
    color: #ffffff !important;
}

.button:hover, input[type="submit"]:hover {
    background: #005e28 !important;
}

/* Links */
a:link, a:visited {
    color: #007A33 !important;
}

a:hover {
    color: #C8102E !important;
}

/* Board logo area */
#logo-box {
    background: #0a1a0a !important;
}
/* Header mavi çizgiyi kaldır */
#nav-header {
    background: #007A33 !important;
    border: none !important;
}

/* Kategori başlık rengi */
.forabg .header {
    background: #0f2a0f !important;
    border-left: 4px solid #FFCD00 !important;
}

.forabg .header a {
    color: #FFCD00 !important;
    font-weight: bold !important;
}

/* Alt forum satırları */
.row1 { background: #f0f7f0 !important; }
.row2 { background: #e8f5e9 !important; }

/* Breadcrumb */
#nav-breadcrumb {
    background: #1a3a1a !important;
}

#nav-breadcrumb a {
    color: #FFCD00 !important;
}
/* Logo değiştir */
#logo-box a {
    background-image: url('../../../../../../../uploads/site_logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 50px 50px !important;
    padding-left: 60px !important;
}

.site-logo {
    display: none !important;
}