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.
WF-Website/public/styles/styleProfil.css

235 lines
3.5 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 .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: "Lemon", 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 .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: "Lemon", 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: "Lemon", serif;
text-align: center;
font-size: 35px;
}
p{
margin-top: 4%;
margin-bottom: 2%;
font-size: 20px;
font-family: "Lemon", serif;
}
.buttonSudmite{
font-family: "Lemon", 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: "Lemon", 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: "Lemon", 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){
}