| 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 : /inetpub/wwwroot/icd/plugins/content/sigplus/engines/boxplus/slider/css/ |
Upload File : |
/*!
* @file
* @brief boxplus image slider stylesheet
* @author Levente Hunyadi
* @version 1.3.1
* @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
*/
.boxplus-paging {
direction:rtl !important;
}
.boxplus-paging > div.boxplus-first {
background:url(paging.png) -27px 0px !important;
left:auto !important;
right:0 !important;
}
.boxplus-paging > div.boxplus-prev {
background:url(paging.png) -19px 0px !important;
left:auto !important;
right:16px !important;
}
.boxplus-paging > div.boxplus-next {
background:url(paging.png) -11px 0px !important;
left:16px !important;
right:auto !important;
}
.boxplus-paging > div.boxplus-last {
background:url(paging.png) 0px 0px !important;
left:0 !important;
right:auto !important;
}
.boxplus-paging > div.boxplus-first:hover {
background-position:-27px -14px !important;
}
.boxplus-paging > div.boxplus-prev:hover {
background-position:-19px -14px !important;
}
.boxplus-paging > div.boxplus-next:hover {
background-position:-11px -14px !important;
}
.boxplus-paging > div.boxplus-last:hover {
background-position:0px -14px !important;
}
.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;
}