more css edit

This commit is contained in:
2026-01-10 18:20:13 +01:00
parent 4e134bab49
commit b922fc3aaf
+25 -26
View File
@@ -343,11 +343,11 @@ data:
/* ===== Glassy widgets like Homepage ===== */
.widget {
background: rgba(45, 31, 61, 0.78) !important;
border: 1px solid rgba(255,255,255,0.10) !important;
border-radius: 14px !important;
backdrop-filter: blur(12px) !important;
-webkit-backdrop-filter: blur(12px) !important;
background: rgba(45, 31, 61, 0.55) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
border-radius: 10px !important;
backdrop-filter: blur(6px) !important;
-webkit-backdrop-filter: blur(6px) !important;
}
/* ===== Header + bigger logo ===== */
@@ -404,17 +404,25 @@ data:
background-color: transparent !important;
}
/* Page header styling */
.page-header {
background-color: rgba(45, 31, 61, 0.7) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
/* Header fully transparent */
.header-container,
.header,
.page-header,
.nav,
.navigation {
background-color: transparent !important;
background: transparent !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
box-shadow: none !important;
border: 0 !important;
}
/* Navigation styling */
.nav, .navigation {
background-color: rgba(45, 31, 61, 0.8) !important;
backdrop-filter: blur(10px) !important;
.content-bounds,
.body-content,
.page,
#page-content {
background: transparent !important;
}
/* Column containers */
@@ -442,19 +450,10 @@ data:
background-color: rgba(80, 50, 110, 0.8) !important;
}
/* Calendar widget styling */
.widget-type-calendar {
background-color: rgba(45, 31, 61, 0.9) !important;
}
/* Weather widget */
.widget-type-weather {
background-color: rgba(45, 31, 61, 0.9) !important;
}
/* To-do widget */
.widget-type-calendar,
.widget-type-weather,
.widget-type-to-do {
background-color: rgba(45, 31, 61, 0.9) !important;
background-color: rgba(45, 31, 61, 0.55) !important;
}
/* RSS feed items */