Merge branch 'main-aurora' into codex/fix-saving-changes-in-audora-project-tgc6un

This commit is contained in:
2026-01-12 12:58:08 +01:00
committed by GitHub
+2 -9
View File
@@ -1846,7 +1846,6 @@ body.theme-alpine .button {
} }
body.theme-alpine nav ul li a:hover { color: #2f80ed; } body.theme-alpine nav ul li a:hover { color: #2f80ed; }
body.theme-alpine .info-badge { border-color: #d2e3f9; } body.theme-alpine .info-badge { border-color: #d2e3f9; }
body.theme-alpine .zoom-controls { background: rgba(255, 255, 255, 0.92); }
body.theme-neo { body.theme-neo {
background-image: radial-gradient(circle at top, rgba(40, 90, 140, 0.7), rgba(7, 16, 34, 0.95) 55%), url('main.jpg'); background-image: radial-gradient(circle at top, rgba(40, 90, 140, 0.7), rgba(7, 16, 34, 0.95) 55%), url('main.jpg');
@@ -1870,13 +1869,6 @@ body.theme-neo .info-badge {
color: #e6f1ff; color: #e6f1ff;
border-color: rgba(96, 165, 250, 0.4); border-color: rgba(96, 165, 250, 0.4);
} }
body.theme-neo .zoom-controls {
background: rgba(7, 16, 34, 0.85);
}
body.theme-neo .zoom-controls label,
body.theme-neo .zoom-value {
color: #e6f1ff;
}
body.theme-neo footer { body.theme-neo footer {
background: rgba(7, 16, 34, 0.95); background: rgba(7, 16, 34, 0.95);
} }
@@ -2036,7 +2028,8 @@ body.theme-neo footer {
<!-- TIMELAPSE CONTROLS (NEU!) --> <!-- TIMELAPSE CONTROLS (NEU!) -->
<div id="timelapse-controls"></div> <div id="timelapse-controls"></div>
<!-- ZOOM CONTROLS --> <!--
CONTROLS -->
<div id="zoom-controls" class="zoom-controls" aria-label="Zoom Steuerung"> <div id="zoom-controls" class="zoom-controls" aria-label="Zoom Steuerung">
<label for="zoom-range">Zoom</label> <label for="zoom-range">Zoom</label>
<input type="range" id="zoom-range" class="zoom-slider" min="1" max="100" value="1" step="1"> <input type="range" id="zoom-range" class="zoom-slider" min="1" max="100" value="1" step="1">