Valeurs par défaut de la galerie

This commit is contained in:
Fred Tempez 2020-04-22 18:28:49 +02:00
parent 205f054f0b
commit efed2febae
2 changed files with 18 additions and 18 deletions

18
module/gallery/view/gallery/gallery.css Executable file → Normal file
View File

@ -1,22 +1,22 @@
.galleryRow { .galleryRow {
--thumbAlign: space-around; --thumbAlign: center;
} }
.colPicture { .colPicture {
--thumbWidth: 21em; --thumbWidth: 18em;
--thumbMargin: .9em; --thumbMargin: .5em;
} }
.galleryPicture, .galleryPicture,
.galleryGalleryPicture { .galleryGalleryPicture {
--thumbHeight: 12em; --thumbHeight: 15em;
--thumbBorder: .1em; --thumbBorder: .1em;
--thumbBorderColor: rgba(251, 1, 1, 0.48); --thumbBorderColor: rgba(221, 221, 221, 1);
--thumbRadius: 0em; --thumbRadius: .3em;
--thumbShadows: 1px 1px 25px; --thumbShadows: 1px 1px 10px;
--thumbShadowsColor: rgba(253, 16, 16, 0.37); --thumbShadowsColor: rgba(125, 125, 125, 1);
} }
.galleryName, .galleryName,
.galleryGalleryName { .galleryGalleryName {
--legendHeight: .25em; --legendHeight: .375em;
--legendAlign: center; --legendAlign: center;
--legendTextColor: rgba(255, 255, 255, 1); --legendTextColor: rgba(255, 255, 255, 1);
--legendBgColor: rgba(0, 0, 0, .6); --legendBgColor: rgba(0, 0, 0, .6);

18
module/gallery/view/index/index.css Executable file → Normal file
View File

@ -1,22 +1,22 @@
.galleryRow { .galleryRow {
--thumbAlign: space-around; --thumbAlign: center;
} }
.colPicture { .colPicture {
--thumbWidth: 21em; --thumbWidth: 18em;
--thumbMargin: .9em; --thumbMargin: .5em;
} }
.galleryPicture, .galleryPicture,
.galleryGalleryPicture { .galleryGalleryPicture {
--thumbHeight: 12em; --thumbHeight: 15em;
--thumbBorder: .1em; --thumbBorder: .1em;
--thumbBorderColor: rgba(251, 1, 1, 0.48); --thumbBorderColor: rgba(221, 221, 221, 1);
--thumbRadius: 0em; --thumbRadius: .3em;
--thumbShadows: 1px 1px 25px; --thumbShadows: 1px 1px 10px;
--thumbShadowsColor: rgba(253, 16, 16, 0.37); --thumbShadowsColor: rgba(125, 125, 125, 1);
} }
.galleryName, .galleryName,
.galleryGalleryName { .galleryGalleryName {
--legendHeight: .25em; --legendHeight: .375em;
--legendAlign: center; --legendAlign: center;
--legendTextColor: rgba(255, 255, 255, 1); --legendTextColor: rgba(255, 255, 255, 1);
--legendBgColor: rgba(0, 0, 0, .6); --legendBgColor: rgba(0, 0, 0, .6);