1[stylesheets]
2;css/nanumgothic.css		= screen
3;css/nanumgothiccoding.css=screen
4;bs/bootstrap.css  	= screen
5;bs/bootstrap.min.css  = screen
6; css/_notosanskr.css     = screen
7;css/_roboto.css    = screen
8css/_media_popup.css    = screen
9css/_fileuploader.css   = screen
10css/_media_fullscreen.css = screen
11css/_admin.css          = screen
12css/_modal.css          = screen
13css/_tabs.css           = screen
14css/_toc.css           = screen
15css/_diff.css           = screen
16css/andybs.css			= screen
17css/dark.css			= screen
18css/print.css           = print
19
20
21
22[replacements]
23; main text and background colors
24__text__            = "#000"
25__background__      = "#fff"
26__font_size__       = "16px"
27
28; alternative text and background colors
29__text_alt__        = "#999"
30
31
32; neutral text and background colors
33__text_neu__        = "#666"
34__background_neu__  = "rgba(128,128,128,0.1)"
35
36; highlighted text (e.g. search snippets)
37__highlight__       = "#ff9"
38
39; border color
40__border__          = "#ccc"
41
42; these are used for links
43__link__            = "#4183C4"
44__existing__        = "#39c"
45__missing__         = "#999"
46__background_alt__ = "rgba(128,128,158,0.1)";
47
48__border_radius__ = 7px;
49
50; site and sidebar widths
51__site_width__      = "75em"            ; @ini_site_width
52__sidebar_width__   = "250px"            ; @ini_sidebar_width
53; cut off points for mobile devices
54__desktop_width__   = "1110px"          ; @ini_desktop_width
55__tablet_width__    = "800px"           ; @ini_tablet_width
56__phone_width__     = "480px"           ; @ini_phone_width
57
58