Modification du theme en sombre, suppression des item menu non utile (debug et files)

This commit is contained in:
Grizouille
2025-11-08 16:27:48 +01:00
parent d8797e8feb
commit 933105b521
2 changed files with 45 additions and 28 deletions

View File

@@ -13,12 +13,12 @@ input.search {
border: none; border: none;
outline: none; outline: none;
background-color: transparent; background-color: transparent;
color: #495057; color: white !important;
} }
button.search { button.search {
height: 100%; height: 100%;
color: #495057; color: white;
font-size: 14px; font-size: 14px;
border: none; border: none;
background-color: transparent; background-color: transparent;
@@ -26,7 +26,6 @@ button.search {
.tabs-category { .tabs-category {
display: flex; display: flex;
/* border-bottom: 1px solid #ced4da; */
} }
.btn-category { .btn-category {
@@ -45,3 +44,43 @@ button.search {
border-bottom: 3px solid #242424; border-bottom: 3px solid #242424;
color: #242424; color: #242424;
} }
.nav-link:link,
.nav-link:visited {
color: white;
text-decoration: none;
}
body {
background-color: #292929;
}
.footer {
background-color: #292929 !important;
color: white;
}
.text-muted {
color: white !important;
}
h3, th, td {
color: white !important;
}
.btn-category {
background: transparent;
color: #6a6a6a;
border: none;
padding: 8px 16px;
cursor: pointer;
}
.btn-category.active {
border-bottom: 3px solid white;
color: white !important;
}
.btn {
color: white !important;
}

View File

@@ -55,13 +55,7 @@
<a class="nav-link" id="nav-deezer" data-toggle="tab" href="#deezer">Deezer (4)</a> <a class="nav-link" id="nav-deezer" data-toggle="tab" href="#deezer">Deezer (4)</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" id="nav-file-downloads" href="downloads/" target="_blank" >Files (5)</a> <a class="nav-link" id="nav-task-queue" data-toggle="tab" href="#queue">Queue (5)</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-debug-log" data-toggle="tab" href="#debug">Debug (6)</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-task-queue" data-toggle="tab" href="#queue">Queue (7)</a>
</li> </li>
</ul> </ul>
</div> <!-- end row --> </div> <!-- end row -->
@@ -107,7 +101,6 @@
</table> </table>
</div> <!-- end div tab songs/albums --> </div> <!-- end div tab songs/albums -->
<div id="youtubedl" class="container tab-pane fade"> <div id="youtubedl" class="container tab-pane fade">
<br> <br>
<h3>Download stuff via youtube-dl</h3> <h3>Download stuff via youtube-dl</h3>
@@ -123,7 +116,6 @@
</span> </span>
</div> <!-- end div tab youtube-dl --> </div> <!-- end div tab youtube-dl -->
<div id="spotify-playlists" class="container tab-pane fade"> <div id="spotify-playlists" class="container tab-pane fade">
<br> <br>
<h3>Download Spotify playlist</h3> <h3>Download Spotify playlist</h3>
@@ -144,8 +136,6 @@
</div> </div>
</div> <!-- end div tab spotify playlists --> </div> <!-- end div tab spotify playlists -->
<div id="deezer" class="container tab-pane fade"> <div id="deezer" class="container tab-pane fade">
<br> <br>
<h3>Download Deezer playlist</h3> <h3>Download Deezer playlist</h3>
@@ -181,15 +171,6 @@
</div> <!-- end div tab deezer playlists --> </div> <!-- end div tab deezer playlists -->
<div id="debug" class="container tab-pane fade">
<br>
<h3>Debug</h3>
<div class="form-group">
<textarea readonly class="form-control" id="ta-debug-log"></textarea>
</div> <!-- end div textares -->
</div> <!-- end div tab debug -->
<div id="queue" class="container tab-pane fade"> <div id="queue" class="container tab-pane fade">
<br> <br>
<h3>Queue</h3> <h3>Queue</h3>
@@ -209,14 +190,11 @@
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<i class="fa fa-angellist" ></i> | <span class="text-muted">
<span class="text-muted">
ctrl+m: focus search bar | ctrl+m: focus search bar |
Enter: search songs | Enter: search songs |
Ctrl+Shift+[1-7]: navigation | Ctrl+Shift+[1-7]: navigation |
</span> </span>
<a id="werbung" href="https://www.effektiv-spenden.org/spenden-tipps/warum-und-wie-ich-spende-gastbeitrag-christoph-hartmann/"><i class="fa fas fa-heart" title="ja, klick drauf." ></i> </a>
</div> </div>
</footer> </footer>