Files
sow-nodebb-theme/scss/westgate/_responsive.scss
T
archvillainetteandClaude Fable 5 54b5d845ae Flatten panel gradients to subtle purple, themed 404, gold links
- Replace the velvet/ledger diagonal plum gradients with one flat
  purple per surface (anchored to the group-card tone rgb(24,20,29));
  topbar now uses the same flat tone so it meshes with the panels
- Add a Westgate-themed 404 page (Night Masks warning, fa-mask icon),
  vertically centered in the content area; strings in westgate.json
- Set Bootstrap link CSS vars globally so utility-classed links
  (alert-link, link-*) get the wiki gold like plain anchors

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 22:57:50 +02:00

57 lines
1.0 KiB
SCSS

@include media-breakpoint-down(lg) {
#panel {
background: rgba(17, 14, 21, 0.98);
}
ul.categories-list,
ul.westgate-categories-list {
padding-left: 0;
}
li[component="categories/category"],
li[component="category/topic"],
li[component="post"] .post-container {
padding: var(--wg-space-sm) !important;
}
li[component="categories/category"] h2.title {
font-size: 1.1rem !important;
}
.category-children-item > div {
width: 100%;
}
.topic-list-header > .card {
align-items: stretch !important;
}
.topic-list-header [component="category/controls"] {
width: 100%;
}
// keep the guest "Log in to post / reply" CTA on one line
[component="category/post/guest"],
[component="topic/reply/guest"] {
white-space: nowrap;
}
}
@include media-breakpoint-down(md) {
.category-header {
padding: var(--wg-space-sm);
}
li[component="post"] .content,
li[component="post"] .content p,
.topic-text,
.post-content {
font-size: 1rem;
line-height: 1.58;
}
.bottombar-nav {
box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.28);
}
}