| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/tmp/install_5320fcc93572d/media/widgets/spotlight/css/ |
Upload File : |
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/*
* Widgetkit Spotlight Style Sheet
*/
/* General
----------------------------------------------------------------------------------------------------*/
.spotlight {
display: inline-block;
max-width: 100%;
}
.spotlight .overlay { visibility: hidden; }
/* Default Style
----------------------------------------------------------------------------------------------------*/
.spotlight .overlay-default { background: rgba(0,0,0,0.5) url(../images/magnifier.png) 50% 50% no-repeat; }
/* Overlay Style
----------------------------------------------------------------------------------------------------*/
/* Hidden by default */
[data-spotlight] .overlay { display: none; }
.spotlight .overlay { background: rgba(0,0,0,0.5); }
.spotlight .overlay,
.spotlight .overlay a { color: #fff; }
.spotlight .overlay a { text-decoration: underline; }
.spotlight .overlay > div { padding: 10px; }
.spotlight .overlay.remove-padding > div { padding: 0; }
.spotlight .overlay > div > *:first-child { margin-top: 0; }
.spotlight .overlay > div > *:last-child { margin-bottom: 0; }