-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 93cbf9c 🚀
- Loading branch information
Showing
2 changed files
with
11,428 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,248 @@ | ||
form.svelte-1ajygs9{max-width:15em;margin:auto}fieldset.svelte-1ajygs9{margin:0;padding:0;display:flex;flex-flow:column nowrap;border:0}#add fieldset.svelte-1ajygs9{gap:1em}input.svelte-1ajygs9{font-size:1.5em;font-weight:700;font-family:inherit;line-height:2em;text-align:center;outline:0;width:100%;background:transparent;border:2px solid currentColor;border-radius:.25rem;color:inherit;margin:auto}input[type=date].svelte-1ajygs9::-webkit-datetime-edit{flex:1}input.clear.svelte-1ajygs9{border-color:transparent}form.svelte-1ajygs9 button:where(.svelte-1ajygs9){min-width:100%}svg.svelte-e5fszy{flex:0 0 var(--icon-size)}.spin.svelte-e5fszy{animation:svelte-e5fszy-spin .75s linear infinite}.bordered.svelte-e5fszy{box-shadow:0 0 0 1px var(--color-border);border-radius:4px}@keyframes svelte-e5fszy-spin{to{transform:rotate(360deg)}}button.svelte-11jjohb{background:transparent}button.svelte-11jjohb:hover{background-color:#f2f2f250}button.svelte-11jjohb:hover:active{background-color:#f2f2f200}button.svelte-1wl0gbz{padding:0}button.clear.svelte-1wl0gbz{background:transparent;font-family:inherit;font-weight:inherit}li.svelte-1ntyu6w{position:relative}li.svelte-1ntyu6w:after{content:attr(id);font-size:20%;font-weight:400;position:absolute;inset:90% 0 0}ul.svelte-bj2ksd{list-style:none;padding:0;margin:0 0 .5em;font-size:calc(100vw / var(--county-length, 5) + 1em);font-weight:700;display:flex;justify-content:center;gap:.25em}blockquote.svelte-18lskcb{font-size:large;margin:0}blockquote.svelte-18lskcb p:where(.svelte-18lskcb){font-style:italic;margin:1em}:root{--dark: #1c1b22;--light: #f2f2f2;--back: #e9e9ed;--hover: #d0d0d7;--active: #b1b1b9}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--light: #1c1b22;--dark: #f2f2f2;--back: #2b2a33;--hover: #52525e;--active: #5b5b66}}:root{color-scheme:dark;--light: #1c1b22;--dark: #f2f2f2;--back: #2b2a33;--hover: #52525e;--active: #5b5b66}html{height:100vh;font-family:system-ui}html:before{content:"";background:#00000045;position:fixed;z-index:-1;inset:0}html:after{content:attr(title);position:fixed;inset:auto 0 0;font-size:.8rem;font-weight:300;font-family:inherit;text-align:center;opacity:.69}body{margin:0;display:grid;grid-template-rows:1fr 4.5rem;grid-template-columns:1fr;text-align:center;overflow:hidden;height:100%}header,footer{display:flex;align-items:center;justify-content:space-between;padding:1rem}header>*{margin:0}button{text-align:inherit;color:inherit;background-color:var(--back);padding:.45rem 1rem;margin:0;border:0;border-radius:.25rem;font-size:inherit;user-select:none;-webkit-user-select:none;cursor:pointer}button:hover{background-color:var(--hover)}button:hover:active{background-color:var(--active)}button.box{aspect-ratio:1/1;align-items:center;display:flex}a{color:inherit}*{box-sizing:border-box}header.svelte-h7pve0{justify-content:center;padding:0}main.svelte-h7pve0{display:flex;max-width:100vw;overflow:scroll;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}main.svelte-h7pve0::-webkit-scrollbar{display:none}main.svelte-h7pve0>:where(.svelte-h7pve0){flex:1 0 100%;scroll-snap-align:center;align-content:center}section#add.svelte-h7pve0{align-content:center}footer.svelte-h7pve0{justify-content:center}footer.active.svelte-h7pve0{justify-content:space-between} | ||
/* fakecss:/home/runner/work/county/county/src/lib/components/DateForm.esbuild-svelte-fake-css */ | ||
form.svelte-1ajygs9 { | ||
max-width: 15em; | ||
margin: auto; | ||
} | ||
fieldset.svelte-1ajygs9 { | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
flex-flow: column nowrap; | ||
border: 0; | ||
} | ||
#add fieldset.svelte-1ajygs9 { | ||
gap: 1em; | ||
} | ||
input.svelte-1ajygs9 { | ||
font-family: inherit; | ||
font-size: 1.5em; | ||
font-weight: bold; | ||
font-family: inherit; | ||
line-height: 2em; | ||
text-align: center; | ||
margin: 0; | ||
outline: 0; | ||
width: 100%; | ||
background: transparent; | ||
border: 2px solid currentColor; | ||
border-radius: 0.25rem; | ||
color: inherit; | ||
margin: auto; | ||
} | ||
input[type=date].svelte-1ajygs9::-webkit-datetime-edit { | ||
flex: 1; | ||
} | ||
input.clear.svelte-1ajygs9 { | ||
border-color: transparent; | ||
} | ||
form.svelte-1ajygs9 button:where(.svelte-1ajygs9) { | ||
min-width: 100%; | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/Icon.esbuild-svelte-fake-css */ | ||
svg.svelte-e5fszy { | ||
flex: 0 0 var(--icon-size); | ||
} | ||
.spin.svelte-e5fszy { | ||
animation: svelte-e5fszy-spin 0.75s linear infinite; | ||
} | ||
.bordered.svelte-e5fszy { | ||
box-shadow: 0 0 0 1px var(--color-border); | ||
border-radius: 4px; | ||
} | ||
@keyframes svelte-e5fszy-spin { | ||
to { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/Control.esbuild-svelte-fake-css */ | ||
button.svelte-11jjohb { | ||
background: transparent; | ||
} | ||
button.svelte-11jjohb:hover { | ||
background-color: #f2f2f250; | ||
} | ||
button.svelte-11jjohb:hover:active { | ||
background-color: #f2f2f200; | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/Button.esbuild-svelte-fake-css */ | ||
button.svelte-1wl0gbz { | ||
padding: 0; | ||
} | ||
button.clear.svelte-1wl0gbz { | ||
background: transparent; | ||
font-family: inherit; | ||
font-weight: inherit; | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/County.esbuild-svelte-fake-css */ | ||
li.svelte-1ntyu6w { | ||
position: relative; | ||
} | ||
li.svelte-1ntyu6w::after { | ||
content: attr(id); | ||
font-size: 20%; | ||
font-weight: normal; | ||
position: absolute; | ||
inset: 0; | ||
top: 90%; | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/Counter.esbuild-svelte-fake-css */ | ||
ul.svelte-bj2ksd { | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
font-size: calc(100vw / var(--county-length, 5) + 1em); | ||
font-weight: bold; | ||
display: flex; | ||
justify-content: center; | ||
gap: 0.25em; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
/* fakecss:/home/runner/work/county/county/src/lib/components/Quote.esbuild-svelte-fake-css */ | ||
blockquote.svelte-18lskcb { | ||
font-size: large; | ||
margin: 0; | ||
} | ||
blockquote.svelte-18lskcb p:where(.svelte-18lskcb) { | ||
font-style: italic; | ||
margin: 1em; | ||
} | ||
|
||
/* src/css/theme.css */ | ||
:root { | ||
--dark: #1c1b22; | ||
--light: #f2f2f2; | ||
--back: #e9e9ed; | ||
--hover: #d0d0d7; | ||
--active: #b1b1b9; | ||
} | ||
@media (prefers-color-scheme: dark) { | ||
:root { | ||
color-scheme: dark; | ||
--light: #1c1b22; | ||
--dark: #f2f2f2; | ||
--back: #2b2a33; | ||
--hover: #52525e; | ||
--active: #5b5b66; | ||
} | ||
} | ||
:root { | ||
color-scheme: dark; | ||
--light: #1c1b22; | ||
--dark: #f2f2f2; | ||
--back: #2b2a33; | ||
--hover: #52525e; | ||
--active: #5b5b66; | ||
} | ||
|
||
/* src/css/base.css */ | ||
html { | ||
height: 100vh; | ||
font-family: system-ui; | ||
} | ||
html::before { | ||
content: ""; | ||
background: rgba(0, 0, 0, 0.27); | ||
position: fixed; | ||
z-index: -1; | ||
inset: 0; | ||
} | ||
html::after { | ||
content: attr(title); | ||
position: fixed; | ||
inset: 0; | ||
bottom: 0; | ||
top: auto; | ||
font-size: 0.8rem; | ||
font-weight: 300; | ||
font-family: inherit; | ||
text-align: center; | ||
opacity: 0.69; | ||
} | ||
body { | ||
margin: 0; | ||
display: grid; | ||
grid-template-rows: 1fr 4.5rem; | ||
grid-template-columns: 1fr; | ||
text-align: center; | ||
overflow: hidden; | ||
height: 100%; | ||
} | ||
header, | ||
footer { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
padding: 1rem; | ||
} | ||
header > * { | ||
margin: 0; | ||
} | ||
button { | ||
text-align: inherit; | ||
color: inherit; | ||
background-color: var(--back); | ||
padding: 0.45rem 1rem; | ||
margin: 0; | ||
border: 0; | ||
border-radius: 0.25rem; | ||
font-size: inherit; | ||
user-select: none; | ||
-webkit-user-select: none; | ||
cursor: pointer; | ||
} | ||
button:hover { | ||
background-color: var(--hover); | ||
} | ||
button:hover:active { | ||
background-color: var(--active); | ||
} | ||
button.box { | ||
aspect-ratio: 1/1; | ||
align-items: center; | ||
display: flex; | ||
} | ||
a { | ||
color: inherit; | ||
} | ||
* { | ||
box-sizing: border-box; | ||
} | ||
|
||
/* src/app.css */ | ||
|
||
/* fakecss:/home/runner/work/county/county/src/App.esbuild-svelte-fake-css */ | ||
header.svelte-h7pve0 { | ||
justify-content: center; | ||
padding: 0; | ||
} | ||
main.svelte-h7pve0 { | ||
display: flex; | ||
max-width: 100vw; | ||
overflow: scroll; | ||
scroll-snap-type: x mandatory; | ||
-ms-overflow-style: none; | ||
scrollbar-width: none; | ||
} | ||
main.svelte-h7pve0::-webkit-scrollbar { | ||
display: none; | ||
} | ||
main.svelte-h7pve0 > :where(.svelte-h7pve0) { | ||
flex: 1 0 100%; | ||
scroll-snap-align: center; | ||
align-content: center; | ||
} | ||
section#add.svelte-h7pve0 { | ||
align-content: center; | ||
} | ||
footer.svelte-h7pve0 { | ||
justify-content: center; | ||
} | ||
footer.active.svelte-h7pve0 { | ||
justify-content: space-between; | ||
} |
Oops, something went wrong.