add metafest page

This commit is contained in:
2024-08-27 10:32:30 +02:00
parent 8b8dbb1b75
commit b13dd41c68
346 changed files with 8840 additions and 659 deletions

View File

@@ -825,6 +825,12 @@ video {
.-mt-0\.5 {
margin-top: -0.125rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.block {
display: block;
}
@@ -1033,6 +1039,9 @@ video {
.gap-8 {
gap: 2rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-x-10 {
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
@@ -1085,6 +1094,10 @@ video {
.gap-y-12 {
row-gap: 3rem;
}
.gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1100,6 +1113,16 @@ video {
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
overflow: hidden;
}
@@ -1133,6 +1156,9 @@ video {
.rounded-sm {
border-radius: 0.125rem;
}
.rounded-full {
border-radius: 9999px;
}
.border {
border-width: 1px;
}
@@ -1188,6 +1214,18 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-900\/10 {
background-color: rgb(17 24 39 / 0.1);
}
.bg-indigo-600\/10 {
background-color: rgb(79 70 229 / 0.1);
}
.bg-blue-600\/10 {
background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-700\/10 {
background-color: rgb(29 78 216 / 0.1);
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
@@ -1296,6 +1334,10 @@ video {
padding-left: 0.875rem;
padding-right: 0.875rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
@@ -1338,6 +1380,9 @@ video {
.pb-8 {
padding-bottom: 2rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.text-center {
text-align: center;
}
@@ -1379,6 +1424,10 @@ video {
font-size: 0.75rem;
line-height: 1rem;
}
.text-5xl {
font-size: 3rem;
line-height: 3.5rem;
}
.font-bold {
font-weight: 700;
}
@@ -1461,6 +1510,10 @@ video {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
@@ -1503,12 +1556,18 @@ video {
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + 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);
}
.ring-inset {
--tw-ring-inset: inset;
}
.ring-gray-400\/10 {
--tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-gray-900\/10 {
--tw-ring-color: rgb(17 24 39 / 0.1);
}
.ring-indigo-600\/10 {
--tw-ring-color: rgb(79 70 229 / 0.1);
}
.filter {
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);
}
@@ -1572,6 +1631,9 @@ video {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity));
}
.hover\:ring-gray-900\/20:hover {
--tw-ring-color: rgb(17 24 39 / 0.2);
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
@@ -1655,6 +1717,10 @@ video {
margin-top: 5rem;
}
.sm\:mt-32 {
margin-top: 8rem;
}
.sm\:block {
display: block;
}
@@ -1885,6 +1951,10 @@ video {
margin-top: 3.5rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:block {
display: block;
}