Index: arms/docs/assets/css/stylesheet.css =================================================================== diff -u -rb4fa1e94427b3e185f43ea4dad0d76ee2de9b6a5 -r4b55fa47e6bd97b00f510d413b73ae0d6d2031e5 --- arms/docs/assets/css/stylesheet.css (.../stylesheet.css) (revision b4fa1e94427b3e185f43ea4dad0d76ee2de9b6a5) +++ arms/docs/assets/css/stylesheet.css (.../stylesheet.css) (revision 4b55fa47e6bd97b00f510d413b73ae0d6d2031e5) @@ -1,3 +1,56 @@ +@font-face { + font-family: "Nanum Gothic"; + font-style: normal; + font-weight: 400; + src: url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.eot"); /* IE9 Compat Modes */ + src: local("NanumGothic"), + url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.eot?#iefix") + format("embedded-opentype"), + /* IE6-IE8 */ url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.woff2") + format("woff2"), + /* Super Modern Browsers */ + url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.woff") format("woff"), + /* Modern Browsers */ + url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.ttf") + format("truetype"), + /* Safari, Android, iOS */ + url("../../reference/light-blue/css/font/NanumGothic/nanum-gothic-v11-latin_korean-regular.svg#NanumGothic") + format("svg"); /* Legacy iOS */ +} +html, +body { + font-family: "Nanum Gothic" !important; +} +body { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="), + url("../../reference/light-blue/img/bgnoise_lg_dark.png"); + background-color: rgba(102, 105, 104, 0.9); + background: radial-gradient( + farthest-side ellipse at 10% 0, + rgba(40, 40, 40, 0.9), + rgba(90, 100, 130, 0.89), + rgba(60, 60, 60, 0.9) + ), + url("../../reference/light-blue/img/bgnoise_lg_dark.png"); + background: -webkit-radial-gradient( + 10% 0, + farthest-side ellipse, + rgba(40, 40, 40, 0.9), + rgba(90, 100, 130, 0.89), + rgba(60, 60, 60, 0.9) + ), + url("../../reference/light-blue/img/bgnoise_lg_dark.png"); + background: -moz-radial-gradient( + 10% 0, + farthest-side ellipse, + rgba(40, 40, 40, 0.9), + rgba(90, 100, 130, 0.89), + rgba(60, 60, 60, 0.9) + ), + url("../../reference/light-blue/img/bgnoise_lg_dark.png"); + padding-bottom: 10px; + background-attachment: fixed; +} /*=========================================================== Template Name: iDocs - One Page Documentation HTML Template @@ -187,7 +240,6 @@ color: #252b33; line-height: 1.5; margin: 0 0 1.5rem 0; - font-family: Roboto, sans-serif; } h1 { @@ -2021,7 +2073,7 @@ border: 1px solid #d7dee3; border-right: 0px; background-color: #f6f7f8; - font-size: 14px; + font-size: 13px; padding: 0.75rem 1rem; color: #535b61; } Index: arms/docs/index.html =================================================================== diff -u -r9e0dfb1f5acbffc19a1714c1623cb723ffca1908 -r4b55fa47e6bd97b00f510d413b73ae0d6d2031e5 --- arms/docs/index.html (.../index.html) (revision 9e0dfb1f5acbffc19a1714c1623cb723ffca1908) +++ arms/docs/index.html (.../index.html) (revision 4b55fa47e6bd97b00f510d413b73ae0d6d2031e5) @@ -53,9 +53,9 @@ @@ -68,10 +68,8 @@