| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Old Sites/moke/plugins/content/sigplus/engines/boxplus/slider/css/ |
Upload File : |
/*!
* @file
* @brief boxplus stylesheet for image slider and carousel overlay navigation
* @author Levente Hunyadi
* @version 1.4.2
* @remarks Copyright (C) 2009-2010 Levente Hunyadi
* @remarks Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html
* @see http://hunyadi.info.hu/projects/boxplus
*/
/* overlay navigation */
.boxplus-viewport > div.boxplus-prev.boxplus-horizontal {
right:0 !important;
left:auto !important;
background-position:right center !important;
}
.boxplus-viewport > div.boxplus-prev.boxplus-horizontal.boxplus-large:hover {
background-image:url(btnRightLarge.png) !important;
}
.boxplus-viewport > div.boxplus-prev.boxplus-horizontal.boxplus-small:hover {
background-image:url(btnRightSmall.png) !important;
}
.boxplus-viewport > div.boxplus-next.boxplus-horizontal {
left:0 !important;
right:auto !important;
background-position:left center !important;
}
.boxplus-viewport > div.boxplus-next.boxplus-horizontal.boxplus-large:hover {
background-image:url(btnLeftLarge.png) !important;
}
.boxplus-viewport > div.boxplus-next.boxplus-horizontal.boxplus-small:hover {
background-image:url(btnLeftSmall.png) !important;
}