Files
sow-nodebb-theme/templates/404.tpl
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

13 lines
533 B
Smarty

<div class="flex-fill d-flex flex-column justify-content-center">
<h2 class="fw-semibold tracking-tight text-center">[[westgate:404.title]]</h2>
<div class="mx-auto">
<div class="d-flex flex-column gap-3 justify-content-center text-center">
<div class="mx-auto p-4">
<i class="text-secondary fa fa-fw fa-4x {{{ if icon }}}{icon}{{{ else }}}fa-mask{{{ end }}}"></i>
</div>
<p class="mb-0">{{{ if error }}}{tx(error)}{{{ else }}}[[westgate:404.message, {config.relative_path}]]{{{ end }}}</p>
</div>
</div>
</div>