This commit is contained in:
fencl
2025-11-04 13:50:38 +01:00
commit 024eb52a69
23 changed files with 2407 additions and 0 deletions

399
static/index.css Normal file
View File

@@ -0,0 +1,399 @@
/* ** CSS styles ** */
/* LOGO_TEXT */
@import url('https://fonts.googleapis.com/css?family=Holtwood+One+SC');
.logo{
font-family: "Holtwood One SC", serif;
/*text-decoration: underline;*/
text-transform: capitalize;
text-align: center;
font-size: 80px;
color: rgb(75, 86, 87);
background-color: rgba(84, 84, 84, 0);
text-shadow: rgb(245, 230, 230) 2px 2px 2px;
}
/* NUMBER_SIZE */
#number {
width: 5em;
}
/* just_text */
.text {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
color: #000;
}
/* INFO_HELP_text */
.info_number {
font-family: "Times New Roman", Times, serif;
font-size: 10px;
color: #000;
}
/* INFO_arguments_text */
.info_argument {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #000;
}
/* SWMU_text */
.swmu {
font-family: "Times New Roman", Times, serif;
font-size: 8px;
color: #000;
}
/* ign1a_info_text */
.ign1a_info {
font-family: "Times New Roman", Times, serif;/*font-family: "Audiowide", sans-serif;*/
font-size: 16px;
}
/* MODES_text */
.mode_text {
font-family: "Times New Roman", Times, serif;/*font-family: "Audiowide", sans-serif;*/
font-size: 18px;
color: #4E4545;
}
/* mode_text_alert */
.mode_text_alert {
font-family: "Times New Roman", Times, serif;/*font-family: "Audiowide", sans-serif;*/
font-size: 12px;
color: #D12A2A;
}
/* dropbox_text */
.dropbox_text {
font-family: "Times New Roman", Times, serif;/*font-family: "Audiowide", sans-serif;*/
font-size: 18px;
color: #4E4545;
/* vertical-align: top;*/
text-align: left;
}
/* Parameters_text */
.parameters_text {
font-family: "Times New Roman", Times, serif;/*font-family: "Audiowide", sans-serif;*/
font-size: 15px;
color: #4E4545;
}
/** IMAGE_swmu **/
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
/** DOWN_BUTT **/
.button_mode {
background-color: #ddd;
border: none;
color: black;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
}
/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
background-color: #333;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
}
/* Style the links inside the navigation bar */
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.navbar a.active {
background-color: #04AA6D;
color: white;
}
/* RADIO */
.radio_text {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
color: #4E4545;
}
#content1, #content2, #content3 { display:none; }
#toggle1:checked ~ #content1
{
display: block;
}
#toggle2:checked ~ #content2
{
display: block;
}
#toggle3:checked ~ #content3
{
display: block;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
/* RUN_BUTTON */
.run_butt {
align-items: center;
background-color: initial;
background-image: linear-gradient(#464d55, #25292e);
border-radius: 8px;
border-width: 0;
box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
flex-direction: column;
/*font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
/*font-family: "Audiowide", sans-serif;*/
font-family: "Times New Roman", Times, serif;
font-size: 24px;
height: 70px;
justify-content: center;
line-height: 1;
margin: 0;
outline: none;
overflow: hidden;
padding: 0 32px;
text-align: center;
text-decoration: none;
transform: translate3d(0, 0, 0);
transition: all 150ms;
vertical-align: baseline;
white-space: nowrap;
}
.run_butt:hover {
box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
opacity: .85;
}
.run_butt:active {
outline: 0;
}
.run_butt:focus {
box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
@media (max-width: 420px) {
.run_butt {
height: 48px;
}
/** SELECTOR_INFO **/
body {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
height: 100vh;
background-color: #f1f1f1;
}
input {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
label {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
select {
margin-bottom: 10px;
margin-top: 10px;
}
}
.selectt {
/*color: #fff;*/
padding: 30px;
display: none;
margin-top: 30px;
width: 60%;
/*background: grey*/
}
label {
margin-right: 20px;
}
/** BOX_ITEMS **/
.clearfix {
content: "";
clear: both;
display: table;
border-style: groove;
/*display: block;*/
/*margin-left: 700px;*/
margin-left: auto;
margin-right: auto;
width: 800px;
/*margin-right: auto;*/
}
/** HELP **/
helpswmu {
position: absolute;
right: 0;
}
/* CLEAR_BUTT */
.clear_butt {
align-items: center;
background-color: initial;
background-image: linear-gradient(#464d55, #8c2323);
border-radius: 8px;
border-width: 0;
box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
flex-direction: column;
/*font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
/*font-family: "Audiowide", sans-serif;*/
font-family: "Times New Roman", Times, serif;
font-size: 15px;
height: 20px;
justify-content: center;
line-height: 1;
margin: 0;
outline: none;
overflow: hidden;
padding: 0 10px;
text-align: center;
text-decoration: none;
transform: translate3d(0, 0, 0);
transition: all 150ms;
vertical-align: baseline;
white-space: nowrap;
}
.clear_butt:hover {
box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
opacity: .85;
}
.clear_butt:active {
outline: 0;
}
.clear_butt:focus {
box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
@media (max-width: 420px) {
.clear_butt {
height: 48px;
}
/* file_butt */
.file_butt {
align-items: center;
background-color: initial;
background-image: linear-gradient(#464d55, #25292e);
border-radius: 8px;
border-width: 0;
box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
flex-direction: column;
/*font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
/*font-family: "Audiowide", sans-serif;*/
font-family: "Times New Roman", Times, serif;
font-size: 24px;
height: 70px;
justify-content: center;
line-height: 1;
margin: 0;
outline: none;
overflow: hidden;
padding: 0 32px;
text-align: center;
text-decoration: none;
transform: translate3d(0, 0, 0);
transition: all 150ms;
vertical-align: baseline;
white-space: nowrap;
}
.file_butt:hover {
box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
opacity: .85;
}
.file_butt:active {
outline: 0;
}
.file_butt:focus {
box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
@media (max-width: 420px) {
.file_butt {
height: 48px;
}