diff options
Diffstat (limited to 'src/parts/start.html')
| -rw-r--r-- | src/parts/start.html | 96 |
1 files changed, 95 insertions, 1 deletions
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"> |