Home
last modified time | relevance | path

Searched refs:top (Results 26 – 50 of 1580) sorted by last modified time

12345678910>>...64

/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.css13 top: 0;
H A Dlg-fb-comment-box.min.css1 .lg-outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;widt…
H A Dlightgallery.css34 top: 50%;
162 top: 0;
387 top: 0;
397 top: 50%;
430 top: 0;
448 top: 0;
632 top: 0;
764 top: 0;
821 top: 0;
853 top: 0;
[all …]
H A Dlightgallery.min.css1top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disable…
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …tRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b…
H A Dlg-zoom.js130 top: -y + 'px'
332 top: distanceY + 'px'
427 top: distanceY + 'px'
503 top: distanceY + 'px'
H A Dlg-zoom.min.js4top:-j+"px"}).attr("data-x",i).attr("data-y",j):f.parent().css("transform","translate3d(-"+i+"px, …
H A Dlightgallery.js387 var top = (wH - parseInt(this.s.height, 10)) / 2;
390 $lGallery.css('top', top + 'px');
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js264 obj.top = y;
271 obj.top = y + 'px';
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt215 ¤ 'zc' now supports directed crop (top/bottom/left/right)
680 alignment of left/right/top/bottom/center respectively.
886 for overlay the image on top of the thumbnail or "1"
887 for overlay the thumbnail on top of the image; <m> is
1011 where B=bottom, T=top, L=left, R=right, C=centre,
1021 T, B, * where B=bottom, T=top, L=left, R=right,
1042 for the top and left shading, <c2> is the hex color
1119 * Bugfix: 'wmm' parameter was only applied to top/left of
1302 * Bugfix: Added detection at the top of phpThumb.php for
H A Dphpthumb.faq.txt358 A: There's a handy "Support this project" button at the top of
H A Dphpthumb.readme.txt215 sy = top side of source rectangle (default = 0)
226 to gravitate towards top/left/bottom/right directions
357 R, L, T, B, *) where B=bottom, T=top, L=left,
360 an absolute position in pixels (from top-left
361 corner of canvas to top-left corner of overlay)
395 T, B, * where B=bottom, T=top, L=left, R=right,
399 an absolute position in pixels (from top-left
400 corner of canvas to top-left corner of overlay)
459 top and bottom respectively. Where (0 < x < 1) the
461 Left and top crops take precedence over right and
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default170 …NFIG['nohotlink_fill_color'] before text is applied, if false text is written over top of thumbnail
177 …NFIG['nohotlink_fill_color'] before text is applied, if false text is written over top of thumbnail
H A Dphpthumb.class.php2992 @list($left, $right, $top, $bottom) = explode('|', $parameter, 4);
2993 $phpthumbFilters->Crop($this->gdimg_output, $left, $right, $top, $bottom);
H A Dphpthumb.filters.php278 public function Crop(&$gdimg, $left=0, $right=0, $top=0, $bottom=0) { argument
279 if (!$left && !$right && !$top && !$bottom) {
286 if (($top > 0) && ($top < 1)) { $top = round($top * $oldH); }
289 $bottom = min($oldH - $top - 1, $bottom);
291 $newH = $oldH - $top - $bottom;
294 imagecopy($imgCropped, $gdimg, 0, 0, $left, $top, $newW, $newH);
/plugin/photogallery/
H A Dall.less25 margin-top:20px;
87 top: 0;
96 margin-top: -10px;
99 top: 50%;
135 top: 0;
144 margin-top: -10px;
147 top: 50%;
160 margin-top: -24px;
/plugin/dokuprism/prism/
H A Dprism.css4 div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}
5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top
[all...]
/plugin/encryptedpasswords/
H A Dstyle.less40 top: 50%;
/plugin/qna/style/
H A Dmemes.less19 border-top: 1px solid @ini_border;
36 margin-top: 1em;
43 margin-top: 0;
52 border-top: 1px dashed @ini_border;
56 margin-top: 1em;
61 margin-top: 0;
H A Ddefault.less9 background-position: top left;
22 background-position: top left;
24 border-top: 1px dashed @ini_border;
H A Dsymbols.less35 margin-top: 1em;
41 margin-top: 0;
51 border-top: 1px solid @ini_border;
54 margin-top: 1em;
59 margin-top: 0;
/plugin/batchedit/
H A Dinterface.js99 if (window.pageYOffset > $anchor.offset().top) {
H A Dinterface.css21 vertical-align: top;
30 margin-top: 0.5em;
41 top: 0;
83 top: 0;
143 top: 50%;
145 margin-top:-20px;
168 margin-top: 1em;
190 padding-top: 0.6em;
262 top: 0;
/plugin/columns/
H A Dprint.css2 vertical-align: top;
H A Dstyle.css11 vertical-align: top;

12345678910>>...64