Home
last modified time | relevance | path

Searched refs:css (Results 1 – 25 of 852) sorted by last modified time

12345678910>>...35

/plugin/twofactor/
H A Ddeleted.files9 style.css
/plugin/nspages/
H A Dstyle.css2 * style.css for Plugin nspages
/plugin/siteexport/inc/
H A DreadCSS.patch56 //$regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css)[\'\"]{0,1}\)/si';
57 $regexp = '/@import url\([\'\"]{0,1}([^\)]*?\.css(\?\S+)?)[\'\"]{0,1}\)/si';
65 //$regexp = '/@import [\'\"]{0,1}([^;]*?\.css)[\'\"]{0,1}/si';
66 $regexp = '/@import [\'\"]{0,1}([^;]*?\.css(\?\S+)?)[\'\"]{0,1}/si';
88 //$regexpem = '/@import url\([\'\"]{0,1}(.*?\.css)[\'\"]{0,1}\)/si';
89 $regexpem = '/@import url\([\'\"]{0,1}(.*?\.css(\?\S+)?)[\'\"]{0,1}\)/si';
309 $regexp = '/<style.*?>(.*?)<\/style>/si'; // it can be <style> or <style type="txt/css">
/plugin/siteexport/
H A Dscript.js172 var clone = frame.clone().css({
307 … $('#siteexport__throbber').css('visibility', _.throbberCount>0 ? 'visible' : 'hidden');
/plugin/openlayersmap/
H A Dall.less16 @import "ol/ol.css";
17 @import "ol/ol-layerswitcher.css"
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
H A Dscript.js19 * Test for css support in the browser by sniffing for a css class we added
21 * browsers that support javascript generally support css as well.
23 * @returns {Boolean} true when the browser supports css (and implicitly
772 jQuery('#' + _id).parent().parent().find('.olMapHelp').css('max-width', olMapData[_i].mapOpts.width);
H A Ddeleted.files6 print.css.map
7 style.css.map
8 print.css
9 style.css
72 ol6/ol-layerswitcher.css
74 ol6/ol.css
75 ol6/ol.css.map
82 ol7/ol-layerswitcher.css
84 ol7/ol.css
85 ol7/ol.css
[all...]
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dol.css
H A Dol.css.map
H A DREADME.md
/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.css779 /*# sourceMappingURL=lg-transitions.css.map */
H A Dlightgallery.css831 .lg-outer.lg-css .lg-current {
H A Dlightgallery.min.css1 …g/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-out…
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …ent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fo…
H A Dlg-autoplay.js127 … _$progress.css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + 'ms ease 0s');
168 …_this.core.$outer.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.co…
H A Dlg-autoplay.min.js4css("transition","width "+(c.core.s.speed+c.core.s.pause)+"ms ease 0s"),a.addClass("lg-start")},20…
H A Dlg-thumbnail.js137 _this.core.$outer.find('.lg-thumb').css({
144 _this.$thumbOuter.css('height', _this.core.s.thumbContHeight + 'px');
250 this.core.$outer.find('.lg-thumb').css({
280 … this.core.$outer.find('.lg-thumb').css('transition-duration', this.core.s.speed + 'ms');
290 $thumb.css('left', -this.left + 'px');
H A Dlg-thumbnail.min.js4css({width:d.thumbTotalWidth+"px",position:"relative"}),this.core.s.animateThumb&&d.$thumbOuter.cs…
H A Dlg-video.js73 … _this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth);
H A Dlg-video.min.js4 …ppendSlide.lg.tm",function(a,c){b.core.$slide.eq(c).find(".lg-video-cont").css("max-width",b.core.…
H A Dlg-zoom.js125 …$image.css('transform', 'scale3d(' + scaleVal + ', ' + scaleVal + ', 1)').attr('data-scale', scale…
128 $image.parent().css({
133 …$image.parent().css('transform', 'translate3d(-' + x + 'px, -' + y + 'px, 0)').attr('data-x', x).a…
330 _$el.css({
335 … _$el.css('transform', 'translate3d(' + distanceX + 'px, ' + distanceY + 'px, 0)');
425 _$el.css({
430 … _$el.css('transform', 'translate3d(' + distanceX + 'px, ' + distanceY + 'px, 0)');
501 _$el.css({
506 _$el.css('transform', 'translate3d(' + distanceX + 'px, ' + distanceY + 'px, 0)');
H A Dlg-zoom.min.js4css("transform","scale3d("+c+", "+c+", 1)").attr("data-scale",c),b.core.s.useLeftForZoom?f.parent(…
H A Dlightgallery.js286 $('.lg-backdrop').css('transition-duration', this.s.backdropDuration + 'ms');
362 $inner.css('transition-timing-function', this.s.cssEasing);
363 $inner.css('transition-duration', this.s.speed + 'ms');
390 $lGallery.css('top', top + 'px');
392 $lGallery.css('top', '0px');
1039 $el.css('left', xValue);
1041 $el.css({
1072 this.$slide.not('.lg-current, .lg-prev-slide, .lg-next-slide').css('opacity', '0');

12345678910>>...35