Home
last modified time | relevance | path

Searched refs:css (Results 126 – 150 of 852) sorted by relevance

12345678910>>...35

/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.min.js15 …n(a,c){b.css("display","none");var f=document.elementFromPoint(a.clientX,a.clientY);b.css("display…
16 …"+a.addclass,css:{display:"none"},mouseenter:function(l){a.nonblock&&l.stopPropagation();a.mouse_r…
17css("visibility","visible");a.closer&&!a.nonblock&&b.closer.css("visibility","visible")},mouseleav…
22 …(a.animate_speed,a.opacity);!a.closer||a.nonblock?b.closer.css("display","none"):b.closer.css("dis…
23css("display","none"):b.sticker.css("display","block");b.sticker.trigger("pnotify_icon");a.sticker…
24css("display")=="none";if(!d||a){var f,e={},g;switch(c.dir1){case "down":g="top";break;case "up":g…
26 "px";break;case "left":e.right=c.nextpos2+"px";break;case "right":e.left=c.nextpos2+"px"}else b.css
31css:{cursor:"pointer",visibility:a.closer_hover?"hidden":"visible"},click:function(){b.pnotify_rem…
32 …ass":f.pin_up})).appendTo(b.container);(!a.sticker||a.nonblock)&&b.sticker.css("display","none");a…
34 …r />"):a.text);typeof a.width=="string"&&b.css("width",a.width);typeof a.min_height=="string"&&b.c…
[all …]
H A Djquery.pnotify.js134 pnotify.css("display", "none");
136 pnotify.css("display", "block");
184 pnotify.css("cursor", "auto");
323 pnotify.closer.css("display", "none");
325 pnotify.closer.css("display", "block");
327 pnotify.sticker.css("display", "none");
329 pnotify.sticker.css("display", "block");
443 pnotify.css(csspos2, s.nextpos2+"px");
638 pnotify.closer.css("display", "none");
659 pnotify.sticker.css("display", "none");
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.css.css1 .syntax-theme-base .syntax .css .selector {
4 .syntax-theme-base .syntax .css .property {
6 .syntax-theme-base .syntax .css .color-box {
8 .syntax-theme-base .syntax .css .color-box .sample {
/plugin/mikioplugin/
H A Dcss.php35 if(isset($_GET['css'])) {
37 $cssFileList = platformSlashes(explode(',', $_GET['css']));
39 $css = '';
45 $css .= file_get_contents($cssFile);
54 header('Content-Type: text/css; charset=utf-8');
72 $css = $less->compile($css);
73 echo $css;
84 header('Content-Type: text/css; charset=utf-8');
46 $css = ''; global() variable
79 $css = $less->compile($css); global() variable
/plugin/layeranimation/
H A Dscript.js47 var currentLeft = parseInt(item.elem.css('left'));
63 item.elem.css('left', currentLeft);
65 self.layer[layerNr].elem.css('left', currentLeft);
75 self.layer[layerNr].elem.css('z-index', self.zIndex);
94 self.layer[layerNr].elem.css('z-index', self.zIndex);
127 this.elem.css({'left': this.direction * offset});
132 self.layer[layer].elem.css({
315 innerLayer.elem.show().css({
325 innerLayer.elem.css('z-index', 100);
347 innerItem.elem.css('left', 0);
[all …]
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php30 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=all&t='.$conf['template']);
31 $this->_addFile('all.css',$css);
32 $css = $http->get(DOKU_URL.'lib/exe/css.php?t='.$conf['template']);
33 $this->_addFile('screen.css',$css);
34 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=print&t='.$conf['template']);
35 $this->_addFile('print.css',$css);
36 $css = io_readFile(dirname(__FILE__).'/export.css',false);
37 $this->_addFile('export.css',$css);
H A Dzip.php116 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=all&t='.$conf['template']);
117 $this->_addFile('all.css',$css);
118 $css = $http->get(DOKU_URL.'lib/exe/css.php?t='.$conf['template']);
119 $this->_addFile('screen.css',$css);
120 $css = $http->get(DOKU_URL.'lib/exe/css.php?s=print&t='.$conf['template']);
121 $this->_addFile('print.css',$css);
122 $css = io_readFile(dirname(__FILE__).'/export.css',false);
123 $this->_addFile('export.css',$css);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.cache.class.php32 function _putCached($url, $css) { argument
33 file_put_contents($this->_getCacheFilename($url), serialize($css));
36 function &compile($url, $css, &$pipeline) { argument
41 $cssruleset->parse_css($css, $pipeline);
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md23 [normalize.css](https://github.com/necolas/normalize.css):
27 composer require components/normalize.css
34 "components/normalize.css": "3.*",
47 <link href="components/normalize/normalize.css" rel="stylesheet">
58 <link href="components/require.css" rel="stylesheet" type="text/css">
65 $('body').css('background-color', 'green');
157 "css/bootstrap.css"
162 "css/bootstrap.min.css"
172 into the final *require.css* file.
295 "media/css/jquery.dataTables.css"
[all …]
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js134 pnotify.css("display", "none");
136 pnotify.css("display", "block");
184 pnotify.css("cursor", "auto");
323 pnotify.closer.css("display", "none");
325 pnotify.closer.css("display", "block");
327 pnotify.sticker.css("display", "none");
329 pnotify.sticker.css("display", "block");
443 pnotify.css(csspos2, s.nextpos2+"px");
638 pnotify.closer.css("display", "none");
659 pnotify.sticker.css("display", "none");
[all …]
/plugin/tabinclude/
H A Dscript.js10 content.css({visibility:'hidden'});
11 loading.css({display:'block'});
17 loading.css({display:'none'});
18 content.css({visibility:'visible'});
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/rssticker/
H A Dsyntax.php33 list($title,$url,$cachetime,$css,$delay,$optionalswitch,$align) = explode(',',$match);
37 if ( empty($css)) { $css = "rss";}
41 return array($title,$url,$cachetime,$css,$delay,$optionalswitch,$align);
/plugin/jplayer/components/
H A Drequire-built.js2905 this.css = {};
3866 if(this.css.jq.play.length && this.css.jq.pause.length) {
3868 this.css.jq.play.hide();
3871 this.css.jq.play.show();
3875 if(this.css.jq.restoreScreen.length && this.css.jq.fullScreen.length) {
3887 if(this.css.jq.repeat.length && this.css.jq.repeatOff.length) {
4299 if(this.css.jq.mute.length && this.css.jq.unmute.length) {
4301 this.css.jq.mute.hide();
4426 if(this.css.jq[fn] && this.css.jq[fn].length) {
4433 this.css.jq[fn] = $(this.css.cs[fn]);
[all …]
/plugin/extlist/
H A Dsample.less6 @import "css/_bullets.less";
7 @import "css/_numbering.less";
8 @import "css/_description.less";
/plugin/highlightjs/highlight/styles/
H A Dsunburst.css57 .css .keyword, .pseudo {
61 .css .class {
73 .css .id {
85 .hexcolor, .css .value .number {
89 .css .function {
H A Dir_black.css49 .css .keyword {
53 .css .rule .keyword, .css .id {
57 .css .class {
H A Dzenburn.css4 based on dark.css by Ivan Sagalaev
27 .css .class,
28 .css .id,
92 .css .rules .value,
109 .html .css,
/plugin/pgn4web/
H A Dall.css57 @import url("pgn4web/fonts/pgn4web-font-ChessSansAlpha.css");
58 @import url("pgn4web/fonts/pgn4web-font-ChessSansMerida.css");
59 @import url("pgn4web/fonts/pgn4web-font-ChessSansPiratf.css");
60 @import url("pgn4web/fonts/pgn4web-font-ChessSansUscf.css");
61 @import url("pgn4web/fonts/pgn4web-font-ChessSansUsual.css");
/plugin/edittable/script/
H A Deditbutton.js20 margin += parseFloat($tablediv.css('margin-bottom'));
21 margin += parseFloat($tablediv.find('table').css('margin-bottom'));
24 $editbutton.css('margin-top', margin * -1);
/plugin/fastwiki/
H A Dtemplates.js60 $("#dokuwiki__aside").css('display', mode == 'show' ? '' : 'none');
92 $(".left_sidebar, .right_sidebar").css('display', mode=='show' ? '' : 'none');
131 $(".right_sidebar, .left_sidebar").css('display', mode=='edit' ? 'none' : '');
137 $('.page_720').css({border: 0, textAlign: 'inherit'});
138 $('.left_page, .right_page').css({float:'none', width:'auto'});
141 $('.page_720').css({border: '', textAlign: ''});
142 $('.left_page, .right_page').css({float:'', width:''});
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile1 .PHONY : all test dependencies clean veryclean lint js css font
6 all: lint js css test
8 css: dist/sequence-diagram-min.css font target
100 dist/sequence-diagram.css: src/sequence-diagram.css
104 dist/sequence-diagram-min.css: dist/sequence-diagram.css
/plugin/prettyprint/
H A Dscript.js11 .css({
51 $td.css({
60 $tr.children().first().css('border-left', '0');
61 $tr.children().last().css('border-right', '0');
/plugin/s5reloaded/ui/thesis/
H A Dslides.css1 @import url(s5-core.css); /* required to make the slide show run at all */
2 @import url(framing.css); /* sets basic placement and size of slide components */
3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/blue/
H A Dslides.css1 @import url(s5-core.css); /* required to make the slide show run at all */
2 @import url(framing.css); /* sets basic placement and size of slide components */
3 @import url(pretty.css); /* stuff that makes the slides look better than blah */

12345678910>>...35