Home
last modified time | relevance | path

Searched refs:CSS (Results 26 – 50 of 392) sorted by relevance

12345678910>>...16

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowImportant.txt
H A DCSS.Trusted.txt
H A DCSS.MaxImgLength.txt
/plugin/csstimeline/
H A Dplugin.info.txt6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
/plugin/lightweightcss/
H A Dplugin.info.txt5 name Lightweight CSS plugin
6 desc Remove CSS that is not required for non-administrative modes.
H A DREADME1 Lightweight CSS Plugin for DokuWiki
4 unneeded scripts parts for non editors. It makes the CSS for end users
30 The __Lightweight CSS Plugin__ filters styles that are for administrative purposes and adds an extr…
/plugin/advanced/lang/en/config/
H A Dstyleini.txt3 … the template supports it)) configuring the generation of [[doku>devel:css|CSS]] styles. It has tw…
7 This part defines which CSS files are loaded. Each line is defined as follow:
11 …e name and ''mode'' is one of the supported output modes as described at [[CSS#Stylesheet Modes|mo…
17 DokuWiki's CSS dispatcher is able to replace placeholders in the loaded stylesheets which are confi…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md59 // this will echo CSS compiled by LESS and compressed by YUI
79 * `CompassFilter`: Compass CSS authoring framework
82 * `CssMinFilter`: minifies CSS
83 * `CleanCssFilter`: minifies CSS
96 * `LessFilter`: parses LESS into CSS (using less.js with node.js)
97 * `LessphpFilter`: parses LESS into CSS (using lessphp)
104 * `Sass\SassFilter`: parses SASS into CSS
105 * `Sass\ScssFilter`: parses SCSS into CSS
110 * `StylusFilter`: parses STYL into CSS
112 * `UglifyCssFilter`: minifies CSS
[all …]
/plugin/cssperpage/
H A DREADME.md4 Cssperpage enables setting of CSS styles for an entire page or for sections of a page by placing HT…
5 the entire page or sections. The CSS must be placed in the style.css file of the plugin directory.
/plugin/siteexport/inc/
H A DreadCSS.patch16 // Remove Comment tags <!-- ... --> inside CSS as <style> in HTML document
17 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
40 //CSS inside external files
119 // CSS as <style> in HTML document
169 …// Characters "(" ")" and ";" in url() e.g. background-image, cause problems parsing the CSS string
249 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
250 else if ($tag) { $this->CSS[$tag] = $classproperties; }
267 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
268 else if ($tag) { $this->CSS[$tag] = $classproperties; }
308 //Remove CSS (tags and content), if any
[all …]
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md13 CSS parts:
14 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
26 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md21 CSS parts:
22 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
34 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/icons/assets/
H A DLICENSE.md5 The iconic font and CSS framework
11 - Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
22 A fantasy themed font and CSS toolkit.
28 - Rpg Awesome CSS and SASS files are licensed under the MIT License:
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md23 CSS parts:
24 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
36 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md23 CSS parts:
24 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
36 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md21 CSS parts:
22 - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenanc…
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
34 - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md20 * Fixed parsing of top-left-bottom-right CSS rules with !important (#1009)
56 * Scientific notation handling in CSS font sizes (#753, thanks, @peterdevpl)
171 - Availability to set custom default CSS file
256 - Index mark-up allowing control over layout using CSS.
258 - CSS support for lists.
261 Added CSS support
293 - SVG images now has limited support for CSS classes (see top of `classes/svg.php` file)
301 - SVG images - support automatic font selection and (minimal) use of CSS classes - cf. the defined constants at top of svg.php file
302 - SVG images - text-anchor now supported as a CSS style, as well as an HTML attribute
303 - CSS suppor
[all...]
/plugin/hcalendar/
H A Dstyle.css2 * HCalendar CSS
62 * HCalendar CSS-End
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md1 # PhpCss - PHP CSS Parser Library
15 PhpCSS is a parser for CSS 3 selectors. It parses them into an AST and allows them to compile the AST to CSS selectors or Xpath expressions.
17 The main target of this project is the possibilty to convert CSS selectors into Xpath expressions.
30 Get CSS selector as Xpath expression
34 Reformat/Validate CSS Selector
45 [FluentDOM 5](https://github.com/FluentDOM/FluentDOM) allows to inject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project, you can use CSS selectors in FluentDOM:
57 <th>Selector</th><th>to CSS</th><th>to Xpath</th>
/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-font-ChessSansAlpha.css12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansMerida.css12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansPiratf.css12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansUscf.css12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansUsual.css12 * make sure you include this CSS file into your HTML file or your CSS file, then set
/plugin/lists/
H A Dsyntax_plugin_lists.css15 /* Unfortunately DokuWiki's CSS processing seems to be broken:
17 afterwards the plugin CSS (allowing it to extend or replace the
18 defaults) the CSS files are loaded in mixed order :-(

12345678910>>...16