--- doc/tmpl/css/main.css 2017/06/01 13:13:27 3266 +++ doc/tmpl/css/main.css 2017/06/01 16:05:18 3267 @@ -1,6 +1,6 @@ /* CrudeDoc CSS Style - Copyright (c) 2015 Christian Schoenebeck. All rights reserved. + Copyright (c) 2015 - 2017 Christian Schoenebeck. All rights reserved. http://www.crudebyte.com */ @@ -24,6 +24,7 @@ background: linear-gradient(to left, #cbc3c2, #bfb2b0); /* Standard syntax */ counter-reset:oli; counter-reset:codeline; + -webkit-text-size-adjust:100%; } @@ -162,6 +163,11 @@ padding-right:5px; } +.iOS +nav > ul > li::before { + font-family:"Hiragino Mincho ProN"; +} + nav > ul > li:first-child::before { content: ""; } @@ -484,6 +490,11 @@ font-size:15px; } +.iOS +aside > div.toc > div.buttons .arrow { + font-family:"Hiragino Mincho ProN"; +} + /* Article */ @@ -940,6 +951,11 @@ content: "◀ "; } +.iOS +article > ul.docpager > li:nth-child(1) > a:before { + font-family:"Hiragino Mincho ProN"; +} + article > ul.docpager > li:nth-child(2) { text-align:center; padding-left:10px; @@ -950,6 +966,11 @@ content: "▲ "; } +.iOS +article > ul.docpager > li:nth-child(2) > a:before { + font-family:"Hiragino Mincho ProN"; +} + article > ul.docpager > li:nth-child(3) { text-align:right; padding-left:10px; @@ -959,6 +980,11 @@ content: " ▶"; } +.iOS +article > ul.docpager > li:nth-child(3) > a:after { + font-family:"Hiragino Mincho ProN"; +} + article > .endline { font-family:CRDSans; font-size:16px;