Searched refs:swipebox (Results 1 – 13 of 13) sorted by relevance
/plugin/imagecarousel/vendor/swipebox/css/ |
H A D | swipebox.min.css | 1 …swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{borde…
|
H A D | swipebox.less | 2 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 D | swipebox.less |
|
/plugin/imagecarousel/ |
H A D | screen.less | 2 @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 D | all.less | 3 @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 D | script.js | 15 jQuery(".slick a.media:onlydirect()").swipebox({
|
/plugin/gallery/ |
H A D | all.less |
|
H A D | script.js |
|
/plugin/imagecarousel/vendor/swipebox/ |
H A D | README | 1 … 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 D | README |
|
/plugin/imagecarousel/vendor/swipebox/js/ |
H A D | jquery.swipebox.js | 5 $.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 D | jquery.swipebox.min.js | 2 …swipebox=function(e,f){var g,h,i={useCSS:!0,useSVG:!0,initialIndexOnArray:0,removeBarsOnMobile:!0,… function
|
/plugin/gallery/swipebox/js/ |
H A D | jquery.swipebox.js |
|