#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: #256db3 !important;
}
#af-wrapper .post-element {
box-shadow: #fff 0px 0px 0px 0px, #256db3 0px 0px 0px 1px, #0000 0px 0px 0px 0px !important;
}
/* ===================================================== ASGAROS FORUM - DARK BLUE THEME (FULL OVERRIDE) Fixes: white editor, harsh backgrounds, blue UI mismatch ===================================================== */ /* ========================= GLOBAL FORUM BACKGROUND ========================= */ #forum, .asgaros-forum { background-color: #0f172a !important; color: #e2e8f0 !important; } /* ========================= MAIN PANELS / CONTAINERS ========================= */ .asgaros-forum .forum, .asgaros-forum .topic, .asgaros-forum .post, .asgaros-forum .content, .asgaros-forum .forum-content { background-color: #0b1220 !important; border: 1px solid #1e2a44 !important; color: #e2e8f0 !important; } /* ========================= HEADINGS ========================= */ .asgaros-forum h1, .asgaros-forum h2, .asgaros-forum h3, .asgaros-forum .forum-title, .asgaros-forum .topic-title { color: #93c5fd !important; } /* ========================= LINKS ========================= */ .asgaros-forum a { color: #60a5fa !important; } .asgaros-forum a:hover { color: #93c5fd !important; } /* ========================= TABLES (FORUM / TOPICS) ========================= */ .asgaros-forum table { background-color: #0f172a !important; color: #e2e8f0 !important; border-collapse: collapse; } .asgaros-forum th { background-color: #111c33 !important; color: #93c5fd !important; border: 1px solid #1e2a44 !important; } .asgaros-forum td { border: 1px solid #1e2a44 !important; } .asgaros-forum tr:hover { background-color: #1a2740 !important; } /* ========================= POSTS ========================= */ .asgaros-forum .post { background-color: #0b1220 !important; } .asgaros-forum .post-content { color: #e5e7eb !important; } .asgaros-forum .post-meta, .asgaros-forum .author, .asgaros-forum .date { color: #94a3b8 !important; } /* ========================= BUTTONS ========================= */ .asgaros-forum button, .asgaros-forum input[type=\"submit\"] { background-color: #2563eb !important; color: #ffffff !important; border: none !important; } .asgaros-forum button:hover, .asgaros-forum input[type=\"submit\"]:hover { background-color: #1d4ed8 !important; } /* Cancel button (red override like your screenshot) */ .asgaros-forum .button.cancel, .asgaros-forum .cancel { background-color: #ef4444 !important; color: #fff !important; } /* ========================= INPUTS / TEXTAREAS ========================= */ .asgaros-forum input, .asgaros-forum textarea, .asgaros-forum select { background-color: #0b1220 !important; color: #e2e8f0 !important; border: 1px solid #1e2a44 !important; } .asgaros-forum input:focus, .asgaros-forum textarea:focus { outline: none !important; border-color: #3b82f6 !important; box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25) !important; } .asgaros-forum input::placeholder, .asgaros-forum textarea::placeholder { color: #64748b !important; } /* ========================= EDITOR FIX (YOUR MAIN ISSUE) ========================= */ /* Editor container */ .asgaros-forum .editor, .asgaros-forum .wp-editor-container, .asgaros-forum .forum-editor { background-color: #0b1220 !important; border: 1px solid #1e2a44 !important; } /* Main typing area */ .asgaros-forum textarea { background-color: #0b1220 !important; color: #e2e8f0 !important; } /* Toolbar strip (the blue row in your screenshot) */ .asgaros-forum .editor-toolbar, .asgaros-forum .quicktags-toolbar, .asgaros-forum .wp-editor-tabs { background-color: #111c33 !important; border-bottom: 1px solid #1e2a44 !important; } /* Toolbar buttons */ .asgaros-forum .editor-toolbar button, .asgaros-forum .quicktags-toolbar input.button { background-color: #111c33 !important; color: #93c5fd !important; border: 1px solid #1e2a44 !important; } .asgaros-forum .editor-toolbar button:hover, .asgaros-forum .quicktags-toolbar input.button:hover { background-color: #1a2740 !important; color: #ffffff !important; } /* ========================= SUBJECT FIELD (TOP OF POST) ========================= */ .asgaros-forum input[type=\"text\"] { background-color: #0b1220 !important; color: #e2e8f0 !important; border: 1px solid #1e2a44 !important; } /* ========================= POLL / EXTRA BOXES ========================= */ .asgaros-forum .poll-box, .asgaros-forum #poll-panel { background-color: #0b1220 !important; border: 1px solid #1e2a44 !important; color: #e2e8f0 !important; } /* ========================= SUBMIT AREA (BOTTOM WHITE BAR FIX) ========================= */ .asgaros-forum .form-submit, .asgaros-forum .forum-post-submit { background-color: #0f172a !important; border-top: 1px solid #1e2a44 !important; } /* ========================= QUOTES ========================= */ .asgaros-forum blockquote { background-color: #111c33 !important; border-left: 4px solid #3b82f6 !important; color: #cbd5e1 !important; } /* ========================= MISC CLEANUP ========================= */ .asgaros-forum hr { border-color: #1e2a44 !important; } /* ========================= TINYMCE EDITOR OVERRIDES ========================= */ /* Outer wrapper and tools bar */ .asgaros-forum .wp-editor-wrap, .asgaros-forum .wp-editor-tools, .asgaros-forum #wp-content-editor-tools { background-color: #111c33 !important; border-color: #1e2a44 !important; } /* Tab buttons (Visual / Text) */ .asgaros-forum .wp-editor-tabs .wp-switch-editor { background-color: #111c33 !important; color: #93c5fd !important; border-color: #1e2a44 !important; } .asgaros-forum .wp-editor-tabs .wp-switch-editor:hover, .asgaros-forum .wp-editor-tabs .wp-switch-editor.active { background-color: #1a2740 !important; color: #ffffff !important; } /* TinyMCE panel containers */ .asgaros-forum .mce-panel, .asgaros-forum .mce-container, .asgaros-forum .mce-container-body, .asgaros-forum .mce-edit-area { background-color: #0b1220 !important; border-color: #1e2a44 !important; } /* TinyMCE toolbar */ .asgaros-forum .mce-toolbar, .asgaros-forum .mce-toolbar-grp, .asgaros-forum .mce-top-part { background-color: #111c33 !important; border-color: #1e2a44 !important; } /* TinyMCE toolbar buttons */ .asgaros-forum .mce-btn, .asgaros-forum .mce-btn button { background-color: #111c33 !important; color: #93c5fd !important; border-color: #1e2a44 !important; } .asgaros-forum .mce-btn:hover, .asgaros-forum .mce-btn.mce-active, .asgaros-forum .mce-btn:hover button { background-color: #1a2740 !important; color: #ffffff !important; } /* TinyMCE button icons */ .asgaros-forum .mce-ico { color: #93c5fd !important; } /* TinyMCE status bar */ .asgaros-forum .mce-statusbar { background-color: #111c33 !important; border-color: #1e2a44 !important; color: #94a3b8 !important; } /* TinyMCE iframe (content editable area background) */ .asgaros-forum .mce-edit-area iframe, .asgaros-forum #content_ifr { background-color: #0b1220 !important; } /* ========================= SUBSCRIBE / ADD POLL ROWS ========================= */ .asgaros-forum .forum-subscribe, .asgaros-forum .forum-add-poll, .asgaros-forum .add-poll, .asgaros-forum #add-poll, .asgaros-forum .subscribe-checkbox, .asgaros-forum .poll-section { background-color: #0f172a !important; color: #e2e8f0 !important; border-color: #1e2a44 !important; } /* Catch-all for any remaining white rows in the post form */ .asgaros-forum .forum-new-topic, .asgaros-forum .forum-new-post, .asgaros-forum form > div, .asgaros-forum .forum-form-row { background-color: #0f172a !important; color: #e2e8f0 !important; }