Home
last modified time | relevance | path

Searched refs:css (Results 51 – 75 of 852) sorted by last modified time

12345678910>>...35

/plugin/gallery/
H A Dall.less
H A Ddeleted.files55 screen.css
56 style.css
58 swipebox/css/swipebox.less
59 swipebox/css/swipebox.min.css
/plugin/gallery/script/
H A Dprosemirror.js331 jQuery(this.dom).children().css('pointer-events', 'none');
/plugin/gallery/swipebox/
H A DREADME
/plugin/button/
H A Dstyle.css52 - if I forced a link here (beside some problems in layout), it will override css given
/plugin/copycode/
H A DREADME.md47 - css and js cleaning
H A Dscript.js
/plugin/imapmarkers/
H A Djquery.imagemapster.js1140 img.css('border', 0);
2774 css, variable
2834 imgCopy.css({
2844 css = $.extend(
2866 wrap.css(css);
3871 els.css(newsize);
4136 .css(
4150 tooltip.attr('data-opacity', tooltip.css('opacity')).css('opacity', 0);
4293 ttopts.css = options.css;
4378 options.css
[all …]
H A DREADME.md28 "clicked-reference-css": { "font-weight": "bold", "color": "red" },
113 **"clicked-reference-css"**: (JSON) ```JSON-OBJECT-WITH-CSS-DEFINITIONS``` -- The CSS definitions …
115 Example: ```"clicked-reference-css": { "font-weight": "bold", "color": "red" }```
134 "clicked-reference-css": { "font-weight": "bold", "color": "red" },
H A Dscript.js146 var css = str.split(', ');
148 for (var i = 0, ii = css.length; i < ii; i++) {
149 prms = css[i].split(':');
241 object.find("img").css("z-index", "0");
290 $(this).css("background-color", "#FF0000");
334 $(marker_id_jquery).css("width", 21);
335 $(marker_id_jquery).css("height", 32);
342 $(marker_id_jquery).css("top", -32);
343 $(marker_id_jquery).css("left", -32);
350 $(marker_id_jquery).css("z-index", 1000);
[all …]
/plugin/translation/
H A Ddeleted.files489 style.css
/plugin/todo/
H A Dstyle.css3 ** add todouser for user assignment css class \n
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3041 $css = preg_replace('/\s{2,}/', ' ', $cssBlock[2]); // Clean spaces or new lines
3045 $styles[$selector] . ' ' . $css : // Append if the selector is already defined
3046 $css;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1462 $css = file_get_contents($this->defaultCssFile);
1463 $this->cssManager->ReadCSS('<style> ' . $css . ' </style>');
14007 $css = '';
14009 $css .= 'text-align: ' . strtolower($p['TEXT-ALIGN']) . '; ';
14012 $css .= 'text-transform: ' . strtolower($p['TEXT-TRANSFORM']) . '; ';
14015 $css .= 'text-indent: ' . strtolower($p['TEXT-INDENT']) . '; ';
14018 $css .= 'text-decoration: ' . strtolower($p['TEXT-DECORATION']) . '; ';
14021 $css .= 'font-family: ' . strtolower($p['FONT-FAMILY']) . '; ';
14024 $css .= 'font-style: ' . strtolower($p['FONT-STYLE']) . '; ';
14027 $css
[all...]
/plugin/dw2pdf/conf/
H A Dstyle.css5 * lib/plugins/dw2pdf/conf/style.local.css or create your own template
/plugin/dw2pdf/
H A Ddeleted.files226 mpdf/lang2fonts.css
227 mpdf/mpdf.css
246 mpdf/progbar.css
725 mpdf/examples/mpdfstyleA4.css
726 mpdf/examples/mpdfstylePaged.css
727 mpdf/examples/mpdfstyletables.css
866 mpdf/examples/mpdfstyleA4.css
867 mpdf/examples/mpdfstylePaged.css
868 mpdf/examples/mpdfstyletables.css
1436 user/user.css
[all...]
H A Daction.php775 * @return string css styles
782 require_once(DOKU_INC . 'lib/exe/css.php');
787 DOKU_INC . 'lib/styles/screen.css' => DOKU_BASE . 'lib/styles/',
788 DOKU_INC . 'lib/styles/print.css' => DOKU_BASE . 'lib/styles/',
792 DOKU_PLUGIN . 'dw2pdf/conf/style.css' => DOKU_BASE . 'lib/plugins/dw2pdf/conf/',
793 DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/style.css' =>
795 DOKU_PLUGIN . 'dw2pdf/conf/style.local.css' => DOKU_BASE . 'lib/plugins/dw2pdf/conf/',
798 $css = '';
801 $css .= "\n/* XXXXXXXXX $display XXXXXXXXX */\n";
802 $css
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md216 - Converted all txt, php, css, and htm files to utf8
259 - Default stylesheet - `mpdf.css` - updated.
364 - error accessing local .css files with dummy queries (cache-busting) e.g. mpdfstyleA4.css?v=2.0.18.9
498 - mpdfstyleA4.css
/plugin/dw2pdf/tpl/default/
H A DREADME.txt65 * style.css
/plugin/hidden/
H A Dprint.css2 * style.css for Plugin hidden
H A Dstyle.css2 * style.css for Plugin hidden
/plugin/combo/action/
H A Ddocss.php52 $css = <<<EOF
72 PluginUtility::getSnippetManager()->attachCssInternalStylesheet("do-admin", $css);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php169 $css = $universal->namespacePrefix.'|*';
171 $css = '*';
173 $this->appendElement('universal', $css);
183 $css = $type->namespacePrefix.'|'.$type->elementName;
185 $css = $type->elementName;
187 $this->appendElement('type', $css);
383 $css = 'odd';
385 $css = 'even';
387 $css = $position->add;
389 $css
[all...]
/plugin/combo/ComboStrap/
H A DDimension.php37 * used by default to define the width and height of an image or a css box
134 $css = <<<EOF
140 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet("height-toggle-show", $css);
202 * @param $value - a css value to a pixel
/plugin/combo/
H A Ddeleted.files22 style.css

12345678910>>...35