1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
html{
scroll-behavior: smooth;
}
body {
margin: 1em;
font: 1em sans-serif;
}
summary:hover {
cursor: pointer;
filter: invert(50%);
}
h1 {
margin-top: 0.5em;
padding-left: 40px;
padding-bottom: 0em;
margin-bottom: 0em;
letter-spacing: -0.02em;
}
.toc {
position: fixed;
padding: 1em;
border-style: solid;
line-height: 1.5em;
width: 20em;
}
.toc h1 {
margin-top: 0em;
padding-left: 0px;
padding-bottom: 0em;
margin-bottom: 0em;
font-size: 1.6em;
}
.toc ul {
padding-left: 10px;
}
.toc li {
padding-left: 5px;
text-indent: -5px;
}
details a, .toc a {
text-decoration: none;
}
details a:hover, .toc a:hover {
text-decoration: underline;
}
h2, h3 {
padding-bottom: 0em;
margin-bottom: 0.2em;
}
h2 {
margin-top: 0.5em;
padding-top: 1em;
font-size: 1.6em;
border-top: 4px solid;
}
h3 {
font-size: 1.3em;
margin-top: 1em;
}
.chapter {
margin-left: 24em;
}
table {
border-radius: 10px;
border: 0;
margin: 0;
padding: 4px;
border-collapse:collapse;
}
|