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.
279 lines
4.4 KiB
279 lines
4.4 KiB
@import url(./style.css);
|
|
|
|
/* ====== DARK MODE ====== */
|
|
body.dark-mode h1{
|
|
color : var(--main-dark-text-color);
|
|
}
|
|
|
|
body.dark-mode p{
|
|
color : var(--main-dark-text-color);
|
|
}
|
|
|
|
body.dark-mode :popover-open {
|
|
background: black;
|
|
color: var(--main-dark-text-color);
|
|
border-color: black;
|
|
}
|
|
|
|
body.dark-mode .buttonSudmite{
|
|
background: var(--main-dark-gradient);
|
|
color: var(--main-dark-text-color);
|
|
}
|
|
|
|
body.dark-mode .createQuote{
|
|
color : var(--main-dark-text-color);
|
|
}
|
|
|
|
body.dark-mode .login{
|
|
background: var(--main-dark-other-color);
|
|
}
|
|
|
|
body.dark-mode .imgModify{
|
|
filter: invert(100%) brightness(1000%) contrast(1000%);
|
|
}
|
|
|
|
|
|
body.light-mode .inputPasswd{
|
|
font-family: "roboto condensed", sans-serif;
|
|
margin-top: 2%;
|
|
color: black;
|
|
}
|
|
|
|
body.dark-mode .saveButtonPasswd {
|
|
background: var(--main-dark-gradient);
|
|
color: var(--main-dark-text-color);
|
|
}
|
|
|
|
/* ====== LIGHT MODE ====== */
|
|
body.light-mode h1{
|
|
color : var(--main-light-text-color);
|
|
}
|
|
|
|
body.light-mode p{
|
|
color : var(--main-light-text-color);
|
|
}
|
|
|
|
|
|
body.light-mode :popover-open {
|
|
background: white;
|
|
color: var(--main-light-text-color);
|
|
border-color: white;
|
|
}
|
|
|
|
body.light-mode .buttonSubmit{
|
|
background: var(--main-light-gradirent);
|
|
color: var(--main-light-text-color);
|
|
}
|
|
|
|
|
|
|
|
body.light-mode .createQuote{
|
|
color : var(--main-light-text-color);
|
|
}
|
|
|
|
body.light-mode .login{
|
|
background: var(--main-light-other-color);
|
|
}
|
|
|
|
|
|
body.light-mode .inputPasswd{
|
|
font-family: "roboto condensed", sans-serif;
|
|
margin-top: 2%;
|
|
color: black;
|
|
}
|
|
|
|
body.light-mode .saveButtonPasswd {
|
|
background: var(--main-light-gradient);
|
|
color: var(--main-light-text-color);
|
|
}
|
|
|
|
/* ====== ECRAN DEFAUT ====== */
|
|
|
|
h1{
|
|
font-family: "roboto condensed", sans-serif;
|
|
text-align: center;
|
|
font-size: 35px;
|
|
}
|
|
|
|
p{
|
|
margin-top: 4%;
|
|
margin-bottom: 2%;
|
|
font-size: 20px;
|
|
font-family: "roboto condensed", sans-serif;
|
|
}
|
|
|
|
::backdrop {
|
|
backdrop-filter: blur(3px);
|
|
}
|
|
:popover-open {
|
|
width: 70%;
|
|
height: 60%;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
<<<<<<< HEAD
|
|
justify-content: start;
|
|
align-items: flex-start;
|
|
font-family: "Lemon", serif;
|
|
=======
|
|
font-family: "roboto condensed", sans-serif;
|
|
>>>>>>> 3403a5592cdba73a03915da872f39aba764534a6
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
border: 15px solid;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
:popover-open >* {
|
|
flex: 1 1 20%;
|
|
}
|
|
|
|
.ChangeImg{
|
|
display:block;
|
|
margin: auto;
|
|
}
|
|
|
|
.imageProfil{
|
|
margin-bottom: 20vh;
|
|
}
|
|
|
|
.buttonSudmite{
|
|
font-family: "roboto condensed", sans-serif;
|
|
border: none;
|
|
padding: 2%;
|
|
border-radius: 25px;
|
|
width: 50%;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.createQuote{
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
padding-top: 1%;
|
|
font-family: "roboto condensed", sans-serif;
|
|
}
|
|
|
|
.login{
|
|
width: 30vw;
|
|
/*height: 78vh;*/
|
|
margin: auto;
|
|
margin-top: 17vh;
|
|
border-radius: 25px;
|
|
padding-top: 1px;
|
|
padding-bottom: 2%;
|
|
}
|
|
|
|
.imgModify{
|
|
width: 3%;
|
|
margin-left: 5%;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.infoProfil > input {
|
|
width:70%;
|
|
height: 40px;
|
|
margin-top: -1%;
|
|
border-radius: 25px;
|
|
border: none;
|
|
font-size: 15px;
|
|
font-family: "roboto condensed", sans-serif;
|
|
|
|
}
|
|
|
|
.saveButtonPasswd {
|
|
display: block;
|
|
margin: auto;
|
|
padding: 1vh;;
|
|
margin-top: 1vh;
|
|
border-radius: 25px;
|
|
border: none;
|
|
}
|
|
|
|
.ChangeImg{
|
|
display: block;
|
|
margin: auto;
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.buttonSudmiteDiv{
|
|
text-align: center;
|
|
}
|
|
|
|
.changeValue{
|
|
color: red;
|
|
}
|
|
|
|
.imageProfil{
|
|
width: 10vw;
|
|
height: 20vh;
|
|
object-fit: cover;
|
|
overflow: hidden;
|
|
border-radius: 25px;
|
|
display:block;
|
|
margin: auto;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.infoProfil{
|
|
margin-left: 9%;
|
|
text-align: center;
|
|
font-size: 120%;
|
|
}
|
|
|
|
|
|
.languageDiv{
|
|
margin: auto;
|
|
width: 10vw;
|
|
}
|
|
|
|
.languageTitle{
|
|
text-align: center;
|
|
font-size: 100%;
|
|
margin-top: 5vh;
|
|
}
|
|
|
|
.languageImage{
|
|
width: 15vw;
|
|
height: 40px;
|
|
margin: auto;
|
|
display:block;
|
|
}
|
|
|
|
|
|
/* ====== ECRAN TABLETTE ====== */
|
|
|
|
@media (max-width: 834px) or (max-aspect-ratio : 1/1){
|
|
.login{
|
|
width: 70vw;
|
|
height: 77vh;
|
|
min-height: 789px;
|
|
}
|
|
|
|
.languageImage{
|
|
width: 30vw;
|
|
}
|
|
|
|
.languageDiv{
|
|
width: 30vw;
|
|
}
|
|
|
|
.imageProfil{
|
|
width: 25vw;
|
|
height: 20vh;
|
|
min-height: 205px;
|
|
object-fit: cover;
|
|
overflow: hidden;
|
|
border-radius: 25px;
|
|
display:block;
|
|
margin: auto;
|
|
margin-top: 5%;
|
|
}
|
|
}
|
|
|
|
/* ====== ECRAN TELEPHONE====== */
|
|
|
|
@media (max-width: 480px){
|
|
|
|
} |