1; This stylesheet uses many (but not all) of the DokuWiki default styles.
2; That makes it easier to get started. You probably want to keep at least
3; the ones starting with an underscore
4
5[stylesheets]
6
7;../dokuwiki/css/basic.less            = screen
8../dokuwiki/css/_imgdetail.css = screen
9../dokuwiki/css/_media_popup.css = screen
10../dokuwiki/css/_media_fullscreen.css = screen
11../dokuwiki/css/_fileuploader.css = screen
12../dokuwiki/css/_tabs.css = screen
13../dokuwiki/css/_links.css = screen
14../dokuwiki/css/_toc.css = screen
15../dokuwiki/css/_footnotes.css = screen
16../dokuwiki/css/_search.less = screen
17../dokuwiki/css/_recent.css = screen
18../dokuwiki/css/_diff.css = screen
19../dokuwiki/css/_edit.css = screen
20../dokuwiki/css/_modal.css = screen
21../dokuwiki/css/_forms.css = screen
22../dokuwiki/css/_admin.less = screen
23;../dokuwiki/css/structure.less        = screen
24;../dokuwiki/css/design.less           = screen
25;../dokuwiki/css/usertools.less        = screen
26../dokuwiki/css/pagetools.less = screen
27;../dokuwiki/css/content.less          = screen
28;../dokuwiki/css/mobile.less           = all
29;../dokuwiki/css/print.css             = print
30
31; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
32; notos styles
33; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
34
35; _____________  basic styles  _____________
36
37css/base.less = all
38css/base-form.less = all
39css/notos.less = all
40css/layout.less = all
41
42css/header.less = all
43css/header-tools.less = all
44css/header-bottom-row.less = all
45css/nav-tabs.less = all
46css/main-article.less = all
47css/main-article-toc.less = all
48css/main-pagetools.less = all
49css/search.less = all
50css/admin.less = all
51css/plugin-watchcycle.less = all
52css/plugin-wrap.less = all
53css/print.less = print
54
55
56[replacements]
57
58; Notos colors
59__header_background__ = "#1e1e50"
60__header_text__ = "#fff"
61__background__ = "#fff"
62__text__ = "#1e1e50"
63__border__ = "#91929e"
64__accent__ = "#e6e6e6"
65__highlight__ = "#32bef0"
66__site_width__ = "70rem"
67__phone_width__ = "640px"
68
69; default colors
70__text_alt__ = "#1e1e50"
71__background_alt__ = "#e6e6e6"
72__text_neu__ = "#1e1e50"
73__background_neu__ = "#fff"
74__background_site__ = "#fff"
75__link__ = "#1e1e50"
76__existing__ = "#1e1e50"
77__missing__ = "#1e1e50"
78