all repos — h3rald @ 20a29c03b57ab6cc4aeffddea13696102790d432

The sources of https://h3rald.com

Updated Nifty User Guide.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 15:44:39 +0200
commit

20a29c03b57ab6cc4aeffddea13696102790d432

parent

887a4c9570837b8c08ed9019bcc1231f7a3babf3

1 files changed, 118 insertions(+), 37 deletions(-)

jump to
M assets/nifty/Nifty_UserGuide.htmassets/nifty/Nifty_UserGuide.htm

@@ -3709,7 +3709,7 @@ font-family: "Font Awesome 5 Brands";

} a[href*="google.com"]:before { content: "\f1a0" "\202F"; - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 5 Brands"; } a[href*="plus.google.com"]:before { content: "\f0d4" "\202F";

@@ -3845,14 +3845,14 @@ }

.note p { margin: 0 auto; } -.note p { +.note > p { margin: 0 auto; } -.note p:first-child { +.note > p:first-child { font-weight: 600; color: #264c72; } -.note p:first-child:before { +.note > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3895,14 +3895,14 @@ }

.tip p { margin: 0 auto; } -.tip p { +.tip > p { margin: 0 auto; } -.tip p:first-child { +.tip > p:first-child { font-weight: 600; color: #009926; } -.tip p:first-child:before { +.tip > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3945,14 +3945,14 @@ }

.warning p { margin: 0 auto; } -.warning p { +.warning > p { margin: 0 auto; } -.warning p:first-child { +.warning > p:first-child { font-weight: 600; color: #705400; } -.warning p:first-child:before { +.warning > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3968,6 +3968,56 @@ }

.warning a { color: #241b00; } +.blank-sidebar { + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + margin: 10px auto; + padding: 2px 4px 0 4px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + color: #555; + background-color: #fefefe; + border: 1px solid #fefefe; + font-size: 95%; +} +.blank-sidebar code, +.blank-sidebar samp, +.blank-sidebar pre { + color: #555; +} +.blank-sidebar a { + color: #264c72; +} +.blank-sidebar p { + margin: 0 auto; +} +.blank-sidebar > p { + margin: 0 auto; +} +.blank-sidebar > p:first-child { + font-weight: 600; + color: #555; +} +.blank-sidebar > p:first-child:before { + font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #555; + content: "" " "; +} +.blank-sidebar pre, +.blank-sidebar code { + font-size: 400; + color: #3b3b3b; +} +.blank-sidebar a { + color: #2f2f2f; +} .sidebar { -moz-background-clip: padding; -webkit-background-clip: padding-box;

@@ -3995,14 +4045,14 @@ }

.sidebar p { margin: 0 auto; } -.sidebar p { +.sidebar > p { margin: 0 auto; } -.sidebar p:first-child { +.sidebar > p:first-child { font-weight: 600; color: #555; } -.sidebar p:first-child:before { +.sidebar > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -4089,8 +4139,8 @@ .terminal td {

white-space: nowrap; } } -.terminal p, -.terminal p:first-child { +.terminal > p, +.terminal > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4099,12 +4149,20 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal p:first-child, -.terminal p:first-child:first-child { +.terminal > p code, +.terminal > p:first-child code, +.terminal > p pre, +.terminal > p:first-child pre, +.terminal > p samp, +.terminal > p:first-child samp { + font-size: 100%; +} +.terminal > p:first-child, +.terminal > p:first-child:first-child { margin-top: 0px; } -.terminal p:before, -.terminal p:first-child:before { +.terminal > p:before, +.terminal > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800;

@@ -4156,8 +4214,8 @@ .terminal-su td {

white-space: nowrap; } } -.terminal-su p, -.terminal-su p:first-child { +.terminal-su > p, +.terminal-su > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4166,20 +4224,28 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal-su p:first-child, -.terminal-su p:first-child:first-child { +.terminal-su > p code, +.terminal-su > p:first-child code, +.terminal-su > p pre, +.terminal-su > p:first-child pre, +.terminal-su > p samp, +.terminal-su > p:first-child samp { + font-size: 100%; +} +.terminal-su > p:first-child, +.terminal-su > p:first-child:first-child { margin-top: 0px; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800; color: #009926; content: "$ "; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { color: #CC3300; content: "# "; }

@@ -5228,8 +5294,23 @@ @media print {

body { width: 700px; } - @prince-pdf { - prince-pdf-page-mode: show-bookmarks; + h1 { + prince-bookmark-level: 1; + } + h2 { + prince-bookmark-level: 2; + } + h3 { + prince-bookmark-level: 3; + } + h4 { + prince-bookmark-level: 4; + } + h5 { + prince-bookmark-level: 5; + } + h6 { + prince-bookmark-level: 6; } /* Table of Contents */ #toc {

@@ -5250,10 +5331,10 @@ #toc a {

text-decoration: none; } #toc a::after { - content: leader(".") target-counter(attr(href), page); + content: leader(".") target-counter(attr(href url), page, decimal); } #toc a[href="#preface"]::after { - content: leader(".") target-counter(attr(href), page, lower-roman); + content: leader(".") target-counter(attr(href url), page, lower-roman); } #toc a { color: #000;

@@ -5581,11 +5662,11 @@

<p>The easiest way to get <em>nifty</em> is by downloading one of the prebuilt binaries from the <a href="https://github.com/h3rald/nifty/releases">Github Releases Page</a>:</p> <ul> -<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.0/nifty_v1.0.0_macosx_x64.zip">nifty for Mac OS X (x64)</a></li> -<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.0/nifty_v1.0.0_windows_x64.zip">nifty for Windows (x64)</a></li> -<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.0/nifty_v1.0.0_linux_x64.zip">nifty for Linux (x64)</a></li> -<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.0/nifty_v1.0.0_linux_x86.zip">nifty for Linux (x86)</a></li> -<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.0/nifty_v1.0.0_linux_arm.zip">nifty for Linux (ARM)</a></li> +<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.1/nifty_v1.0.1_macosx_x64.zip">nifty for Mac OS X (x64)</a></li> +<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.1/nifty_v1.0.1_windows_x64.zip">nifty for Windows (x64)</a></li> +<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.1/nifty_v1.0.1_linux_x64.zip">nifty for Linux (x64)</a></li> +<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.1/nifty_v1.0.1_linux_x86.zip">nifty for Linux (x86)</a></li> +<li><a href="https://github.com/h3rald/nifty/releases/dowload/1.0.1/nifty_v1.0.1_linux_arm.zip">nifty for Linux (ARM)</a></li> </ul>

@@ -6122,7 +6203,7 @@ }

</code></pre> </div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; April 29, 2018</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; October 21, 2018</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>