@ -1,89 +1,672 @@
|
|||||||
body {
|
:root{
|
||||||
background-color: purple;
|
/*couleur héhé*/
|
||||||
color:white;
|
--lightprima: #DEDEDE;
|
||||||
display: flex;
|
--lightsedonca: #B7B7B7;
|
||||||
flex-wrap: wrap;
|
--lighttercia: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbleu >div{
|
@font-face {
|
||||||
background-color: blue;
|
font-family: "Montserrat";
|
||||||
|
src: url("/fonts/MonstMontserrat-Black.woff") format("woff"),
|
||||||
|
url("/fonts/MonstMontserrat-Black.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
.cvert >div{
|
a {
|
||||||
background-color: green;
|
cursor: pointer;
|
||||||
|
z-index: 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.corange >div{
|
body{
|
||||||
background-color: orange;
|
background-color: var(--lightprima);
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: hidden;
|
||||||
|
/*Desactiver la selection*/
|
||||||
|
-webkit-user-select: none; /* Chrome / Safari */
|
||||||
|
-moz-user-select: none; /* Firefox */
|
||||||
|
-ms-user-select: none; /* IE 10+ */
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
/* versions mobiles, tablette à faire*/
|
||||||
|
|
||||||
|
/*Version mobile V1*/
|
||||||
|
@media only screen and (min-width: 320px) {
|
||||||
|
|
||||||
|
.logop2 img {
|
||||||
|
position: absolute;
|
||||||
|
width: 25vw;
|
||||||
|
left: 37vw;
|
||||||
|
top: 98vw;
|
||||||
|
z-index: 30;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo img{
|
||||||
|
position: absolute;
|
||||||
|
width: 50vw;
|
||||||
|
left: 25vw;
|
||||||
|
top: 13%;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mounts img {
|
||||||
|
object-fit: cover;
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contourbuttonvalider{
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 45px;
|
||||||
|
left: -12vw;
|
||||||
|
top: 6vw;
|
||||||
|
height: 13vw;
|
||||||
|
width: 55vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
z-index: 15;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouttonvalider{
|
||||||
|
position: absolute;
|
||||||
|
height: 11vw;
|
||||||
|
width: 53vw;
|
||||||
|
top: 1vw;
|
||||||
|
left: 1vw;
|
||||||
|
border-radius: 40px;
|
||||||
|
background-color: #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textjouer{
|
||||||
|
font-family: Montserrat, impact, Arial Black;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 10vw;
|
||||||
|
margin-top: -0.7vw;
|
||||||
|
margin-left: 13.5vw;
|
||||||
|
color: var(--lightsedonca);
|
||||||
|
}
|
||||||
|
|
||||||
|
#ContainBottom {
|
||||||
|
position: absolute;
|
||||||
|
margin-left: 25vw;
|
||||||
|
height: 25vw;
|
||||||
|
width: auto;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clic{
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#card-conteneur{
|
||||||
|
z-index: 20;
|
||||||
|
position: absolute;
|
||||||
|
left: 0vw;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-container {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
margin-top: -3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-item {
|
||||||
|
background: var(--lightsedonca);
|
||||||
|
width: 25vw;
|
||||||
|
height: 40vw;
|
||||||
|
margin-top: 8vw;
|
||||||
|
border-radius: 25px;
|
||||||
|
line-height: 10vw;
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 3em;
|
||||||
|
text-align: center;
|
||||||
|
padding-right: 0.4vw;
|
||||||
|
padding-left: 0.4vw;
|
||||||
|
padding-top: 0.4vw;
|
||||||
|
|
||||||
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-form {
|
||||||
|
width: 6vw;
|
||||||
|
padding-left: 0.8vw;
|
||||||
|
margin-top: 0.9vw;
|
||||||
|
height: 7.5vw;
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: var(--lighttercia);
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttonretour{
|
||||||
|
position: absolute;
|
||||||
|
height: 6vw;
|
||||||
|
width: 6vw;
|
||||||
|
left: 63vw;
|
||||||
|
top: 99vw;
|
||||||
|
border-radius: 55vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.txt{
|
||||||
|
position: absolute;
|
||||||
|
font-family: Arial Black;
|
||||||
|
color: var(--lightprima);
|
||||||
|
font-size: 5vw;
|
||||||
|
padding-left: 1vw;
|
||||||
|
top : -2.9vw;
|
||||||
|
}
|
||||||
|
|
||||||
.cviolet >div{
|
|
||||||
background-color: purple;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#cercle {
|
|
||||||
width: 20px;
|
/*Grande version*/
|
||||||
height: 20px;
|
@media only screen and (min-width: 1280px) {
|
||||||
|
|
||||||
|
.logop2 img {
|
||||||
|
position: absolute;
|
||||||
|
width: 12vw;
|
||||||
|
left: 44vw;
|
||||||
|
top: 22vw;
|
||||||
|
z-index: 30;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo img{
|
||||||
|
position: absolute;
|
||||||
|
width: 12vw;
|
||||||
|
left: 44vw;
|
||||||
|
top: 13%;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mounts img {
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contourbuttonvalider{
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 45px;
|
||||||
|
left: 9.2vw;
|
||||||
|
top: 5.5vw;
|
||||||
|
height: 4vw;
|
||||||
|
width: 12vw;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
z-index: 15;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouttonvalider{
|
||||||
|
position: absolute;
|
||||||
|
height: 3.4vw;
|
||||||
|
width: 11.4vw;
|
||||||
|
top: 0.3vw;
|
||||||
|
left: 0.3vw;
|
||||||
|
border-radius: 30px;
|
||||||
|
background-color: #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textjouer{
|
||||||
|
font-family: Montserrat, impact, Arial Black;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 2.5vw;
|
||||||
|
margin-top: 0.2vw;
|
||||||
|
margin-left: 2.7vw;
|
||||||
|
color: var(--lightsedonca);
|
||||||
|
}
|
||||||
|
|
||||||
|
#ContainBottom {
|
||||||
|
position: absolute;
|
||||||
|
margin-left: 25vw;
|
||||||
|
height: 12vw;
|
||||||
|
width: auto;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clic{
|
||||||
|
position: absolute;
|
||||||
|
left: 55vw;
|
||||||
|
top : 7vw;
|
||||||
|
height: auto;
|
||||||
|
width: 15vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#card-conteneur{
|
||||||
|
z-index: 20;
|
||||||
|
position: absolute;
|
||||||
|
left: 0vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-container {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
margin-top: -7vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-item {
|
||||||
|
background: var(--lightsedonca);
|
||||||
|
width: 14vw;
|
||||||
|
height: 19vw;
|
||||||
|
margin-top: 8vw;
|
||||||
|
border-radius: 25px;
|
||||||
|
line-height: 10vw;
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 3em;
|
||||||
|
text-align: center;
|
||||||
|
padding-right: 0.4vw;
|
||||||
|
padding-left: 0.4vw;
|
||||||
|
padding-top: 0.4vw;
|
||||||
|
padding-top: 0.4vw;
|
||||||
|
|
||||||
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
-webkit-flex-flow: row wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-form {
|
||||||
|
width: 3vw;
|
||||||
|
padding-left: 0.8vw;
|
||||||
|
margin-top: 0.55vw;
|
||||||
|
height: 3.5vw;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: auto;
|
background-color: var(--lighttercia);
|
||||||
margin-top: 25%;
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.buttonretour{
|
||||||
|
position: absolute;
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
left: 57vw;
|
||||||
|
top: 22.6vw;
|
||||||
|
border-radius: 25px;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.txt{
|
||||||
|
position: absolute;
|
||||||
|
font-family: Arial Black;
|
||||||
|
color: var(--lightprima);
|
||||||
|
font-size: 2vw;
|
||||||
|
padding-left: 0.7vw;
|
||||||
|
top : -0.9vw;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bague {
|
|
||||||
width: 30px;
|
#pageGame{
|
||||||
height: 30px;
|
visibility: hidden;
|
||||||
border-radius: 15px;
|
|
||||||
margin: auto;
|
|
||||||
position: relative;
|
|
||||||
margin-top: 13%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bague-inté {
|
#pageAccueil{
|
||||||
width: 20px;
|
visibility: visible;
|
||||||
height: 20px;
|
}
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #bbada0;
|
|
||||||
|
#cloud{
|
||||||
|
z-index: 10
|
||||||
|
}
|
||||||
|
|
||||||
|
#mount1 {
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mount2 {
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* PARTIE ANNEAU / ROND */
|
||||||
|
.anneau{
|
||||||
|
background-color: #DE3030;
|
||||||
|
border-radius: 3vw;
|
||||||
|
height: 5vw;
|
||||||
|
width: 5vw;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rondinterieur{
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
border-radius: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.containform{
|
||||||
|
border-radius: 3vw;
|
||||||
|
height: 5vw;
|
||||||
|
width: 5vw;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rond{
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
background-color: #DE3030;
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
border-radius: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PARTIE CARRE */
|
||||||
|
.carre{
|
||||||
|
background-color: #30C0DE;
|
||||||
|
height: 5vw;
|
||||||
|
width: 5vw;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle
|
||||||
|
}
|
||||||
|
|
||||||
|
.carreinterieur{
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pcarre{
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
background-color: #30C0DE;
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PARTIE TRIANGLE */
|
||||||
|
.triangle{
|
||||||
|
border-left: 2.5vw solid transparent;
|
||||||
|
border-right: 2.5vw solid transparent;
|
||||||
|
border-bottom: 5vw solid #DEA430;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle
|
||||||
|
}
|
||||||
|
|
||||||
|
.trianglerinterieur{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: auto;
|
left: 21.1vw;
|
||||||
top : 17%;
|
bottom: 7.75vw;
|
||||||
left: 17%;
|
border-left: 1.5vw solid transparent;
|
||||||
|
border-right: 1.5vw solid transparent;
|
||||||
|
border-bottom: 3vw solid var(--lightsedonca);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.ptriangle{
|
||||||
width: 200px;
|
display: table;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
border-left: 1.5vw solid transparent;
|
||||||
|
border-right: 1.5vw solid transparent;
|
||||||
|
border-bottom: 3vw solid #DEA430;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PARTIE PENTA*/
|
||||||
|
.pentagone{
|
||||||
|
position: absolute;
|
||||||
|
width: 3vw;
|
||||||
|
box-sizing: content-box;
|
||||||
|
border-width: 3.15vw 1.2vw 0;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #6FDE30 transparent;
|
||||||
|
}
|
||||||
|
.pentagone:before{
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -5.3vw;
|
||||||
|
left: -1.15vw;
|
||||||
|
border-width: 0 2.68vw 2.2vw;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent transparent #6FDE30;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pentagoneinterieur{
|
||||||
|
position: absolute;
|
||||||
|
width: 1.5vw;
|
||||||
|
box-sizing: content-box;
|
||||||
|
top: -2.75vw;
|
||||||
|
left: 0.25vw;
|
||||||
|
border-width: 1.5vw 0.5vw 0;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: var(--lightsedonca) transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-container {
|
.pentagoneinterieur:before{
|
||||||
margin-top: 40px;
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -2.4vw;
|
||||||
|
left: -0.486vw;
|
||||||
|
border-width: 0 1.3vw 1vw;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent transparent var(--lightsedonca);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ppentagone{
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 15px;
|
width: 1.5vw;
|
||||||
cursor: default;
|
box-sizing: content-box;
|
||||||
-moz-user-select:none;
|
top: 1vw;
|
||||||
background: #bbada0;
|
left: 1vw;
|
||||||
border-radius: 15px;
|
border-width: 1.5vw 0.5vw 0;
|
||||||
width: 160px;
|
border-style: solid;
|
||||||
height: 225px;
|
border-color: #6FDE30 transparent;
|
||||||
box-sizing: border-box;
|
}
|
||||||
|
|
||||||
|
.ppentagone:before{
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -2.45vw;
|
||||||
|
left: -0.5vw;
|
||||||
|
border-width: 0 1.3vw 1vw;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent transparent #6FDE30;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PARTIE LOSANGE */
|
||||||
|
.losange {
|
||||||
|
width : 0;
|
||||||
|
height : 0;
|
||||||
|
border : 1.5vw solid transparent;
|
||||||
|
border-bottom : 2.25vw solid #B130DE;
|
||||||
|
position : relative;
|
||||||
|
top : -1.5vw;
|
||||||
|
}
|
||||||
|
.losange:after {
|
||||||
|
content : '';
|
||||||
|
position : absolute;
|
||||||
|
left : -1.53vw;
|
||||||
|
top : 2.2vw;
|
||||||
|
border : 1.5vw solid transparent;
|
||||||
|
border-top : 2.25vw solid #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.losangeinterieur {
|
||||||
|
width : 0;
|
||||||
|
height : 0;
|
||||||
|
border : 0.75vw solid transparent;
|
||||||
|
border-bottom : 1.125vw solid var(--lightsedonca);
|
||||||
|
position : relative;
|
||||||
|
top : 0.45vw;
|
||||||
|
left: -0.74vw;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
.losangeinterieur:after {
|
||||||
|
content : '';
|
||||||
|
position : absolute;
|
||||||
|
left : -0.75vw;
|
||||||
|
top : 1.1vw;
|
||||||
|
border : 0.75vw solid transparent;
|
||||||
|
border-top : 1.125vw solid var(--lightsedonca);
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plosange {
|
||||||
|
width : 0;
|
||||||
|
height : 0;
|
||||||
|
border : 0.75vw solid transparent;
|
||||||
|
border-bottom : 1.125vw solid #B130DE;
|
||||||
|
position : relative;
|
||||||
|
top : -0.5vw;
|
||||||
|
left: -0.74vw;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
.plosange:after {
|
||||||
|
content : '';
|
||||||
|
position : absolute;
|
||||||
|
left : -0.75vw;
|
||||||
|
top : 1.1vw;
|
||||||
|
border : 0.75vw solid transparent;
|
||||||
|
border-top : 1.125vw solid #B130DE;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-container {
|
.retourstp{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-row {
|
|
||||||
margin-bottom: 15px;
|
/* J'ai trop avancé, mode multi*/
|
||||||
|
|
||||||
|
|
||||||
|
#containpseudo{
|
||||||
|
position: absolute;
|
||||||
|
height: 15%;
|
||||||
|
width: 30%;
|
||||||
|
z-index: 12;
|
||||||
|
left: 35%;
|
||||||
|
top: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pseudoenter{
|
||||||
|
background-color: red;
|
||||||
|
height: 100%;
|
||||||
|
border-radius: 45px;
|
||||||
|
background-color: #B130DE;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inputpseudo{
|
||||||
|
position: absolute;
|
||||||
|
width: 99%;
|
||||||
|
height: 65%;
|
||||||
|
border-radius: 30px;
|
||||||
|
font-size: 3vw;
|
||||||
|
background-color: transparent;
|
||||||
|
appearance: none;
|
||||||
|
text-align: center;
|
||||||
|
color: #707070;
|
||||||
|
border-color: transparent;
|
||||||
|
font-family: impact, Arial Black;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fondinput{
|
||||||
|
background-color: red;
|
||||||
|
position: absolute;
|
||||||
|
width: 97%;
|
||||||
|
background-color: var(--lightsedonca);
|
||||||
|
height: 90%;
|
||||||
|
border-radius: 40px;
|
||||||
|
left: 1.5%;
|
||||||
|
top: 5%;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
#buttonadd{
|
||||||
|
position: absolute;
|
||||||
|
top: 30%;
|
||||||
|
right: -12%;
|
||||||
|
height: 3vw;
|
||||||
|
width: 3vw;
|
||||||
|
border-radius: 2vw;
|
||||||
|
background-color: #B130DE;
|
||||||
|
z-index: 18;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textplus{
|
||||||
|
font-size: 3vw;
|
||||||
|
font-family: arial, Arial Black;
|
||||||
|
position: absolute;
|
||||||
|
margin-top: -0.15vw;
|
||||||
|
margin-left: 0.65vw;
|
||||||
|
color: var(--lightprima);
|
||||||
|
}
|
||||||
|
|
||||||
|
#containplayers{
|
||||||
|
position: absolute;
|
||||||
|
background-color: transparent;
|
||||||
|
color: var(--lightsedonca);
|
||||||
|
width: 15vw;
|
||||||
|
height: 20vw;
|
||||||
|
z-index: 17;
|
||||||
|
right: 0%;
|
||||||
|
top: 8vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-cell {
|
.pseudojoueur {
|
||||||
width: 40px;
|
float: right;
|
||||||
height: 40px;
|
margin-top: 0px;
|
||||||
margin-right: 5px;
|
margin-bottom: 3%;
|
||||||
margin-bottom: 12px;
|
margin-right: 10%;
|
||||||
float: left;
|
font-family: Lucida Console, Arial Black, Arial;
|
||||||
border-radius: 15px;
|
font-size: 2vw;
|
||||||
background: rgba(238, 228, 218, 0.35);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pseudolist {
|
||||||
|
width: 100%;
|
||||||
|
height: 1.7vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 24 KiB |