forked from La_Bureautique/zeg1jeux
Optimisations d'UI pre-p0ka-et-Hugo
parent
57360f9c85
commit
d5980664c3
@ -0,0 +1,75 @@
|
||||
body#farfetched main {
|
||||
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
body#farfetched main > section h2 {
|
||||
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
color: black;
|
||||
margin-top: 0;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
body#farfetched main > section {
|
||||
|
||||
width: 48%;
|
||||
/*overflow: hidden;*/
|
||||
border: 0.125rem;
|
||||
|
||||
border-style: solid;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
body#farfetched main > section ul {
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body#farfetched main > section ul li {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body#farfetched main > section .offers-list {
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body#farfetched main > section .offers-list > * {
|
||||
|
||||
margin: 0.5rem;
|
||||
|
||||
}
|
||||
|
||||
body#farfetched main > section .offers-list a {
|
||||
|
||||
display: block;
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body#farfetched main > section .offers-list a span {
|
||||
|
||||
display: block;
|
||||
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
body#farfetched main > section .offers-list a span img {
|
||||
|
||||
width: 100%;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,7 @@
|
||||
|
||||
/*
|
||||
|
||||
var form = document.querySelector('#messenger-page #conversation > form');
|
||||
|
||||
form.addEventListener
|
||||
*/
|
Loading…
Reference in New Issue