/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css # Provides J1 JustifiedGallery styles for J1 Theme Uno # # Product/Info: # https://jekyll.one # # Copyright (C) 2020 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ----------------------------------------------------------------------------- */ /* Gallery title */ .jg-gallery-title { font-style: italic; font-weight: 400; color: rgba(0, 0, 0, 0.5); overflow: hidden; } .justified-gallery img.img-overlay { height: 64px; width: 64px; bottom: 0; left: 50%; margin-left: -35px; margin-top: -35px; position: absolute; right: 0; top: 50%; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; }