Home
last modified time | relevance | path

Searched refs:styles (Results 126 – 150 of 455) sorted by last modified time

12345678910>>...19

/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md15 - **mainui.css**: the file contains styles of entire editor outline structures,
16 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
17 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
20 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
21 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
25 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md25 - **mainui.css**: the file contains styles of entire editor outline structures,
26 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css26 …because the Table Resize plugin creates a `<div>` which changes the cursor using inlined styles. */
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md23 - **mainui.css**: the file contains styles of entire editor outline structures,
24 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css21 * CSS styles used by all pages that compose the File Browser.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
/plugin/tagfilter/
H A Dstyle.css229 /* styles required for IE to work */
520 /* disabled styles */
681 /* disabled styles */
/plugin/tagfilter/script/select2/
H A Dselect2.css126 /* styles required for IE to work */
417 /* disabled styles */
578 /* disabled styles */
/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/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.
H A Dprogress.txt41 Progress bars use some of the same button and alert classes for consistent styles.
H A Dcallout.txt9 …/default//, //success// and //primary// from http://cpratt.co/twitter-bootstrap-callout-css-styles.
/plugin/bootswrapper/
H A Dall.css37 /* Common styles for all types */
/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/wrap/
H A Dall.less247 /* see styles for boxes and notes with icons in style.css */
275 /* see styles for highlighted text in style.css */
320 /* see rest of spoiler styles in style.css */
350 /* see rest of button link styles in style.css */
H A Dstyle.less35 /* general styles for all note divs */
51 /* general styles for all note spans */
194 /* in addition to template styles */
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less31 /* will inherit .fc-bgevent's styles */
721 /* overpower jqui's styles on <a> tags. TODO: more DRY */
946 /* .fc to overcome default cell styles */
1092 /* common fc-selected styles hide the fc-bg, so don't need this anyway */
/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/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md99 * Fixed BrowserConsoleHandler formatting when using multiple styles
185 * Fixed BrowserConsoleHandler formatting when using multiple styles
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DNamedStyles.php29 public function setStyles($styles) argument
31 $this->styles = $styles;
38 return $this->styles;

12345678910>>...19