-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.ini
77 lines (67 loc) · 2.22 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
; This stylesheet uses many (but not all) of the DokuWiki default styles.
; That makes it easier to get started. You probably want to keep at least
; the ones starting with an underscore
[stylesheets]
;../dokuwiki/css/basic.less = screen
../dokuwiki/css/_imgdetail.css = screen
../dokuwiki/css/_media_popup.css = screen
../dokuwiki/css/_media_fullscreen.css = screen
../dokuwiki/css/_fileuploader.css = screen
../dokuwiki/css/_tabs.css = screen
../dokuwiki/css/_links.css = screen
../dokuwiki/css/_toc.css = screen
../dokuwiki/css/_footnotes.css = screen
../dokuwiki/css/_search.less = screen
../dokuwiki/css/_recent.css = screen
../dokuwiki/css/_diff.css = screen
../dokuwiki/css/_edit.css = screen
../dokuwiki/css/_modal.css = screen
../dokuwiki/css/_forms.css = screen
../dokuwiki/css/_admin.less = screen
;../dokuwiki/css/structure.less = screen
;../dokuwiki/css/design.less = screen
;../dokuwiki/css/usertools.less = screen
../dokuwiki/css/pagetools.less = screen
;../dokuwiki/css/content.less = screen
;../dokuwiki/css/mobile.less = all
;../dokuwiki/css/print.css = print
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; notos styles
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; _____________ basic styles _____________
css/base.less = all
css/base-form.less = all
css/notos.less = all
css/layout.less = all
css/header.less = all
css/header-tools.less = all
css/header-bottom-row.less = all
css/nav-tabs.less = all
css/main-article.less = all
css/main-article-toc.less = all
css/main-pagetools.less = all
css/search.less = all
css/admin.less = all
css/plugin-watchcycle.less = all
css/plugin-wrap.less = all
css/print.less = print
[replacements]
; Notos colors
__header_background__ = "#1e1e50"
__header_text__ = "#fff"
__background__ = "#fff"
__text__ = "#1e1e50"
__border__ = "#91929e"
__accent__ = "#e6e6e6"
__highlight__ = "#32bef0"
__site_width__ = "70rem"
__phone_width__ = "640px"
; default colors
__text_alt__ = "#1e1e50"
__background_alt__ = "#e6e6e6"
__text_neu__ = "#1e1e50"
__background_neu__ = "#fff"
__background_site__ = "#fff"
__link__ = "#1e1e50"
__existing__ = "#1e1e50"
__missing__ = "#1e1e50"