Added a place, misc_links, to put random links,
so that everything can be made searcheable modified: docs/manifesto/lightning.md modified: docs/manifesto/navbar modified: docs/manifesto/scalability.md modified: docs/pandoc_templates/pandoc.template modified: docs/pandoc_templates/style.css
This commit is contained in:
parent
ce79e3515d
commit
477f3b0a5b
@ -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,
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="button-bar">
|
||||
<div class="button-bar button-group">
|
||||
<a href="vision.html">vision</a>
|
||||
<a href="scalability.html">scalability</a>
|
||||
<a href="social_networking.html">social networking</a>
|
||||
|
@ -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 <a href="bitcoin.html" target="_blank">Bitcoin<a> scalable and private<br>
|
||||
How to make <a href="lightning.html" target="_blank">lightning<a> usable by normies
|
||||
---
|
||||
|
||||
# Scaling, privacy, and recursive snarks
|
||||
|
||||
|
@ -71,6 +71,11 @@ $if(sidebar)$
|
||||
$endif$
|
||||
$table-of-contents$
|
||||
</nav>
|
||||
$if(misc_links)$
|
||||
<div class="misc_links">
|
||||
$misc_links$
|
||||
</div>
|
||||
$endif$
|
||||
</div>
|
||||
<div style="margin-left:39%;">
|
||||
$endif$
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user