#af-wrapper #forum-profile .display-name,
#af-wrapper .post-author .topic-author,
#af-wrapper input[type="checkbox"]:checked:before {
color: #345c00 !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: #345c00 !important;
}
#af-wrapper .button-neutral {
background-color: #345c00B0 !important;
}
#af-wrapper .post-author .topic-author {
background-color: #345c0040 !important;
}
#af-wrapper input[type="radio"]:focus,
#af-wrapper input[type="checkbox"]:focus,
#af-wrapper #profile-header {
border-color: #345c00 !important;
}
/* Fondo general */ #asgarosforum { background-color: #ffffff; font-family: \'Segoe UI\', sans-serif; color: #1a1a1a; font-size: 16px; } /* Encabezados */ #asgarosforum .forum-title, #asgarosforum .content-header, #asgarosforum .topic-title { color: #000; font-weight: bold; font-size: 20px; border-bottom: 2px solid #dddddd; margin-bottom: 10px; } /* Bordes suaves */ #asgarosforum table, #asgarosforum th, #asgarosforum td, #asgarosforum .forum-list, #asgarosforum .topic-list { border-color: #e0e0e0 !important; } /* Fila de categorías */ #asgarosforum .category-header { background-color: #f4f4f4; border-bottom: 1px solid #dddddd; } /* Celdas de temas y publicaciones */ #asgarosforum td { padding: 10px; } /* Botones */ #asgarosforum input[type=\"submit\"], #asgarosforum button, #asgarosforum .button { background-color: #2161dd; color: white; border: none; padding: 8px 16px; border-radius: 4px; transition: background-color 0.2s ease; } #asgarosforum input[type=\"submit\"]:hover, #asgarosforum button:hover, #asgarosforum .button:hover { background-color: #174bb8; } /* Caja de respuesta y editor */ #asgarosforum textarea, #asgarosforum input[type=\"text\"] { width: 100%; padding: 8px; border: 1px solid #cccccc; border-radius: 4px; margin-bottom: 10px; } /* Navegación azul como tu menú */ #asgarosforum .asgarosforum-tabs { background-color: #2161dd; border-radius: 6px 6px 0 0; padding: 10px; } #asgarosforum .asgarosforum-tabs a { color: white; margin-right: 20px; font-weight: bold; } #asgarosforum .asgarosforum-tabs a:hover { text-decoration: underline; } /* Etiqueta \"última publicación\" */ #asgarosforum .last-post-info { font-size: 13px; color: #666666; }