diff options
| author | San Jacobs | 2025-12-19 22:10:00 +0100 |
|---|---|---|
| committer | San Jacobs | 2025-12-19 22:10:00 +0100 |
| commit | a1a60d2bafac9ac34e9126a8b48f502c27c3a0c4 (patch) | |
| tree | 2f856db51d2b5743ec14498eec0e7729a6f4a0c6 /src/parts | |
| parent | 8a16b93457514da0f55b1fba82be5c9155621f6a (diff) | |
| download | better-report-a1a60d2bafac9ac34e9126a8b48f502c27c3a0c4.tar.gz better-report-a1a60d2bafac9ac34e9126a8b48f502c27c3a0c4.tar.bz2 better-report-a1a60d2bafac9ac34e9126a8b48f502c27c3a0c4.zip | |
Major comfy restructure
Diffstat (limited to 'src/parts')
| -rw-r--r-- | src/parts/end.html | 1 | ||||
| -rw-r--r-- | src/parts/footer.html | 3 | ||||
| -rw-r--r-- | src/parts/knekt.html (renamed from src/parts/start2.html) | 94 | ||||
| -rw-r--r-- | src/parts/start.html | 96 |
4 files changed, 100 insertions, 94 deletions
diff --git a/src/parts/end.html b/src/parts/end.html index fb5a632..5c2fba1 100644 --- a/src/parts/end.html +++ b/src/parts/end.html @@ -1,6 +1,7 @@ </tbody> </table> </div> +¤¤¤FOOTER¤¤¤ </body> <script type="text/javascript"> diff --git a/src/parts/footer.html b/src/parts/footer.html new file mode 100644 index 0000000..d725a55 --- /dev/null +++ b/src/parts/footer.html @@ -0,0 +1,3 @@ + <center> + <p style="font-size:10px;opacity:70%">¤¤¤PROCESS¤¤¤ with 💜 using <a target="_blank" rel="noopener noreferrer" href="https://sparkburst.net/software/#Report">Report</a> by SJS of <a target="_blank" rel="noopener noreferrer" href="https://knektlyd.no/">Knekt Lyd</a><br>v¤¤¤VERSION¤¤¤</p> + </center>
\ No newline at end of file diff --git a/src/parts/start2.html b/src/parts/knekt.html index 0923a78..565ab1f 100644 --- a/src/parts/start2.html +++ b/src/parts/knekt.html @@ -1,94 +1,3 @@ -</title> - - <link rel="icon" href="/favicon.ico"> - <link rel="icon" href="/favicon.svg" type="image/svg+xml"> - - - <style> - html { - color: white; - background: #141414; - font-family: sans-serif; - } - td { - padding: 3px 6px; - background: #181818; - border-radius: 3px; - border: #ffffff0d solid 1px; - } - th { - border-radius: 3px; - padding: 5px 3px; - cursor: pointer; - font-weight: bold; - } - td.highlight-col, - tr.highlight-row td { - background: #202020; - } - thead { - top: 0; - position: sticky; - background: #141414; - outline: #fff1 solid 1px 1px 1px 3px; - } - .main-container { - width: max-content; - display: block; - margin: auto; - } - .header-tr { - border-bottom: solid 1px #fff3; - } - .current-sort { - background: #424; - } - .prelude { - background: #ffffff0c; - padding: 20px; - margin-bottom: 5px; - border-radius: 4px; - display: flex; - } - .prelude p { - margin: 2px 0px; - } - .prelude b { - - } - svg { - filter: invert(); - display: block; - margin: auto; - } - h1 { - font-size: 16px; - margin-top: 3px; - margin-bottom: 10px; - } - h6 { - font-family: monospace; - font-size: 10px; - } - a { - color: #c0f; - text-underline: 0px; - } - .logo-section { - width: min-content; - margin-right: 15px; - } - </style> - - -</head> - - - -<body> - - <div class="main-container"> - <div class="prelude"> <div class="logo-section"> <a href="https://knektlyd.no/"> <svg width="110px" viewBox="0 0 123 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> @@ -102,6 +11,5 @@ </svg> </a> <h1 style="width:max-content;margin:auto;">Lydrapport</h1> - <h6 style="width:max-content;margin:auto;">Version 1.4</h6> + <h6 style="width:max-content;margin:auto;">Versjon ¤¤¤VERSION¤¤¤</h6> </div> - <div class="info-section"> diff --git a/src/parts/start.html b/src/parts/start.html index d374a68..7cd1d00 100644 --- a/src/parts/start.html +++ b/src/parts/start.html @@ -6,4 +6,98 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>
\ No newline at end of file + <title>¤¤¤TITLE¤¤¤</title> + <style> + html { + color: white; + background: #141414; + font-family: sans-serif; + } + td { + padding: 3px 6px; + background: #181818; + border-radius: 3px; + border: #ffffff0d solid 1px; + } + th { + border-radius: 3px; + padding: 5px 3px; + cursor: pointer; + font-weight: bold; + } + td.highlight-col, + tr.highlight-row td { + background: #202020; + } + thead { + top: 0; + position: sticky; + background: #141414; + outline: #fff1 solid 1px 1px 1px 3px; + } + .main-container { + width: max-content; + display: block; + margin: auto; + } + .header-tr { + border-bottom: solid 1px #fff3; + } + .current-sort { + background: #424; + } + .prelude { + background: #ffffff0c; + padding: 20px; + margin-bottom: 5px; + border-radius: 4px; + display: flex; + } + .prelude p { + margin: 2px 0px; + } + .prelude b { + + } + .day-title { + margin-top:0; + font-size: 24px; + border-bottom: #fff4 solid 1px; + } + svg { + filter: invert(); + display: block; + margin: auto; + } + h1 { + font-size: 16px; + margin-top: 3px; + margin-bottom: 10px; + } + h6 { + font-family: monospace; + font-size: 10px; + } + a { + color: #c0f; + text-underline: 0px; + } + .info-section { + width: 100%; + } + .logo-section { + width: min-content; + margin-right: 15px; + } + </style> + + +</head> + + + +<body> + <div class="main-container"> + <div class="prelude"> +¤¤¤LOGO¤¤¤ + <div class="info-section"> |