2024-12-17 17:57:52 +01:00

83 lines
1.3 KiB
CSS

.filters {
fieldset {
position: relative;
min-width: 200px;
label {
flex: 1 150px;
min-width: 50px;
}
}
input[type="checkbox"], input[type="radio"] {
position: relative;
opacity: 0;
font-size: 1.2em;
left: 1em;
top: -0.1em;
}
}
.container {
position: relative;
flex: 1;
min-width: 200px;
border: solid 1px black;
background-color: transparent;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.properties{
margin: 10px;
padding: 10px;
}
.bike-list{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.image-wrapper {
position: relative;
}
.image {
display: block;
max-width:100%;
max-height:150px;
width: auto;
height: auto;
}
.label {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
color: black;
text-align: center;
border-color: black;
border-top: solid 1px;
border-bottom: solid 1px;
background-color: yellow;
min-width: 5em;
width: 100%;
min-height: 2ex;
text-align: center;
vertical-align: middle;
z-index: 1;
}
li.date-entree {
display: block;
position: absolute;
bottom: 1.5em;
margin-bottom: -10px;
right: 10px;
font-size: x-small;
color: gray;
}