You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
2.2 KiB
127 lines
2.2 KiB
.all-container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
align-items: center;
|
|
}
|
|
|
|
.mode-container {
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.button {
|
|
padding: 2px;
|
|
}
|
|
|
|
.rad {
|
|
display: none;
|
|
}
|
|
|
|
.selected {
|
|
-webkit-box-shadow:inset 0px 0px 0px 5px black;
|
|
-moz-box-shadow:inset 0px 0px 0px 5px black;
|
|
box-shadow:inset 0px 0px 0px 5px black;
|
|
}
|
|
|
|
.slider {
|
|
-webkit-appearance: none;
|
|
width: 100%;
|
|
height: 15px;
|
|
border-radius: 5px;
|
|
background: #d3d3d3;
|
|
outline: none;
|
|
opacity: 0.7;
|
|
-webkit-transition: .2s;
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border-radius: 50%;
|
|
background: #4CAF50;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border-radius: 50%;
|
|
background: #4CAF50;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
/* The Modal (background) */
|
|
.modal {
|
|
display: none; /* Hidden by default */
|
|
position: fixed; /* Stay in place */
|
|
z-index: 1; /* Sit on top */
|
|
padding-top: 100px; /* Location of the box */
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%; /* Full width */
|
|
height: 100%; /* Full height */
|
|
overflow: auto; /* Enable scroll if needed */
|
|
background-color: rgb(0,0,0); /* Fallback color */
|
|
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
|
|
}
|
|
|
|
/* Modal Content */
|
|
.modal-content {
|
|
background-color: #fefefe;
|
|
margin: auto;
|
|
padding: 20px;
|
|
border: 1px solid #888;
|
|
width: 80%;
|
|
}
|
|
|
|
/* The Close Button */
|
|
.close {
|
|
color: #aaaaaa;
|
|
float: right;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.close:hover,
|
|
.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.lightButton {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
|
|
.day { background: #eee; color: black; }
|
|
.night { background: #333; color: white; }
|
|
|
|
.logo {
|
|
text-align: center;
|
|
}
|
|
|
|
.bd {
|
|
/*
|
|
border-style: solid;
|
|
border-width: 5px;*/
|
|
}
|
|
|
|
.ad { /*
|
|
border-style: solid;
|
|
border-width: 5px;
|
|
border-color: red; */
|
|
width: min-content;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.slot {
|
|
display: inline-block;
|
|
} |