Home
last modified time | relevance | path

Searched refs:styles (Results 51 – 75 of 455) sorted by relevance

12345678910>>...19

/plugin/spellcheck/
H A Dstyle.css2 * These styles are the absolute minimum to make the spellchecker work.
22 * Additional styles matching the default template
/plugin/dw2pdf/conf/
H A Dstyle.css2 * These are the styles loaded by default
4 * Do not edit this file. Instead add your own styles in
/plugin/wysiwyg/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
66 The following are some sample styles used in the "Styles" toolbar command.
67 You should instead remove them, and include the styles used by the site
/plugin/mikioplugin/syntax/
H A Dbox.php84 $styles = $this->buildStyle(array(
100 $renderer->doc .= '<' . $tag . ($data['url'] != '' ? ' href="' . $data['url'] . '"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'box'. $classes .'"' . $styles. '>';
H A Dcard.php76 $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true);
78 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card' . $classes . '"' . $styles . '>';
H A Dcarousel.php50 $styles = $this->buildStyle(array('height' => $data['height']), TRUE);
52 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel' . ($data['cover'] ? ' ' . $this->classPrefix . 'image-cover' : '') . $classes . '" data-auto-start="' . ($data['start'] ? 'true' : 'false') . '"' . $styles . '>';
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php32 public static function getRule(array $styles, $selector): string argument
35 foreach ($styles as $key => $value) {
116 throw new ExceptionNotEquals("The expected styles has an extra property ($key=$value)");
/plugin/wysiwyg/
H A Dstyle.css53 The following are some sample styles used in the "Styles" toolbar command.
54 You should instead remove them, and include the styles used by the site
/plugin/structcondstyle/
H A Daction.php92 $styles = preg_split("/\s*\?\s*/",$val,2)[1];
93 $style_true = trim(preg_split('/"\s*:\s*"/',$styles)[0],'"');
94 $style_false = trim(preg_split('/"\s*:\s*"/',$styles)[1],'"');
/plugin/dw2pdf/
H A Daction.php473 // prepare HTML header styles
480 $styles = '@page { size:auto; ' . $template['page'] . '}';
481 $styles .= '@page :first {' . $template['first'] . '}';
483 $styles .= '@page landscape-page { size:landscape }';
484 $styles .= 'div.dw2pdf-landscape { page:landscape-page }';
485 $styles .= '@page portrait-page { size:portrait }';
486 $styles .= 'div.dw2pdf-portrait { page:portrait-page }';
487 $styles .= $this->loadCSS();
489 $mpdf->WriteHTML($styles, 1);
492 $html .= $styles;
[all...]
/plugin/revealjs/
H A Ddoku-substitutes.css2 * This substitutes some dokuwiki css styles.
3 * All dokuwiki styles are ignored for reveal.js
/plugin/geonav/tpl/startermap/css/
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 Dincludes.css2 * This file provides styles for included seperate html files
/plugin/gcalendar/inc/
H A Dstandard.css7 * /user/events.css --> to set event-Pictures and text-styles for your events
8 * /user/other.css --> to optionally overwrite the styles in the standard.css file
152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Dconfig.js19styles:{".MathJax_Display":{"text-align":"center",margin:"1em 0em"},".MathJax .merror":{"backgroun…
/plugin/codehighlight/cp/languages/
H A Dtext.css2 * CodePress color styles for Text syntax highlighting
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19styles:"safe",fontsize:"all",require:"safe"},sizeMin:0.7,sizeMax:1.44,lengthMax:3,safeProtocols:{h…
/plugin/bibtex/OSBib/styles/bibliography/turabian/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/chicago/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/harvard/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/apa/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/mla/
H A DREADME.txt5 Place this folder into /styles/bibliography/
/plugin/bibtex/OSBib/styles/bibliography/britishmedicaljournal/
H A DREADME.txt7 Place this folder into /styles/bibliography/
/plugin/securelogin/
H A Dstyle.css1 /* securelogin specific styles */

12345678910>>...19