#af-wrapper .title-element,
#af-wrapper #forum-navigation a,
#af-wrapper #forum-navigation-mobile a {
border-color: #d83d89 !important;
}
#af-wrapper .button-normal:hover,
#af-wrapper #profile-navigation a.active {
background-color: #d83d89 !important;
}
#af-wrapper .button-neutral:hover {
background-color: #d83d89B0 !important;
}
#af-wrapper,
#af-wrapper #forum-breadcrumbs a:hover,
#af-wrapper .main-title {
color: #eaecef !important;
}
#af-wrapper .main-title:before,
#af-wrapper .editor-row-uploads .upload-hints,
#af-wrapper .forum-stats,
#af-wrapper .topic-stats,
#af-wrapper .action-panel-description,
#af-wrapper #forum-breadcrumbs,
#af-wrapper #forum-breadcrumbs a,
#af-wrapper .forum-post-date,
#af-wrapper .forum-post-date a,
#af-wrapper .post-footer,
#af-wrapper .post-footer a,
#af-wrapper .signature,
#af-wrapper span.mention-nice-name,
#af-wrapper .post-reactions .reaction,
#af-wrapper #poll-results .poll-result-numbers,
#af-wrapper #poll-results .poll-result-total,
#af-wrapper #poll-warning,
#af-wrapper .topic-icon:before,
#af-wrapper .report-link,
#af-wrapper .report-content:before,
#af-wrapper input::placeholder,
#af-wrapper .activity-time,
#af-wrapper .unread-time {
color: #a0a0b5 !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: #e900ff !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: #241b3a !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: #2a1f40 !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: #4a3c4e !important;
}
#af-wrapper .post-element {
box-shadow: #fff 0px 0px 0px 0px, #4a3c4e 0px 0px 0px 1px, #0000 0px 0px 0px 0px !important;
}
/* ===== CÓDIGO CORREGIDO PARA EL ENCABEZADO DEL FORO ===== */ /* 1. Aplica el degradado a la barra de navegación principal */ #af-wrapper #forum-navigation, #af-wrapper .forum-navigation { background: linear-gradient(90deg, #4A1F4D 0%, #8A2D6C 100%) !important; border-bottom: none !important; } /* 2. Aplica el degradado a las cabeceras de las categorías (esto ya lo tenías) */ #af-wrapper .forum-category .forum-header { background: linear-gradient(90deg, #4A1F4D 0%, #8A2D6C 100%) !important; } /* 3. Asegura que los enlaces del menú principal sean blancos */ #af-wrapper #forum-navigation a { color: #f0f0f5 !important; } /* 4. Cambia el color de fondo del botón de búsqueda */ #af-wrapper .forum-search .search-submit { background-color: #D83D89 !important; border: none !important; } /* 5. Cambia el color del texto de la \"Última publicación\" para que sea más legible */ #af-wrapper .forum-category .forum-header .forum-meta-last-post { color: #f0f0f5 !important; }