Home
last modified time | relevance | path

Searched refs:styles (Results 26 – 33 of 33) sorted by last modified time

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less2 * This file provides styles for mobile devices
H A Dpagetools.less2 * This file provides the styles for the page tools
H A Dstructure.less2 * This file provides styles for the general layout structure.
/dokuwiki/lib/scripts/
H A Dfileuploader.js118 * Sets styles for an element.
121 qq.css = function(element, styles){ argument
122 if (styles.opacity != null){
124 styles.filter = 'alpha(opacity=' + Math.round(100 * styles.opacity) + ')';
127 qq.extend(element.style, styles);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php349 * The styles for hyperlinks in the code
434 * Line number styles
440 * Line number styles for fancy lines
833 * Sets the styles for the code that will be outputted
838 * @param boolean $preserve_defaults Whether to merge the styles with the current styles or not
886 * true, then styles are merged with the default styles, with the
887 * user defined styles having priority
895 * @param boolean $preserve_defaults Whether to merge the current styles wit
1621 add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) global() argument
1760 set_link_styles($type, $styles) global() argument
1784 set_important_styles($styles) global() argument
1853 set_highlight_lines_extra_style($styles) global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG61 * CSS: SVG fill styles (peterdd)
208 * Additional comment styles for SAS (SF#3024708, ahnolds, BenBE)
529 * Support for multiple styles of strings depending on the starter (BenBE)
568 * Added some comment styles, keywords and added index highlighting (Chusslove Illich, Часлав Илић)
893 - Bugfix: Styles incorrectly overriding default styles instead of being merged
/dokuwiki/data/
H A Ddeleted.files697 lib/styles/style.css
870 lib/styles/spellcheck.css
/dokuwiki/inc/
H A DDifferenceEngine.php889 * inline styles are used. Useful for HTML mails and RSS feeds
897 static public $styles = array( variable in HTMLDiff
915 if(!isset(self::$styles[$classname])) return '';
916 return 'style="'.self::$styles[$classname].'"';

12