-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.ini
executable file
·57 lines (45 loc) · 1.51 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
[stylesheets]
;css/nanumgothic.css = screen
;css/nanumgothiccoding.css=screen
;bs/bootstrap.css = screen
;bs/bootstrap.min.css = screen
; css/_notosanskr.css = screen
;css/_roboto.css = screen
css/_media_popup.css = screen
css/_fileuploader.css = screen
css/_media_fullscreen.css = screen
css/_admin.css = screen
css/_modal.css = screen
css/_tabs.css = screen
css/_toc.css = screen
css/_diff.css = screen
css/andybs.css = screen
css/dark.css = screen
css/print.css = print
[replacements]
; main text and background colors
__text__ = "#000"
__background__ = "#fff"
__font_size__ = "16px"
; alternative text and background colors
__text_alt__ = "#999"
; neutral text and background colors
__text_neu__ = "#666"
__background_neu__ = "rgba(128,128,128,0.1)"
; highlighted text (e.g. search snippets)
__highlight__ = "#ff9"
; border color
__border__ = "#ccc"
; these are used for links
__link__ = "#4183C4"
__existing__ = "#39c"
__missing__ = "#999"
__background_alt__ = "rgba(128,128,158,0.1)";
__border_radius__ = 7px;
; site and sidebar widths
__site_width__ = "75em" ; @ini_site_width
__sidebar_width__ = "250px" ; @ini_sidebar_width
; cut off points for mobile devices
__desktop_width__ = "1110px" ; @ini_desktop_width
__tablet_width__ = "800px" ; @ini_tablet_width
__phone_width__ = "480px" ; @ini_phone_width