summaryrefslogtreecommitdiff
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css67
1 files changed, 1 insertions, 66 deletions
diff --git a/static/input.css b/static/input.css
index 47e7d16..8c0069b 100644
--- a/static/input.css
+++ b/static/input.css
@@ -139,18 +139,10 @@ a:hover {
color: var(--main-medium-color);
}
-.text-main-light {
- color: var(--main-light-color);
-}
-
.text-background-dark {
color: var(--background-dark-color);
}
-.text-background-light {
- color: var(--background-dark-color);
-}
-
.text-secondary {
color: var(--secondary-color);
}
@@ -159,14 +151,6 @@ a:hover {
background-color: var(--main-dark-color);
}
-.bg-main-medium {
- background-color: var(--main-medium-color);
-}
-
-.bg-main-light {
- background-color: var(--main-light-color);
-}
-
.bg-background-dark {
background-color: var(--background-dark-color);
}
@@ -183,26 +167,6 @@ a:hover {
border-color: var(--main-medium-color);
}
-.border-main-light {
- border-color: var(--main-light-color);
-}
-
-.border-background-dark {
- border-color: var(--background-dark-color);
-}
-
-.border-background-light {
- border-color: var(--background-light-color);
-}
-
-.border-inset {
- border-style: inset;
-}
-
-.border-outset {
- border-style: outset;
-}
-
.desktop-sidebar-custom {
width: 5vw;
background-size: calc(var(--squares-and-triangles-background-size) * 1vw);
@@ -319,20 +283,6 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar {
border: 0.3vmax outset var(--main-light-color);
}
-.custom-svg-marker {
- background: transparent;
- border: none;
-}
-
-.custom-svg-marker svg {
- filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
- transition: transform 0.2s;
-}
-
-.custom-svg-marker:hover svg {
- transform: scale(1.1);
-}
-
.lg-backdrop {
background-color: var(--background-light-color);
opacity: 0.8 !important;
@@ -377,10 +327,6 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar {
bottom: calc(10vmin + 5vmax) !important;
}
-.lg-outer[class~="lg-single-item"] .lg-content {
- bottom: 5vmax !important;
-}
-
.lg-thumb-item {
width: 10vmin !important;
height: 10vmin !important;
@@ -581,10 +527,6 @@ body[data-theme~="ram"] .leaflet-tile {
width: 100vw;
}
- .ar-lt-0\.8\:max-h-\[25\%\] {
- max-height: 25%;
- }
-
.ar-lt-0\.8\:max-h-\[80\%\] {
max-height: 80%;
}
@@ -616,7 +558,7 @@ body[data-theme~="ram"] .leaflet-tile {
}
}
-.night-star {
+.star {
color: var(--color-yellow-100);
animation-name: blink;
animation-duration: 5s;
@@ -625,13 +567,6 @@ body[data-theme~="ram"] .leaflet-tile {
-webkit-user-select: none;
}
-.ram-frame {
- width: 20vmin;
- height: 20vmin;
- user-select: none;
- -webkit-user-select: none;
-}
-
@keyframes blink {
0% {
opacity: 1;