PHP Classes

File: upload/themes/bb_simple/assets/lightgallery/css/lg-autoplay.css

Recommend this page to a friend!
  Classes of James Brows   PHP Bulletin Board   upload/themes/bb_simple/assets/lightgallery/css/lg-autoplay.css   Download  
File: upload/themes/bb_simple/assets/lightgallery/css/lg-autoplay.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Bulletin Board
Manage and post messages in multi-user forums
Author: By
Last change:
Date: 3 years ago
Size: 745 bytes
 

Contents

Class file image Download
.lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 1083; opacity: 0; will-change: opacity; -webkit-transition: opacity 0.08s ease 0s; -moz-transition: opacity 0.08s ease 0s; -o-transition: opacity 0.08s ease 0s; transition: opacity 0.08s ease 0s; } .lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0; } .lg-progress-bar.lg-start .lg-progress { width: 100%; } .lg-show-autoplay .lg-progress-bar { opacity: 1; } .lg-autoplay-button:after { content: '\e01d'; } .lg-show-autoplay .lg-autoplay-button:after { content: '\e01a'; } .lg-single-item .lg-autoplay-button { opacity: 0.75; pointer-events: none; }