Amélioration de l'interface

This commit is contained in:
LC 2023-10-30 11:12:18 +01:00
parent 273aaaacac
commit 0399cb07fb
1 changed files with 4 additions and 9 deletions

View File

@ -10,31 +10,26 @@ section > .row:not(.back) > .col2 {
} }
.galleryGalleryPicture { .galleryGalleryPicture {
box-sizing: content-box; box-sizing: content-box;
padding: 12px 0 2px; padding: 6px 0 2px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: relative; position: relative;
text-align: center; text-align: center;
background-color: rgba(230, 230, 230, 0.7); background-color: rgba(0, 0, 0, 0);
border: 1px solid #ddd;
border-radius: 6px;
transition: background-color 1.3s ease; transition: background-color 1.3s ease;
} }
.galleryGalleryPicture:hover { .galleryGalleryPicture:hover {
background-color: rgb(192, 192, 192); background-color: rgba(255, 255, 255, 0.3);
} }
.galleryGalleryName { .galleryGalleryName {
line-height: 1.2; line-height: 1.2;
} }
.galleryGalleryPicture > figure > img { .galleryGalleryPicture > figure > img {
max-height: 20vmin; max-height: 20vmin;
max-width: 95%; max-width: 96%;
object-fit: contain; object-fit: contain;
} }
.picResized {
color: crimson;
}
.osm { .osm {
position: absolute; position: absolute;
right:10px; right:10px;