Configure 85% opacity dark slate overlay for background image to make it very subtle
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15s
This commit is contained in:
@@ -9,30 +9,30 @@ body {
|
|||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
background-attachment: fixed !important;
|
background-attachment: fixed !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
background-color: #0f172a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force transparency on Homepage layout wrappers to prevent covering the background */
|
/* Set the layout wrapper to be 85% dominant dark slate, letting the background peek through subtly (15% visibility) */
|
||||||
#__next, #__next > div, main, .layout, #layout-wrapper {
|
#__next, #__next > div, main, .layout, #layout-wrapper {
|
||||||
background-color: transparent !important;
|
background-color: rgba(15, 23, 42, 0.85) !important;
|
||||||
background: transparent !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Semi-transparent blur cards */
|
/* Semi-transparent blur cards */
|
||||||
.card, .widget, .resource-widget {
|
.card, .widget, .resource-widget {
|
||||||
background-color: rgba(15, 23, 42, 0.45) !important;
|
background-color: rgba(30, 41, 59, 0.45) !important;
|
||||||
backdrop-filter: blur(14px) saturate(140%) !important;
|
backdrop-filter: blur(10px) saturate(120%) !important;
|
||||||
-webkit-backdrop-filter: blur(14px) saturate(140%) !important;
|
-webkit-backdrop-filter: blur(10px) saturate(120%) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1px solid rgba(255, 255, 255, 0.05) !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
|
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
|
||||||
transition: all 0.3s ease !important;
|
transition: all 0.3s ease !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover {
|
.card:hover {
|
||||||
background-color: rgba(30, 41, 59, 0.6) !important;
|
background-color: rgba(51, 65, 85, 0.55) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.16) !important;
|
border: 1px solid rgba(255, 255, 255, 0.12) !important;
|
||||||
transform: translateY(-2px) !important;
|
transform: translateY(-2px) !important;
|
||||||
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.6) !important;
|
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style headers and category names */
|
/* Style headers and category names */
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
title: MischLabs Admin
|
title: MischLabs Admin
|
||||||
theme: dark
|
theme: dark
|
||||||
language: de
|
language: de
|
||||||
background: /background.png
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,30 +9,30 @@ body {
|
|||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
background-attachment: fixed !important;
|
background-attachment: fixed !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
background-color: #0f172a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force transparency on Homepage layout wrappers to prevent covering the background */
|
/* Set the layout wrapper to be 85% dominant dark slate, letting the background peek through subtly (15% visibility) */
|
||||||
#__next, #__next > div, main, .layout, #layout-wrapper {
|
#__next, #__next > div, main, .layout, #layout-wrapper {
|
||||||
background-color: transparent !important;
|
background-color: rgba(15, 23, 42, 0.85) !important;
|
||||||
background: transparent !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Semi-transparent blur cards */
|
/* Semi-transparent blur cards */
|
||||||
.card, .widget, .resource-widget {
|
.card, .widget, .resource-widget {
|
||||||
background-color: rgba(15, 23, 42, 0.45) !important;
|
background-color: rgba(30, 41, 59, 0.45) !important;
|
||||||
backdrop-filter: blur(14px) saturate(140%) !important;
|
backdrop-filter: blur(10px) saturate(120%) !important;
|
||||||
-webkit-backdrop-filter: blur(14px) saturate(140%) !important;
|
-webkit-backdrop-filter: blur(10px) saturate(120%) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1px solid rgba(255, 255, 255, 0.05) !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
|
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
|
||||||
transition: all 0.3s ease !important;
|
transition: all 0.3s ease !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover {
|
.card:hover {
|
||||||
background-color: rgba(30, 41, 59, 0.6) !important;
|
background-color: rgba(51, 65, 85, 0.55) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.16) !important;
|
border: 1px solid rgba(255, 255, 255, 0.12) !important;
|
||||||
transform: translateY(-2px) !important;
|
transform: translateY(-2px) !important;
|
||||||
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.6) !important;
|
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style headers and category names */
|
/* Style headers and category names */
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
title: MischLabs
|
title: MischLabs
|
||||||
theme: dark
|
theme: dark
|
||||||
language: de
|
language: de
|
||||||
background: /background.png
|
|
||||||
|
|||||||
Reference in New Issue
Block a user