1body { 2 text-align: justify; 3} 4h2, h3, h4, h5, h6 { 5 text-align: left; 6} 7article section.page h1:first-of-type { 8 font-weight: 900; 9 text-transform: inherit; 10 line-height: 3.25rem; 11} 12article > aside .menu { 13 text-align: left; 14} 15article > aside .menu code { 16 border-left: 0.25em solid transparent; 17 border-right: 0.25em solid transparent; 18} 19h1 { 20 font-weight: inherit; 21 line-height: 3.25rem; 22} 23h2 { 24 text-transform: none; 25 font-weight: inherit; 26 line-height: 2.55rem; 27} 28h4 { 29 line-height: 1.9rem; 30 font-size: small; 31} 32dd { 33 margin-inline-start: 40px; 34} 35blockquote { 36 border-left: 4px solid #ccc; 37 background: #f9f9f9; 38 font-style: italic; 39 padding-left: 4em; 40 padding-right: 4em; 41 quotes: "\201C""\201D""\2018""\2019"; 42} 43figure figcaption { 44 margin-top: -2em; 45} 46figure figcaption h4 { 47 text-align: center; 48} 49code, pre { 50 text-align: left; 51} 52a code { 53 color: inherit; 54} 55a.api-reference { 56 font-family: monospace; 57} 58div.footnotes { 59 font-size: 85%; 60} 61article section.page pre .copy-to-clipboard { 62 background-color: #eee; 63} 64div.code-snippet { 65 position: relative; 66} 67div.code-snippet a.code-snippet-url { 68 font-size: small; 69 position: absolute; 70 right: 3em; 71 top: 0.7em; 72} 73 74/*nav#TableOfContents { 75 width: 30em; 76 float: right; 77 text-align: left; 78 font-size: inherit !important; 79} 80nav#TableOfContents > ul { 81 list-style: none; 82} 83nav#TableOfContents > ul > li > ul { 84 border-radius: 5px; 85 box-shadow: 0px 0px 10px #000000; 86 background-color: white; 87 padding-right: 1em; 88 list-style-type: lower-roman; 89} 90nav#TableOfContents > ul > li > ul > li { 91 line-height: normal; 92 margin-top: 0.25em; 93 margin-bottom: 0.25em; 94} 95nav#TableOfContents > ul > li > ul > li > a.highlight { 96 display: inline; 97} 98nav#TableOfContents > ul > li > ul > li > a.highlight code { 99 vertical-align: inherit; 100}*/ 101 102#navigation a { 103 color: blue; 104} 105 106.children p { 107 font-size: small; 108 margin-top: 0px; 109 margin-bottom: 0px; 110 padding-top: 0px; 111 padding-bottom: 0px; 112} 113.children-li p { 114 font-size: small; 115 font-style: italic; 116} 117ol.children li { 118 margin-top: 0.75em; 119} 120ol.children ol { 121 list-style-type: lower-alpha; 122} 123ol.children ol li { 124 margin-top: 0; 125} 126 127 128/* Background */ .chroma { background-color: #ffffff } 129/* Error */ .chroma .err { } 130/* LineTableTD */ .chroma .lntd { ; vertical-align: top; padding: 0; margin: 0; border: 0; } 131/* LineTable */ .chroma .lntable { ; border-spacing: 0; padding: 0; margin: 0; border: 0; width: 100%; overflow: auto; display: block; } 132/* LineHighlight */ .chroma .hl { background-color: #ffffcc; display: block; width: 100% } 133/* LineNumbersTable */ .chroma .lnt { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; display: block; } 134/* LineNumbers */ .chroma .ln { ; margin-right: 0.4em; padding: 0 0.4em 0 0.4em; } 135/* Keyword */ .chroma .k { color: #0000ff } 136/* KeywordConstant */ .chroma .kc { color: #0000ff } 137/* KeywordDeclaration */ .chroma .kd { color: #0000ff } 138/* KeywordNamespace */ .chroma .kn { color: #0000ff } 139/* KeywordPseudo */ .chroma .kp { color: #0000ff } 140/* KeywordReserved */ .chroma .kr { color: #0000ff } 141/* KeywordType */ .chroma .kt { color: #2b91af } 142/* NameClass */ .chroma .nc { color: #2b91af } 143/* LiteralString */ .chroma .s { color: #a31515 } 144/* LiteralStringAffix */ .chroma .sa { color: #a31515 } 145/* LiteralStringBacktick */ .chroma .sb { color: #a31515 } 146/* LiteralStringChar */ .chroma .sc { color: #a31515 } 147/* LiteralStringDelimiter */ .chroma .dl { color: #a31515 } 148/* LiteralStringDoc */ .chroma .sd { color: #a31515 } 149/* LiteralStringDouble */ .chroma .s2 { color: #a31515 } 150/* LiteralStringEscape */ .chroma .se { color: #a31515 } 151/* LiteralStringHeredoc */ .chroma .sh { color: #a31515 } 152/* LiteralStringInterpol */ .chroma .si { color: #a31515 } 153/* LiteralStringOther */ .chroma .sx { color: #a31515 } 154/* LiteralStringRegex */ .chroma .sr { color: #a31515 } 155/* LiteralStringSingle */ .chroma .s1 { color: #a31515 } 156/* LiteralStringSymbol */ .chroma .ss { color: #a31515 } 157/* OperatorWord */ .chroma .ow { color: #0000ff } 158/* Comment */ .chroma .c { color: #008000 } 159/* CommentHashbang */ .chroma .ch { color: #008000 } 160/* CommentMultiline */ .chroma .cm { color: #008000 } 161/* CommentSingle */ .chroma .c1 { color: #008000 } 162/* CommentSpecial */ .chroma .cs { color: #008000 } 163/* CommentPreproc */ .chroma .cp { color: #0000ff } 164/* CommentPreprocFile */ .chroma .cpf { color: #0000ff } 165/* GenericEmph */ .chroma .ge { font-style: italic } 166/* GenericHeading */ .chroma .gh { font-weight: bold } 167/* GenericPrompt */ .chroma .gp { font-weight: bold } 168/* GenericStrong */ .chroma .gs { font-weight: bold } 169/* GenericSubheading */ .chroma .gu { font-weight: bold } 170