/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Allan Style - SUBSILVER
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Merlin ( https://forum-gta.ru/ )
    --------------------------------------------------------------
*/

@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");
/* Header background orange karo */
.headerbar {
    background: #ff8c00 !important; /* Dark orange */
}

/* Agar text safed karna ho taake dikh jaye */
.headerbar, .headerbar h1, .headerbar p {
    color: #fff !important;
}
/* Header background orange karo */
.headerbar {
    background: #ff8c00 !important; /* Dark orange */
}

/* Agar text safed karna ho taake dikh jaye */
.headerbar, .headerbar h1, .headerbar p {
    color: #fff !important;
}
/* Header orange */
.headerbar {
    background: #ff8c00 !important;
    background-image: none !important;
}

/* Forum category bars orange */
.forabg, .forumbg {
    background: #ff8c00 !important;
    background-image: none !important;
}

/* Text safed karo */
.headerbar, .forabg .header, .forumbg .header, .forabg a, .forumbg a {
    color: #fff !important;
}
/* Forum list ka background light orange karo */
ul.topiclist li.row, 
ul.topiclist li.row:hover {
    background: #ffe4b5 !important;  /* Light orange / Moccasin color */
}

/* Har row ke beech me halki line rahe */
ul.topiclist li.row {
    border-bottom: 1px solid #ffd39b !important;
}

/* Text color dark karo taake padh sake */
ul.topiclist li.row dt, 
ul.topiclist li.row dd {
    color: #333 !important;
}
/* Forum title ka text dark gray karo */
ul.topiclist li.row dt a.forumtitle,
ul.topiclist li.row dt a.forumtitle:hover {
    color: #333 !important;  /* Dark gray */
    font-weight: 600;
}

/* Forum description ka text dark gray karo */
ul.topiclist li.row dt .forum-desc,
ul.topiclist li.row dt .forum-desc p {
    color: #555 !important;  /* Thoda halka gray */
}

/* Agar link pe hover ho to thoda dark ho jaye */
ul.topiclist li.row dt a.forumtitle:hover {
    color: #000 !important;
}
/* STATISTICS bar ka upar wala border orange karo */
.statistics, 
.panel .inner > h3.statistics {
    border-top: 3px solid #ff8c00 !important;  /* Orange border */
    border-bottom: 1px solid #ff8c00 !important; /* Neeche bhi chahiye to */
}

/* Agar poora box ke 4 side border chahiye */
.panel .inner .statistics {
    border: 2px solid #ff8c00 !important;
    border-radius: 4px;
}
/* Board index wali bar ka background dark orange karo */
.navbar, 
.navbar .inner {
    background: #e65100 !important;  /* Dark orange */
    background-image: none !important;
}

/* Text safed karo taake dikh jaye */
.navbar a, 
.navbar span,
.navbar .nav-breadcrumbs li a {
    color: #fff !important;
    font-weight: 600;
}

/* Hover pe thoda halka orange */
.navbar a:hover {
    color: #ffe0b2 !important;
}
