local.css 4.5 KB

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