From caa987fa42d26244942102bf9ca0ed3d2dbc5f2a Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:30:22 +0100 Subject: [PATCH] Fix: Remove unusued files --- public/styles/components/themebutton.css | 38 --------------------- public/styles/theme/default-theme.css | 43 ------------------------ public/styles/theme/themeimport.css | 1 - 3 files changed, 82 deletions(-) delete mode 100644 public/styles/components/themebutton.css delete mode 100644 public/styles/theme/default-theme.css diff --git a/public/styles/components/themebutton.css b/public/styles/components/themebutton.css deleted file mode 100644 index 3031696..0000000 --- a/public/styles/components/themebutton.css +++ /dev/null @@ -1,38 +0,0 @@ -.theme-switcher { - position: absolute; - top: 60px; - right: 10px; - background: #242424; - padding: 8px 12px; - border-radius: 8px; - color: #fff; - font-family: sans-serif; - font-size: 0.9rem; - display: flex; - align-items: center; - gap: 8px; - z-index: 1050; -} - -.theme-switcher label { - cursor: pointer; - font-weight: 600; -} - -.theme-switcher select { - background: #fff; - border: 1px solid #242424; - border-radius: 6px; - padding: 4px 8px; - color: #000; - cursor: pointer; - font-weight: 600; - transition: background 0.3s ease, color 0.3s ease; -} - -.theme-switcher select:hover, -.theme-switcher select:focus { - background: #474747; - color: #fff; - outline: none; -} diff --git a/public/styles/theme/default-theme.css b/public/styles/theme/default-theme.css deleted file mode 100644 index 6694dc1..0000000 --- a/public/styles/theme/default-theme.css +++ /dev/null @@ -1,43 +0,0 @@ -:root { - /* Couleurs générales */ - --background-color: #001224; /* body background bleu nuit */ - --default-text-color: #eee; /* texte clair principal */ - --subtitle-color: #007bff; /* sous-titres, header p */ - --mp3-text-color: #000000; /* couleur texte checkbox inline */ - - /* Formulaire */ - --form-bg-color: #ffffff; /* fond du formulaire */ - --form-input-bg-color: #f9f9f9; /* fond inputs */ - --form-input-border-color: #cccccc; /* bordure inputs */ - --form-input-border-focus-color: #0056b3; /* bordure focus */ - --form-input-text-color: #333333; /* texte inputs */ - --form-input-placeholder-color: #aaaaaa; /* placeholder */ - --form-button-bg-color: #007bff; /* bouton bg */ - --form-button-text-color: #ffffff; /* texte bouton */ - --form-button-bg-hover-color: #0056b3; /* bouton hover */ - - /* Checkbox */ - --checkbox-bg-default: #cccccc; - --checkbox-bg-checked: #3B82F6; - --checkbox-checkmark-border-color: #E0E0E2; - --checkbox-pulse-color: rgba(59, 130, 246, 0.5); - - /* Download status */ - --download-status-color: #007bff; - - /* Video Info Box */ - --infos-box-color: #0c0140; - --video-info-text-color: #ffffff; - --video-info-heading-color: #007bff; - --video-info-list-color: #cccccc; - --video-info-list-strong-color: #e6e6e6; - --video-info-link-color: #007bff; - --video-info-link-hover-color: #0056b3; - - /* Playlist Color */ - --playlist-background-color: #070823a3; -} - -body.default .download-path #savePath { - color: #ffffff; -} \ No newline at end of file diff --git a/public/styles/theme/themeimport.css b/public/styles/theme/themeimport.css index eb320a6..7de5d07 100644 --- a/public/styles/theme/themeimport.css +++ b/public/styles/theme/themeimport.css @@ -1,6 +1,5 @@ @import url("chirac-theme.css"); @import url("dark-theme.css"); -@import url("default-theme.css"); @import url("fanatic-theme.css"); @import url("light-theme.css"); @import url("nf-theme.css");