Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 33) sorted by path

12

/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].'"';
/dokuwiki/inc/Ui/
H A DSubscribe.php76 $styles = [
101 $value = (array_key_exists($INPUT->post->str('sub_style'), $styles)) ?
102 $INPUT->str('sub_style') : key($styles);
103 foreach ($styles as $val => $label) {
/dokuwiki/lib/plugins/extension/
H A Dstyle.less2 * Extension plugin styles
40 * general styles
/dokuwiki/lib/plugins/usermanager/
H A Dstyle.css1 /* User Manager specific styles */
/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/lib/styles/
H A Dall.css2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
H A Dgeshi.less2 * GeSHi syntax highlighting styles
H A Dprint.css2 * Basic print styles. These styles are needed for basic DokuWiki functions
H A Dscreen.css2 * Basic screen styles. These styles are needed for basic DokuWiki functions
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css2 * This file provides styles for the diff view, which shows you
H A D_edit.css2 * This file provides styles for the edit view (?do=edit), preview
H A D_fileuploader.css2 * This file provides the styles for the file uploader
H A D_footnotes.css2 * This file provides styles for footnotes.
H A D_forms.css4 * This file provides styles for forms in general and specifically
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_links.css2 * This file provides styles for all types of links.
H A D_media_fullscreen.css2 * This file provides the styles for the fullscreen media manager
H A D_media_popup.css2 * This file provides styles for the media manager popup
H A D_modal.css2 * This file provides styles for modal dialogues.
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
H A D_search.less2 * This file provides styles for the search results page (?do=search)
H A D_tabs.css2 * This file provides the styles for general tabs.
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
H A Dbasic.less2 * This file provides the most basic styles.
325 /* for all of the form styles, style.ini colours are not used on purpose (except for fieldset border) */

12