Home
last modified time | relevance | path

Searched refs:styles (Results 276 – 300 of 455) sorted by path

1...<<111213141516171819

/plugin/gcalendar/user/
H A Dbackground.css2 /* This is the place to define background-styles like for holidays etc. */
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css2 * This file provides the most basic styles.
457 /* additional to what's already in DokuWiki's lib/styles/all.css: */
462 /* @deprecated: has been in lib/styles/screen.css since Angua */
H A Dcontent.css2 * This file provides the main design styles for the page content.
52 /* embedded images (styles are already partly set in DokuWiki's lib/styles/all.css) */
138 …please add '.qq-upload-button' to the according styles (which don't really exist in this template)…
H A Ddesign.css2 * This file provides the main design styles for the
H A Dincludes.css2 * This file provides styles for included seperate html files
H A Dprint.css2 * This file provides the styles for printing.
H A Dstructure.css2 * This file provides styles for the general layout structure.
/plugin/geotag/
H A Dprint.css28 /* override DW styles for link */
/plugin/google_adsense2/
H A Dcode.php67 function gads_code($id, $styles=NULL) argument
71 $styles_array = gads_getstyle($styles);
85 $styles = array();
90 $styles['width'] = $token;
96 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
99 return $styles;
/plugin/groupmanager/
H A Dstyle.css1 /* User Manager specific styles */
/plugin/hide/
H A Dstyle.css5 * @brief CSS styles for the "hide" plugin
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt65 Highligt.js comes with several style themes located in "styles" directory that
H A Dreadme.rus.txt68 В комплекте с highlight.js идут несколько стилевых тем в директории styles,
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog62 * Fixed: list number not is formatted using the same styles as
H A Dxhtml.style.inc.php5 $styles = array();
8 $styles = array_merge(array($matches[2].process_style_content($matches[3]).$matches[4]),
13 return $styles;
34 function insert_styles($html, $styles) { argument
38 $html = preg_replace('#</head>#', join("\n", $styles)."\n</head>", $html);
H A Dxhtml.utils.inc.php337 $styles = process_style($html);
352 $html = insert_styles($html, $styles);
366 $styles = process_style($html);
432 $html = insert_styles($html, $styles);
/plugin/html2pdf/snorriheim/
H A Dstyle.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
7 ; to screen styles if a right-to-left language is selected (eg. hebrew)
H A Dstyle.ini.dist6 ; print, screen and rtl are supported. rtl styles are loaded additionally
7 ; to screen styles if a right-to-left language is selected (eg. hebrew)
/plugin/html5video2/
H A Dprint.css58 so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-d…
70 /* General styles for individual controls. */
/plugin/icons/assets/typicons/
H A Dtypicons.css15 /* :before psuedo-selector inserts and styles icon */
/plugin/icons/syntax/
H A Dicon.php23 protected $styles = array(); variable in syntax_plugin_icons_icon
243 $this->styles = array();
283 $this->styles['font-size'] = "{$value}px";
308 $this->styles['border-color'] = $value;
312 $this->styles['padding'] = $value;
316 $this->styles['background-color'] = $value;
320 $this->styles['color'] = $value;
334 $this->styles['text-align'] = 'center';
337 $this->styles['float'] = $value;
379 unset($this->styles['font-size']);
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css12 their own set of styles.
80 We set up <body> styles with default font and nice gradient in the background.
98 Now let's bring some text styles back ...
184 ... and we enhance the styles for impress.js.
202 These 'slide' step styles were heavily inspired by HTML5 Slides:
203 http://html5slides.googlecode.com/svn/trunk/styles.css
247 and typography tricks here and there, so they had to be styles separately.
436 Quite a simple idea, but lot's of styles and prefixes.
581 ... and give it some fixed position and nice styles.
/plugin/indexmenu/
H A Dstyle.css133 * .toc is style for tabel of ToC in mediawiki styles, included in vector, but of no use in DokuWiki
/plugin/issuetracker/
H A Dprototype.js2382 setStyle: function(element, styles) { argument
2385 if (Object.isString(styles)) {
2386 element.style.cssText += ';' + styles;
2387 return styles.include('opacity') ?
2388 element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]) : element;
2390 for (var property in styles)
2391 if (property == 'opacity') element.setOpacity(styles[property]);
2395 property] = styles[property];

1...<<111213141516171819