#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #1e555c !important;
}
#af-wrapper .button-normal,
#af-wrapper .title-element,
#af-wrapper #forum-header,
#af-wrapper #profile-header .background-avatar,
#af-wrapper #profile-navigation,
#af-wrapper input[type="radio"]:checked:before {
background-color: #1e555c !important;
}
#af-wrapper .button-neutral {
background-color: #1e555cB0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #1e555c40 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #1e555c !important;
}
#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #de8847 !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #de8847 !important;
}
#af-wrapper .button-neutral:hover {
background-color: #de8847B0 !important;
}
#af-wrapper,
#af-wrapper #forum-breadcrumbs a:hover,
#af-wrapper .main-title {
color: #4a4a4a !important;
}
#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator),
#af-wrapper .forum-post-menu a,
#af-wrapper #bottom-navigation {
color: #5c2b1e !important;
}
#af-wrapper .content-container,
#af-wrapper .report-element,
#af-wrapper #statistics,
#af-wrapper .post-wrapper,
#af-wrapper #profile-header .background-contrast,
#af-wrapper #poll-results .poll-result-bar,
#af-wrapper #memberslist-filter {
background-color: #f5f7fa !important;
}
#af-wrapper .content-element:nth-child(even),
#af-wrapper .topic-sticky,
#af-wrapper .topic-sticky .topic-poster,
#af-wrapper .forum-post-header-container,
#af-wrapper .editor-element,
#af-wrapper #statistics-online-users,
#af-wrapper #profile-layer,
#af-wrapper .spoiler .spoiler-head,
#af-wrapper .report-content,
#af-wrapper #poll-panel,
#af-wrapper .post-reactions-summary .reaction-names,
#af-wrapper #profile-content {
background-color: #e3e9ef !important;
}
#af-wrapper input,
#af-wrapper .forum-post-header-container,
#af-wrapper .forum-poster,
#af-wrapper .topic-poster,
#af-wrapper .member-last-seen,
#af-wrapper .editor-element,
#af-wrapper .content-container,
#af-wrapper .forum-post-header,
#af-wrapper #statistics-body,
#af-wrapper .statistics-element,
#af-wrapper #statistics-online-users,
#af-wrapper .editor-row,
#af-wrapper .editor-row-subject,
#af-wrapper .signature,
#af-wrapper .forum-subforums,
#af-wrapper .uploaded-file img,
#af-wrapper .action-panel-option,
#af-wrapper .topic-sticky .topic-poster,
#af-wrapper #profile-layer,
#af-wrapper #profile-layer .pages-and-menu:first-of-type,
#af-wrapper #profile-content,
#af-wrapper #profile-content .profile-row,
#af-wrapper .history-element,
#af-wrapper #memberslist-filter,
#af-wrapper .content-element,
#af-wrapper .ad-forum,
#af-wrapper .ad-topic,
#af-wrapper .spoiler,
#af-wrapper .spoiler .spoiler-body,
#af-wrapper .report-element,
#af-wrapper .report-source,
#af-wrapper .report-content,
#af-wrapper .report-actions,
#af-wrapper #profile-content .profile-section-header,
#af-wrapper #poll-options,
#af-wrapper #poll-panel,
#af-wrapper #poll-panel #poll-headline,
#af-wrapper #poll-results .poll-result-bar,
#af-wrapper .post-reactions-summary .reaction-names,
#af-wrapper #usergroups-filter {
border-color: #e3e9ef !important;
}
#af-wrapper .post-element {
box-shadow: #fff 0px 0px 0px 0px, #e3e9ef 0px 0px 0px 1px, #0000 0px 0px 0px 0px !important;
}
#af-wrapper .read {
color: #888888 !important;
}
#af-wrapper #read-unread .read {
background-color: #888888 !important;
}
#af-wrapper .unread {
color: #de8847 !important;
}
#af-wrapper #read-unread .unread {
background-color: #de8847 !important;
}
#af-wrapper {
font-family: Inter, sans-serif !important;
}
#af-wrapper {
font-size: 15px !important;
}
/* ========== FONT & TEXT ========== */ body, .asgaros-forum { font-family: \'Inter\', sans-serif !important; color: #4A4A4A; /* Brand text color */ } /* ========== NAVIGATION & HEADERS ========== */ .asgaros-forum-navigation, .asgaros-forum-header, .asgaros-forum-titlebar { background-color: #1E555C; /* Primary color */ color: white; } /* Remove top Login/Register if using Profile Builder */ .asgaros-forum-navigation .login, .asgaros-forum-navigation .register { display: none; } /* ========== BUTTONS ========== */ .asgaros-forum input[type=\"submit\"], .asgaros-forum button, .asgaros-forum .button { background-color: #DE8847; /* Accent color */ color: white; padding: 10px 20px; border: none; border-radius: 8px; transition: 0.3s ease; } .asgaros-forum input[type=\"submit\"]:hover, .asgaros-forum button:hover { background-color: #5C2B1E; /* Darker Orange */ } /* ========== FORUM BACKGROUND ========== */ .asgaros-forum { background-color: #F5F7FA; /* Soft background */ border-radius: 10px; padding: 20px; } /* ========== LINKS ========== */ .asgaros-forum a { color: #5C2B1E; /* Links */ } .asgaros-forum a:hover { color: #1E555C; /* Primary color hover */ } /* ========== TABLE STYLING ========== */ .asgaros-forum table { width: 100%; border-collapse: collapse; } .asgaros-forum td, .asgaros-forum th { border: 1px solid #E3E9EF; /* Background Accent */ padding: 12px; } /* ========== NO ACTIVITY TEXT ========== */ .asgaros-forum .info-box { background-color: #FFF7D6; color: #4A4A4A; border-left: 5px solid #DE8847; padding: 10px 15px; margin-bottom: 15px; border-radius: 6px; }