Flat purple panels, themed 404, global gold links (#23)
- Replaces the diagonal plum/velvet panel gradients with flat subtle purples (anchored to the group-card tone `rgb(24,20,29)`); the topbar uses the same flat tone so it meshes with the panels.
- Adds a Westgate-themed 404 page ("You've wandered off the map." / Night Masks warning) with a mask icon, vertically centered in the content area. Strings live in `languages/en-GB/westgate.json`.
- Sets Bootstrap link CSS variables globally so utility-classed links (`alert-link`, `link-*`) get the wiki gold like plain anchors already did. Topic-title parchment override is untouched.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Reviewed-on: #23
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #23.
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
$wg-topbar-panel-bg: linear-gradient(
|
||||
100deg,
|
||||
#2a1222 0%,
|
||||
#19161f 23%,
|
||||
#121017 62%,
|
||||
#0d0c11 100%
|
||||
);
|
||||
$wg-topbar-panel-bg: rgba(21, 17, 26, 0.98);
|
||||
|
||||
.wg-layout-container {
|
||||
min-height: 100vh;
|
||||
@@ -14,9 +8,7 @@ $wg-topbar-panel-bg: linear-gradient(
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
color: var(--wg-text-soft);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 241, 196, 0.035), transparent 42%),
|
||||
linear-gradient(90deg, rgba(42, 18, 34, 0.96), rgba(15, 13, 18, 0.98) 38%, rgba(9, 8, 11, 0.99));
|
||||
background: rgba(24, 20, 29, 0.98);
|
||||
border-bottom: 1px solid rgba(194, 163, 90, 0.2);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.04),
|
||||
|
||||
Reference in New Issue
Block a user