Suppression d'éléments non modifiables

This commit is contained in:
LC 2023-11-27 21:18:46 +01:00
parent 043eec9c26
commit 52be0a03ce
1 changed files with 243 additions and 270 deletions

View File

@ -217,19 +217,6 @@ figure.image {
background-color: #f5f2f0;
}
figure.align-center {
display: table;
margin:auto;
}
figure.align-left {
float: left;
}
figure.align-right {
float: right;
}
figure.image img {
margin: 0;
}
@ -254,17 +241,3 @@ figure.image figcaption {
.galleryPicture:hover, .galleryGalleryPicture:hover {
/*exemple background-color: yellow;*/
}
/* Nom ou légende de l'image */
.galleryName, .galleryGalleryName {
/*exemple color: white;*/
}
.galleryName:hover, .galleryGalleryName:hover {
/*exemple color: black;*/
}
/* Nom ou légende des images redimensionnées */
.picResized {
/*exemple color: red;*/
}
.picResized:hover{
/*exemple color: orange;*/
}