xref: /template/retro/style.ini (revision 19924b2d6fef5a47832907e06efe96164c969ce6)
1; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2; for limitations of the ini format used here
3
4; To extend this file or make changes to it, it is recommended to create
5; a style.local.ini file to prevent losing any changes after an upgrade.
6; Please don't forget to copy the section your changes should be under
7; (i.e. [stylesheets] or [replacements]) into that file as well.
8
9; Define the stylesheets your template uses here. The second value
10; defines for which output media the style should be loaded. Currently
11; print, screen and all are supported.
12
13[stylesheets]
14
15css/basic.css                         = screen
16../dokuwiki/css/_imgdetail.css        = screen
17../dokuwiki/css/_media_popup.css      = screen
18../dokuwiki/css/_media_fullscreen.css = screen
19../dokuwiki/css/_fileuploader.css     = screen
20../dokuwiki/css/_tabs.css             = screen
21../dokuwiki/css/_links.css            = screen
22../dokuwiki/css/_toc.css              = screen
23../dokuwiki/css/_footnotes.css        = screen
24../dokuwiki/css/_search.css           = screen
25../dokuwiki/css/_recent.css           = screen
26../dokuwiki/css/_diff.css             = screen
27../dokuwiki/css/_edit.css             = screen
28../dokuwiki/css/_modal.css            = screen
29../dokuwiki/css/_forms.css            = screen
30../dokuwiki/css/_admin.css            = screen
31css/structure.css                     = screen
32css/design.css                        = screen
33css/content.css                       = screen
34css/includes.css                      = screen
35
36css/mobile.css                        = all
37css/print.css                         = print
38
39
40; This section is used to configure some placeholder values used in
41; the stylesheets. Changing this file is the simplest method to
42; give your wiki a new look.
43
44[replacements]
45
46;--------------------------------------------------------------------------
47;------ guaranteed dokuwiki color placeholders that every plugin can use
48
49; main text and background colors
50__text__           = "#333"
51__background__     = "#fff"
52; alternative text and background colors
53__text_alt__       = "#999"
54__background_alt__ = "#eee"
55; neutral text and background colors
56__text_neu__       = "#666"
57__background_neu__ = "#ddd"
58; border color
59__border__         = "#ccc"
60
61; highlighted text (e.g. search snippets)
62__highlight__      = "#ff9"
63
64;--------------------------------------------------------------------------
65
66; these are used for links
67__existing__       = "#090"
68__missing__        = "#f30"
69
70; widths
71__site_width__     = "64em"
72__sidebar_width__  = "16em"
73