
diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index 49d6198..822bfde 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -1,10 +1,10 @@ /*Ecran*/ @media screen and (min-width: 992px) { - - :root{ - --taille : 10vw; + + :root { + --taille: 10vw; } - + /*PARTIE FORMES*/ .containform3 { position: relative; @@ -14,7 +14,7 @@ vertical-align: middle; } - .containinte{ + .containinte { /*PROBLEME SIZE*/ top: calc((var(--y) - var(--z)) / 2); left: calc((var(--y) - var(--z)) / 2); @@ -24,7 +24,7 @@ position: absolute; } - .cache{ + .cache { top: calc((var(--x) - var(--y)) / 2.8); left: calc((var(--x) - var(--y)) / 2.2); height: calc(var(--y)*1.05); @@ -43,18 +43,27 @@ z-index: 15; } - #conteneurmode{ + #choosedimension { + height: 4vw; + width: 16vw; + position: absolute; + left: 42vw; + top: 55vh; + z-index: 15; + } + + #conteneurmode { width: 80%; height: 2vw; - left : 10%; - top : 25%; + left: 10%; + top: 25%; position: absolute; margin: 0 auto; background-color: var(--lightsedonca); border-radius: 5vw; } - #triangleprec{ + #triangleprec { width: 0; height: 0; margin: 0.25vw auto 0 auto; @@ -63,7 +72,7 @@ border-bottom: 0.75vw solid transparent; } - #trianglesuiv{ + #trianglesuiv { width: 0; height: 0; margin: 0.25vw auto 0 auto; @@ -76,12 +85,20 @@ font-family: Lucida Console, Arial Black, Arial; font-size: 1vw; color: #707070; - text-align:center; + text-align: center; margin: 5% auto 0 auto; } - #formSize{ - margin : 0 auto; + #textdimension { + font-family: Lucida Console, Arial Black, Arial; + font-size: 1vw; + color: #707070; + text-align: center; + margin: 5% auto 0 auto; + } + + #formSize { + margin: 0 auto; width: 100%; height: 3vw; } @@ -103,9 +120,11 @@ outline: none; background-color: transparent; } - .slider.container{ + + .slider.container { position: relative; } + .slider-container .bar { position: absolute; z-index: 1; @@ -117,7 +136,7 @@ overflow: hidden; } /*Moz*/ - .slider-container .slider::-moz-range-thumb { + .slider-container .slider::-moz-range-thumb { -webkit-appearance: none; width: 1vw; height: 1vw; @@ -125,27 +144,28 @@ border-radius: 1vw; cursor: pointer; outline: none; - box-shadow: 0 0 0 0 rgba(98, 0 ,238, .1); + box-shadow: 0 0 0 0 rgba(98, 0,238, .1); transition: .3s ease-in-out; } - .slider-container .slider::-moz-range-thumb:hover { - box-shadow: 0 0 0 10px rgba(98,0,238,.1); - } + .slider-container .slider::-moz-range-thumb:hover { + box-shadow: 0 0 0 10px rgba(98,0,238,.1); + } + .slider-container .slider:active::-moz-range-thumb { box-shadow: 0 0 0 20px rgba(98,0,238,.2); } /*===========================================*/ - - .logoboutton{ - font-size: 2vw; + + .logoboutton { + font-size: 2vw; color: var(--lightprima); - margin: 0.25vw; + margin: 0.25vw; } /*Externe*/ - .bouttonMenuHaut{ + .bouttonMenuHaut { height: 4vw; width: 4vw; background-color: var(--lightsedonca); @@ -170,7 +190,7 @@ margin-right: 1vw; } - .containButtonForm{ + .containButtonForm { height: 2.5vw; width: 2.5vw; margin: 0.75vw; @@ -273,7 +293,7 @@ border-radius: 30px; } - .violet{ + .violet { background-color: #B130DE; } @@ -287,7 +307,7 @@ font-size: 2.5vw; margin-top: 0.2vw; color: var(--lightsedonca); - text-align:center; + text-align: center; width: inherit; } } diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index cbedf04..fb3f26e 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -82,7 +82,7 @@