vault backup: 2026-06-02 12:53:58
This commit is contained in:
Vendored
+5
-5
File diff suppressed because one or more lines are too long
@@ -0,0 +1,107 @@
|
|||||||
|
@page {
|
||||||
|
size: A4;
|
||||||
|
margin: 14mm 13mm;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
color: #171717;
|
||||||
|
font-family: "DejaVu Serif", "Noto Serif", serif;
|
||||||
|
font-size: 10.5pt;
|
||||||
|
line-height: 1.42;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 23pt;
|
||||||
|
margin: 0 0 14pt;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
border-bottom: 1px solid #c7c7c7;
|
||||||
|
font-size: 15.5pt;
|
||||||
|
margin: 20pt 0 8pt;
|
||||||
|
padding-bottom: 3pt;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 12.5pt;
|
||||||
|
margin: 14pt 0 5pt;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-size: 11pt;
|
||||||
|
margin: 10pt 0 4pt;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0 0 7pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #0645ad;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC {
|
||||||
|
border: 1px solid #d5d5d5;
|
||||||
|
margin: 12pt 0 20pt;
|
||||||
|
padding: 10pt 12pt;
|
||||||
|
page-break-after: always;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC li {
|
||||||
|
margin: 2pt 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
margin: 0 0 8pt 18pt;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 0 0 2pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
font-size: 9pt;
|
||||||
|
margin: 8pt 0 10pt;
|
||||||
|
page-break-inside: avoid;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
border: 1px solid #b9b9b9;
|
||||||
|
padding: 4pt 5pt;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background: #f0f3f6;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
code,
|
||||||
|
.math {
|
||||||
|
font-family: "DejaVu Sans Mono", "Noto Sans Mono", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid #bbb;
|
||||||
|
margin: 18pt 0;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
+3153
File diff suppressed because it is too large
Load Diff
+49605
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user