-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.ini
151 lines (128 loc) · 4.5 KB
/
style.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
; Please see http://www.php.net/manual/en/function.parse-ini-file.php
; for limitations of the ini format used here
; Define the stylesheets your template uses here. The second value
; defines for which output media the style should be loaded. Currently
; print, screen and rtl are supported. rtl styles are loaded additionally
; to screen styles if a right-to-left language is selected (eg. hebrew)
[stylesheets]
css/basic.less = screen
css/reset.css = screen
css/_forms.css = screen
../dokuwiki/css/_admin.less = screen
css/_linkwiz.css = screen
css/_editor.css = screen
css/media.css = screen
css/detail.css = screen
css/diff.css = screen
; ITCSS inspired organisation, see https://www.silverstripe.org/blog/better-css-putting-it-together-with-atomic-itcss-and-bem/
css/objects/_objects.less = screen
css/components/_components.less = screen
css/general.css = screen
css/syntax.css = screen
css/style.less = screen
css/content.less = screen
css/search.css = screen
css/subsec.css = screen
css/popouts.less = screen
css/plugin_qc.css = screen
css/plugin_do.css = screen
css/plugin_data.css = screen
css/plugin_starred.css = screen
css/plugin_tag.css = screen
css/plugin_usercontact.css = screen
css/plugin_tagging.less = screen
css/plugin_bureaucracy.css = screen
css/plugin_configmanager.css = screen
css/plugin_labeled.css = screen
css/plugin_plugin.css = screen
css/plugin_translation.css = screen
css/plugin_edittable.css = screen
css/plugin_tablelayout.less = screen
css/plugin_struct.less = screen
css/print.css = print
css/default_print.css = print
css/_mediamanager.css = screen
css/_mediaoptions.css = screen
css/_tabs.css = screen
css/_tables.css = screen
css/_fileuploader.css = screen
css/_subscription.css = screen
css/mobile.css = screen
local/style.css = screen
;layout.css = screen
;design.css = screen
;style.css = screen
;media.css = screen
;_admin.css = screen
;_linkwiz.css = screen
;rtl.css = rtl
;print.css = print
; This section is used to configure some placeholder values used in
; the stylesheets. Changing this file is the simplest method to
; give your wiki a new look.
[replacements]
;--------------------------------------------------------------------------
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
__text__ = "#000"
__background__ = "#fff"
; alternative text and background colors
__text_alt__ = "#638c9c"
__background_alt__ = "#e9e9e9"
; neutral text and background colors
__text_neu__ = "#666"
__background_neu__ = "#f5f5f5"
; border color
__border__ = "#8cacbb"
;--------------------------------------------------------------------------
__button_background__ = "#3e80c0"
__lighter_gray__ = "#eee"
__missing_input__ = "#ffcccc"
__link__ = "#2772b6"
__link_visited__ = "#4a6791"
__border_alt__ = "#545454"
__border_alt2__ = "#ddd"
__bg_all__ = "#b5b5b5"
__bg_header__ = "#e0e0e0"
__logo_border__ = "#dcdcdc"
__color_tag__ = "#2d65b2"
__nav_hover__ = "#e5e5e5"
__search_snip__ = "#7e7070"
__search_hit__ = "#ffff99"
__nav_seperator__ = "#5f5b5b"
__meta_text__ = "#7f7f7f"
__content_bg__ = "#fefefe"
__toc_hover__ = "#111"
__wiki_lnk__ = "#f00"
__edit_lnk__ = "#5f5f5f"
__table_head__ = "#DEE7EC"
; Diff --------------------------------------------------------------------
__diff_bg__ = "#f0f0f0"
__diff_del__ = "#ffe0e0"
__diff_add__ = "#d0ffd0"
__diff_hl__ = "#f00"
;--------------------------------------------------------------------------
; other text and background colors
__text_other__ = "#ccc"
__background_other__ = "#f7f9fa"
; these are used for links
__extern__ = "#436976"
__existing__ = "#090"
__missing__ = "#f30"
; highlighting search snippets
__highlight__ = "#ff9"
;--------------------------------------------------------------------------
;------ for keeping old templates and plugins compatible to the old pattern
; (to be deleted at the next or after next release)
__white__ = "#fff"
__lightgray__ = "#f5f5f5"
; ccc
__mediumgray__ = "#333"
__darkgray__ = "#666"
__black__ = "#000"
; these are the shades of blue
__lighter__ = "#f7f9fa"
__light__ = "#eef3f8"
__medium__ = "#dee7ec"
__dark__ = "#8cacbb"
__darker__ = "#638c9c"