Home
last modified time | relevance | path

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

12

/dokuwiki/lib/styles/
H A Dprint.css2 * Basic print styles. These styles are needed for basic DokuWiki functions
H A Dall.css2 * Basic screen and 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
H A Dgeshi.less2 * GeSHi syntax highlighting styles
/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/usermanager/
H A Dstyle.css1 /* User Manager specific styles */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_footnotes.css2 * This file provides styles for footnotes.
H A Dstructure.less2 * This file provides styles for the general layout structure.
H A D_forms.css4 * This file provides styles for forms in general and specifically
H A D_modal.css2 * This file provides styles for modal dialogues.
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
H A D_fileuploader.css2 * This file provides the styles for the file uploader
H A D_links.css2 * This file provides styles for all types of links.
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
H A D_tabs.css2 * This file provides the styles for general tabs.
H A D_edit.css2 * This file provides styles for the edit view (?do=edit), preview
H A Dcontent.less2 * This file provides the main design styles for the page content.
51 /* embedded images (styles are already partly set in lib/styles/all.css) */
H A Dprint.css2 * This file provides the styles for printing.
H A D_search.less2 * This file provides styles for the search results page (?do=search)
H A Dpagetools.less2 * This file provides the styles for the page tools
H A D_diff.css2 * This file provides styles for the diff view, which shows you
/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/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/plugins/extension/
H A Dstyle.less2 * Extension plugin styles
40 * general styles

12