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

2 ; INI to handle loading of the CSS files of the "prsnl10" 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:prsnl10
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 css/_imgdetail.css = screen ; Load the starter template styles.
31 css/_media_popup.css = screen ; See <http://j.mp/eq8zSo> why I am
32 css/_media_fullscreen.css = screen ; doing this.
33 css/_fileuploader.css = screen
34 css/_tabs.css = screen
35 css/_links.css = screen
36 css/_toc.css = screen
37 css/_footnotes.css = screen
38 css/_search.css = screen
39 css/_recent.css = screen
40 css/_diff.css = screen
41 css/_edit.css = screen
42 css/_modal.css = screen
43 css/_forms.css = screen
44 css/_admin.css = screen
45 css/prsnl10_screen.css = screen ; Load the prsnl10 template styles.
46 user/screen.css = screen ; Load optional user defined styles.
49 css/print.css = print ; Load the starter template styles.
50 css/prsnl10_print.css = print ; Load the prsnl10 template styles.
51 user/print.css = print ; Load optional user defined styles.
57 ; the stylesheets. Changing this file is the simplest method to
58 ; give your wiki a new look.