summaryrefslogtreecommitdiff
path: root/internal/web/static
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 15:07:12 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 15:07:12 +0200
commit310ac404f25b412c5c1ead12247b4eb36e9f0025 (patch)
tree6e1dcc5e1f85a483cef7044d341b7c940c1690a8 /internal/web/static
parent44472bbe31475a3c672ae003d928d7caffb4b50a (diff)
parentc5abf87fa7198c8f245f407774e2326e4b6c9b9c (diff)
downloadlectio-310ac404f25b412c5c1ead12247b4eb36e9f0025.tar.gz
lectio-310ac404f25b412c5c1ead12247b4eb36e9f0025.zip
Merge branch 'engine-precedence-fixes': OF/EF calendar+readings flawlessness pass
Per-day validation vs litcal (OF) and missalemeum (EF) 2005-2050, all defects fixed and re-validated to zero: OF calendar 0 real errors forward, OF readings 0 unresolvable, EF 0 reading gaps + resumed Sundays correct.
Diffstat (limited to 'internal/web/static')
-rw-r--r--internal/web/static/base.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css
index d9d0e59..d367c15 100644
--- a/internal/web/static/base.css
+++ b/internal/web/static/base.css
@@ -296,3 +296,17 @@ a {
/* Export links (download the readings). */
.export { font-family: var(--font-ui); font-size: 0.85rem; }
.export a { margin: 0 0.15rem; }
+
+/* Licence footer: the AGPL-3.0 §13 source offer, on every full page.
+ * Quiet by design but never hidden -- §13 asks for a PROMINENT offer, so
+ * this must not be display:none'd or themed to invisibility. Colour (border
+ * and text) is the theme's, per this file's no-colour rule. */
+.licence {
+ max-width: var(--measure);
+ margin: var(--space-4) auto 0;
+ padding-top: var(--space-2);
+ border-top-width: 1px;
+ border-top-style: solid;
+ font-family: var(--font-ui);
+ font-size: 0.75rem;
+}