mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
New Bitcoin Core subsite
This commit contains a large number of contributions from Saïvann Carignan.
This commit is contained in:
parent
c4517a951e
commit
706c791e92
85 changed files with 17420 additions and 88 deletions
|
@ -57,6 +57,7 @@ blockquote{
|
|||
margin-left:0;
|
||||
border-left:5px solid #eee;
|
||||
padding-left:15px;
|
||||
font-size: 120%;
|
||||
}
|
||||
pre{
|
||||
background-color:#f5f5f5;
|
||||
|
@ -308,16 +309,6 @@ table td,table th{
|
|||
-moz-border-radius:5px;
|
||||
border-radius:5px;
|
||||
}
|
||||
.menusimple>li:first-child,
|
||||
.menusimple>li:first-child+li,
|
||||
.menusimple>li:first-child+li+li+li{
|
||||
-webkit-border-bottom-left-radius:0;
|
||||
-webkit-border-bottom-right-radius:0;
|
||||
-moz-border-radius-bottomleft:0;
|
||||
-moz-border-radius-bottomright:0;
|
||||
border-bottom-left-radius:0;
|
||||
border-bottom-right-radius:0;
|
||||
}
|
||||
.menusimple>li a,
|
||||
.menusimple>li a:active,
|
||||
.menusimple>li a:visited,
|
||||
|
@ -369,6 +360,22 @@ table td,table th{
|
|||
display:block;
|
||||
}
|
||||
|
||||
.menusimple.menumain>li:first-child,
|
||||
.menusimple.menumain>li:first-child+li,
|
||||
.menusimple.menumain>li:first-child+li+li+li,
|
||||
.menusimple.menucore>li:first-child,
|
||||
.menusimple.menucore>li:first-child+li+li{
|
||||
-webkit-border-bottom-left-radius:0;
|
||||
-webkit-border-bottom-right-radius:0;
|
||||
-moz-border-radius-bottomleft:0;
|
||||
-moz-border-radius-bottomright:0;
|
||||
border-bottom-left-radius:0;
|
||||
border-bottom-right-radius:0;
|
||||
}
|
||||
.menusimple.menucore>li:first-child+li+li+li+li a{
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
font-size: 75%;
|
||||
padding-left: 10px;
|
||||
|
@ -391,6 +398,10 @@ table td,table th{
|
|||
line-height:1.5em;
|
||||
}
|
||||
|
||||
h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.footer{
|
||||
text-align:center;
|
||||
width:940px;
|
||||
|
@ -862,7 +873,7 @@ table td,table th{
|
|||
.toccontent a.term:visited code{
|
||||
color:#646464;
|
||||
}
|
||||
.toccontent .multicode{
|
||||
.multicode{
|
||||
background-color:#f5f5f5;
|
||||
overflow-y:auto;
|
||||
padding:17px;
|
||||
|
@ -871,7 +882,7 @@ table td,table th{
|
|||
-moz-border-radius:3px;
|
||||
border-radius:3px;
|
||||
}
|
||||
.toccontent .multicode pre{
|
||||
.multicode pre{
|
||||
border:0px none;
|
||||
padding:0;
|
||||
margin:0;
|
||||
|
@ -903,6 +914,9 @@ table td,table th{
|
|||
.anchorAf:hover a:first-child{
|
||||
display:block;
|
||||
}
|
||||
.ui-dialog .anchorAf:hover a:first-child{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.develdocdisclaimer{
|
||||
padding:30px 0;
|
||||
|
@ -981,6 +995,28 @@ br.clear {
|
|||
height: 12px;
|
||||
}
|
||||
|
||||
div.one-column {
|
||||
max-width: 600px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.one-column h2 {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.one-column h2.no_gap {
|
||||
margin-top: 75px;
|
||||
}
|
||||
|
||||
.one-column img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.one-column th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.post {
|
||||
max-width: 40em;
|
||||
margin-right: auto;
|
||||
|
@ -997,6 +1033,185 @@ div.post {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
table.privacy-comparison td,table.privacy-comparison th{
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
table.privacy-comparison td {
|
||||
max-width: 34%;
|
||||
}
|
||||
|
||||
table.privacy-comparison tr.empty {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
table.privacy-comparison td:nth-child(1n+2) {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
table.validation { width: 100%; }
|
||||
|
||||
table.validation tr.details td {
|
||||
background-color: #F5F5F5;
|
||||
padding: 10px;
|
||||
}
|
||||
table.validation .ui-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
table.validation tr:nth-child(even)>td {
|
||||
cursor:pointer;
|
||||
}
|
||||
table.validation tr:nth-child(even)>td:hover {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.received_transactions td {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#system-requirements-accordion div {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button.js.showcolumn {
|
||||
border:0;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.not-displayed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
br.big {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.font2x {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
/********** SLIDER **********/
|
||||
.sliderbox {
|
||||
max-width: 940px;
|
||||
margin: 0px auto 30px auto;
|
||||
}
|
||||
|
||||
.slide-viewer {
|
||||
position: relative; /* needed for IE7 */
|
||||
overflow: hidden;
|
||||
height: 200px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
.slide-group {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slide {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.slide:first-child {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.slide-buttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.slide-buttons button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font-size: 150%;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.slide-buttons button.active {
|
||||
background-color: #2c6fad;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.two-column-list ul {
|
||||
margin-left: 4em;
|
||||
}
|
||||
|
||||
.two-column-list li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
width: 14em;
|
||||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.two-column-list .fa-li {
|
||||
top: 0.75em;
|
||||
}
|
||||
|
||||
.two-column-list li:nth-child(2n+1) {
|
||||
margin-right: 75px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
button.js {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
border-bottom: 1px dotted #2c6fad;
|
||||
color: #2c6fad;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
button.js:hover {
|
||||
color: #63a4e1;
|
||||
}
|
||||
|
||||
button.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.prevnext {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.prevnext span:first-child {
|
||||
float: left;
|
||||
}
|
||||
.prevnext span:last-child {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.callout {
|
||||
text-align: center;
|
||||
border-top: thin solid #C0C0C0;
|
||||
border-bottom: thin solid #C0C0C0;
|
||||
}
|
||||
|
||||
.wallet_accordion img {
|
||||
float: left;
|
||||
padding-right: 30px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.wallet_accordion {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right-hanger {
|
||||
max-width: 300px;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.left-float {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.highlight { background: transparent; }
|
||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
|
@ -1058,6 +1273,30 @@ div.post {
|
|||
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||
|
||||
.bggreen {
|
||||
background-color: #006400;
|
||||
}
|
||||
|
||||
.bgred {
|
||||
background-color: #8B0000;
|
||||
}
|
||||
|
||||
.bgyellow {
|
||||
background-color: #B8860B;
|
||||
}
|
||||
|
||||
.fggreen {
|
||||
color: #006400;
|
||||
}
|
||||
|
||||
.fgred {
|
||||
color: #8B0000;
|
||||
}
|
||||
|
||||
.fgyellow {
|
||||
color: #B8860B;
|
||||
}
|
||||
|
||||
.box{
|
||||
border:2px dashed #4892b2;
|
||||
padding:0 20px 0 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue