Searched refs:stylesheet (Results 1 – 25 of 155) sorted by relevance
1234567
| /plugin/webcode/_test/data/pages/ |
| D | across_section.txt | 12 ==== Define a css stylesheet ==== 13 We define a stylesheet to show that the value of ''element.style.fontSize'' is not defined in this … 24 <p class="sheet">A p element with the font-size defined by a stylesheet</p> 38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
|
| /plugin/gil/ |
| D | ChangeLog | 6 * style.css: (add) Screen-mode stylesheet. 7 * print.css: (add) Print-mode stylesheet. 8 * syntax.php: improved output with tooltip, print-stylesheet compatibility.
|
| /plugin/dokumicrobugtracker/ |
| D | CHANGELOG | 12 Version 2011-08-30 Implement list option for Status, Add default stylesheet, Column size are now r… 14 Version 2011-10-18 Fix link to the stylesheet in action.php, fix the delete feature.
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | test.css | 1 /*test internal stylesheet*/
|
| H A D | dokuwiki.css | 2 * A stylesheet to fight the dokuwiki template css rules
|
| H A D | cell.css | 1 /* p bottom margin of zero from the default stylesheet makes the first p touching the top of the ba…
|
| H A D | note.css | 1 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content …
|
| H A D | blockquote.css | 3 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content …
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Filter.ExtractStyleBlocks.txt | 11 use by you, usually to be placed in an external stylesheet, or a 49 echo '<link rel="stylesheet" type="text/css" href="'.$name.'" />'; 65 to be attained without actually specifying them in the stylesheet),
|
| D | Filter.ExtractStyleBlocks.Escaping.txt | 11 if the contents of StyleBlocks will be placed in an external stylesheet,
|
| /plugin/combo/resources/theme/default/pages/partials/ |
| H A D | body-beforeend-partial.hbs | 3 {{{ preloaded-stylesheet-html }}}
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.print.less | 12 * Include this stylesheet on your page to get a more printer-friendly calendar. 13 * When including this stylesheet, use the media='print' attribute of the <link> tag. 14 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 57 /* undo the min-height from each view's specific stylesheet */ }
|
| /plugin/networkgraph/action/ |
| D | injecter.php | 45 'rel' => 'stylesheet',
|
| /plugin/divalign2/ |
| D | style.css | 3 * @brief Base stylesheet for divalign2 plugin.
|
| D | print.css | 3 * @brief Print stylesheet for divalign2 plugin.
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
| D | generator_config.txt | 5 …subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_s…
|
| /plugin/jquery-syntax/ |
| D | action.php | 60 'rel' => 'stylesheet',
|
| /plugin/codify/ |
| D | action.php | 47 'rel' => 'stylesheet',
|
| /plugin/mapillary/ |
| D | CHANGES | 17 * use sass for stylesheet
|
| /plugin/noiewarning/ |
| D | style.css | 7 This file contains the default stylesheet for the NoIEWarning plugin.
|
| /plugin/ebookexport/ |
| D | action.php | 80 $stylesheet = "h2 {\nfont-size: large;\n}\n"; 81 file_put_contents($tempdir . "/stylesheet.css",$stylesheet);
|
| /plugin/dirtylittlehelper/mermaid/editor/src/ |
| D | App.svelte | 29 rel="stylesheet" />
|
| /plugin/dokutranslate/ |
| D | screen.css | 2 * DokuWiki Plugin dokutranslate (Screen stylesheet)
|
| /plugin/lastfm/ |
| D | style.css | 2 * stylesheet for plugin lastfm
|
| /plugin/diagramsnet/lib/js/ |
| D | embed.dev.js | 1 (function(stylesheet, stencils) argument 244 if (stylesheet != null) 246 var xmlDoc = mxUtils.parseXml(stylesheet); 821 mxClientOnLoad(stylesheet, initGraph);
|
1234567