/*
Plugin Name: Gallery and Widget of images and web pages [Galdget]
Plugin URI: https://plugins.unforget.rs/galdget
Description: Gallery shortcode and Widget for displaying images and web pages with timed rotation, highly customisable
Version: 1.0.0
Author: Unforget
Author URI: https://unforget.rs
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gallery, shortcode, widget, images, sites, urls
Text Domain: galdget_widget
Domain Path: /languages

Copyright 2017 Unforget

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2,
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

*/

.galdget_main {
	text-align: center;
	overflow:hidden;
	background-color: transparent;
	position: relative;
}
#galdget_controls {
	width: 100%;
	height: 100%;
	border: 0;
}

.galdget_tr0 { height:  33%; }
.galdget_tr1 { height:  50%; }
.galdget_tr2 { height: 100%; }
.galdget_tr3 { height: 100%; }

#galdget_controls td {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	opacity: 0.4;
	vertical-align: middle;
	min-width: 15%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 5px outset rgba(186, 186, 186, .5);
	padding: 0;
	cursor: pointer;
	cursor: hand;
}
#galdget_controls td a {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

[class*="galdget"]::before, [class*="galdget"]::after {
    content: none !important;
}

#galdget_controls td:hover {
	opacity: 1.0;
	background-color: #D4D0C8;
	color: red;
}
#galdget_controls td a:hover {
	color: red;
}
#galdget_curtain {
	opacity: 0.0;
	display: block;
	background-color: #FFFFFF;
	background: transparent;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position:absolute;
}

.galdget_iframe {
	max-width: none;
	position: absolute;
	margin: 0;
}
