Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# ignored folders
.vscode/
node_modules/
src/

# ignored files
.vscode/launch.json
jsconfig.json

# ignore the app configuration file
public/js/the_config.js
89 changes: 89 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "public/index.html",
"scripts": {
"start": "npm run build && live-server public",
"build": "tailwindcss build src/css/input.css -o public/css/style.css --watch"
"build": "tailwindcss build -i src/css/input.css -o public/css/style.css --watch"
},
"repository": {
"type": "git",
Expand All @@ -21,6 +21,8 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3"
}
}
}
126 changes: 76 additions & 50 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,19 @@ select {
position: relative;
}

.sticky {
position: sticky;
}

.bottom-0 {
bottom: 0px;
}

.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
Expand All @@ -773,6 +786,10 @@ select {
margin-top: 0.25rem;
}

.mt-auto {
margin-top: auto;
}

.block {
display: block;
}
Expand Down Expand Up @@ -813,12 +830,20 @@ select {
height: 1.5rem;
}

.min-h-screen {
min-height: 100vh;
}

.w-1\/2 {
width: 50%;
}

.w-1\/6 {
width: 16.666667%;
}

.w-36 {
width: 9rem;
.w-40 {
width: 10rem;
}

.w-5\/6 {
Expand All @@ -833,13 +858,8 @@ select {
width: 1.5rem;
}

.w-40 {
width: 10rem;
}

.min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
.w-full {
width: 100%;
}

.min-w-full {
Expand Down Expand Up @@ -892,6 +912,10 @@ select {
border-radius: 0.25rem;
}

.rounded-full {
border-radius: 9999px;
}

.rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
Expand Down Expand Up @@ -920,6 +944,11 @@ select {
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-slate-800 {
--tw-bg-opacity: 1;
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-900 {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
Expand All @@ -930,24 +959,19 @@ select {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-slate-200 {
--tw-bg-opacity: 1;
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.object-cover {
-o-object-fit: cover;
object-fit: cover;
}

.p-4 {
padding: 1rem;
}

.p-2 {
padding: 0.5rem;
}

.p-4 {
padding: 1rem;
}

.px-8 {
padding-left: 2rem;
padding-right: 2rem;
Expand All @@ -958,6 +982,21 @@ select {
padding-bottom: 1rem;
}

.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}

.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}

.pt-8 {
padding-top: 2rem;
}
Expand All @@ -971,6 +1010,15 @@ select {
line-height: 2rem;
}

.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}

.font-bold {
font-weight: 700;
}

.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
Expand All @@ -982,23 +1030,12 @@ select {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-slate-800 {
--tw-shadow-color: #1e293b;
--tw-shadow: var(--tw-shadow-colored);
}

.blur {
--tw-blur: blur(8px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
Expand All @@ -1008,12 +1045,6 @@ select {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}

.transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
Expand All @@ -1026,14 +1057,6 @@ select {
transition-duration: 150ms;
}

.duration-200 {
transition-duration: 200ms;
}

.duration-100 {
transition-duration: 100ms;
}

@keyframes spin {
to {
transform: rotate(360deg);
Expand All @@ -1058,6 +1081,16 @@ select {
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:bg-slate-800:hover {
--tw-bg-opacity: 1;
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.hover\:bg-slate-400:hover {
--tw-bg-opacity: 1;
background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.hover\:shadow-sm:hover {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
Expand All @@ -1078,11 +1111,4 @@ select {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (prefers-color-scheme: dark) {
.dark\:bg-slate-900 {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
}
Loading