Sha256: 04ba1f788c7e695449e0ffe13239e4b27d9b38dcae2cb0b7effc5ddf244489d3

Contents?: true

Size: 992 Bytes

Versions: 4

Compression:

Stored size: 992 Bytes

Contents

/*
 # -----------------------------------------------------------------------------
 # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css
 # Provides JustifiedGallery styles for 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

4 entries across 4 versions & 1 rubygems

Version Path
j1-template-2020.0.24 assets/themes/j1/modules/justifiedGallery/css/theme/uno.css
j1-template-2020.0.22 assets/themes/j1/modules/justifiedGallery/css/theme/uno.css
j1-template-2020.0.21 assets/themes/j1/modules/justifiedGallery/css/theme/uno.css
j1-template-2020.0.20 assets/themes/j1/modules/justifiedGallery/css/theme/uno.css