2016-11-06 20:08:40 +02:00
|
|
|
body {
|
2019-11-05 13:46:00 +01:00
|
|
|
padding-top: 50px;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
|
|
|
|
2022-11-04 15:26:26 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
2019-11-05 13:46:00 +01:00
|
|
|
margin-top: 36px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre code {
|
|
|
|
white-space: pre;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
|
|
|
|
2022-05-05 16:04:52 +01:00
|
|
|
pre {
|
|
|
|
display: block;
|
|
|
|
margin-top: 4rem;
|
|
|
|
margin-bottom: 4rem;
|
|
|
|
}
|
|
|
|
|
2016-11-06 20:08:40 +02:00
|
|
|
code {
|
2020-12-07 20:33:03 +01:00
|
|
|
color: #4b5a5b;
|
2019-11-05 13:46:00 +01:00
|
|
|
background-color: #ecf0f1;
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
2022-11-04 15:26:26 +00:00
|
|
|
|
2020-12-07 20:33:03 +01:00
|
|
|
/* Darken down code highlighting */
|
2022-11-04 15:26:26 +00:00
|
|
|
.highlight {
|
|
|
|
color: #4b5a5b
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Name */
|
2016-11-06 20:08:40 +02:00
|
|
|
|
|
|
|
a code {
|
2019-11-05 13:46:00 +01:00
|
|
|
color: #18bc9c;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
|
|
|
|
2017-01-05 17:19:42 +02:00
|
|
|
.hljs {
|
2019-11-05 13:46:00 +01:00
|
|
|
background-color: inherit;
|
2017-01-05 17:19:42 +02:00
|
|
|
}
|
|
|
|
|
2016-11-06 20:08:40 +02:00
|
|
|
.jumbotron h2 {
|
2019-11-05 13:46:00 +01:00
|
|
|
margin-top: 21px;
|
|
|
|
margin-bottom: 10px;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fa {
|
2019-11-05 13:46:00 +01:00
|
|
|
margin-right: 4px;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji {
|
2022-11-04 15:26:26 +00:00
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
|
|
|
display: inline-block;
|
2019-11-05 13:46:00 +01:00
|
|
|
margin-bottom: -0.25em;
|
2016-11-06 20:08:40 +02:00
|
|
|
}
|
2019-08-12 17:50:40 +03:00
|
|
|
|
2022-08-24 12:13:40 +01:00
|
|
|
pre table {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2019-08-12 17:50:40 +03:00
|
|
|
table {
|
2019-11-05 13:46:00 +01:00
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 16px;
|
2019-08-12 17:50:40 +03:00
|
|
|
}
|
2022-11-04 15:26:26 +00:00
|
|
|
|
|
|
|
table thead tr th,
|
|
|
|
table tbody tr td {
|
2019-11-05 13:46:00 +01:00
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 4px;
|
2019-08-12 17:50:40 +03:00
|
|
|
}
|
2019-11-07 15:25:36 +01:00
|
|
|
|
|
|
|
.navbar-input-group-fixup {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2022-05-30 14:52:31 +01:00
|
|
|
|
|
|
|
|
2022-11-04 15:26:26 +00:00
|
|
|
img {
|
2022-05-30 14:52:31 +01:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem
|
|
|
|
}
|
|
|
|
|
2022-11-04 15:26:26 +00:00
|
|
|
img[alt="state pruning options"] {
|
|
|
|
width: 850px;
|
2022-05-30 14:52:31 +01:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
2022-07-18 19:42:12 +01:00
|
|
|
}
|
|
|
|
|
2022-11-04 15:26:26 +00:00
|
|
|
img[alt="Peter's Devcon2 talk"] {
|
|
|
|
width: 300px;
|
2022-08-24 12:13:40 +01:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
2022-11-04 15:26:26 +00:00
|
|
|
|
|
|
|
img[alt="Remix"] {
|
|
|
|
width: 800px;
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
img[alt="Clef ruleset logic"] {
|
|
|
|
width: 800px;
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
img[alt="Clef signing logic"] {
|
|
|
|
width: 800px;
|
2022-07-18 19:42:12 +01:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
2022-11-18 08:28:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img[alt="Grafana 1"] {
|
|
|
|
width: 800px;
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
2022-05-30 14:52:31 +01:00
|
|
|
}
|