Sha256: 3ce66c614789e6be7ed40bfe27c6b7336c68be5bc82f6f3593b4e4df5fe12487
Contents?: true
Size: 1007 Bytes
Versions: 12
Compression:
Stored size: 1007 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/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; }
Version data entries
12 entries across 6 versions & 1 rubygems