From 819fb9ca5082175f4afc595766e75dd2f045395b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 13 Nov 2024 20:25:55 +0200 Subject: Style update, refactoring with generator usage, bugfixes --- src/css/akn.css | 47 ++++++++--------- src/fonts/Doto.woff2 | Bin 0 -> 8664 bytes src/img/chat-logo.png | Bin 0 -> 5884 bytes src/img/mixtapes-logo.png | Bin 0 -> 3210 bytes src/img/news-logo.png | Bin 0 -> 2764 bytes src/img/radio-logo.png | Bin 0 -> 39213 bytes src/img/stellar.svg | 8 +++ src/index.html | 24 +-------- src/js/app.js | 33 +++++++++++- src/js/arching-kaos-stellar-network.js | 90 ++++++++++++--------------------- src/js/arching-kaos-tools.js | 8 +-- src/js/arching-kaos-web-ui-settings.js | 58 ++++++++------------- src/js/ui/footer.js | 41 +++++++++++++++ src/js/ui/mainLayout.js | 14 +++++ src/js/url-generators.js | 18 +++---- 15 files changed, 183 insertions(+), 158 deletions(-) create mode 100644 src/fonts/Doto.woff2 create mode 100644 src/img/chat-logo.png create mode 100644 src/img/mixtapes-logo.png create mode 100644 src/img/news-logo.png create mode 100644 src/img/radio-logo.png create mode 100644 src/img/stellar.svg create mode 100644 src/js/ui/footer.js create mode 100644 src/js/ui/mainLayout.js diff --git a/src/css/akn.css b/src/css/akn.css index e7ded1e..6298fbd 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -8,15 +8,15 @@ } @font-face { - font-family: 'Hack Nerd Font'; - src: url('../fonts/Hack.woff2') format('woff'); - font-weight: normal; + font-family: 'Doto'; + src: url('../fonts/Doto.woff2') format('woff'); + font-weight: 700; } body { - word-break: break-all; + word-break: normal; padding: 1%; - font-family: 'Hack Nerd Font'; + font-family: 'Doto'; font-size: medium; background-color: #1a1a1a; color: #7ef07e; @@ -86,17 +86,18 @@ fieldset { #menu a {display:inline-block;} -.footer p { margin: 0px; } +#footer p { margin: 0px; } -.footer { +#footer div { display: flex; gap: 5px; flex-direction: row; } +#footer { text-align: center; } .inv {display:block;text-align:center;} -pre {overflow:auto;} - -.whole{ +pre { + font-family: 'Doto'; + overflow:auto; } #gotop-link{ @@ -234,7 +235,7 @@ article { top: 48px; /* background-color: #2a2a2a;*/ background-color: #000000; - bottom: 62px; + bottom: 32px; width: auto; right: 0vw; left: 0vw; @@ -242,7 +243,7 @@ article { padding-right: 2vw; padding-top: 1vh; padding-bottom: 1vh; - max-height: 80vh; + max-height: 90vh; height: auto; min-height: 45vh; overflow-y: auto; @@ -300,7 +301,7 @@ button { /* color: rgb(51, 200, 234);*/ color: rgb(0, 255, 231); text-decoration: none; - font-family: 'Hack Nerd Font'; + font-family: 'Doto'; border: 1px solid #17392e; padding: 10px; margin: 1px; @@ -396,6 +397,7 @@ audio { summary { background-color: #080808; padding: 4px; + word-break: break-all; } details { @@ -434,18 +436,11 @@ details { } #settings-section button {} -footer { - position: absolute; - right: 0; - bottom: 0; - padding: 2px; - text-align: right; -} -.footer { +#footer { margin: 0px; font-size: medium; position: fixed; - height: 62px; + height: 32px; display: flex; justify-content: center; align-items: center; @@ -492,13 +487,13 @@ footer { } } -@media (max-width: 880px) { - .footer { - font-size: smaller; +@media (max-width: 960px) { + #footer { + font-size: 8px; gap: 0px; flex-direction: column; } - .footer span { + #footer span { display: none; } } diff --git a/src/fonts/Doto.woff2 b/src/fonts/Doto.woff2 new file mode 100644 index 0000000..cba4776 Binary files /dev/null and b/src/fonts/Doto.woff2 differ diff --git a/src/img/chat-logo.png b/src/img/chat-logo.png new file mode 100644 index 0000000..e3f42f1 Binary files /dev/null and b/src/img/chat-logo.png differ diff --git a/src/img/mixtapes-logo.png b/src/img/mixtapes-logo.png new file mode 100644 index 0000000..4320ed4 Binary files /dev/null and b/src/img/mixtapes-logo.png differ diff --git a/src/img/news-logo.png b/src/img/news-logo.png new file mode 100644 index 0000000..9c6b6eb Binary files /dev/null and b/src/img/news-logo.png differ diff --git a/src/img/radio-logo.png b/src/img/radio-logo.png new file mode 100644 index 0000000..6727540 Binary files /dev/null and b/src/img/radio-logo.png differ diff --git a/src/img/stellar.svg b/src/img/stellar.svg new file mode 100644 index 0000000..1a1c2f4 --- /dev/null +++ b/src/img/stellar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/index.html b/src/index.html index 3541763..913d160 100644 --- a/src/index.html +++ b/src/index.html @@ -222,29 +222,9 @@ + @@ -262,8 +242,8 @@ - +