1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/Assets/css/resp.css

137 lines
2.3 KiB
CSS
Raw Normal View History

@media screen and (max-width: 600px) {
/*===========GENERAL===========*/
2019-12-19 11:57:46 +01:00
body{
color: black;
}
h1{
font-size: 3vw;
}
body>#bienvenue>h1 {
font-size: 3vw;
}
body>#bienvenue>h2 {
font-size: 2vw;
}
button#hautPage{
display:none;
}
/*===========NAVBAR===========*/
2019-12-15 19:59:26 +01:00
nav{
position: static;
}
2019-12-15 19:59:26 +01:00
nav input[type=text] {
float: none;
display: block;
text-align: left;
width: 76.5%;
2019-12-15 13:04:13 +01:00
border: 0.1vw solid black;
margin: 0;
padding: 2vw;
transform: none;
font-size: 3vw;
}
2019-12-15 19:59:26 +01:00
nav a {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 2vw;
border: none;
transform: none;
font-size: 3vw;
}
2019-12-15 19:59:26 +01:00
nav a#kyflo{
font-size: 8vw;
text-align: center;
}
2019-12-15 19:59:26 +01:00
nav a#panier,
2019-12-15 13:04:13 +01:00
a.raccourci {
border: none;
}
2019-12-15 19:59:26 +01:00
nav a#panier{
width: 20%;
margin-right: -14%;
}
2019-12-15 19:59:26 +01:00
nav a#panier:hover{
margin-right: -14%;
}
2019-12-15 19:59:26 +01:00
nav a.raccourci:hover,
2019-12-15 13:04:13 +01:00
a.raccourci:hover {
padding: 2vw 2vw;
}
2019-12-15 19:59:26 +01:00
nav a#go {
width: 5%;
padding: 1vw;
font-size: 3vw;
2019-12-15 13:04:13 +01:00
border: 0.1vw solid rgb(0, 0, 0)
}
2019-12-15 19:59:26 +01:00
nav a#panier>h3{
display:none;
}
/*===========FLEX CONTAINER===========*/
.flex-container>div {
2019-12-15 19:59:26 +01:00
width: 80%;
margin-left: auto;
margin-right: auto;
}
.flex-container>div>a>img {
width: 20%;
}
2019-12-15 13:32:25 +01:00
.flex-container div:hover img{
width: 30%;
}
.flex-container div.out:hover img{
width: 20%;
cursor: not-allowed;;
}
#content {
margin-left: 2vw;
margin-right: 2vw;
}
2019-12-15 19:59:26 +01:00
/*=======QUI SOMMES NOUS======*/
div#nous .flex-container img{
width: 30%;
2019-12-04 09:54:26 +01:00
}
2019-12-15 19:59:26 +01:00
div#nous .flex-container div{
width: 40%;
}
2019-12-15 19:59:26 +01:00
div#nous .flex-container div#engagements{
width: 80%;
2019-12-15 19:59:26 +01:00
border: none;
}
2019-12-15 19:59:26 +01:00
/*========FOOTER=========*/
2019-12-15 19:59:26 +01:00
th {
font-size: 2.5vw;
}
2019-12-15 19:59:26 +01:00
td {
width: 20%;
2019-12-15 19:59:26 +01:00
font-size: 2vw;
}
2019-12-15 19:59:26 +01:00
/*=====Produits=======*/
#Produit>h3 {
font-size: 2.5vw;
}
#Carac>h2 {
font-size: 2.5vw;
2019-12-19 11:57:46 +01:00
color: rgb(0, 0, 0);
2019-12-04 11:57:53 +01:00
}
}