aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/wwwroot/styles.css
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
commit1790a3f5447907338cdbbfc9f44256cf74f36e31 (patch)
tree2afa8a436075ef5be465ae21011696de6890a215 /TJLaskuri.Web/wwwroot/styles.css
parent6b46930cfd23c59a359460c84085e9333aea4521 (diff)
Rebrand to Aamukampa
Diffstat (limited to 'TJLaskuri.Web/wwwroot/styles.css')
-rw-r--r--TJLaskuri.Web/wwwroot/styles.css72
1 files changed, 0 insertions, 72 deletions
diff --git a/TJLaskuri.Web/wwwroot/styles.css b/TJLaskuri.Web/wwwroot/styles.css
deleted file mode 100644
index 66a6ef5..0000000
--- a/TJLaskuri.Web/wwwroot/styles.css
+++ /dev/null
@@ -1,72 +0,0 @@
-* {
- box-sizing: border-box;
- max-width: none;
-}
-
-html {
- font-size: 100%;
-}
-
-@font-face {
- font-family: 'Cooper Black';
- font-weight: normal;
- font-style: normal;
- font-display: swap;
- src:
- local('Cooper Black'),
- url('https://cdn.jsdelivr.net/npm/fonts-archive-cooper-black/CooperBlack-Regular.woff2') format('woff2'),
- url('https://cdn.jsdelivr.net/npm/fonts-archive-cooper-black/CooperBlack-Regular.woff') format('woff'),
- url('https://cdn.jsdelivr.net/npm/fonts-archive-cooper-black/CooperBlack-Regular.otf') format('opentype'),
- url('https://cdn.jsdelivr.net/npm/fonts-archive-cooper-black/CooperBlack-Regular.ttf') format('truetype');
-}
-
-body {
- font-family: "Cooper Black", serif;
- font-weight: bold;
- max-width: 50rem;
- margin: 0 auto;
- padding: 1rem;
-}
-
-.counter {
- padding: 2rem;
- text-align: center;
- font-size: 2.5rem;
- font-weight: 900;
-}
-
-.counter_title {
- display: block;
- font-size: 1.2em;
-}
-
-.counter_value {
- display: block;
- margin: 0;
- font-weight: 900;
- font-size: 2.5em;
-}
-
-.counter_mornings {
- display: block;
-}
-
-.progress-bar {
- height: 25px;
- border-radius: 5px;
- border: 1px solid black;
- background-color: lightgrey;
-}
-
-.progress-bar_value {
- color: white;
- height: 100%;
- display: flex;
- padding: 0 10px;
- justify-content: flex-end;
- align-items: center;
- white-space: nowrap;
- text-align: center;
- border-radius: 5px;
- min-width: 0;
-}