/*
Plugin Name: Gallery from files
Plugin URI:  http://dovi42.hu/gallery-from-files
Description: Show gallery from file system.
Version:     0.05
Author:      Dovi
Author URI:  http://dovi42.hu/
License:     GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gallery-from-files
Generator:   WP Creator - http://wpcreator.hu - 2020-02-28 16:07:00
*/

.gallery-from-files-warning {
    border: 1px solid #ccc;
    border-left: 4px solid #BF0000;
    padding: 6px 12px;
    margin: 6px 0;
}

.gallery-from-files-pagination {
    text-align: center;
}

.gallery-from-files-pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
    margin-bottom: 12px;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.gallery-from-files-page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	font-weight: normal;
    color: #444;
	background-color: #fff;
	border: 1px solid #ccc;
}
.gallery-from-files-page-item:first-child .gallery-from-files-page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.gallery-from-files-page-item:last-child .gallery-from-files-page-link {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.gallery-from-files-page-link.current {
	font-weight: bold;
    background-color: #ddd;
}
.gallery-from-files-page-link:not(.current):hover {
	color: #fff;
	background-color: #444;
	z-index: 2;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
    cursor: pointer;
}
.gallery-wait{
    background-color: #000;
    opacity: 0;
    z-index: 1000;
    position: absolute;
    top: 0;
}