2020-06-03 04:26:52 +00:00
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
2020-05-08 00:01:50 +00:00
|
|
|
body {
|
2020-05-30 01:40:22 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
2022-03-27 09:02:54 +00:00
|
|
|
font-family: serif;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
2020-05-08 00:01:50 +00:00
|
|
|
}
|
|
|
|
|
2022-05-12 22:45:11 +00:00
|
|
|
a.external {
|
|
|
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23fff' stroke='%23000' d='M1.5 4.518h5.982V10.5H1.5z'/%3E%3Cpath fill='%23000' d='M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z'/%3E%3Cpath fill='%23fff' d='m9.995 2.004.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z'/%3E%3C/svg%3E%0A");
|
|
|
|
background-position: center right;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
2021-05-26 06:59:01 +00:00
|
|
|
.info h1 {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 1.1rem/1.0 sans-serif;
|
2021-05-26 06:59:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.index h3 {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 1.1rem/1.5 serif;
|
2021-05-26 06:59:01 +00:00
|
|
|
}
|
|
|
|
|
2021-04-28 08:49:34 +00:00
|
|
|
.source {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 0.9rem/1.5 serif;
|
2021-04-28 08:49:34 +00:00
|
|
|
}
|
|
|
|
|
2020-05-10 01:36:58 +00:00
|
|
|
pre {
|
2021-07-23 13:11:13 +00:00
|
|
|
font-size: 0.9rem;
|
|
|
|
line-height: 1.2;
|
2020-05-10 01:36:58 +00:00
|
|
|
padding: 1rem;
|
2021-04-09 05:01:11 +00:00
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
:not(pre)>code {
|
|
|
|
padding: 0 2px;
|
2021-07-23 13:11:13 +00:00
|
|
|
font-size: 0.8rem;
|
2020-05-10 01:36:58 +00:00
|
|
|
}
|
|
|
|
|
2020-05-08 00:01:50 +00:00
|
|
|
.container {
|
2020-05-09 22:17:01 +00:00
|
|
|
max-width: 56rem;
|
2021-04-09 01:11:55 +00:00
|
|
|
margin: 2rem auto 12rem auto;
|
|
|
|
}
|
|
|
|
|
2021-07-23 13:11:13 +00:00
|
|
|
.footer {
|
|
|
|
font: 0.9rem/1.5 serif;
|
2021-04-09 01:11:55 +00:00
|
|
|
text-align: center;
|
2020-05-08 00:01:50 +00:00
|
|
|
}
|
|
|
|
|
2020-05-09 22:17:01 +00:00
|
|
|
.toc {
|
|
|
|
float: right;
|
2020-05-10 01:36:58 +00:00
|
|
|
padding: 0.75rem;
|
|
|
|
padding-top: 0;
|
2020-11-02 02:42:28 +00:00
|
|
|
margin-left: 0.75rem;
|
2020-05-10 01:36:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toc ul {
|
|
|
|
padding-left: 1.2rem;
|
|
|
|
margin: 0;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toc li {
|
2020-05-10 01:36:58 +00:00
|
|
|
margin-top: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content p.metadata {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 0.9rem/1.0 serif;
|
2020-05-10 01:36:58 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content div.summary p {
|
2022-05-18 21:33:59 +00:00
|
|
|
margin-top: -0.6rem;
|
2021-07-23 13:11:13 +00:00
|
|
|
margin-left: 1.5rem;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
2020-05-08 00:01:50 +00:00
|
|
|
.content {
|
2020-05-09 22:17:01 +00:00
|
|
|
max-width: 36rem;
|
|
|
|
}
|
|
|
|
|
2021-04-09 05:17:51 +00:00
|
|
|
.content-wide {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2020-05-09 22:17:01 +00:00
|
|
|
.content p {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 1.1rem/1.5 serif;
|
2020-05-09 22:17:01 +00:00
|
|
|
}
|
|
|
|
|
2020-06-03 04:26:52 +00:00
|
|
|
.content ul {
|
2020-06-09 19:40:38 +00:00
|
|
|
padding-left: 1.1rem;
|
2020-06-03 04:26:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content li {
|
2021-07-23 13:11:13 +00:00
|
|
|
font: 1.1rem/1.5 serif;
|
2020-05-08 00:01:50 +00:00
|
|
|
}
|
|
|
|
|
2020-05-30 01:40:22 +00:00
|
|
|
.content img {
|
2022-05-12 22:15:46 +00:00
|
|
|
max-width: 36rem;
|
2020-05-30 01:40:22 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2021-04-09 05:52:30 +00:00
|
|
|
.content .aside {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
width: 8rem;
|
|
|
|
margin-left: -9rem;
|
2021-07-23 13:11:13 +00:00
|
|
|
font-size: 0.9rem;
|
2021-04-09 05:52:30 +00:00
|
|
|
}
|
|
|
|
|
2021-04-27 01:14:09 +00:00
|
|
|
.toclink:not(:hover) {
|
|
|
|
border-bottom: none;
|
2020-05-30 01:40:22 +00:00
|
|
|
}
|
|
|
|
|
2020-05-09 22:17:01 +00:00
|
|
|
@media screen and (min-width:36rem) {
|
2020-05-08 00:01:50 +00:00
|
|
|
.content {
|
|
|
|
margin-left: 10rem;
|
|
|
|
}
|
2021-05-30 05:00:35 +00:00
|
|
|
|
|
|
|
.bar {
|
|
|
|
margin-top: 2px;
|
|
|
|
float: left;
|
|
|
|
width: 8rem;
|
|
|
|
text-align: right;
|
2022-03-27 09:02:54 +00:00
|
|
|
white-space: nowrap;
|
2021-05-30 05:00:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bar .me {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .info {
|
2021-05-30 05:22:33 +00:00
|
|
|
margin-top: 1.75rem;
|
2021-05-30 05:00:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bar .contact-icons a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .contact-icons img {
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
margin-left: 0.5rem;
|
2020-05-08 00:01:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-09 22:17:01 +00:00
|
|
|
@media screen and (max-width:36rem) {
|
2021-05-30 05:00:35 +00:00
|
|
|
.bar {
|
|
|
|
overflow: auto;
|
|
|
|
margin-top: -0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .me {
|
|
|
|
float: left;
|
|
|
|
height: 6.5rem;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .info {
|
|
|
|
float: left;
|
2021-05-30 05:22:33 +00:00
|
|
|
margin-top: 0.5rem;
|
2021-05-30 05:00:35 +00:00
|
|
|
margin-left: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .contact-icons {
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .contact-icons a {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar .contact-icons img {
|
2021-05-30 05:22:33 +00:00
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
2021-05-30 05:00:35 +00:00
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
2020-05-08 00:01:50 +00:00
|
|
|
}
|
2020-06-09 19:40:38 +00:00
|
|
|
|
2020-11-02 05:05:25 +00:00
|
|
|
|
|
|
|
body {
|
2022-05-18 21:33:59 +00:00
|
|
|
background-color: #fff;
|
2020-11-02 05:05:25 +00:00
|
|
|
color: #000;
|
2020-09-04 00:46:03 +00:00
|
|
|
}
|
|
|
|
|
2020-11-02 05:05:25 +00:00
|
|
|
a {
|
|
|
|
color: #000;
|
|
|
|
border-bottom: 1px solid #000;
|
2020-06-09 19:40:38 +00:00
|
|
|
}
|
|
|
|
|
2022-05-18 21:33:59 +00:00
|
|
|
a:visited {
|
|
|
|
color: #555;
|
|
|
|
border-bottom: 1px solid #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.return-home:visited, a.toclink:visited, .toc a:visited {
|
|
|
|
color: inherit;
|
|
|
|
border-bottom: inherit;
|
|
|
|
}
|
|
|
|
|
2020-11-02 05:05:25 +00:00
|
|
|
pre {
|
2021-04-09 00:44:39 +00:00
|
|
|
background-color: #ddd;
|
2020-11-02 05:05:25 +00:00
|
|
|
}
|
|
|
|
|
2021-04-09 05:01:11 +00:00
|
|
|
:not(pre)>code {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
|
2020-11-02 05:05:25 +00:00
|
|
|
.toc {
|
2021-04-09 00:44:39 +00:00
|
|
|
background-color: #ddd;
|
2020-11-02 05:05:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content p.metadata {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
body {
|
|
|
|
background-color: #000;
|
2022-05-18 21:33:59 +00:00
|
|
|
color: #fff;
|
2020-11-02 05:05:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-05-18 21:33:59 +00:00
|
|
|
color: #fff;
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
2020-11-02 05:05:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
2021-04-09 05:01:11 +00:00
|
|
|
:not(pre)>code {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
2020-11-02 05:05:25 +00:00
|
|
|
.toc {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content p.metadata {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content img {
|
|
|
|
filter: brightness(75%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-icons img {
|
|
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
}
|