You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_asciidoctor.scss 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.0/css/font-awesome.css);
  2. *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  3. html, body { font-size: 100%; }
  4. body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; }
  5. a:hover { cursor: pointer; }
  6. a:focus { outline: none; }
  7. img, object, embed { max-width: 100%; height: auto; }
  8. object, embed { height: 100%; }
  9. img { -ms-interpolation-mode: bicubic; }
  10. #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
  11. .left { float: left !important; }
  12. .right { float: right !important; }
  13. .text-left { text-align: left !important; }
  14. .text-right { text-align: right !important; }
  15. .text-center { text-align: center !important; }
  16. .text-justify { text-align: justify !important; }
  17. .hide { display: none; }
  18. .antialiased, body { -webkit-font-smoothing: antialiased; }
  19. img { display: inline-block; vertical-align: middle; }
  20. textarea { height: auto; min-height: 50px; }
  21. select { width: 100%; }
  22. p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; }
  23. .subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
  24. /* Typography resets */
  25. div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
  26. /* Default Link Styles */
  27. a { color: #005498; text-decoration: underline; line-height: inherit; }
  28. a:hover, a:focus { color: #00467f; }
  29. a img { border: none; }
  30. /* Default paragraph styles */
  31. p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
  32. p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
  33. /* Default header styles */
  34. h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
  35. h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; }
  36. h1 { font-size: 2.125em; }
  37. h2 { font-size: 1.6875em; }
  38. h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
  39. h4 { font-size: 1.125em; }
  40. h5 { font-size: 1.125em; }
  41. h6 { font-size: 1em; }
  42. hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
  43. /* Helpful Typography Defaults */
  44. em, i { font-style: italic; line-height: inherit; }
  45. strong, b { font-weight: bold; line-height: inherit; }
  46. small { font-size: 60%; line-height: inherit; }
  47. code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #6d180b; }
  48. /* Lists */
  49. ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
  50. ul, ol { margin-left: 1.5em; }
  51. /* Unordered Lists */
  52. ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ }
  53. ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
  54. ul.square { list-style-type: square; }
  55. ul.circle { list-style-type: circle; }
  56. ul.disc { list-style-type: disc; }
  57. ul.no-bullet { list-style: none; }
  58. /* Ordered Lists */
  59. ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
  60. /* Definition Lists */
  61. dl dt { margin-bottom: 0.3125em; font-weight: bold; }
  62. dl dd { margin-bottom: 1.25em; }
  63. /* Abbreviations */
  64. abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }
  65. abbr { text-transform: none; }
  66. /* Blockquotes */
  67. blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
  68. blockquote cite { display: block; font-size: inherit; color: #555555; }
  69. blockquote cite:before { content: "\2014 \0020"; }
  70. blockquote cite a, blockquote cite a:visited { color: #555555; }
  71. blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; }
  72. /* Microformats */
  73. .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
  74. .vcard li { margin: 0; display: block; }
  75. .vcard .fn { font-weight: bold; font-size: 0.9375em; }
  76. .vevent .summary { font-weight: bold; }
  77. .vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
  78. @media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
  79. h1 { font-size: 2.75em; }
  80. h2 { font-size: 2.3125em; }
  81. h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
  82. h4 { font-size: 1.4375em; } }
  83. /* Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
  84. */
  85. .print-only { display: none !important; }
  86. @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  87. a, a:visited { text-decoration: underline; }
  88. a[href]:after { content: " (" attr(href) ")"; }
  89. abbr[title]:after { content: " (" attr(title) ")"; }
  90. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  91. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  92. thead { display: table-header-group; /* h5bp.com/t */ }
  93. tr, img { page-break-inside: avoid; }
  94. img { max-width: 100% !important; }
  95. @page { margin: 0.5cm; }
  96. p, h2, h3, #toctitle, .sidebarblock > .content > .title { orphans: 3; widows: 3; }
  97. h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; }
  98. .hide-on-print { display: none !important; }
  99. .print-only { display: block !important; }
  100. .hide-for-print { display: none !important; }
  101. .show-for-print { display: inherit !important; } }
  102. /* Tables */
  103. table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
  104. table thead, table tfoot { background: whitesmoke; font-weight: bold; }
  105. table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222222; text-align: left; }
  106. table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
  107. table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
  108. table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; }
  109. .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
  110. .clearfix:after, .float-group:after { clear: both; }
  111. *:not(pre) > code { font-size: 0.9375em; padding: 1px 3px 0; white-space: nowrap; background-color: #f2f2f2; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; }
  112. pre, pre > code { line-height: 1.4; color: inherit; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; }
  113. kbd.keyseq { color: #555555; }
  114. kbd:not(.keyseq) { display: inline-block; color: #222222; font-size: 0.75em; line-height: 1.4; background-color: #F7F7F7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
  115. kbd kbd:first-child { margin-left: 0; }
  116. kbd kbd:last-child { margin-right: 0; }
  117. .menuseq, .menu { color: #090909; }
  118. p a > code:hover { color: #561309; }
  119. #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }
  120. #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
  121. #header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
  122. #header { margin-bottom: 2.5em; }
  123. #header > h1 { color: black; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; }
  124. #header span { color: #6f6f6f; }
  125. #header #revnumber { text-transform: capitalize; }
  126. #header br { display: none; }
  127. #header br + span { padding-left: 3px; }
  128. #header br + span:before { content: "\2013 \0020"; }
  129. #header br + span.author { padding-left: 0; }
  130. #header br + span.author:before { content: ", "; }
  131. #toc { border-bottom: 3px double #ebebeb; padding-bottom: 1.25em; }
  132. #toc > ul { margin-left: 0.25em; }
  133. #toc ul.sectlevel0 > li > a { font-style: italic; }
  134. #toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
  135. #toc ul { list-style-type: none; }
  136. #toctitle { color: #7a2518; }
  137. @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; }
  138. #toc.toc2 { position: fixed; width: 20em; left: 0; top: 0; border-right: 1px solid #ebebeb; border-bottom: 0; z-index: 1000; padding: 1em; height: 100%; overflow: auto; }
  139. #toc.toc2 #toctitle { margin-top: 0; }
  140. #toc.toc2 > ul { font-size: .95em; }
  141. #toc.toc2 ul ul { margin-left: 0; padding-left: 1.25em; }
  142. #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
  143. body.toc2.toc-right { padding-left: 0; padding-right: 20em; }
  144. body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #ebebeb; left: auto; right: 0; } }
  145. #content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; }
  146. #content #toc > :first-child { margin-top: 0; }
  147. #content #toc > :last-child { margin-bottom: 0; }
  148. #content #toc a { text-decoration: none; }
  149. #content #toctitle { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1em; padding-left: 0.125em; }
  150. #footer { max-width: 100%; background-color: #222222; padding: 1.25em; }
  151. #footer-text { color: #dddddd; line-height: 1.44; }
  152. .sect1 { padding-bottom: 1.25em; }
  153. .sect1 + .sect1 { border-top: 3px double #ebebeb; }
  154. #content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
  155. #content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: '\00A7'; font-size: .85em; vertical-align: text-top; display: block; margin-top: 0.05em; }
  156. #content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; }
  157. #content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; }
  158. #content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; }
  159. .imageblock, .literalblock, .listingblock, .verseblock, .videoblock { margin-bottom: 1.25em; }
  160. .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
  161. .tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
  162. table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
  163. .admonitionblock > table { border: 0; background: none; width: 100%; }
  164. .admonitionblock > table td.icon { text-align: center; width: 80px; }
  165. .admonitionblock > table td.icon img { max-width: none; }
  166. .admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
  167. .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; }
  168. .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
  169. .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; }
  170. .exampleblock > .content > :first-child { margin-top: 0; }
  171. .exampleblock > .content > :last-child { margin-bottom: 0; }
  172. .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }
  173. .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }
  174. .exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }
  175. .exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #d9d9d9; box-shadow: 0 1px 8px #d9d9d9; }
  176. .sidebarblock { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 4px; border-radius: 4px; }
  177. .sidebarblock > :first-child { margin-top: 0; }
  178. .sidebarblock > :last-child { margin-bottom: 0; }
  179. .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }
  180. .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }
  181. .sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }
  182. .sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
  183. .exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }
  184. .literalblock > .content pre, .listingblock > .content pre { background: none; border-width: 1px 0; border-style: dotted; border-color: #bfbfbf; -webkit-border-radius: 4px; border-radius: 4px; padding: 0.75em 0.75em 0.5em 0.75em; word-wrap: break-word; }
  185. .literalblock > .content pre.nowrap, .listingblock > .content pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
  186. .literalblock > .content pre > code, .listingblock > .content pre > code { display: block; }
  187. @media only screen { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.8em; } }
  188. @media only screen and (min-width: 768px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.9em; } }
  189. @media only screen and (min-width: 1280px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 1em; } }
  190. .listingblock > .content { position: relative; }
  191. .listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }
  192. .listingblock:hover code.asciidoc:before { content: "asciidoc"; }
  193. .listingblock:hover code.clojure:before { content: "clojure"; }
  194. .listingblock:hover code.css:before { content: "css"; }
  195. .listingblock:hover code.groovy:before { content: "groovy"; }
  196. .listingblock:hover code.html:before { content: "html"; }
  197. .listingblock:hover code.java:before { content: "java"; }
  198. .listingblock:hover code.javascript:before { content: "javascript"; }
  199. .listingblock:hover code.python:before { content: "python"; }
  200. .listingblock:hover code.ruby:before { content: "ruby"; }
  201. .listingblock:hover code.scss:before { content: "scss"; }
  202. .listingblock:hover code.xml:before { content: "xml"; }
  203. .listingblock:hover code.yaml:before { content: "yaml"; }
  204. .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
  205. .listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }
  206. table.pyhltable { border: 0; margin-bottom: 0; }
  207. table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }
  208. table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
  209. .highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #dddddd; }
  210. .highlight.pygments .lineno { display: inline-block; margin-right: .25em; }
  211. table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }
  212. .quoteblock { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
  213. .quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.5625em 0; border: 0; }
  214. .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
  215. .quoteblock .attribution { margin-top: -.25em; padding-bottom: 0.5625em; font-size: inherit; color: #555555; }
  216. .quoteblock .attribution br { display: none; }
  217. .quoteblock .attribution cite { display: block; margin-bottom: 0.625em; }
  218. table thead th, table tfoot th { font-weight: bold; }
  219. table.tableblock.grid-all { border-collapse: separate; border-spacing: 1px; -webkit-border-radius: 4px; border-radius: 4px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
  220. table.tableblock.frame-topbot, table.tableblock.frame-none { border-left: 0; border-right: 0; }
  221. table.tableblock.frame-sides, table.tableblock.frame-none { border-top: 0; border-bottom: 0; }
  222. table.tableblock td .paragraph:last-child p, table.tableblock td > p:last-child { margin-bottom: 0; }
  223. th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
  224. th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
  225. th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
  226. th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
  227. th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
  228. th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
  229. p.tableblock.header { color: #222222; font-weight: bold; }
  230. td > div.verse { white-space: pre; }
  231. ol { margin-left: 1.75em; }
  232. ul li ol { margin-left: 1.5em; }
  233. dl dd { margin-left: 1.125em; }
  234. dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
  235. ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
  236. ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }
  237. ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }
  238. ul.checklist li > p:first-child > i[class^="icon-check"]:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
  239. ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }
  240. ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
  241. ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }
  242. ul.inline > li > * { display: block; }
  243. .unstyled dl dt { font-weight: normal; font-style: normal; }
  244. ol.arabic { list-style-type: decimal; }
  245. ol.decimal { list-style-type: decimal-leading-zero; }
  246. ol.loweralpha { list-style-type: lower-alpha; }
  247. ol.upperalpha { list-style-type: upper-alpha; }
  248. ol.lowerroman { list-style-type: lower-roman; }
  249. ol.upperroman { list-style-type: upper-roman; }
  250. ol.lowergreek { list-style-type: lower-greek; }
  251. .hdlist > table, .colist > table { border: 0; background: none; }
  252. .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
  253. td.hdlist1 { padding-right: .8em; font-weight: bold; }
  254. td.hdlist1, td.hdlist2 { vertical-align: top; }
  255. .literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
  256. .colist > table tr > td:first-of-type { padding: 0 .8em; line-height: 1; }
  257. .colist > table tr > td:last-of-type { padding: 0.25em 0; }
  258. .qanda > ol > li > p > em:only-child { color: #00467f; }
  259. .thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }
  260. .imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }
  261. .imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }
  262. .imageblock > .title { margin-bottom: 0; }
  263. .imageblock.thumb, .imageblock.th { border-width: 6px; }
  264. .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
  265. .image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
  266. .image.left { margin-right: 0.625em; }
  267. .image.right { margin-left: 0.625em; }
  268. a.image { text-decoration: none; }
  269. span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }
  270. span.footnote a, span.footnoteref a { text-decoration: none; }
  271. #footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
  272. #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }
  273. #footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }
  274. #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }
  275. #footnotes .footnote:last-of-type { margin-bottom: 0; }
  276. #content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
  277. .gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }
  278. .gist .file-data > table td.line-data { width: 99%; }
  279. div.unbreakable { page-break-inside: avoid; }
  280. .big { font-size: larger; }
  281. .small { font-size: smaller; }
  282. .underline { text-decoration: underline; }
  283. .overline { text-decoration: overline; }
  284. .line-through { text-decoration: line-through; }
  285. .aqua { color: #00bfbf; }
  286. .aqua-background { background-color: #00fafa; }
  287. .black { color: black; }
  288. .black-background { background-color: black; }
  289. .blue { color: #0000bf; }
  290. .blue-background { background-color: #0000fa; }
  291. .fuchsia { color: #bf00bf; }
  292. .fuchsia-background { background-color: #fa00fa; }
  293. .gray { color: #606060; }
  294. .gray-background { background-color: #7d7d7d; }
  295. .green { color: #006000; }
  296. .green-background { background-color: #007d00; }
  297. .lime { color: #00bf00; }
  298. .lime-background { background-color: #00fa00; }
  299. .maroon { color: #600000; }
  300. .maroon-background { background-color: #7d0000; }
  301. .navy { color: #000060; }
  302. .navy-background { background-color: #00007d; }
  303. .olive { color: #606000; }
  304. .olive-background { background-color: #7d7d00; }
  305. .purple { color: #600060; }
  306. .purple-background { background-color: #7d007d; }
  307. .red { color: #bf0000; }
  308. .red-background { background-color: #fa0000; }
  309. .silver { color: #909090; }
  310. .silver-background { background-color: #bcbcbc; }
  311. .teal { color: #006060; }
  312. .teal-background { background-color: #007d7d; }
  313. .white { color: #bfbfbf; }
  314. .white-background { background-color: #fafafa; }
  315. .yellow { color: #bfbf00; }
  316. .yellow-background { background-color: #fafa00; }
  317. span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
  318. .admonitionblock td.icon [class^="icon-"]:before { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
  319. .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #005498; color: #003f72; }
  320. .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
  321. .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
  322. .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
  323. .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
  324. .conum { display: inline-block; color: white !important; background-color: #222222; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; font-weight: bold; line-height: 20px; font-family: Arial, sans-serif; font-style: normal; position: relative; top: -2px; letter-spacing: -1px; }
  325. .conum * { color: white !important; }
  326. .conum + b { display: none; }
  327. .conum:after { content: attr(data-value); }
  328. .conum:not([data-value]):empty { display: none; }
  329. .literalblock > .content > pre, .listingblock > .content > pre { -webkit-border-radius: 0; border-radius: 0; }
  330. /* Asciidoctor style for highlight.js */
  331. /*pre code {
  332. display: block; padding: 0.5em;
  333. color: #333;
  334. background: #f8f8ff
  335. }*/
  336. pre .comment,
  337. pre .template_comment,
  338. pre .diff .header,
  339. pre .javadoc {
  340. color: #998;
  341. font-style: italic
  342. }
  343. pre .keyword,
  344. pre .css .rule .keyword,
  345. pre .winutils,
  346. pre .javascript .title,
  347. pre .nginx .title,
  348. pre .subst,
  349. pre .request,
  350. pre .status {
  351. color: #990073;
  352. }
  353. pre .number,
  354. pre .hexcolor,
  355. pre .ruby .constant {
  356. color: #080;
  357. }
  358. pre .string,
  359. pre .tag .value,
  360. pre .phpdoc,
  361. pre .tex .formula {
  362. color: #d32323;
  363. }
  364. pre .title,
  365. pre .id {
  366. color: #900;
  367. font-weight: bold
  368. }
  369. pre .javascript .title,
  370. pre .lisp .title,
  371. pre .clojure .title,
  372. pre .subst {
  373. font-weight: normal
  374. }
  375. pre .class .title,
  376. pre .haskell .type,
  377. pre .vhdl .literal,
  378. pre .tex .command {
  379. color: #458;
  380. font-weight: bold
  381. }
  382. pre .tag,
  383. pre .tag .title,
  384. pre .rules .property,
  385. pre .django .tag .keyword {
  386. color: #099;
  387. font-weight: normal
  388. }
  389. pre .attribute,
  390. pre .variable,
  391. pre .lisp .body {
  392. color: #080;
  393. }
  394. pre .regexp {
  395. color: #009926
  396. }
  397. pre .class {
  398. color: #458;
  399. font-weight: bold
  400. }
  401. pre .symbol,
  402. pre .ruby .symbol .string,
  403. pre .lisp .keyword,
  404. pre .tex .special,
  405. pre .prompt {
  406. color: #990073
  407. }
  408. pre .built_in,
  409. pre .lisp .title,
  410. pre .clojure .built_in {
  411. color: #0086b3
  412. }
  413. pre .preprocessor,
  414. pre .pi,
  415. pre .doctype,
  416. pre .shebang,
  417. pre .cdata {
  418. color: #999;
  419. font-weight: bold
  420. }
  421. pre .deletion {
  422. background: #fdd
  423. }
  424. pre .addition {
  425. background: #dfd
  426. }
  427. pre .diff .change {
  428. background: #0086b3
  429. }
  430. pre .chunk {
  431. color: #aaa
  432. }
  433. pre .asciidoc .header {
  434. color: #800;
  435. }
  436. pre .asciidoc .blockquote {
  437. color: #888;
  438. }
  439. pre .asciidoc .bullet,
  440. pre .asciidoc .link_url {
  441. color: #080;
  442. }
  443. pre .asciidoc .link_url {
  444. text-decoration: underline;
  445. }
  446. pre .asciidoc .link_label,
  447. pre .asciidoc .attribute {
  448. color: #099;
  449. }
  450. pre .asciidoc .label,
  451. pre .asciidoc .strong {
  452. font-weight: bold;
  453. }
  454. pre .asciidoc .emphasis {
  455. font-style: italic;
  456. }
  457. pre .asciidoc .code {
  458. color: #d14;
  459. }