Home
last modified time | relevance | path

Searched refs:CSS (Results 126 – 150 of 392) sorted by path

12345678910>>...16

/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css3 * CSS styles for the Insert Code dialogue.
/plugin/feedmod/
H A Dfeed.css2 * Feed CSS for the DokuWiki feedmod plugin
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG547 * added escaping strategies for CSS, URL, and HTML attributes
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst49 * ``css``: escapes a string for the **CSS context**. CSS escaping can be
50 applied to any string being inserted into CSS and escapes everything except
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst174 instance, if you embed a CSS/JavaScript template into an HTML one). In that
/plugin/flowplayer/player/
H A DREADME.txt178 …ent plugin backgound color and border color can be now given with rgb() and rgba() CSS style syntax
/plugin/foldablelist/
H A DREADME.md50 added config-options for CSS and separate Button-Up and Button-Down
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DREADME7 This class represents a CSS parser which reads CSS code and saves it in an array.
8 In opposite to most other CSS parsers, it does not use regular expressions and
11 Additional to that it applies some optimisations and fixes to the CSS code.
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css6 * the other project's basic CSS for DokuWiki instead of this one.
/plugin/geonav/tpl/startermap/
H A Dstyle.ini13 ; You can reference CSS and LESS files here. Files referenced here will
/plugin/gpsies/
H A Dstyle.css2 * CSS for DokuWiki Syntax Plugin Gpsies
/plugin/gtd/
H A Dstyle.css2 * CSS Style for DokuWiki GTD Plugin
/plugin/hcalendar/
H A Dstyle.css2 * HCalendar CSS
62 * HCalendar CSS-End
/plugin/headernofloat/
H A Dstyle.css2 * DokuWiki Plugin headernofloat (CSS Component)
/plugin/hide/
H A Dstyle.css5 * @brief CSS styles for the "hide" plugin
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt175 CSS ("css"):
177 keyword HTML tag when in selectors, CSS keyword when in rules
190 function CSS function within a value
H A Dreadme.rus.txt82 highlight.js, где можно настраивать список языков и CSS-стили. Удобно до одурения :-).
180 CSS ("css"):
182 keyword тег языка HTML в селекторах или свойство CSS в правилах
195 function CSS-функция внутри значения
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog43 * Fixed: CSS cache returns references to CSS objects instead of
199 * Fixed: * { display: none; } CSS rule caused script to die
311 definition using CSS 3 'size' property in @page rule.
758 * Fixed: missing support for 'in' CSS unit
759 * Fixed: missing support for 'pc' CSS unit
841 * New: 'letter-spacing' CSS property support added
1118 * Fixed: rgb() CSS color declarations in composite CSS properties
1362 * Fixed z-index CSS property was completely ignored
1513 list-style CSS property is ignored
1519 list-style-position CSS propery is ignored
[all …]
H A Dbox.generic.php59 $cache[$code] =& CSS::get_handler($code);
73 $cache[$code] =& CSS::get_handler($code);
H A Dbox.inline.php58 $fake_state = new CSSState(CSS::get());
H A Dbox.note-call.class.php47 …$this->_note_call_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE_H…
72 …$this->_note_marker_box->content[0]->setCSSProperty(CSS_LINE_HEIGHT, CSS::getDefaultValue(CSS_LINE…
H A Dbox.null.php16 $css_state = new CSSState(CSS::get());
H A Dbox.php120 $handler =& CSS::get_handler(CSS_DISPLAY);
156 $float_handler =& CSS::get_handler(CSS_FLOAT);
187 $handler =& CSS::get_handler(CSS_DISPLAY);
191 $handler =& CSS::get_handler(CSS_DISPLAY);
195 $handler =& CSS::get_handler(CSS_DISPLAY);
352 $handler =& CSS::get_handler(CSS_MARGIN);
364 $handler =& CSS::get_handler(CSS_PADDING);
367 $handler =& CSS::get_handler(CSS_BACKGROUND);
455 $float_handler =& CSS::get_handler(CSS_FLOAT);
505 $handler =& CSS::get_handler(CSS_MARGIN);
[all …]
H A Dbox.table.cell.php126 $border_handler = CSS::get_handler(CSS_BORDER);
132 $margin =& CSS::get_handler(CSS_MARGIN);
135 $h_padding =& CSS::get_handler(CSS_PADDING);
207 $handler =& CSS::get_handler(CSS_VERTICAL_ALIGN);
H A Dbox.table.php73 $handler =& CSS::get_handler(CSS_PADDING);
87 $handler =& CSS::get_handler(CSS_TEXT_ALIGN);

12345678910>>...16