From 4f0fcaaddf86e1a8067cd5b155c82d19f24846eb Mon Sep 17 00:00:00 2001 From: Tero Date: Sat, 19 Sep 2026 14:35:50 +0300 Subject: [PATCH] Add Eternity-larry some visible fixes --- eternity-larry/images/watermark.svg | 10 ++++++++++ eternity-larry/includes/links.html | 13 +++++++++++++ eternity-larry/mail.css | 1 + eternity-larry/styles.css | 9 +++++++++ eternity-larry/watermark.html | 24 ++++++++++++++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 eternity-larry/images/watermark.svg create mode 100644 eternity-larry/includes/links.html create mode 100644 eternity-larry/mail.css create mode 100644 eternity-larry/watermark.html diff --git a/eternity-larry/images/watermark.svg b/eternity-larry/images/watermark.svg new file mode 100644 index 0000000..143abb3 --- /dev/null +++ b/eternity-larry/images/watermark.svg @@ -0,0 +1,10 @@ + + + + + + + + ETERNITY + PROJECT / FI + \ No newline at end of file diff --git a/eternity-larry/includes/links.html b/eternity-larry/includes/links.html new file mode 100644 index 0000000..5fc056e --- /dev/null +++ b/eternity-larry/includes/links.html @@ -0,0 +1,13 @@ + + + + + + + +.css" /> + + + + + \ No newline at end of file diff --git a/eternity-larry/mail.css b/eternity-larry/mail.css new file mode 100644 index 0000000..66021c1 --- /dev/null +++ b/eternity-larry/mail.css @@ -0,0 +1 @@ +@import "../larry/mail.css"; \ No newline at end of file diff --git a/eternity-larry/styles.css b/eternity-larry/styles.css index d98434a..d79faa0 100644 --- a/eternity-larry/styles.css +++ b/eternity-larry/styles.css @@ -122,4 +122,13 @@ button:hover, #login-form #logo { max-width: 260px; height: auto; +} + +#toplogo { + display: block; + width: 180px; + max-width: calc(100% - 40px); + height: auto; + max-height: 36px; + margin: 8px 12px; } \ No newline at end of file diff --git a/eternity-larry/watermark.html b/eternity-larry/watermark.html new file mode 100644 index 0000000..39b34d0 --- /dev/null +++ b/eternity-larry/watermark.html @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file