responsive fini

master
frperalde 4 years ago
parent 017da92d7c
commit a10240cca1

@ -10,6 +10,24 @@
/*vertical-align: middle;*/ /*vertical-align: middle;*/
} }
.containinteCarte{
top:calc((var(--l) - var(--n)) / 2);
left:calc((var(--l) - var(--n)) / 2);
height: var(--n);
width: var(--n);
z-index: 2;
position: absolute;
}
.containexteCarte{
top:calc((var(--l) - var(--m)) / 2);
left:calc((var(--l) - var(--m)) / 2);
height: var(--m);
width: var(--m);
z-index: 1;
position: absolute;
}
.containform3carte { .containform3carte {
position: relative; position: relative;
height: var(--l); height: var(--l);

@ -135,22 +135,4 @@
.formeexte{ .formeexte{
height: 100%; height: 100%;
width: 100%; width: 100%;
}
.containinteCarte{
top:calc((var(--l) - var(--n)) / 2);
left:calc((var(--l) - var(--n)) / 2);
height: var(--n);
width: var(--n);
z-index: 2;
position: absolute;
}
.containexteCarte{
top:calc((var(--l) - var(--m)) / 2);
left:calc((var(--l) - var(--m)) / 2);
height: var(--m);
width: var(--m);
z-index: 1;
position: absolute;
} }

@ -10,6 +10,14 @@
left: -2vw; left: -2vw;
} }
.containform3carte {
position: relative;
height: var(--l);
width: var(--l);
display: table-cell;
/*vertical-align: middle;*/
}
.containinte{ .containinte{
/*PROBLEME SIZE*/ /*PROBLEME SIZE*/
top: calc(1.5*((var(--y) - var(--z)) / 2)); top: calc(1.5*((var(--y) - var(--z)) / 2));
@ -20,6 +28,24 @@
position: absolute; position: absolute;
} }
.containinteCarte{
top:calc((var(--l) - var(--n)) / 1.3);
left:calc((var(--l) - var(--n)) / 1.2);
height: var(--n);
width: var(--n);
z-index: 2;
position: absolute;
}
.containexteCarte{
top:calc((var(--l) - var(--m)) / 0.8);
left:calc((var(--l) - var(--m)) / 0.7);
height: var(--m);
width: var(--m);
z-index: 1;
position: absolute;
}
.cache{ .cache{
top: calc(0.91*((var(--x) - var(--y)) / 2.8)); top: calc(0.91*((var(--x) - var(--y)) / 2.8));
left: calc(4.55*((var(--x) - var(--y)) / 2.2)); left: calc(4.55*((var(--x) - var(--y)) / 2.2));
@ -299,16 +325,19 @@
.item-form { .item-form {
width: 4vh; width: 4vh;
height: 4vh;
padding-left: 0.1vw; padding-left: 0.1vw;
margin-top: 0.25vw; margin-top: 0.25vw;
height: 4vh;
border-radius: 10px; border-radius: 10px;
display: table-cell;
position: relative;
vertical-align: middle;
background-color: var(--lighttercia); background-color: var(--lighttercia);
} }
#containBottom{ #containBottom{
position: absolute; position: absolute;
bottom: -15%; bottom: -0%;
width: auto; width: auto;
left: 50%; left: 50%;
z-index: 20; z-index: 20;
@ -316,13 +345,12 @@
} }
#containScore { #containScore {
display: grid; display: flex;
grid-template-columns: repeat(5, 100px);
grid-template-rows: repeat(2, 100px);
grid-column-gap: 1vw;
justify-content: center; justify-content: center;
position: relative; position: relative;
left: -50%; left: -50%;
flex-flow: row wrap;
width: 80vw;
} }
@ -338,8 +366,9 @@
padding: 4px; padding: 4px;
position: relative; position: relative;
z-index: 1; z-index: 1;
width: 12vh; width: 12vw;
height: 12vh; height: 12vw;
margin: 1vw;
cursor: default; cursor: default;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
@ -456,10 +485,6 @@
left: 5vw; left: 5vw;
} }
.last{
display: none;
}
#cf2 { #cf2 {
position:relative; position:relative;
margin-left: 14vh; margin-left: 14vh;

Loading…
Cancel
Save