added arrow to galleries

This commit is contained in:
jorge-vitrubio 2022-11-03 16:39:24 +01:00
parent f486fbec35
commit 5cc98b3ae1
1 changed files with 14 additions and 0 deletions

View File

@ -1157,6 +1157,7 @@ form#commentform p.form-submit input#submit {
}
.gallery .gallery-item {
width: 100% !important;
position: relative;
}
.gallery .gallery-item:not(:first-of-type) {
display: none;
@ -1177,6 +1178,19 @@ form#commentform p.form-submit input#submit {
display: inline-block /*block!important*/;
}
.gallery .gallery-icon::after {
content: "";
display: inline-block;
position: absolute;
top: calc(50% - 1.5rem);
left: 50%;
height: 3rem;
width: 3rem;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') center center no-repeat;
background-color: rgba(90,90,90,0.5);
border-radius: 2rem;
}
/* Footer
--------------------------------------------- */
.wrapfooter {