From 62b22b897bfb2065e125eca13055073520fd5e55 Mon Sep 17 00:00:00 2001 From: Tahar Lamred & Theresa Nerz Date: Thu, 18 Jun 2026 10:50:50 +0200 Subject: [PATCH] Remove obsolete CSS files --- css/impressum.html | 0 css/kontakt.html | 0 css/style.css.save.1 | 81 -------------------------------------------- css/style.htm | 2 -- css/ueber_uns.html | 0 5 files changed, 83 deletions(-) delete mode 100644 css/impressum.html delete mode 100644 css/kontakt.html delete mode 100644 css/style.css.save.1 delete mode 100644 css/style.htm delete mode 100644 css/ueber_uns.html diff --git a/css/impressum.html b/css/impressum.html deleted file mode 100644 index e69de29..0000000 diff --git a/css/kontakt.html b/css/kontakt.html deleted file mode 100644 index e69de29..0000000 diff --git a/css/style.css.save.1 b/css/style.css.save.1 deleted file mode 100644 index 1800f27..0000000 --- a/css/style.css.save.1 +++ /dev/null @@ -1,81 +0,0 @@ - { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -body { - font-family: Andalus; - color: #000000; - line-height: 1.6; - background-color:#FFFFFF; -} - -nav { - display: flex; - align-items: center; - gap: 1.5rem; - padding: 1rem 2rem; - background: #ffff00; - border-bottom: 1px solid #e2e8f0; - flex-wrap: wrap; -} - -nav a { - text-decoration: none; - color: #2563eb; - font-weight: 500; -} - -nav a:hover { - text-decoration: underline; -} - -.logo { - height: 40px; -} -.galerie { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); - gap: 1rem; - margin: 1rem 0; -} - -.galerie img { - width: 100%; - height: 200px; - object-fit: cover; - border-radius: 8px; - cursor: pointer; - transition: transform 0.2s; -} - -.galerie img:hover { - transform: scale(1.03); -} -#balken-container { - width: 100%; - height: 20px; - background-color: #e5e7eb; - margin-top: 10px; -} - -#balken { - height: 100%; - width: 0; - background-color: green; - transition: width 0.3s ease; -} -/* Dark Mode Button */ -.darkmode-button { - margin: 10px; - padding: 8px 16px; - cursor: pointer; - border: none; - background: #333; - color: white; - border-radius: 5px; -} - -/* Dark Mode Styles */ -. diff --git a/css/style.htm b/css/style.htm deleted file mode 100644 index 139597f..0000000 --- a/css/style.htm +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/css/ueber_uns.html b/css/ueber_uns.html deleted file mode 100644 index e69de29..0000000