diff --git a/index.html b/index.html index 92b8bfa..edf6253 100644 --- a/index.html +++ b/index.html @@ -249,6 +249,36 @@ border: 1px solid rgba(16,185,129,0.2); } + /* ===== APP OFFLINE (grisage) ===== */ + .app-card.offline { + opacity: 0.42; + pointer-events: none; + cursor: not-allowed; + filter: grayscale(80%); + } + + .app-card.offline .card-image-wrapper { + box-shadow: none; + } + + .card-status-badge { + display: none; + margin-top: 4px; + font-size: 0.68rem; + font-weight: 700; + color: #ef4444; + text-transform: uppercase; + letter-spacing: 0.8px; + background: rgba(239,68,68,0.12); + padding: 2px 9px; + border-radius: 10px; + border: 1px solid rgba(239,68,68,0.3); + } + + .app-card.offline .card-status-badge { + display: inline-block; + } + /* ===== FOOTER ===== */ footer { background: #0a0c14; @@ -331,7 +361,7 @@ @@ -346,48 +376,54 @@
-
-
-
+
+
+
Cliquez sur une application pour l'ouvrir dans un nouvel onglet