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.
165 lines
2.7 KiB
165 lines
2.7 KiB
@font-face {
|
|
font-family: Segoe; src: url('ress/segoepr.ttf');
|
|
}
|
|
|
|
.all-container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
align-items: center;
|
|
}
|
|
|
|
.mode-container {
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.bd {
|
|
|
|
border-style: solid;
|
|
border-width: 5px;
|
|
}
|
|
.bd2 {
|
|
border-color: mediumblue;
|
|
border-style: solid;
|
|
border-width: 5px;
|
|
}
|
|
|
|
.ad {
|
|
width: min-content;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.z {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.day { background: #eee; color: black; }
|
|
.night { background: #333; color: white; }
|
|
|
|
.button {
|
|
padding: 2px;
|
|
}
|
|
|
|
.selectedDay {
|
|
-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;
|
|
}
|
|
|
|
.selectedNight {
|
|
-webkit-box-shadow:inset 0px 0px 0px 5px #eee;
|
|
-moz-box-shadow:inset 0px 0px 0px 5px #eee;
|
|
box-shadow:inset 0px 0px 0px 5px #eee;
|
|
}
|
|
/* 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;
|
|
}
|
|
|
|
.dot {
|
|
background-color: green;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.both {
|
|
background-image: url("ress/green.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.pickr {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.logo {
|
|
text-align: center;
|
|
}
|
|
|
|
.lightButton {
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
|
|
.settingsButton {
|
|
position: absolute;
|
|
left: 5px;
|
|
}
|
|
|
|
.slot {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.gem {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.texte {
|
|
font-size: medium;
|
|
font-family: Segoe;
|
|
}
|
|
|
|
.texteG {
|
|
font-size: xx-large;
|
|
/*font-weight: bold;*/
|
|
font-family: Segoe;
|
|
}
|
|
|
|
ul {
|
|
padding-inline-start: 0px;
|
|
}
|
|
|
|
.player {
|
|
position: absolute;
|
|
left: 5px;
|
|
}
|
|
.rad {
|
|
display: none;
|
|
}
|
|
|
|
.mid {
|
|
margin: 5px;
|
|
} |