Home
last modified time | relevance | path

Searched refs:css (Results 226 – 250 of 852) sorted by relevance

12345678910>>...35

/plugin/toctweak/
H A Dall.less98 /lib/tpl/dokuwiki/css/content.css
99 /lib/tpl/dokuwiki/css/_toc.css
/plugin/code2/
H A Dsyntax.php315 $css = '';
320 if ($css = preg_replace(
325 $css = '<style type="text/css">' . $css . '</style>';
333 if ($this->_JSmarkup = $css . $js) {
609 $css = ''; // default: no initial CSS content hidding
723 $css = ' HideOnInit';
794 $aMatch[1], $l, $n, $ht, $ft, $css);
/plugin/structinputstretch/
H A Dscript.js12 $tag.css({font:font}).html(txt);
29 inputFont = $input.css('font'),
/plugin/photogallery/lightGallery/js/
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(…
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee77 cssFile = path.join(outputCssDir, path.basename sassFile).replace /\.scss$/, '.css'
82 compileSass sassFile, (err, css) ->
83 writeFile cssFile, css
111 findFilesIn(outputCssDir, '**/*.css').forEach (file) ->
116 files = findFilesIn(outputDir, "**/*.js").concat(findFilesIn(outputDir, '**.css'))
/plugin/enforcesummary/
H A Dscript.js63 $savebutton.removeAttr("disabled").css("color", "black");
65 $savebutton.attr("disabled", true).css("color", "#999");
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php44 $handler->css('table-cell', $pipeline);
53 $handler->css('-button', $pipeline);
H A Dparser.xhtml.class.php39 $css =& $pipeline->get_current_css();
40 $css->scan_styles($dom_tree, $pipeline);
H A Dbox.iframe.php61 $css =& $pipeline->get_current_css();
62 $css->scan_styles($tree, $pipeline);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php68 var $css = array(); variable in csstidy
466 $this->css = array();
817 …return !(empty($this->css) && empty($this->import) && empty($this->charset) && empty($this->tokens…
847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
849 unset($this->css[$this->at][$this->selector]);
884 if(isset($this->css[$media][$selector][$property]))
886 …y::is_important($this->css[$media][$selector][$property]) && csstidy::is_important($new_val)) || !…
888 unset($this->css[$media][$selector][$property]);
889 $this->css[$media][$selector][$property] = trim($new_val);
894 $this->css[$media][$selector][$property] = trim($new_val);
/plugin/colorpicker/
H A Dscript.js32 $picker.css({position:'absolute', 'marginLeft': '-10000px'});
40 colorspan.css({
/plugin/revealjs/css/theme/source/
H A Dnight.scss15 @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
16 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
H A Dbeige.scss16 @import url(../../lib/font/league-gothic/league-gothic.css);
17 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
H A Dleague.scss18 @import url(../../lib/font/league-gothic/league-gothic.css);
19 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml7 data-selector: "**/bootstrap.*.min.css@sd"
28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
/plugin/ajaxpeon/
H A Dscript.js46 jQuery("#xxrightbar").css("display","none");
49 jQuery("#xxrightbar").css("display","block");
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt12 ==== Define a css stylesheet ====
14 <code css index.css>
/plugin/nstoc/
H A Dsyntax.php212 $css = '';
217 if ($css = preg_replace(
222 $css = '<style type="text/css">' . $css . '</style>';
231 if ($this->_JSmarkup = $css . $js) {
/plugin/picasawebalbum/orig/
H A Djquery.slimbox2.css.patch1 --- orig/jquery.slimbox2.css 2009-11-05 19:12:02.000000000 +0100
2 +++ jquery.slimbox2.css 2009-11-05 18:49:32.000000000 +0100
/plugin/usercontact/
H A Dscript.js16 $link.usercontact_popup.css('visibility', 'hidden');
27 $link.usercontact_popup.css('visibility', 'visible');
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js58 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' …
59 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... -->
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js42 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' …
43 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... -->
/plugin/lists/
H A Dsyntax_plugin_lists.css1 /* $Id: syntax_plugin_lists.css,v 1.5 2008/03/28 11:40:21 matthias Exp $
11 in the file "style.css" or rename this file to "style.css".
/plugin/inlinejs/syntax/
H A Dpreloader.php154 $css = substr($match, 7, -8);
155 if (!empty($css)) {
156 $this->_add_entry('style', $css);

12345678910>>...35