Searched refs:stylesheet (Results 1 – 25 of 124) sorted by relevance
12345
/plugin/webcode/_test/data/pages/ |
H A 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/ |
H A 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/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 background */
|
H A D | note.css | 1 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
|
H A D | blockquote.css | 3 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
|
/plugin/dokumicrobugtracker/ |
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Filter.ExtractStyleBlocks.txt |
|
H A D | Filter.ExtractStyleBlocks.Escaping.txt |
|
/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/divalign2/ |
H A D | print.css | 3 * @brief Print stylesheet for divalign2 plugin.
|
H A D | style.css | 3 * @brief Base stylesheet for divalign2 plugin.
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
H A D | generator_config.txt | 5 …subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_s…
|
/plugin/jquery-syntax/ |
H A D | action.php | 60 'rel' => 'stylesheet',
|
/plugin/codify/ |
H A D | action.php | 47 'rel' => 'stylesheet',
|
/plugin/mapillary/ |
H A D | CHANGES | 17 * use sass for stylesheet
|
/plugin/noiewarning/ |
H A D | style.css | 7 This file contains the default stylesheet for the NoIEWarning plugin.
|
/plugin/dirtylittlehelper/mermaid/editor/src/ |
H A D | App.svelte | 29 rel="stylesheet" />
|
/plugin/ebookexport/ |
H A D | action.php | 80 $stylesheet = "h2 {\nfont-size: large;\n}\n"; 81 file_put_contents($tempdir . "/stylesheet.css",$stylesheet);
|
/plugin/dokutranslate/ |
H A D | screen.css | 2 * DokuWiki Plugin dokutranslate (Screen stylesheet)
|
/plugin/lastfm/ |
H A D | style.css | 2 * stylesheet for plugin lastfm
|
/plugin/advanced/lang/en/config/ |
H A D | userstyle.txt | 9 There are five types of stylesheet modes:
|
/plugin/diagramsnet/lib/js/ |
H A D | embed.dev.js | 1 (function(stylesheet, stencils) 244 if (stylesheet != null) 246 var xmlDoc = mxUtils.parseXml(stylesheet); 821 mxClientOnLoad(stylesheet, initGraph);
|
12345