heli-uebersicht: Cockpit-Link -> Haus-Icon (unser Stil) auf /schueler; Zur-Simulation-Button entfernt
Cockpit-Pille (fuehrte auf /sim ins Leere) ersetzt durch schwebendes Haus-Icon -> /schueler (Schueler-Module). Zur-Simulation-Button raus, da die Seite via target=_blank oeffnet (sonst mehrere Fenster). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -163,10 +163,9 @@ $heliImgJson = json_encode($heliImg);
|
||||
.wp-pill-mission{font-family:'Inter',sans-serif;font-weight:700;font-size:11px;white-space:nowrap;padding:3px 9px;border-radius:5px;background:rgba(200,92,74,.95);color:#fff;border-bottom:2.5px solid #8a3a2a;display:flex;align-items:center;height:20px;box-shadow:0 1px 4px rgba(0,0,0,.18)}
|
||||
|
||||
/* Header-Pills */
|
||||
.ueb-sim-pill{position:fixed;top:14px;right:64px;z-index:5000;background:#1f4b37;color:#fff;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.25);padding:10px 18px;font-size:.9rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px;border:2px solid transparent}
|
||||
.ueb-sim-pill:hover{background:#2d6e4e}
|
||||
.ueb-back-pill{position:fixed;top:14px;left:14px;z-index:5000;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.18);padding:8px 14px;font-size:.85rem;font-weight:700;color:#1f4b37;text-decoration:none;display:flex;align-items:center;gap:6px}
|
||||
.ueb-back-pill:hover{background:#f5f3ea}
|
||||
.ueb-back-pill{position:fixed;top:14px;left:14px;z-index:5000;width:40px;height:40px;padding:0;justify-content:center;background:rgba(255,255,255,.96);border-radius:12px;box-shadow:0 2px 9px rgba(0,0,0,.2);color:#1f4e5a;text-decoration:none;display:flex;align-items:center}
|
||||
.ueb-back-pill:hover{background:#fff}
|
||||
.ueb-back-pill .ic{width:22px;height:22px}
|
||||
|
||||
/* Filter-Pills */
|
||||
.filter-bar{position:fixed;top:60px;left:14px;z-index:4900;background:rgba(255,255,255,.95);border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.14);padding:6px 8px;display:flex;gap:4px;align-items:center;flex-wrap:wrap;max-width:calc(100vw - 28px)}
|
||||
@@ -176,8 +175,7 @@ $heliImgJson = json_encode($heliImg);
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="<?= $base ?>/sim" class="ueb-back-pill">← Cockpit</a>
|
||||
<a href="<?= $base ?>/heli-game" class="ueb-sim-pill">🚁 Zur Simulation</a>
|
||||
<a href="<?= $base ?>/schueler" class="ueb-back-pill" title="Zurück zu meinen Modulen"><svg class="ic" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M4 11.4 12 4l8 7.4"/><path d="M6 10.3V19a1 1 0 0 0 1 1h3v-5h4v5h3a1 1 0 0 0 1-1v-8.7"/></svg></a>
|
||||
<div class="filter-bar" id="filterBar">
|
||||
<span style="font-size:.7rem;color:#5a5a5a;margin-right:4px">Anzeigen:</span>
|
||||
<button data-filter="all" class="on">Alles</button>
|
||||
|
||||
Reference in New Issue
Block a user