diff --git a/docs/manifesto/lightning.md b/docs/manifesto/lightning.md index f66c2c6..8a71757 100644 --- a/docs/manifesto/lightning.md +++ b/docs/manifesto/lightning.md @@ -3,7 +3,6 @@ lang: en title: >- How to do lightning right sidebar: false -notmine: false abstract: >- Lightning is about to replace SWIFT for international transactions, due to high SWIFT fees, slow transactions, diff --git a/docs/manifesto/navbar b/docs/manifesto/navbar index a10f78c..cb1eecd 100644 --- a/docs/manifesto/navbar +++ b/docs/manifesto/navbar @@ -1,4 +1,4 @@ -
+
vision scalability social networking diff --git a/docs/manifesto/scalability.md b/docs/manifesto/scalability.md index 561bd4e..b647f7b 100644 --- a/docs/manifesto/scalability.md +++ b/docs/manifesto/scalability.md @@ -14,7 +14,10 @@ abstract: >- and each peer and client wallet only has to evaluate the root recursive snark to prove the validity of every transaction that ever there was, including all those lost in the mists of time. -... +misc_links: >- + How to make Bitcoin scalable and private
+ How to make
lightning usable by normies +--- # Scaling, privacy, and recursive snarks diff --git a/docs/pandoc_templates/pandoc.template b/docs/pandoc_templates/pandoc.template index 2a0432f..24e1368 100644 --- a/docs/pandoc_templates/pandoc.template +++ b/docs/pandoc_templates/pandoc.template @@ -71,6 +71,11 @@ $if(sidebar)$ $endif$ $table-of-contents$ + $if(misc_links)$ + + $endif$
$endif$ diff --git a/docs/pandoc_templates/style.css b/docs/pandoc_templates/style.css index a54f73e..91c01d4 100644 --- a/docs/pandoc_templates/style.css +++ b/docs/pandoc_templates/style.css @@ -95,21 +95,12 @@ code {font-family: "DejaVu Sans Mono", "Lucida Console", "sans-serif";} /*box-shadow: 2px 2px 5px 1px #000; Add shadow for raised effect */ box-shadow: inset 0px 0px 12px 8px #888; } - -/* Styling for the inactive buttons inside the button bar */ -.button-bar button { - background-color: #2C9F30; - color: white; - padding: 5px 5px; - border: none; - margin-top: 4px; - margin-bottom: 6px; - box-shadow: 0 0 0 1px #000; - transform: translateY(2px); +.misc_links { + background-color: #ffffaf; } /* Styling for the links inside the button bar */ -.button-bar a { +.button-group a { display: inline-block; text-decoration: none; background-color: #2C9F30; @@ -122,11 +113,12 @@ code {font-family: "DejaVu Sans Mono", "Lucida Console", "sans-serif";} } /* Style for the "pressed" effect */ -.button-bar a:active { +.button-group a:active { box-shadow: 0 0 0 1px #000; transform: translateY(2px); } .myabstract{margin-left: 8%; margin-right: 12%;} + span.bigbold{ font-weight: bold; font-size: 120%;