aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 14:18:31 -0400
committerBobby <[email protected]>2024-08-25 14:18:31 -0400
commit7c280225b9eadf76dde209792a4214fb4dcd7f99 (patch)
tree15e79ac888ad483ff7e3b192d012537e0a94f9ed /static/css
parent7a78f78007eae768c1c56ba4d67546845e622284 (diff)
downloadyugen-7c280225b9eadf76dde209792a4214fb4dcd7f99.tar.xz
yugen-7c280225b9eadf76dde209792a4214fb4dcd7f99.zip
homepage layout done
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css96
1 files changed, 96 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 84d3eed..0b5b74c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -683,10 +683,26 @@ video {
height: 1rem;
}
+.h-24 {
+ height: 6rem;
+}
+
+.h-56 {
+ height: 14rem;
+}
+
+.h-40 {
+ height: 10rem;
+}
+
.max-h-24 {
max-height: 6rem;
}
+.max-h-12 {
+ max-height: 3rem;
+}
+
.w-6 {
width: 1.5rem;
}
@@ -728,6 +744,28 @@ video {
width: 1rem;
}
+.w-56 {
+ width: 14rem;
+}
+
+.w-20 {
+ width: 5rem;
+}
+
+.w-32 {
+ width: 8rem;
+}
+
+.max-w-fit {
+ max-width: -moz-fit-content;
+ max-width: fit-content;
+}
+
+.max-w-max {
+ max-width: -moz-max-content;
+ max-width: max-content;
+}
+
.-translate-x-1\/2 {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -812,6 +850,32 @@ video {
overflow: auto;
}
+.overflow-hidden {
+ overflow: hidden;
+}
+
+.overflow-clip {
+ overflow: clip;
+}
+
+.truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.text-ellipsis {
+ text-overflow: ellipsis;
+}
+
+.whitespace-normal {
+ white-space: normal;
+}
+
+.whitespace-nowrap {
+ white-space: nowrap;
+}
+
.rounded {
border-radius: 0.25rem;
}
@@ -828,6 +892,10 @@ video {
border-radius: 0.75rem;
}
+.rounded-sm {
+ border-radius: 0.125rem;
+}
+
.border {
border-width: 1px;
}
@@ -1047,10 +1115,19 @@ video {
line-height: 1rem;
}
+.text-2xl {
+ font-size: 1.5rem;
+ line-height: 2rem;
+}
+
.font-bold {
font-weight: 700;
}
+.uppercase {
+ text-transform: uppercase;
+}
+
.text-purple-400 {
--tw-text-opacity: 1;
color: rgb(192 132 252 / var(--tw-text-opacity));
@@ -1130,6 +1207,21 @@ video {
color: rgb(234 179 8 / var(--tw-text-opacity));
}
+.text-gray-400 {
+ --tw-text-opacity: 1;
+ color: rgb(156 163 175 / var(--tw-text-opacity));
+}
+
+.text-gray-300 {
+ --tw-text-opacity: 1;
+ color: rgb(209 213 219 / var(--tw-text-opacity));
+}
+
+.text-gray-200 {
+ --tw-text-opacity: 1;
+ color: rgb(229 231 235 / var(--tw-text-opacity));
+}
+
.outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
@@ -1177,6 +1269,10 @@ main {
/* Light gray for inactive bullets */
}
+.hover\:bg-opacity-20:hover {
+ --tw-bg-opacity: 0.2;
+}
+
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));