Home
last modified time | relevance | path

Searched refs:swipebox (Results 1 – 13 of 13) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{borde…
H A Dswipebox.less2 html.swipebox-html.swipebox-touch {
77 #swipebox-slider .slide .swipebox-video-container .swipebox-video {
84 #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
166 .swipebox-no-close-button #swipebox-close {
175 .swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
179 .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
184 .swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
197 .swipebox-touch #swipebox-container:before {
202 .swipebox-touch #swipebox-container:after {
207 .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
[all …]
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/imagecarousel/
H A Dscreen.less2 @import "vendor/swipebox/css/swipebox.less";
5 #swipebox-slider .slide-loading {
6 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
9 #swipebox-prev,
10 #swipebox-next,
11 #swipebox-close {
12 background-image: url(swipebox/img/icons.png);
16 #swipebox-overlay {
20 #swipebox-top-bar {
H A Dall.less3 @import "vendor/swipebox/css/swipebox.less";
43 #swipebox-slider .slide-loading {
44 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
47 #swipebox-prev,
48 #swipebox-next,
49 #swipebox-close {
50 background-image: url(vendor/swipebox/img/icons.png);
54 #swipebox-overlay {
58 #swipebox-top-bar {
H A Dscript.js15 jQuery(".slick a.media:onlydirect()").swipebox({
/plugin/gallery/
H A Dall.less
H A Dscript.js
/plugin/imagecarousel/vendor/swipebox/
H A DREADME1 … modified version of the SwipeBox script available at https://github.com/brutaldesign/swipebox.git
3 The modfied sources are available at https://github.com/splitbrain/swipebox/tree/dokuwiki - only th…
6 css/swipebox.css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclus…
/plugin/gallery/swipebox/
H A DREADME
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js5 $.swipebox = function( elem, options ) { function
59 $.swipebox.close = function () {
63 $.swipebox.extend = function () {
153 $.swipebox.isOpen = true;
937 $.swipebox.isOpen = false;
948 $.fn.swipebox = function( options ) { function
951 var swipebox = new $.swipebox( this, options );
952 this.data( '_swipebox', swipebox );
H A Djquery.swipebox.min.js2swipebox=function(e,f){var g,h,i={useCSS:!0,useSVG:!0,initialIndexOnArray:0,removeBarsOnMobile:!0,… function
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js