Complete module overrides with showtitle for all Joomla core modules

New overrides: mod_articles_archive, mod_articles_categories,
mod_banners, mod_languages, mod_random_image, mod_syndicate.

Fix mod_stats: replace right-aligned badge layout with definition
list (dl/dt/dd) for natural left-aligned display of stat labels
and values. Add CSS for the stats definition list.

All standard Joomla 5 site modules now have template overrides
with showtitle support and BEM-style class names.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 12:08:50 -05:00
parent 7f0737f1bb
commit 7ba7806c63
14 changed files with 744 additions and 6 deletions

View File

@@ -14594,6 +14594,23 @@ iframe {
line-height: 1.3;
}
/* ── MODULE: Statistics ── */
.mod-stats__list {
margin: 0;
padding: 0;
}
.mod-stats__label {
font-weight: 600;
margin-bottom: 0;
}
.mod-stats__data {
margin-left: 0;
margin-bottom: .5rem;
color: var(--body-font-color, #666);
}
/* Article list modules */
.mod-articles-latest__list,
.mod-articles-popular__list,