First Fixifix

This commit is contained in:
Julian 2023-02-17 16:11:10 +01:00
parent 1249ba017a
commit e3d04d1ff4
2 changed files with 62 additions and 13 deletions

View File

@ -136,7 +136,7 @@ body {
} }
.ecsu-bg-dark-out { .ecsu-bg-dark-out {
background: #212529; background: #23262c;
} }
.ecsu-bg-dark-light-out { .ecsu-bg-dark-light-out {
@ -171,7 +171,7 @@ body {
.ecsu-btn-dark { .ecsu-btn-dark {
--bs-btn-color: #fff; --bs-btn-color: #fff;
--bs-btn-bg: #2b303a; --bs-btn-bg: #14161a;
--bs-btn-border-color: #344767; --bs-btn-border-color: #344767;
--bs-btn-hover-color: #fff; --bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #4a5c7c; --bs-btn-hover-bg: #4a5c7c;

View File

@ -1,7 +1,7 @@
<link rel="stylesheet" href="./css/boot.css"> <link rel="stylesheet" href="./css/boot.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
<!DOCTYPE html> <!DOCTYPE html>
<html class="bg-dark"> <html class="ecsu-bg-dark-out">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
@ -18,7 +18,7 @@
</head> </head>
<body class="bg-dark text-white"> <body class="ecsu-bg-dark-out text-white">
<div> <div>
@ -27,15 +27,22 @@
<input type="text" id="dirBox" name="name" size="50" readonly /> <input type="text" id="dirBox" name="name" size="50" readonly />
<progress id="progressbar" max="100" value="0"></progress> <progress id="progressbar" max="100" value="0"></progress>
<p id="progressbarText"></p> <p id="progressbarText"></p>
<br>
</div> </div>
<br>
<div> <div>
<h3 class="text-white">Updatesettings</h3> <h3 class="text-white">Updatesettings</h3>
Insert Credentials to Profilefiles <input type="checkbox" id="applyToPrf" /> <!--Insert Credentials to Profilefiles <input type="checkbox" id="applyToPrf" />-->
<div class="form-check form-switch ps-0">
<input class="form-check-input ms-auto" type="checkbox" id="applyToPrf">
<label class="form-check-label text-white ms-3 text-truncate w-80 mb-0"
for="flexSwitchCheckDefault">Insert Credentials to Profilefiles</label>
</div>
<br> <br>
Insert Hoppie Code: <input type="checkbox" id="applyHoppie" /> <!--Insert Hoppie Code: <input type="checkbox" id="applyHoppie" />-->
<div class="form-check form-switch ps-0">
<input class="form-check-input ms-auto" type="checkbox" id="applyHoppie">
<label class="form-check-label text-white ms-3 text-truncate w-80 mb-0"
for="flexSwitchCheckDefault">Insert Hoppie Code</label>
</div>
<div id="login"> <div id="login">
<body class="text-white">Select Rating</body> <body class="text-white">Select Rating</body>
@ -65,14 +72,55 @@
<div> <div>
<h3 class="text-white">Credentials save</h3> <h3 class="text-white">Credentials save</h3>
<form> <form>
Realname: <input type="text" id="realname" /> <!--Realname: <input type="text" id="realname" />
<input type="checkbox" id="saverealname" /> <input type="checkbox" id="saverealname" />
<br> Username: <input type="text" id="username" /> <br> Username: <input type="text" id="username" />
<input type="checkbox" id="saveuser" /> <input type="checkbox" id="saveuser" />
<br> Password: <input type="password" id="password" /> <br> Password: <input type="password" id="password" />
<input type="checkbox" id="savepw" /> <input type="checkbox" id="savepw" />
<br>Hoppie Code: <input type="password" id="passwordhoppie" /> <br> Hoppie Code: <input type="password" id="passwordhoppie" />
<input type="checkbox" id="savepwhoppie" /> <input type="checkbox" id="savepwhoppie" />-->
<br>
<div>
<div class="row">
<div class="col-lg-3">
<div class="form-group">
<div class="form-check form-switch ps-0">
<label class="form-control-label text-white" for="input-username">Realname</label>
<input class="form-check-input ms-auto" type="checkbox" id="saverealname">
<input type="text" id="realname" class="form-control" placeholder="Realname">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="form-group">
<div class="form-check form-switch ps-0">
<label class="form-control-label text-white" for="input-username">CID</label>
<input class="form-check-input ms-auto" type="checkbox" id="saveuser">
<input type="text" id="username" class="form-control" placeholder="CID">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="form-group">
<div class="form-check form-switch ps-0">
<label class="form-control-label text-white" for="input-username">Password</label>
<input class="form-check-input ms-auto" type="checkbox" id="savepw">
<input type="password" id="password" class="form-control" placeholder="Password">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="form-group">
<div class="form-check form-switch ps-0">
<label class="form-control-label text-white" for="input-username">Hoppie Code</label>
<input class="form-check-input ms-auto" type="checkbox" id="savepwhoppie">
<input type="text" id="passwordhoppie" class="form-control" placeholder="Hoppie Code">
</div>
</div>
</div>
</div>
<!--<div class="tooltip"> <!--<div class="tooltip">
<br> Password: <input type="password" id="password" /> <br> Password: <input type="password" id="password" />
<input type="checkbox" id="savepw" /> <input type="checkbox" id="savepw" />
@ -104,7 +152,8 @@
If you want Eurosounds, please check the box below and click the download button. <br> If you want Eurosounds, please check the box below and click the download button. <br>
<input type="checkbox" id="download-checkbox" onclick="toggleDownloadButton()"> I confirm that I would like to download the file. <input type="checkbox" id="download-checkbox" onclick="toggleDownloadButton()"> I confirm that I would like to download the file.
<br> <br>
<a href="https://cdn.ganderoceanic.ca/resources/files/eurosounds/eurosounds-8apr20.zip" id="download-link" style="display:none" class="text-white">Download</a> <button id="download-link" style="display:none" ><a href="https://cdn.ganderoceanic.ca/resources/files/eurosounds/eurosounds-8apr20.zip">Download</a></button>
<!--<a href="https://cdn.ganderoceanic.ca/resources/files/eurosounds/eurosounds-8apr20.zip" id="download-link" style="display:none" class="text-white">Download</a>-->
</form> </form>
<script> <script>
function toggleDownloadButton() { function toggleDownloadButton() {