Lines Matching +full:style +full:. +full:local +full:. +full:ini

2 ; INI to handle loading of the CSS files of the "vector" template for DokuWiki
6 ; certain conditions. See COPYING file for details or try to contact
7 ; the author(s) of this file in doubt.
9 ; @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
10 ; @author ARSAVA <dokuwiki@dev.arsava.com>
11 ; @link https://www.dokuwiki.org/template:vector
12 ; @link https://www.dokuwiki.org/devel:style.ini
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
17 ; for limitations of the ini format used here.
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
24 ; Define the stylesheets your template uses here. The second value
25 ; defines for which output media the style should be loaded. Currently
26 ; print, screen and all are supported.
30 ; load the DokuWiki styles. See <http://j.mp/eq8zSo> why I am doing this.
31 static/3rd/dokuwiki/_imgdetail.css = screen
32 static/3rd/dokuwiki/_media_popup.css = screen
33 static/3rd/dokuwiki/_media_fullscreen.css = screen
34 static/3rd/dokuwiki/_fileuploader.css = screen
35 static/3rd/dokuwiki/_tabs.css = screen
36 static/3rd/dokuwiki/_links.css = screen
37 static/3rd/dokuwiki/_toc.css = screen
38 static/3rd/dokuwiki/_footnotes.css = screen
39 static/3rd/dokuwiki/_search.css = screen
40 static/3rd/dokuwiki/_recent.css = screen
41 static/3rd/dokuwiki/_diff.css = screen
42 static/3rd/dokuwiki/_edit.css = screen
43 static/3rd/dokuwiki/_modal.css = screen
44 static/3rd/dokuwiki/_forms.css = screen
45 static/3rd/dokuwiki/_admin.css = screen
48 static/3rd/vector/main-ltr.css = screen
51 static/css/screen.css = screen
52 user/screen.css = screen
57 ; version" within "main.php" when adding new print styles.
60 ; print version links). Good text about this: <http://j.mp/6r3Kgf>
61 ; load the DokuWiki styles. See <http://j.mp/eq8zSo> why I am doing this.
62 static/3rd/dokuwiki/print.css = print
65 static/css/print.css = print
66 user/print.css = print
71 static/3rd/vector/main-rtl.css = rtl
74 static/css/rtl.css = rtl
75 user/rtl.css = rtl
81 ; the stylesheets. Changing this file is the simplest method to
82 ; give your wiki a new look.