Minecraft-Modern-Theme/style.css aktualisiert

This commit is contained in:
2026-02-11 18:48:35 +00:00
parent d46684dc7e
commit 4ad76fabf6

View File

@@ -4,7 +4,7 @@ Theme URI: https://git.viper.ipv64.net/M_Viper/Minecraft-Modern-Theme
Author: M_Viper Author: M_Viper
Description: Ein modernes Gaming-Theme mit konfigurierbarem Header-Slider. Description: Ein modernes Gaming-Theme mit konfigurierbarem Header-Slider.
Author URI: https://M-Viper.de Author URI: https://M-Viper.de
Version: 1.7 Version: 1.8
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minecraft-modern-theme Text Domain: minecraft-modern-theme
@@ -87,13 +87,13 @@ Text Domain: minecraft-modern-theme
} }
.homepage-sidebar { .homepage-sidebar {
position: relative !important;
top: auto !important;
background: var(--card-background, #1e2029); background: var(--card-background, #1e2029);
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
position: sticky;
top: 100px;
max-height: calc(100vh - 120px);
overflow-y: auto; overflow-y: auto;
max-height: calc(200vh - 10vh);
} }
.homepage-sidebar .sidebar-section { .homepage-sidebar .sidebar-section {
@@ -220,17 +220,6 @@ body.light-mode .homepage-sidebar .widget-title {
.homepage-sidebar::-webkit-scrollbar-thumb:hover { .homepage-sidebar::-webkit-scrollbar-thumb:hover {
background: var(--primary-accent-hover, #00b8e6); background: var(--primary-accent-hover, #00b8e6);
} }
/*
Theme Name: Minecraft Modern Theme
Theme URI: https://git.viper.ipv64.net/M_Viper/Minecraft-Modern-Theme
Author: M_Viper
Description: Ein modernes Gaming-Theme mit konfigurierbarem Header-Slider.
Author URI: https://M-Viper.de
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minecraft-modern-theme
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');
@@ -313,11 +302,6 @@ a:hover { color: #fff; }
gap: 40px; /* Flexiblerer Abstand */ gap: 40px; /* Flexiblerer Abstand */
} }
/* WICHTIG: Typo im Header.html korrigieren!
HTML: <div class="site-branding">
CSS: .site-branding
Sie müssen die 'g' im HTML oder CSS angleichen, sonst ist das Layout kaputt.
*/
.site-branding { .site-branding {
display: flex; display: flex;
align-items: center; align-items: center;