Home
last modified time | relevance | path

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

12345678910>>...19

/plugin/bootswrapper/exe/help/
H A Dtext.txt63 …tes. These may also be applied to links and will darken on hover just like our default link styles.
/plugin/bootswrapper/syntax/
H A Daffix.php92 $styles = array();
135 $styles[] = "position:$position";
139 $styles[] = "top:$position_top";
143 $styles[] = "bottom:$position_bottom";
147 $styles[] = "left:$position_left";
151 $styles[] = "right:$position_right";
154 …$markup = '<div style="z-index:1024;' . implode(';', $styles) . '" class="bs-wrap bs-wrap-affix" d…
H A Djumbotron.php50 $styles = array();
53 $styles[] = 'background-image:url(' . ml($background) . ')';
57 $styles[] = 'color:' . hsc($color);
60 …markup = '<div class="bs-wrap bs-wrap-jumbotron jumbotron" style="' . implode(';', $styles) . '">';
H A Dtext.php76 $styles = array();
102 $styles['font-size'] = $size;
108 'style' => $styles
/plugin/box/
H A Dprint.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dstyle.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dsyntax.php168 $styles = array();
173 $styles['width'] = $token;
183 $styles['colour'][] = $token;
191 $styles['class'] = (isset($styles['class']) ? $styles['class'] . ' ' : '') . $token;
193 if (!empty($styles['colour'])) {
194 $styles['colour'] = $this->boxColours($styles['colour']);
197 return $styles;
261 protected function xhtmlBoxOpen($styles) argument
263 $class = 'class="box' . (isset($styles['class']) ? ' ' . $styles['class'] : '') . '"';
264 $style = isset($styles['width']) ? "width: {$styles['width']};" : '';
[all …]
/plugin/box2/
H A Dprint.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dstyle.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dsyntax.php194 $styles = array();
199 $styles['width'] = $token;
212 $styles['colour'][] = $token;
217 $styles['spacing'][] = $token;
222 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
224 if (!empty($styles['colour'])) {
225 $styles['colour'] = $this->_box_colours($styles['colour']);
228 return $styles;
282 $style = isset($styles['width']) ? "width: {$styles['width']};" : '';
283 $style .= isset($styles['spacing']) ? implode(';', $styles['spacing']) : '';
[all …]
/plugin/boxwh/boxwh/
H A Dprint.css12 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dstyle.css10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
H A Dstyle_custom.css11 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
H A Dbpmn.css35 /* For safety - reset parent styles, that can break glyph codes*/
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css100 * outline styles
190 * Resize styles
255 * drag styles
323 * shape / connection basic styles
517 * popup styles
746 * palette styles
973 * hidden styles
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …tyles"];var gt={__init__:["defaultRenderer"],defaultRenderer:["type",yt],styles:["type",function()…
H A Dbpmn-navigated-viewer.production.min.js2 …tyles"];var An={__init__:["defaultRenderer"],defaultRenderer:["type",_n],styles:["type",function()…
H A Dbpmn-viewer.production.min.js2 …tyles"];var En={__init__:["defaultRenderer"],defaultRenderer:["type",wn],styles:["type",function()…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md177 * table element now wrapped in an additional container which might affect your styles
513 * `FIX`: deconflict styles by putting shared declarations into `dmn-js-shared.css`
539 * `CHORE`: cleanup styles
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css100 * outline styles
190 * Resize styles
255 * drag styles
323 * shape / connection basic styles
517 * popup styles
746 * palette styles
973 * hidden styles
H A Ddmn-js-decision-table-controls.css77 /* TODO(nikku): namespace and refactor context menu styles */
H A Ddmn-js-decision-table.css53 /* basic styles */
68 /* end basic styles */
70 /* basic table styles */
203 /* end basic table styles */
205 /* selection styles */
221 /* end selection styles */
223 /* footer styles */
248 /* end footer styles */
250 /* content editable styles */
257 /* end content editable styles */
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css38 /* For safety - reset parent styles, that can break glyph codes*/
H A Ddmn.css36 /* For safety - reset parent styles, that can break glyph codes*/

12345678910>>...19