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.

125 lines
1.8 KiB

#pageGame {
visibility: hidden;
}
.menuhaut {
height: 10vh;
width: inherit;
display: flex;
}
.retourstp {
position: absolute;
order: 1;
}
#Redistribution{
position:relative;
top:-60%;
}
#textjouer2 {
position: absolute;
text-align: center;
font-family: Montserrat, impact, Arial Black;
font-size: 2.5vw;
margin-top: 0.2vw;
margin-left: 0.6vw;
color: var(--lightsedonca);
}
#btnvalider2 {
position: relative;
text-align: center;
font-family: Montserrat, impact, Arial Black;
font-size: 2.5vw;
margin-top: 0.2vw;
margin-left: 0.2vw;
color: var(--lightsedonca);
}
#btnvalider3 {
position: relative;
text-align: center;
font-family: Montserrat, impact, Arial Black;
font-size: 2.5vw;
margin-top: 0.2vw;
margin-left: 0.2vw;
color: var(--lightsedonca);
}
#Redistribution2 {
position: relative;
top: -60%;
left:68%;
}
#Redistribution3 {
position: relative;
top: -60%;
left: 50%;
}
.bouttonvalider2:hover {
box-shadow: 0 0 0 9px var(--lightsedonca);
font-size: 120%;
position: relative;
top: 2%;
height: 82%;
width: 96%;
transition: box-shadow 0.2s ease;
}
#caseBarre
{
background-color:lightgray;
height:104px;
padding:2px;
-moz-border-radius:3px;
border-radius:5px;
text-align:left;
border:1px solid gray;
order:2;
margin-left: 300px;
width: 32px;
display: flex;
order : 2;
}
#progressbar
{
height:100px;
padding:1px;
background-color:white;
border:1px solid black;
width:28px;
border-radius: 5px;
transform: rotate(180deg);
}
#indicateur
{
height: 100px;
background-color : green;
width:28px;
margin: 0;
}
#progressnum
{
text-align:center;
height: 10px;
font-family: Montserrat, impact, Arial Black;
transform: rotate(180deg);
}