2022-01-08 00:13:00 +00:00
|
|
|
body {
|
2022-01-10 22:53:07 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 100ex;
|
2022-01-08 00:13:00 +00:00
|
|
|
}
|
|
|
|
|
2021-09-03 22:26:10 +00:00
|
|
|
.node .node {
|
2022-04-29 08:26:59 +00:00
|
|
|
margin: 1ex 0.5ex 1ex 0.5ex;
|
|
|
|
padding: 0 0 0.1ex 1ex;
|
2022-01-10 22:53:07 +00:00
|
|
|
box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
|
2022-01-08 00:14:37 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2022-01-10 22:53:07 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
|
2022-01-08 00:14:37 +00:00
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
|
|
margin-top: 0;
|
2021-10-03 15:53:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1.title .state {
|
|
|
|
font-size: 50%;
|
|
|
|
vertical-align: middle;
|
2022-01-08 00:13:00 +00:00
|
|
|
/* background-color: rgba(255,255,255,0.3); */
|
|
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 5px;
|
2021-10-03 15:53:22 +00:00
|
|
|
}
|
|
|
|
h1.title a {
|
2022-01-08 00:13:00 +00:00
|
|
|
color: inherit;
|
2021-10-03 15:53:22 +00:00
|
|
|
text-decoration: underline dotted 2px;
|
2021-09-03 22:26:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li .tag {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
li .tag::after {
|
2022-04-29 08:26:59 +00:00
|
|
|
content: ":: ";
|
2021-09-03 22:26:10 +00:00
|
|
|
}
|
2022-01-08 00:13:00 +00:00
|
|
|
|
|
|
|
.text {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|