Sha256: 6e322d5128fd7bddb48dc225d5b404ca4e0ca4b8a15b76a7f4d9143064f325ba
Contents?: true
Size: 1010 Bytes
Versions: 28
Compression:
Stored size: 1010 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/extensions/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; }
Version data entries
28 entries across 14 versions & 1 rubygems