jekyll-docs 3.9.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (225) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll-docs.rb +3 -3
  3. data/site/404.html +10 -7
  4. data/site/css/screen.css +3 -1
  5. data/site/css/screen.css.map +28 -0
  6. data/site/docs/assets/index.html +412 -453
  7. data/site/docs/code_of_conduct/index.html +447 -501
  8. data/site/docs/collections/index.html +487 -674
  9. data/site/docs/community/bug/index.html +603 -0
  10. data/site/docs/community/index.html +635 -0
  11. data/site/docs/conduct/index.html +447 -515
  12. data/site/docs/configuration/default/index.html +682 -0
  13. data/site/docs/configuration/environments/index.html +641 -0
  14. data/site/docs/configuration/front-matter-defaults/index.html +738 -0
  15. data/site/docs/configuration/incremental-regeneration/index.html +631 -0
  16. data/site/docs/configuration/index.html +405 -1230
  17. data/site/docs/configuration/liquid/index.html +616 -0
  18. data/site/docs/configuration/markdown/index.html +766 -0
  19. data/site/docs/configuration/options/index.html +1011 -0
  20. data/site/docs/configuration/webrick/index.html +615 -0
  21. data/site/docs/continuous-integration/buddyworks/index.html +393 -479
  22. data/site/docs/continuous-integration/circleci/index.html +465 -481
  23. data/site/docs/continuous-integration/travis-ci/index.html +450 -507
  24. data/site/docs/contributing/index.html +425 -514
  25. data/site/docs/datafiles/index.html +411 -453
  26. data/site/docs/deployment-methods/index.html +9 -871
  27. data/site/docs/deployment/automated/index.html +663 -0
  28. data/site/docs/deployment/index.html +607 -0
  29. data/site/docs/deployment/manual/index.html +631 -0
  30. data/site/docs/deployment/third-party/index.html +639 -0
  31. data/site/docs/drafts/index.html +9 -634
  32. data/site/docs/extras/index.html +9 -687
  33. data/site/docs/front-matter/index.html +799 -0
  34. data/site/docs/frontmatter/index.html +9 -819
  35. data/site/docs/github-pages/index.html +407 -475
  36. data/site/docs/history/index.html +1370 -1154
  37. data/site/docs/home/index.html +9 -627
  38. data/site/docs/includes/index.html +425 -501
  39. data/site/docs/index.html +630 -9
  40. data/site/docs/installation/index.html +403 -540
  41. data/site/docs/installation/macos/index.html +716 -0
  42. data/site/docs/installation/other-linux/index.html +613 -0
  43. data/site/docs/installation/ubuntu/index.html +623 -0
  44. data/site/docs/installation/windows/index.html +733 -0
  45. data/site/docs/layouts/index.html +726 -0
  46. data/site/docs/liquid/filters/index.html +1169 -0
  47. data/site/docs/liquid/index.html +615 -0
  48. data/site/docs/liquid/tags/index.html +728 -0
  49. data/site/docs/maintaining/affinity-team-captain/index.html +395 -479
  50. data/site/docs/maintaining/avoiding-burnout/index.html +391 -475
  51. data/site/docs/maintaining/becoming-a-maintainer/index.html +391 -475
  52. data/site/docs/maintaining/index.html +391 -486
  53. data/site/docs/maintaining/merging-a-pull-request/index.html +406 -490
  54. data/site/docs/maintaining/releasing-a-new-version/index.html +409 -485
  55. data/site/docs/maintaining/reviewing-a-pull-request/index.html +392 -476
  56. data/site/docs/maintaining/special-labels/index.html +397 -481
  57. data/site/docs/maintaining/triaging-an-issue/index.html +394 -478
  58. data/site/docs/markdown-101/index.html +601 -0
  59. data/site/docs/migrations/index.html +396 -440
  60. data/site/docs/pages/index.html +408 -482
  61. data/site/docs/pagination/index.html +450 -509
  62. data/site/docs/permalinks/index.html +552 -587
  63. data/site/docs/plugins/commands/index.html +656 -0
  64. data/site/docs/plugins/converters/index.html +685 -0
  65. data/site/docs/plugins/filters/index.html +624 -0
  66. data/site/docs/plugins/generators/index.html +697 -0
  67. data/site/docs/plugins/hooks/index.html +838 -0
  68. data/site/docs/plugins/index.html +415 -1565
  69. data/site/docs/plugins/installation/index.html +681 -0
  70. data/site/docs/plugins/tags/index.html +699 -0
  71. data/site/docs/plugins/your-first-plugin/index.html +741 -0
  72. data/site/docs/posts/index.html +491 -627
  73. data/site/docs/quickstart/index.html +9 -645
  74. data/site/docs/resources/index.html +9 -761
  75. data/site/docs/ruby-101/index.html +640 -0
  76. data/site/docs/sites/index.html +9 -696
  77. data/site/docs/static-files/index.html +401 -433
  78. data/site/docs/step-by-step/01-setup/index.html +771 -0
  79. data/site/docs/step-by-step/02-liquid/index.html +756 -0
  80. data/site/docs/step-by-step/03-front-matter/index.html +730 -0
  81. data/site/docs/step-by-step/04-layouts/index.html +770 -0
  82. data/site/docs/step-by-step/05-includes/index.html +768 -0
  83. data/site/docs/step-by-step/06-data-files/index.html +738 -0
  84. data/site/docs/step-by-step/07-assets/index.html +773 -0
  85. data/site/docs/step-by-step/08-blogging/index.html +835 -0
  86. data/site/docs/step-by-step/09-collections/index.html +932 -0
  87. data/site/docs/step-by-step/10-deployment/index.html +842 -0
  88. data/site/docs/structure/index.html +411 -430
  89. data/site/docs/support/index.html +392 -476
  90. data/site/docs/templates/index.html +9 -1232
  91. data/site/docs/themes/index.html +487 -521
  92. data/site/docs/troubleshooting/index.html +443 -520
  93. data/site/docs/upgrading/0-to-2/index.html +437 -523
  94. data/site/docs/upgrading/2-to-3/index.html +422 -507
  95. data/site/docs/upgrading/3-to-4/index.html +765 -0
  96. data/site/docs/upgrading/index.html +395 -478
  97. data/site/docs/usage/index.html +409 -506
  98. data/site/docs/variables/index.html +504 -652
  99. data/site/docs/windows/index.html +9 -784
  100. data/site/feed.xml +269 -188
  101. data/site/feed/release.xml +324 -0
  102. data/site/fonts/lato-v14-latin-300.woff +0 -0
  103. data/site/fonts/lato-v14-latin-300.woff2 +0 -0
  104. data/site/fonts/lato-v14-latin-300italic.woff +0 -0
  105. data/site/fonts/lato-v14-latin-300italic.woff2 +0 -0
  106. data/site/fonts/lato-v14-latin-700.woff +0 -0
  107. data/site/fonts/lato-v14-latin-700.woff2 +0 -0
  108. data/site/fonts/lato-v14-latin-700italic.woff +0 -0
  109. data/site/fonts/lato-v14-latin-700italic.woff2 +0 -0
  110. data/site/fonts/lato-v14-latin-900.woff +0 -0
  111. data/site/fonts/lato-v14-latin-900.woff2 +0 -0
  112. data/site/fonts/lato-v14-latin-900italic.woff +0 -0
  113. data/site/fonts/lato-v14-latin-900italic.woff2 +0 -0
  114. data/site/fonts/lato-v14-latin-italic.woff +0 -0
  115. data/site/fonts/lato-v14-latin-italic.woff2 +0 -0
  116. data/site/fonts/lato-v14-latin-regular.woff +0 -0
  117. data/site/fonts/lato-v14-latin-regular.woff2 +0 -0
  118. data/site/help/index.html +9 -247
  119. data/site/img/forestry-logo.svg +19 -0
  120. data/site/img/jekyll-og.png +0 -0
  121. data/site/img/spacer.gif +0 -0
  122. data/site/index.html +56 -29
  123. data/site/jekyllconf/index.html +62 -35
  124. data/site/latest_version.txt +1 -1
  125. data/site/news/2013/05/05/jekyll-1-0-0-released/index.html +180 -115
  126. data/site/news/2013/05/08/jekyll-1-0-1-released/index.html +182 -117
  127. data/site/news/2013/05/12/jekyll-1-0-2-released/index.html +183 -118
  128. data/site/news/2013/06/07/jekyll-1-0-3-released/index.html +184 -119
  129. data/site/news/2013/07/14/jekyll-1-1-0-released/index.html +183 -118
  130. data/site/news/2013/07/24/jekyll-1-1-1-released/index.html +180 -115
  131. data/site/news/2013/07/25/jekyll-1-0-4-released/index.html +182 -117
  132. data/site/news/2013/07/25/jekyll-1-1-2-released/index.html +182 -117
  133. data/site/news/2013/09/06/jekyll-1-2-0-released/index.html +185 -120
  134. data/site/news/2013/09/14/jekyll-1-2-1-released/index.html +183 -118
  135. data/site/news/2013/10/28/jekyll-1-3-0-rc1-released/index.html +180 -115
  136. data/site/news/2013/11/04/jekyll-1-3-0-released/index.html +189 -124
  137. data/site/news/2013/11/26/jekyll-1-3-1-released/index.html +181 -116
  138. data/site/news/2013/12/07/jekyll-1-4-0-released/index.html +181 -116
  139. data/site/news/2013/12/09/jekyll-1-4-1-released/index.html +180 -115
  140. data/site/news/2013/12/16/jekyll-1-4-2-released/index.html +182 -117
  141. data/site/news/2014/01/13/jekyll-1-4-3-released/index.html +181 -116
  142. data/site/news/2014/03/24/jekyll-1-5-0-released/index.html +181 -116
  143. data/site/news/2014/03/27/jekyll-1-5-1-released/index.html +181 -116
  144. data/site/news/2014/05/06/jekyll-turns-2-0-0/index.html +184 -119
  145. data/site/news/2014/05/08/jekyll-2-0-3-released/index.html +180 -115
  146. data/site/news/2014/06/04/jekyll-stickers-1-dollar-stickermule/index.html +181 -116
  147. data/site/news/2014/06/28/jekyll-turns-21-i-mean-2-1-0/index.html +185 -120
  148. data/site/news/2014/07/01/jekyll-2-1-1-released/index.html +182 -117
  149. data/site/news/2014/07/29/jekyll-2-2-0-released/index.html +181 -116
  150. data/site/news/2014/08/10/jekyll-2-3-0-released/index.html +189 -124
  151. data/site/news/2014/09/09/jekyll-2-4-0-released/index.html +187 -122
  152. data/site/news/2014/11/05/jekylls-midlife-crisis-jekyll-turns-2-5-0/index.html +188 -123
  153. data/site/news/2014/11/09/jekyll-2-5-1-released/index.html +180 -115
  154. data/site/news/2014/11/12/jekyll-2-5-2-released/index.html +182 -117
  155. data/site/news/2014/12/17/alfredxing-welcome-to-jekyll-core/index.html +179 -114
  156. data/site/news/2014/12/22/jekyll-2-5-3-released/index.html +180 -115
  157. data/site/news/2015/01/20/jekyll-meet-and-greet/index.html +179 -114
  158. data/site/news/2015/01/24/jekyll-3-0-0-beta1-released/index.html +180 -115
  159. data/site/news/2015/02/26/introducing-jekyll-talk/index.html +180 -115
  160. data/site/news/2015/10/26/jekyll-3-0-released/index.html +185 -120
  161. data/site/news/2015/11/17/jekyll-3-0-1-released/index.html +184 -119
  162. data/site/news/2016/01/20/jekyll-3-0-2-released/index.html +182 -117
  163. data/site/news/2016/01/24/jekyll-3-1-0-released/index.html +186 -121
  164. data/site/news/2016/01/28/jekyll-3-1-1-released/index.html +183 -118
  165. data/site/news/2016/02/08/jekyll-3-0-3-released/index.html +181 -116
  166. data/site/news/2016/02/19/jekyll-3-1-2-released/index.html +182 -117
  167. data/site/news/2016/03/10/making-it-easier-to-contribute-to-jekyll/index.html +179 -114
  168. data/site/news/2016/04/19/jekyll-3-0-4-released/index.html +181 -116
  169. data/site/news/2016/04/19/jekyll-3-1-3-released/index.html +181 -116
  170. data/site/news/2016/04/26/jekyll-3-0-5-released/index.html +180 -115
  171. data/site/news/2016/05/18/jekyll-3-1-4-released/index.html +186 -121
  172. data/site/news/2016/05/18/jekyll-3-1-5-released/index.html +181 -116
  173. data/site/news/2016/05/19/jekyll-3-1-6-released/index.html +181 -116
  174. data/site/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/index.html +179 -114
  175. data/site/news/2016/07/26/jekyll-3-2-0-released/index.html +184 -119
  176. data/site/news/2016/08/02/jekyll-3-2-1-released/index.html +180 -115
  177. data/site/news/2016/08/24/jekyll-admin-initial-release/index.html +179 -114
  178. data/site/news/2016/10/06/jekyll-3-3-is-here/index.html +207 -142
  179. data/site/news/2016/11/14/jekyll-3-3-1-released/index.html +181 -116
  180. data/site/news/2017/01/18/jekyll-3-4-0-released/index.html +183 -118
  181. data/site/news/2017/03/02/jekyll-3-4-1-released/index.html +181 -116
  182. data/site/news/2017/03/09/jekyll-3-4-2-released/index.html +189 -124
  183. data/site/news/2017/03/21/jekyll-3-4-3-released/index.html +190 -125
  184. data/site/news/2017/06/15/jekyll-3-5-0-released/index.html +187 -122
  185. data/site/news/2017/07/17/jekyll-3-5-1-released/index.html +182 -117
  186. data/site/news/2017/08/12/jekyll-3-5-2-released/index.html +185 -120
  187. data/site/news/2017/09/21/jekyll-3-6-0-released/index.html +181 -116
  188. data/site/news/2017/10/19/diversity-open-source/index.html +181 -116
  189. data/site/news/2017/10/21/jekyll-3-6-2-released/index.html +183 -118
  190. data/site/news/2018/01/02/jekyll-3-7-0-released/index.html +184 -119
  191. data/site/news/2018/01/25/jekyll-3-7-2-released/index.html +189 -124
  192. data/site/news/2018/02/19/meet-jekyll-s-new-lead-developer/index.html +180 -115
  193. data/site/news/2018/02/24/jekyll-3-7-3-released/index.html +185 -120
  194. data/site/news/2018/04/19/development-update/index.html +699 -0
  195. data/site/news/2018/04/19/jekyll-3-8-0-released/index.html +715 -0
  196. data/site/news/2018/05/01/jekyll-3-8-1-released/index.html +182 -117
  197. data/site/news/2018/05/19/jekyll-3-8-2-released/index.html +181 -116
  198. data/site/news/2018/06/05/jekyll-3-8-3-released/index.html +183 -118
  199. data/site/news/2018/08/01/jekyll-sponsoring/index.html +748 -0
  200. data/site/news/2018/09/19/security-fixes-for-3-6-3-7-3-8/index.html +692 -0
  201. data/site/news/2018/11/04/jekyll-3-8-5-released/index.html +682 -0
  202. data/site/news/2019/03/18/jekyll-4-0-0-pre-alpha1-released/index.html +710 -0
  203. data/site/news/2019/07/02/jekyll-3-8-6-released/index.html +180 -115
  204. data/site/news/2019/07/20/jekyll-4-0-0-pre-beta1-released/index.html +11 -0
  205. data/site/news/2019/08/04/jekyll-4-0-0-pre-beta1-released/index.html +708 -0
  206. data/site/news/2019/08/20/jekyll-4-0-0-released/index.html +809 -0
  207. data/site/news/index.html +976 -326
  208. data/site/news/releases/index.html +820 -321
  209. data/site/{philosophy.html → philosophy/index.html} +1 -1
  210. data/site/redirects.json +1 -1
  211. data/site/resources/index.html +332 -0
  212. data/site/showcase/index.html +844 -0
  213. data/site/sitemap.xml +256 -81
  214. data/site/team/index.html +63 -77
  215. data/site/tutorials/cache-api/index.html +418 -0
  216. data/site/tutorials/convert-site-to-jekyll/index.html +155 -124
  217. data/site/tutorials/custom-404-page/index.html +76 -43
  218. data/site/tutorials/home/index.html +64 -37
  219. data/site/tutorials/navigation/index.html +186 -103
  220. data/site/tutorials/orderofinterpretation/index.html +80 -53
  221. data/site/tutorials/using-jekyll-with-bundler/index.html +80 -51
  222. data/site/tutorials/video-walkthroughs/index.html +62 -35
  223. metadata +102 -13
  224. data/site/community/index.html +0 -11
  225. data/site/docs/continuous-integration/index.html +0 -681
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6096e03721a7c018cb1c286600bfbf8d2cc98e44765b0824bedd367f15d74b15
4
- data.tar.gz: a3ce5932b9c350082fd17ef74efe0a5c02aed08056281b1dae9a917c408a6768
3
+ metadata.gz: cff39727d4ecdf41ee53533915a0fb91259ba61c8792f679f6ed5c3a01500566
4
+ data.tar.gz: 4df3813b77e368de4a38fb620e97749cc7b284c379de515e4864ed36f3cb41ff
5
5
  SHA512:
6
- metadata.gz: 9edb0379a1a674704cdb1c8f52d64cae26ec6879eb8aec644f8f35c86b1e90dc97b964b8c31174b142da73520d8ef09d071a07d55a56c5b1cb60142a733d702a
7
- data.tar.gz: bfebaa7e1f792fc8b160348c2928cbe53e88727dab691cdd85a8e9e55c06591224b930b9b3ef5c5ba51b2e6bfd01ff3eb85b0e918776695d28692aba09adc43d
6
+ metadata.gz: db750593d83cfbec3c16f825db806ae272a245c9786d37969610a056e55d750a63722c3b5b18f4e1269788c70b0fc432f3cf85e8dc47ef7046c4ae18b5396e0a
7
+ data.tar.gz: 7d4207ab2c6bcde35159a1c599015c4077002a8093465d5ad1e1c3f02c5d391cb4c753e58ecbde0d198dfe77fd69afe93962752c22424013b10b7c643f428598
@@ -20,12 +20,12 @@ module JekyllDocs
20
20
  end
21
21
 
22
22
  def process(opts)
23
- options = opts.merge({
23
+ options = opts.merge(
24
24
  "serving" => true,
25
25
  "watch" => false,
26
26
  "destination" => File.expand_path("../site", __dir__),
27
- "skip_initial_build" => true,
28
- })
27
+ "skip_initial_build" => true
28
+ )
29
29
  Jekyll::Commands::Serve.process(options)
30
30
  end
31
31
  end
@@ -3,17 +3,18 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <meta name="generator" content="Jekyll v3.9.0">
6
+ <meta name="generator" content="Jekyll v4.0.0">
7
7
  <link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites" />
8
+ <link type="application/atom+xml" rel="alternate" href="/feed/release.xml" title="Jekyll releases posts" />
8
9
  <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom">
9
- <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
10
+ <link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin />
11
+ <link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin />
12
+ <link rel="preload" href="/css/screen.css" as="style">
12
13
  <link rel="stylesheet" href="/css/screen.css">
13
14
  <link rel="icon" type="image/x-icon" href="/favicon.ico">
14
15
  <!-- Begin Jekyll SEO tag v2.6.1 -->
15
16
  <title>Jekyll • Simple, blog-aware, static sites | Transform your plain text into static websites and blogs</title>
16
- <meta name="generator" content="Jekyll v3.9.0" />
17
+ <meta name="generator" content="Jekyll v4.0.0" />
17
18
  <meta property="og:title" content="Jekyll • Simple, blog-aware, static sites" />
18
19
  <meta property="og:locale" content="en_US" />
19
20
  <meta name="description" content="Transform your plain text into static websites and blogs" />
@@ -21,12 +22,14 @@
21
22
  <link rel="canonical" href="https://jekyllrb.com/404.html" />
22
23
  <meta property="og:url" content="https://jekyllrb.com/404.html" />
23
24
  <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
24
- <meta name="twitter:card" content="summary" />
25
+ <meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
26
+ <meta name="twitter:card" content="summary_large_image" />
27
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
25
28
  <meta property="twitter:title" content="Jekyll • Simple, blog-aware, static sites" />
26
29
  <meta name="twitter:site" content="@jekyllrb" />
27
30
  <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
28
31
  <script type="application/ld+json">
29
- {"url":"https://jekyllrb.com/404.html","headline":"Jekyll • Simple, blog-aware, static sites","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"Transform your plain text into static websites and blogs","@type":"WebPage","@context":"https://schema.org"}</script>
32
+ {"description":"Transform your plain text into static websites and blogs","@type":"WebPage","headline":"Jekyll • Simple, blog-aware, static sites","url":"https://jekyllrb.com/404.html","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"@context":"https://schema.org"}</script>
30
33
  <!-- End Jekyll SEO tag -->
31
34
 
32
35
  <!--[if lt IE 9]>
@@ -1 +1,3 @@
1
- /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.grid,.unit{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid{display:block;clear:both}.grid .unit{float:left;width:100%;padding:10px}.grid .unit:first-child{padding-left:20px}.grid .unit:last-child{padding-right:20px}.unit .unit:first-child{padding-left:0}.unit .unit:last-child{padding-right:0}.unit .grid:first-child>.unit{padding-top:0}.unit .grid:last-child>.unit{padding-bottom:0}.no-gutters .unit,.unit.no-gutters{padding:0 !important}.wrap .grid,.grid.wrap{max-width:978px;margin:0 auto}.grid .whole,.grid .w-1-1{width:100%}.grid .half,.grid .w-1-2{width:50%}.grid .one-third,.grid .w-1-3{width:33.3332%}.grid .two-thirds,.grid .w-2-3{width:66.6665%}.grid .one-quarter,.grid .one-fourth,.grid .w-1-4{width:25%}.grid .three-quarters,.grid .three-fourths,.grid .w-3-4{width:75%}.grid .one-fifth,.grid .w-1-5{width:20%}.grid .two-fifths,.grid .w-2-5{width:40%}.grid .three-fifths,.grid .w-3-5{width:60%}.grid .four-fifths,.grid .w-4-5{width:80%}.grid .golden-small,.grid .w-g-s{width:38.2716%}.grid .golden-large,.grid .w-g-l{width:61.7283%}.grid{*zoom:1}.grid:before,.grid:after{display:table;content:"";line-height:0}.grid:after{clear:both}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.pull-left{float:left}.pull-right{float:right}.unit img{max-width:100%;height:auto}@media screen and (max-width: 568px){.grid:not(.no-stacking-on-mobiles)>.unit{width:100% !important;padding-left:20px;padding-right:20px}.unit .grid .unit{padding-left:0px;padding-right:0px}.center-on-mobiles{text-align:center !important}.hide-on-mobiles{display:none !important}}@media screen and (min-width: 1180px){.wider .grid,.grid.wider{max-width:1180px;margin:0 auto}}.highlight .hll{background-color:#ffc}.highlight .c{color:#999;font-style:italic}.highlight .err{color:#ffffff}.highlight .g{color:#ffffff}.highlight .k{color:#f0e68c}.highlight .l{color:#ffffff}.highlight .n{color:#ffffff}.highlight .o{color:#ffffff}.highlight .x{color:#ffffff}.highlight .p{color:#98b9ef}.highlight .cm{color:#87ceeb}.highlight .cp{color:#cd5c5c}.highlight .c1{color:#87ceeb}.highlight .cs{color:#87ceeb}.highlight .gd{color:#ce342c}.highlight .ge{color:#c000c0;text-decoration:underline}.highlight .gr{color:#c0c0c0;font-weight:bold;background-color:#c00000}.highlight .gh{color:#cd5c5c}.highlight .gi{color:#27b42c}.highlight span.go{color:#add8e6;font-weight:bold;background-color:#4d4d4d}.highlight .gp{color:#ffffff}.highlight .gs{color:#ffffff}.highlight .gu{color:#cd5c5c}.highlight .gt{color:#c0c0c0;font-weight:bold;background-color:#c00000}.highlight .kc{color:#f0e68c}.highlight .kd{color:#f0e68c}.highlight .kn{color:#f0e68c}.highlight .kp{color:#f0e68c}.highlight .kr{color:#f0e68c}.highlight .kt{color:#bdb76b}.highlight .ld{color:#ffffff}.highlight .m{color:#ffffff}.highlight .s{color:#ffffff}.highlight .na{color:#ffffff}.highlight .nb{color:#ffffff}.highlight .nc{color:#ffffff}.highlight .no{color:#ffa0a0}.highlight .nd{color:#ffffff}.highlight .ni{color:#ffdead}.highlight .ne{color:#ffffff}.highlight .nf{color:#ffffff}.highlight .nl{color:#ffffff}.highlight .nn{color:#ffffff}.highlight .nx{color:#ffffff}.highlight .py{color:#ffffff}.highlight .nt{color:#f0e68c}.highlight .nv{color:#88d472}.highlight .ow{color:#ffffff}.highlight .w{color:#ffffff}.highlight .mf{color:#ffffff}.highlight .mh{color:#ffffff}.highlight .mi{color:#ffffff}.highlight .mo{color:#ffffff}.highlight .sb{color:#ffffff}.highlight .sc{color:#ffffff}.highlight .sd{color:#ffffff}.highlight .s2{color:#ffffff}.highlight .se{color:#ffffff}.highlight .sh{color:#ffffff}.highlight .si{color:#ffffff}.highlight .sx{color:#ffffff}.highlight .sr{color:#ffffff}.highlight .s1{color:#ffffff}.highlight .ss{color:#ffffff}.highlight .bp{color:#ffffff}.highlight .vc{color:#98fb98}.highlight .vg{color:#98fb98}.highlight .vi{color:#98fb98}.highlight .il{color:#ffffff}.highlight .bash .nv{user-select:none}@font-face{font-family:'FontAwesome';src:url("../fonts/FontAwesome.eot?9h6hxj");src:url("../fonts/FontAwesome.eot?9h6hxj#iefix") format("embedded-opentype"),url("../fonts/FontAwesome.woff?9h6hxj") format("woff"),url("../fonts/FontAwesome.ttf?9h6hxj") format("truetype"),url("../fonts/FontAwesome.svg?9h6hxj#FontAwesome") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-link:before{content:"\f0c1"}.fa-pencil:before{content:"\f040"}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font:300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#ddd;background-color:#333;-webkit-box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);text-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;font-kerning:normal;margin:0}.clear{display:block}.clear:after{content:" ";display:block;height:0;clear:both;visibility:hidden}header,section,footer{float:left;width:100%;clear:both}header{padding:15px;background:#2b2b2b}header h1,header nav{display:inline-block}header .flexbox{display:flex;height:50px}header .flexbox>*{margin:auto}header .logo{display:block}header .logo img{margin-top:-7px}header .search .svg-icons{display:none}nav ul,.meta ul{padding:0;margin:0;white-space:nowrap;display:inline-block}nav li,.meta li{display:inline-block}.meta ul{margin-left:10px}.meta ul li{vertical-align:middle}.main-nav li a,.meta li a{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:900;font-size:0.75em;padding:0.5em 1em;text-shadow:none;text-transform:uppercase;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}.main-nav li a:hover,.meta li a:hover{background-color:#252525;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);text-shadow:0 1px 3px rgba(0,0,0,0.5)}.main-nav li.current a,.meta li.current a{background-color:#fc0;color:#222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.3)}.mobile-nav{padding:0 5px}.mobile-nav ul{overflow:hidden;width:100%;display:table}.mobile-nav a{float:left;width:100%;background-color:#333;color:#fc0;text-align:center;text-transform:uppercase;font-size:0.625em;font-weight:900;padding:10px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mobile-nav li{display:table-cell;width:20%;padding:8px 2px}.mobile-nav .current a{background-color:#fc0;color:#222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.3)}.header-link{position:relative;left:0.5em;opacity:0;font-size:0.8em;-webkit-transition:opacity 0.2s ease-in-out 0.1s;-moz-transition:opacity 0.2s ease-in-out 0.1s;-o-transition:opacity 0.2s ease-in-out 0.1s;transition:opacity 0.2s ease-in-out 0.1s}h2:hover .header-link,h3:hover .header-link,h4:hover .header-link,h5:hover .header-link,h6:hover .header-link{opacity:1}@media (max-width: 580px){header .flexbox{height:auto}header .logo img{margin-top:0}}@media (max-width: 699px){.searchbox{display:none}}@media (max-width: 768px){.main-nav ul{text-align:right}}@media (max-width: 830px){.main-nav .show-on-mobiles{display:inline}.main-nav .hide-on-mobiles{display:none}}@media (max-width: 890px){.meta{display:none}}footer{background-color:#212121;font-size:16px;padding-bottom:5px;color:#c0c0c0;margin-top:40px}footer a{color:#fff}footer a:hover img{opacity:1}footer .align-right p{display:inline-block}footer img{display:inline-block;position:relative;top:8px;margin-left:5px;opacity:.8;padding:1px;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}@media (max-width: 568px){footer .one-third p{margin-bottom:0}footer .two-thirds p{margin-top:-20px}}.intro .unit{padding:10px 0 40px}.intro p{font-size:1.75em;line-height:1em;margin:0}@media (min-width: 569px){.intro p{font-size:3.2em}}.quickstart{background-color:#3F1F1F;color:#fff;margin:60px 0;-webkit-box-shadow:inset 0 3px 10px rgba(0,0,0,0.4);-moz-box-shadow:inset 0 3px 10px rgba(0,0,0,0.4);box-shadow:inset 0 3px 10px rgba(0,0,0,0.4)}.quickstart .content{padding:0}.quickstart h3{font-size:24px;line-height:24px;margin-top:20px;text-shadow:0 1px 3px rgba(0,0,0,0.8)}.quickstart .code{font-size:12px;display:block;margin:0 0 -30px}@media (min-width: 768px){.quickstart .code{font-size:18px;margin:-30px 0;float:right}.quickstart h3{margin:50px 0 0;text-align:center}}.quickstart .code{display:block;padding:0;font-family:Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;line-height:1.3em}.quickstart .code .title{display:block;text-align:center;margin:0 20px;padding:5px 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.5);box-shadow:0 3px 10px rgba(0,0,0,0.5);font:400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#444;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#f7f7f7;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaa));background-image:-webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );border-bottom:1px solid #111}.quickstart .code .shell{padding:20px;text-shadow:none;margin:0 20px;background-color:#171717;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.3);-moz-box-shadow:0 5px 30px rgba(0,0,0,0.3);box-shadow:0 5px 30px rgba(0,0,0,0.3)}.quickstart .code .line{display:block;margin:0;padding:0}.quickstart .code .line span{display:inline-block}.quickstart .code .path{color:#87ceeb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.quickstart .code .prompt{color:#cd5c5c;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.quickstart .code .command{color:#f0e68c}.quickstart .code .output{color:#888}.free-hosting .pane{background-color:#3e3e3e;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-shadow:none;position:relative;padding:0 20px 30px}.free-hosting img{margin:-30px 0 0;width:180px;height:150px}.free-hosting h2{font-size:28px}.free-hosting p,.free-hosting a{font-size:16px}.free-hosting p{margin:.75em 0}@media (min-width: 768px){.free-hosting img{float:left;margin:-20px -30px -30px -50px;width:300px;height:251px}.free-hosting .pane-content{margin-top:35px;padding-right:30px}.free-hosting p,.free-hosting a{font-size:18px}.free-hosting .pane:after{content:" ";float:right;background:url(../img/footer-arrow.png) top left no-repeat;width:73px;height:186px;position:absolute;right:0;bottom:-30px}}article{background-color:#444;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:20px;margin:0 10px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.1);box-shadow:0 3px 10px rgba(0,0,0,0.1);font-size:16px}@media (max-width: 480px){article ul{padding-left:20px}}@media (max-width: 568px){article{margin:0}}@media (min-width: 768px){article{padding:40px 40px 30px;font-size:21px}}aside{padding-top:30px}aside h4{text-transform:uppercase;font-size:14px;font-weight:700;padding:0 0 10px 30px;margin-left:-30px;display:inline-block;border-bottom:1px solid #c00}aside ul{padding-left:0}aside ul:first-child{margin-top:0}aside li{list-style-type:none}aside li a{font-size:16px;position:relative}aside li.current a:before{content:"";border-color:transparent transparent transparent #444;border-style:solid;border-width:10px;width:0;height:0;position:absolute;top:0;left:-30px}aside li.current a{color:#f90}.docs article{min-height:800px}.docs .content{padding:0}.section-nav{text-align:center;padding-top:40px;position:relative;background:url(../img/article-footer.png) top center no-repeat;margin:40px -20px 10px}.section-nav>div{width:49.5%}.section-nav a,.section-nav span{color:#fff;font-size:16px;text-transform:uppercase;font-weight:700;padding:8px 12px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);background-color:#767676}.section-nav a:hover{color:#fff;background-color:#888}.section-nav .next,.section-nav .prev{position:relative}.section-nav .next:after,.section-nav .prev:before{font-size:36px;color:#222;font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,0.4);position:absolute;top:-7px}.section-nav .next:after{content:'\203A';right:10px}.section-nav .prev:before{content:'\2039';left:10px}.section-nav .prev,.section-nav .prev:hover{padding-left:30px}.section-nav .next,.section-nav .next:hover{padding-right:30px}.section-nav .disabled{opacity:.5;cursor:default}.improve{padding-top:25px;font-size:16px}.improve a{color:#999}.docs-nav-mobile select{padding:5px;width:100%;font-size:0.85em;color:#000;background:#ddd;border-color:transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.docs-nav-mobile select:focus{outline:none}.docs-nav-mobile select option{font-size:0.9em;padding:3px}article h2:first-child{margin-top:0}.post-category,.post-meta{display:inline-block;vertical-align:middle;font-size:.8em}.post-category{display:inline-block;margin-left:-30px;padding:6px 10px 8px;padding-left:50px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;position:relative;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);background-color:#9e2812;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));background-image:-webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:linear-gradient(to bottom, #9e2812 0%, #6f0d0d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 )}.post-category:before{content:"";position:absolute;top:-10px;left:0;border-color:transparent #6f0d0d #6f0d0d transparent;border-style:solid;border-width:5px;width:0;height:0}.post-content img{max-width:100%}.label{float:left;text-transform:uppercase;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}@media (max-width: 568px){.post-category{padding-left:30px}}@media (min-width: 768px){.post-category{margin-left:-50px}}.avatar{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;vertical-align:middle}.post-meta{padding:5px 0;color:#c0c0c0;font-weight:600;text-shadow:0 -1px 0 #000}.post-date,.post-author{margin-left:10px}.news article+article{margin-top:-10px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;border-top:1px solid #555;-webkit-box-shadow:0 -1px 0 #2f2f2f;-moz-box-shadow:0 -1px 0 #2f2f2f;box-shadow:0 -1px 0 #2f2f2f}pre,code{white-space:pre;display:inline-block;margin:0;font:14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;padding:0 0.5em}@media (min-width: 768px){pre,code{font-size:16px}}.highlight,.highlighter-rouge .highlight,p>pre,p>code,p>nobr>code,li>code,li>pre,h5>code,.note>code{background-color:#2b2b2b;color:#fff;max-width:100%;overflow-x:auto;vertical-align:middle;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5);box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5)}.note code{background-color:#333;background-color:rgba(0,0,0,0.2);margin-left:2.5px;margin-right:2.5px;font-size:0.8em}.code-block{margin:10px 0}.code-block code{background:none}.highlight,.highlighter-rouge .highlight{margin:1em 0;width:100%;overflow:auto}pre.highlight,.highlighter-rouge pre.highlight{padding:10px 0.5em}.highlighter-rouge .highlight{margin:0}h1,h2,h3,h4,h5,h6{margin:0}a{color:#fc0;text-decoration:none;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}a:hover{color:#f90}strong{font-weight:700}p{line-height:1.5em}.left{float:left}.right{float:right}.align-right{text-align:right}.align-left{text-align:left}.align-center{text-align:center}article h2,article h3,article h4,article h5,article h6{margin:1em 0}article h4{color:#fff}article ul li p{margin:0}article ul li blockquote{margin:10px 0}article ul li,article ol li{line-height:1.5em;margin-bottom:0.5em}h5,h6{font-size:1em;font-style:italic}blockquote{border-left:2px solid #777;padding-left:20px;font-style:italic;font-size:18px;font-weight:500}table{width:100%;background-color:#555;margin:.5em 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);box-shadow:0 1px 3px rgba(0,0,0,0.3)}thead{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;color:#fff;background-color:#3a3a3a;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1e1e1e));background-image:-webkit-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:-moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:-o-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:linear-gradient(to bottom, #3a3a3a 0%, #1e1e1e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 )}thead th{position:relative;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)}thead th:first-child{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px}thead th:last-child{-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px}td{padding:.5em .75em}td p{margin:0}th{text-transform:uppercase;font-size:16px;padding:.5em .75em;text-shadow:0 -1px 0 rgba(0,0,0,0.9);color:#888}tbody td{border-top:1px solid #747474;border-top:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:-moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 )}tbody td ul{padding-left:1em}tbody td p,tbody td ul{font-size:16px}tbody td p code,tbody td ul code{font-size:14px}code.option,th .option,code.filter,th .filter{color:#50B600}code.flag,th .flag,code.output,th .output{color:#049DCE}code.option,code.flag,code.filter,code.output{margin-bottom:2px}.note{margin:30px 0;margin-left:-30px;padding:20px 20px 24px;padding-left:50px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;position:relative;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);background-color:#7e6d42;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#7e6d42), to(#5c4e35));background-image:-webkit-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:-moz-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:-o-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:linear-gradient(to bottom, #7e6d42 0%, #5c4e35 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 )}@media (max-width: 568px){.note{margin-right:-30px}}@media (min-width: 768px){.note{margin-left:-50px}}.note:before{content:"";position:absolute;top:-10px;left:0;border-color:transparent #222 #222 transparent;border-style:solid;border-width:5px;width:0;height:0}.note h5,.note p{margin:0;color:#fff}.note h5{line-height:1.5em;font-weight:900;font-style:normal}.note p{font-weight:400;font-size:.75em}.note:after{content:'\2605';color:#fc0;position:absolute;top:14px;left:14px;font-size:28px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.info{background-color:#0389aa;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#0389aa), to(#00617f));background-image:-webkit-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:-moz-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:-o-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:linear-gradient(to bottom, #0389aa 0%, #00617f 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 )}.warning{background-color:#9e2812;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));background-image:-webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:linear-gradient(to bottom, #9e2812 0%, #6f0d0d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 )}.unreleased{background-color:#cd9239;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkOTIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjc1MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#cd9239), to(#a27528));background-image:-webkit-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:-moz-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:-o-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:linear-gradient(to bottom, #cd9239 0%, #a27528 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9239', endColorstr='#a27528',GradientType=0 )}.info:before{border-color:transparent #00617f #00617f transparent}.warning:before{border-color:transparent #6f0d0d #6f0d0d transparent}.unreleased:before{border-color:transparent #664719 #664719 transparent}.info:after{content:'\24D8';color:#fff;position:absolute;top:15px;left:15px;font-size:28px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.warning:after{content:'\203C';color:#fc0;position:absolute;top:15px;left:15px;font-size:32px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.unreleased:after{content:'\2692';color:#2b2a12;position:absolute;top:8px;left:15px;font-size:38px;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,0.25)}.version-badge{margin-left:.25em;padding:0.2em;font-size:.75em;font-weight:400;background-color:#fc0;color:#222;text-shadow:none;vertical-align:middle;border-radius:3.75px}.note .version-badge{font-size:0.9rem;padding:0.1em 0.2em;background-color:rgba(0,0,0,0.2);color:#fff;box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5)}@media (max-width: 768px){.mobile-side-scroller{overflow-x:scroll;margin:0 -40px;padding:0 10px}}.show-on-mobiles{display:none}@media screen and (max-width: 568px){.show-on-mobiles{display:block !important}a .show-on-mobiles{display:inline !important}}.videoWrapper{position:relative;padding-bottom:52.4%;padding-top:25px;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.result{padding:12px}.image-description{margin:-20px 0 20px;padding:10px 15px;font-size:0.81em;text-align:justify;background:#5c5c5c}.image-description pre,.image-description code{font-size:0.75em;background:#454545}.language-sh{position:relative}.language-sh:before{display:table;padding:8px;width:100%;padding:5px 0;font:400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#444;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#f7f7f7;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaa));background-image:-webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );border-bottom:1px solid #111;text-align:center;content:"terminal";-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.5);box-shadow:0 3px 10px rgba(0,0,0,0.5)}.language-sh .highlight{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.language-sh pre.highlight{background:#1c1c1c}.searchbox{padding-top:1px}.searchbox .searchbox__input{padding:6px 5px 5px 29px;font-size:0.75em;border:none;border-radius:5px;color:#555;background-color:#333 !important;box-shadow:0 0 1px 0 #555}.searchbox .searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox .searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox .searchbox__input::placeholder{color:#aaa}.searchbox .searchbox__input:focus,.searchbox .searchbox__input:active{color:#eaeaea;background-color:#252525 !important}.searchbox__submit svg{fill:#fc0}.searchbox__reset svg{fill:#999}.algolia-autocomplete .ds-dropdown-menu{font-size:1rem;text-shadow:none}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(221,221,221,0.5)}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{background-color:#444;color:#ddd;padding:0.35em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#444}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{background-color:#fc0;color:#222}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #fc0}
1
+ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.grid,.unit{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid{display:block;clear:both}.grid .unit{float:left;width:100%;padding:10px}.grid .unit:first-child{padding-left:20px}.grid .unit:last-child{padding-right:20px}.unit .unit:first-child{padding-left:0}.unit .unit:last-child{padding-right:0}.unit .grid:first-child>.unit{padding-top:0}.unit .grid:last-child>.unit{padding-bottom:0}.no-gutters .unit,.unit.no-gutters{padding:0 !important}.wrap .grid,.grid.wrap{max-width:978px;margin:0 auto}.grid .whole,.grid .w-1-1{width:100%}.grid .half,.grid .w-1-2{width:50%}.grid .one-third,.grid .w-1-3{width:33.3332%}.grid .two-thirds,.grid .w-2-3{width:66.6665%}.grid .one-quarter,.grid .one-fourth,.grid .w-1-4{width:25%}.grid .three-quarters,.grid .three-fourths,.grid .w-3-4{width:75%}.grid .one-fifth,.grid .w-1-5{width:20%}.grid .two-fifths,.grid .w-2-5{width:40%}.grid .three-fifths,.grid .w-3-5{width:60%}.grid .four-fifths,.grid .w-4-5{width:80%}.grid .golden-small,.grid .w-g-s{width:38.2716%}.grid .golden-large,.grid .w-g-l{width:61.7283%}.grid{*zoom:1}.grid:before,.grid:after{display:table;content:"";line-height:0}.grid:after{clear:both}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.pull-left{float:left}.pull-right{float:right}.unit img{max-width:100%;height:auto}@media screen and (max-width: 568px){.grid:not(.no-stacking-on-mobiles)>.unit{width:100% !important;padding-left:20px;padding-right:20px}.unit .grid .unit{padding-left:0px;padding-right:0px}.center-on-mobiles{text-align:center !important}.hide-on-mobiles{display:none !important}}@media screen and (min-width: 1180px){.wider .grid,.grid.wider{max-width:1180px;margin:0 auto}}.highlight .hll{background-color:#ffffcc}.highlight .c{color:#999;font-style:italic}.highlight .err{color:#ffffff}.highlight .g{color:#ffffff}.highlight .k{color:#f0e68c}.highlight .l{color:#ffffff}.highlight .n{color:#ffffff}.highlight .o{color:#ffffff}.highlight .x{color:#ffffff}.highlight .p{color:#98b9ef}.highlight .cm{color:#87ceeb}.highlight .cp{color:#cd5c5c}.highlight .c1{color:#87ceeb}.highlight .cs{color:#87ceeb}.highlight .gd{color:#ce342c}.highlight .ge{color:#c000c0;text-decoration:underline}.highlight .gr{color:#c0c0c0;font-weight:bold;background-color:#c00000}.highlight .gh{color:#cd5c5c}.highlight .gi{color:#27b42c}.highlight span.go{color:#add8e6;font-weight:bold;background-color:#4d4d4d}.highlight .gp{color:#ffffff}.highlight .gs{color:#ffffff}.highlight .gu{color:#cd5c5c}.highlight .gt{color:#c0c0c0;font-weight:bold;background-color:#c00000}.highlight .kc{color:#f0e68c}.highlight .kd{color:#f0e68c}.highlight .kn{color:#f0e68c}.highlight .kp{color:#f0e68c}.highlight .kr{color:#f0e68c}.highlight .kt{color:#bdb76b}.highlight .ld{color:#ffffff}.highlight .m{color:#ffffff}.highlight .s{color:#ffffff}.highlight .na{color:#ffffff}.highlight .nb{color:#ffffff}.highlight .nc{color:#ffffff}.highlight .no{color:#ffa0a0}.highlight .nd{color:#ffffff}.highlight .ni{color:#ffdead}.highlight .ne{color:#ffffff}.highlight .nf{color:#ffffff}.highlight .nl{color:#ffffff}.highlight .nn{color:#ffffff}.highlight .nx{color:#ffffff}.highlight .py{color:#ffffff}.highlight .nt{color:#f0e68c}.highlight .nv{color:#88d472}.highlight .ow{color:#ffffff}.highlight .w{color:#ffffff}.highlight .mf{color:#ffffff}.highlight .mh{color:#ffffff}.highlight .mi{color:#ffffff}.highlight .mo{color:#ffffff}.highlight .sb{color:#ffffff}.highlight .sc{color:#ffffff}.highlight .sd{color:#ffffff}.highlight .s2{color:#ffffff}.highlight .se{color:#ffffff}.highlight .sh{color:#ffffff}.highlight .si{color:#ffffff}.highlight .sx{color:#ffffff}.highlight .sr{color:#ffffff}.highlight .s1{color:#ffffff}.highlight .ss{color:#ffffff}.highlight .bp{color:#ffffff}.highlight .vc{color:#98fb98}.highlight .vg{color:#98fb98}.highlight .vi{color:#98fb98}.highlight .il{color:#ffffff}.highlight .bash .nv{user-select:none}@font-face{font-family:'FontAwesome';src:url("../fonts/FontAwesome.eot?9h6hxj");src:url("../fonts/FontAwesome.eot?9h6hxj#iefix") format("embedded-opentype"),url("../fonts/FontAwesome.woff?9h6hxj") format("woff"),url("../fonts/FontAwesome.ttf?9h6hxj") format("truetype"),url("../fonts/FontAwesome.svg?9h6hxj#FontAwesome") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-link:before{content:"\f0c1"}.fa-pencil:before{content:"\f040"}@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:local("Lato Light"),local("Lato-Light"),url("../fonts/lato-v14-latin-300.woff2") format("woff2"),url("../fonts/lato-v14-latin-300.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:italic;font-weight:300;src:local("Lato Light Italic"),local("Lato-LightItalic"),url("../fonts/lato-v14-latin-300italic.woff2") format("woff2"),url("../fonts/lato-v14-latin-300italic.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:local("Lato Regular"),local("Lato-Regular"),url("../fonts/lato-v14-latin-regular.woff2") format("woff2"),url("../fonts/lato-v14-latin-regular.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:italic;font-weight:400;src:local("Lato Italic"),local("Lato-Italic"),url("../fonts/lato-v14-latin-italic.woff2") format("woff2"),url("../fonts/lato-v14-latin-italic.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:local("Lato Bold"),local("Lato-Bold"),url("../fonts/lato-v14-latin-700.woff2") format("woff2"),url("../fonts/lato-v14-latin-700.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:italic;font-weight:700;src:local("Lato Bold Italic"),local("Lato-BoldItalic"),url("../fonts/lato-v14-latin-700italic.woff2") format("woff2"),url("../fonts/lato-v14-latin-700italic.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:normal;font-weight:900;src:local("Lato Black"),local("Lato-Black"),url("../fonts/lato-v14-latin-900.woff2") format("woff2"),url("../fonts/lato-v14-latin-900.woff") format("woff");font-display:swap}@font-face{font-family:'Lato';font-style:italic;font-weight:900;src:local("Lato Black Italic"),local("Lato-BlackItalic"),url("../fonts/lato-v14-latin-900italic.woff2") format("woff2"),url("../fonts/lato-v14-latin-900italic.woff") format("woff");font-display:swap}.searchbox{display:inline-block;position:relative;width:200px;height:32px !important;padding-top:1px;white-space:nowrap;box-sizing:border-box;visibility:visible !important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox__wrapper{width:100%;height:100%;z-index:999;position:relative}.searchbox__input{display:inline-block;box-sizing:border-box;transition:box-shadow 0.4s ease, background 0.4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 1px #cccccc;background:#ffffff !important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:12px;appearance:none}.searchbox__input::-webkit-search-decoration,.searchbox__input::-webkit-search-cancel-button,.searchbox__input::-webkit-search-results-button,.searchbox__input::-webkit-search-results-decoration{display:none}.searchbox__input:hover{box-shadow:inset 0 0 0 1px #b3b3b3}.searchbox__input:focus,.searchbox__input:active{outline:0;box-shadow:inset 0 0 0 1px #aaaaaa;background:#ffffff}.searchbox__input::placeholder{color:#aaaaaa}.searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;user-select:none;right:inherit;left:0}.searchbox__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.searchbox__submit:hover,.searchbox__submit:active{cursor:pointer}.searchbox__submit:focus{outline:0}.searchbox__submit svg{width:14px;height:14px;vertical-align:middle;fill:#6d7e96}.searchbox__reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;user-select:none;fill:rgba(0,0,0,0.5)}.searchbox__reset.hide{display:none}.searchbox__reset:focus{outline:0}.searchbox__reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox__input:valid ~ .searchbox__reset{display:block;animation-name:sbx-reset-in;animation-duration:0.15s}@keyframes sbx-reset-in{0%{transform:translate3d(-20%, 0, 0);opacity:0}100%{transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0 !important;left:inherit !important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0 !important;right:inherit !important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{position:relative;top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;max-width:600px;min-width:500px;box-shadow:0 1px 0 0 rgba(0,0,0,0.2),0 2px 3px 0 rgba(0,0,0,0.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:'';width:14px;height:14px;background:#fff;z-index:1000;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:1000;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions a:hover{text-decoration:none}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu [class^='ds-dataset-']{position:relative;border:solid 1px #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu *{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{display:block;position:relative;padding:0 8px;background:#fff;color:#02060c;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,0.1);padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363d}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#a4a7ae;font-size:0.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060c;font-size:0.9em;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:0.85em;color:#63676d}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222222;background-color:#ebebeb;border-radius:3px;font-family:Menlo, Monaco, Consolas, 'Courier New', monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header{display:block}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary{display:block}@media all and (min-width: 768px){.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column{display:block}}@media all and (max-width: 768px){.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column{display:inline-block;width:auto;text-align:left;float:left;padding:0;color:#02060c;font-size:0.9em;font-weight:bold;text-align:left;opacity:0.5}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:after{content:'|'}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content{display:inline-block;width:auto;text-align:left;float:left;padding:0}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content:before{display:none}}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:solid 1px #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0{opacity:0.6;font-size:0.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:0.6;font-size:0.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before{background-image:url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 20 38" xmlns="http://www.w3.org/2000/svg"><path d="M1.49 4.31l14 16.126.002-2.624-14 16.074-1.314 1.51 3.017 2.626 1.313-1.508 14-16.075 1.142-1.313-1.14-1.313-14-16.125L3.2.18.18 2.8l1.31 1.51z" fill-rule="evenodd" fill="%231D3657" /></svg>');content:'';width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none !important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458ee1;font-size:0.9em;font-weight:normal}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before{content:'#';font-weight:bold;color:#458ee1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:0.85em;opacity:0.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:bold;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:134px;height:20px;z-index:2000;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml,%3Csvg width='168' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M78.988.938h16.594a2.968 2.968 0 0 1 2.966 2.966V20.5a2.967 2.967 0 0 1-2.966 2.964H78.988a2.967 2.967 0 0 1-2.966-2.964V3.897A2.961 2.961 0 0 1 78.988.938zm41.937 17.866c-4.386.02-4.386-3.54-4.386-4.106l-.007-13.336 2.675-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-10.846-2.18c.821 0 1.43-.047 1.855-.129v-2.719a6.334 6.334 0 0 0-1.574-.199c-.295 0-.596.021-.897.069a2.699 2.699 0 0 0-.814.24c-.24.116-.439.28-.582.491-.15.212-.219.335-.219.656 0 .628.219.991.616 1.23s.938.362 1.615.362zm-.233-9.7c.883 0 1.629.109 2.231.328.602.218 1.088.525 1.444.915.363.396.609.922.76 1.483.157.56.232 1.175.232 1.85v6.874c-.41.089-1.034.19-1.868.314-.834.123-1.772.185-2.813.185-.69 0-1.327-.069-1.895-.198a4.001 4.001 0 0 1-1.471-.636 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.803 0-.656.13-1.073.384-1.525.26-.45.608-.819 1.047-1.106.445-.287.95-.492 1.532-.615a8.8 8.8 0 0 1 1.82-.185 8.404 8.404 0 0 1 1.972.24v-.438c0-.307-.035-.6-.11-.874a1.88 1.88 0 0 0-.384-.73 1.784 1.784 0 0 0-.724-.493 3.164 3.164 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164a7.735 7.735 0 0 0-1.26.307l-.321-2.192c.335-.117.834-.233 1.478-.349a10.98 10.98 0 0 1 2.073-.178zm52.842 9.626c.822 0 1.43-.048 1.854-.13V13.7a6.347 6.347 0 0 0-1.574-.199c-.294 0-.595.021-.896.069a2.7 2.7 0 0 0-.814.24 1.46 1.46 0 0 0-.582.491c-.15.212-.218.335-.218.656 0 .628.218.991.615 1.23.404.245.938.362 1.615.362zm-.226-9.694c.883 0 1.629.108 2.231.327.602.219 1.088.526 1.444.915.355.39.609.923.759 1.483.158.56.233 1.175.233 1.852v6.873c-.41.088-1.034.19-1.868.314-.834.123-1.772.184-2.813.184-.69 0-1.327-.068-1.895-.198a4.001 4.001 0 0 1-1.471-.635 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.804 0-.656.13-1.073.384-1.524.26-.45.608-.82 1.047-1.107.445-.286.95-.491 1.532-.614a8.803 8.803 0 0 1 2.751-.13c.329.034.671.096 1.04.185v-.437a3.3 3.3 0 0 0-.109-.875 1.873 1.873 0 0 0-.384-.731 1.784 1.784 0 0 0-.724-.492 3.165 3.165 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164-.514.089-.938.191-1.26.307l-.321-2.193c.335-.116.834-.232 1.478-.348a11.633 11.633 0 0 1 2.073-.177zm-8.034-1.271a1.626 1.626 0 0 1-1.628-1.62c0-.895.725-1.62 1.628-1.62.904 0 1.63.725 1.63 1.62 0 .895-.733 1.62-1.63 1.62zm1.348 13.22h-2.689V7.27l2.69-.423v11.956zm-4.714 0c-4.386.02-4.386-3.54-4.386-4.107l-.008-13.336 2.676-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-8.698-5.903c0-1.156-.253-2.119-.746-2.788-.493-.677-1.183-1.01-2.067-1.01-.882 0-1.574.333-2.065 1.01-.493.676-.733 1.632-.733 2.788 0 1.168.246 1.953.74 2.63.492.683 1.183 1.018 2.066 1.018.882 0 1.574-.342 2.067-1.019.492-.683.738-1.46.738-2.63zm2.737-.007c0 .902-.13 1.584-.397 2.33a5.52 5.52 0 0 1-1.128 1.906 4.986 4.986 0 0 1-1.752 1.223c-.685.286-1.739.45-2.265.45-.528-.006-1.574-.157-2.252-.45a5.096 5.096 0 0 1-1.744-1.223c-.487-.527-.863-1.162-1.137-1.906a6.345 6.345 0 0 1-.41-2.33c0-.902.123-1.77.397-2.508a5.554 5.554 0 0 1 1.15-1.892 5.133 5.133 0 0 1 1.75-1.216c.679-.287 1.425-.423 2.232-.423.808 0 1.553.142 2.237.423.685.286 1.274.69 1.753 1.216a5.644 5.644 0 0 1 1.135 1.892c.287.738.431 1.606.431 2.508zm-20.138 0c0 1.12.246 2.363.738 2.882.493.52 1.13.78 1.91.78.424 0 .828-.062 1.204-.178.377-.116.677-.253.917-.417V9.33a10.476 10.476 0 0 0-1.766-.226c-.971-.028-1.71.37-2.23 1.004-.513.636-.773 1.75-.773 2.788zm7.438 5.274c0 1.824-.466 3.156-1.404 4.004-.936.846-2.367 1.27-4.296 1.27-.705 0-2.17-.137-3.34-.396l.431-2.118c.98.205 2.272.26 2.95.26 1.074 0 1.84-.219 2.299-.656.459-.437.684-1.086.684-1.948v-.437a8.07 8.07 0 0 1-1.047.397c-.43.13-.93.198-1.492.198-.739 0-1.41-.116-2.018-.349a4.206 4.206 0 0 1-1.567-1.025c-.431-.45-.774-1.017-1.013-1.694-.24-.677-.363-1.885-.363-2.773 0-.834.13-1.88.384-2.577.26-.696.629-1.298 1.129-1.796.493-.498 1.095-.881 1.8-1.162a6.605 6.605 0 0 1 2.428-.457c.87 0 1.67.109 2.45.24.78.129 1.444.265 1.985.415V18.17z' fill='%235468FF'/%3E%3Cpath d='M6.972 6.677v1.627c-.712-.446-1.52-.67-2.425-.67-.585 0-1.045.13-1.38.391a1.24 1.24 0 0 0-.502 1.03c0 .425.164.765.494 1.02.33.256.835.532 1.516.83.447.192.795.356 1.045.495.25.138.537.332.862.582.324.25.563.548.718.894.154.345.23.741.23 1.188 0 .947-.334 1.691-1.004 2.234-.67.542-1.537.814-2.601.814-1.18 0-2.16-.229-2.936-.686v-1.708c.84.628 1.814.942 2.92.942.585 0 1.048-.136 1.388-.407.34-.271.51-.646.51-1.125 0-.287-.1-.55-.302-.79-.203-.24-.42-.42-.655-.542-.234-.123-.585-.29-1.053-.503-.276-.127-.47-.218-.582-.271a13.67 13.67 0 0 1-.55-.287 4.275 4.275 0 0 1-.567-.351 6.92 6.92 0 0 1-.455-.4c-.18-.17-.31-.34-.39-.51-.08-.17-.155-.37-.224-.598a2.553 2.553 0 0 1-.104-.742c0-.915.333-1.638.998-2.17.664-.532 1.523-.798 2.576-.798.968 0 1.793.17 2.473.51zm7.468 5.696v-.287c-.022-.607-.187-1.088-.495-1.444-.309-.357-.75-.535-1.324-.535-.532 0-.99.194-1.373.583-.382.388-.622.949-.717 1.683h3.909zm1.005 2.792v1.404c-.596.34-1.383.51-2.362.51-1.255 0-2.255-.377-3-1.132-.744-.755-1.116-1.744-1.116-2.968 0-1.297.34-2.316 1.021-3.055.68-.74 1.548-1.11 2.6-1.11 1.033 0 1.852.323 2.458.966.606.644.91 1.572.91 2.784 0 .33-.033.676-.096 1.038h-5.314c.107.702.405 1.239.894 1.611.49.372 1.106.558 1.85.558.862 0 1.58-.202 2.155-.606zm6.605-1.77h-1.212c-.596 0-1.045.116-1.349.35-.303.234-.454.532-.454.894 0 .372.117.664.35.877.235.213.575.32 1.022.32.51 0 .912-.142 1.204-.424.293-.281.44-.651.44-1.108v-.91zm-4.068-2.554V9.325c.627-.361 1.457-.542 2.489-.542 2.116 0 3.175 1.026 3.175 3.08V17h-1.548v-.957c-.415.68-1.143 1.02-2.186 1.02-.766 0-1.38-.22-1.843-.661-.462-.442-.694-1.003-.694-1.684 0-.776.293-1.38.878-1.81.585-.431 1.404-.647 2.457-.647h1.34V11.8c0-.554-.133-.971-.399-1.253-.266-.282-.707-.423-1.324-.423a4.07 4.07 0 0 0-2.345.718zm9.333-1.93v1.42c.394-1 1.101-1.5 2.123-1.5.148 0 .313.016.494.048v1.531a1.885 1.885 0 0 0-.75-.143c-.542 0-.989.24-1.34.718-.351.479-.527 1.048-.527 1.707V17h-1.563V8.91h1.563zm5.01 4.084c.022.82.272 1.492.75 2.019.479.526 1.15.79 2.01.79.639 0 1.235-.176 1.788-.527v1.404c-.521.319-1.186.479-1.995.479-1.265 0-2.276-.4-3.031-1.197-.755-.798-1.133-1.792-1.133-2.984 0-1.16.38-2.151 1.14-2.975.761-.825 1.79-1.237 3.088-1.237.702 0 1.346.149 1.93.447v1.436a3.242 3.242 0 0 0-1.77-.495c-.84 0-1.513.266-2.019.798-.505.532-.758 1.213-.758 2.042zM40.24 5.72v4.579c.458-1 1.293-1.5 2.505-1.5.787 0 1.42.245 1.899.734.479.49.718 1.17.718 2.042V17h-1.564v-5.106c0-.553-.14-.98-.422-1.284-.282-.303-.652-.455-1.11-.455-.531 0-1.002.202-1.411.606-.41.405-.615 1.022-.615 1.851V17h-1.563V5.72h1.563zm14.966 10.02c.596 0 1.096-.253 1.5-.758.404-.506.606-1.157.606-1.955 0-.915-.202-1.62-.606-2.114-.404-.495-.92-.742-1.548-.742-.553 0-1.05.224-1.491.67-.442.447-.662 1.133-.662 2.058 0 .958.212 1.67.638 2.138.425.469.946.703 1.563.703zM53.004 5.72v4.42c.574-.894 1.388-1.341 2.44-1.341 1.022 0 1.857.383 2.506 1.149.649.766.973 1.781.973 3.047 0 1.138-.309 2.109-.925 2.912-.617.803-1.463 1.205-2.537 1.205-1.075 0-1.894-.447-2.457-1.34V17h-1.58V5.72h1.58zm9.908 11.104l-3.223-7.913h1.739l1.005 2.632 1.26 3.415c.096-.32.48-1.458 1.15-3.415l.909-2.632h1.66l-2.92 7.866c-.777 2.074-1.963 3.11-3.559 3.11a2.92 2.92 0 0 1-.734-.079v-1.34c.17.042.351.064.543.064 1.032 0 1.755-.57 2.17-1.708z' fill='%235D6494'/%3E%3Cpath d='M89.632 5.967v-.772a.978.978 0 0 0-.978-.977h-2.28a.978.978 0 0 0-.978.977v.793c0 .088.082.15.171.13a7.127 7.127 0 0 1 1.984-.28c.65 0 1.295.088 1.917.259.082.02.164-.04.164-.13m-6.248 1.01l-.39-.389a.977.977 0 0 0-1.382 0l-.465.465a.973.973 0 0 0 0 1.38l.383.383c.062.061.15.047.205-.014.226-.307.472-.601.746-.874.281-.28.568-.526.883-.751.068-.042.075-.137.02-.2m4.16 2.453v3.341c0 .096.104.165.192.117l2.97-1.537c.068-.034.089-.117.055-.184a3.695 3.695 0 0 0-3.08-1.866c-.068 0-.136.054-.136.13m0 8.048a4.489 4.489 0 0 1-4.49-4.482 4.488 4.488 0 0 1 4.49-4.482 4.488 4.488 0 0 1 4.489 4.482 4.484 4.484 0 0 1-4.49 4.482m0-10.85a6.363 6.363 0 1 0 0 12.729c3.518 0 6.372-2.85 6.372-6.368a6.358 6.358 0 0 0-6.371-6.36' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0 !important;width:100%;height:100%;display:block}.searchbox .searchbox__input{padding:6px 5px 5px 29px;font-size:0.75em;border:none;border-radius:5px;color:#555;background-color:#333 !important;box-shadow:0 0 1px 0 #555}.searchbox .searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox .searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox .searchbox__input::placeholder{color:#aaa}.searchbox .searchbox__input:focus,.searchbox .searchbox__input:active{color:#eaeaea;background-color:#252525 !important}.searchbox__submit svg{fill:#fc0}.searchbox__reset svg{fill:#999}.algolia-autocomplete .ds-dropdown-menu{font-size:1rem;text-shadow:none}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(221,221,221,0.5)}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{background-color:#444;color:#ddd;padding:0.35em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#444}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{background-color:#fc0;color:#222}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #fc0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font:300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#ddd;background-color:#333;-webkit-box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);box-shadow:inset 0 3px 30px rgba(0,0,0,0.3);text-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;font-kerning:normal;margin:0}.clear{display:block}.clear:after{content:" ";display:block;height:0;clear:both;visibility:hidden}header,section,footer{float:left;width:100%;clear:both}header{padding:15px;background:#2b2b2b}header h1,header nav{display:inline-block}header .flexbox{display:flex;height:50px}header .flexbox>*{margin:auto}header .logo{display:block}header .logo img{margin-top:-7px}header .search .svg-icons{display:none}nav ul,.meta ul{padding:0;margin:0;white-space:nowrap;display:inline-block}nav li,.meta li{display:inline-block}.meta ul{margin-left:10px}.meta ul li{vertical-align:middle}.main-nav li a,.meta li a{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:900;font-size:0.75em;padding:0.5em 1em;text-shadow:none;text-transform:uppercase;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}.main-nav li a:hover,.meta li a:hover{background-color:#252525;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.1);text-shadow:0 1px 3px rgba(0,0,0,0.5)}.main-nav li.current a,.meta li.current a{background-color:#fc0;color:#222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.3)}.mobile-nav{padding:0 5px}.mobile-nav ul{overflow:hidden;width:100%;display:table}.mobile-nav a{float:left;width:100%;background-color:#333;color:#fc0;text-align:center;text-transform:uppercase;font-size:0.625em;font-weight:900;padding:10px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mobile-nav li{display:table-cell;width:20%;padding:8px 2px}.mobile-nav .current a{background-color:#fc0;color:#222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),0 1px 5px rgba(0,0,0,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.3)}.header-link{position:relative;left:0.5em;opacity:0;font-size:0.8em;-webkit-transition:opacity 0.2s ease-in-out 0.1s;-moz-transition:opacity 0.2s ease-in-out 0.1s;-o-transition:opacity 0.2s ease-in-out 0.1s;transition:opacity 0.2s ease-in-out 0.1s}h2:hover .header-link,h3:hover .header-link,h4:hover .header-link,h5:hover .header-link,h6:hover .header-link{opacity:1}@media (max-width: 580px){header .flexbox{height:auto}header .logo img{margin-top:0}}@media (max-width: 699px){.searchbox{display:none}}@media (max-width: 768px){.main-nav ul{text-align:right}}@media (max-width: 830px){.main-nav .show-on-mobiles{display:inline}.main-nav .hide-on-mobiles{display:none}}@media (max-width: 890px){.meta{display:none}}footer{background-color:#212121;font-size:16px;padding-bottom:5px;color:#c0c0c0;margin-top:40px}footer a{color:#fff}footer a:hover img{opacity:1}footer .align-right p{display:inline-block}footer img{display:inline-block;vertical-align:middle;margin-left:5px;opacity:.8;padding:1px;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}@media (max-width: 568px){footer .one-third p{margin-bottom:0}footer .two-thirds p{margin-top:-20px}}.intro .unit{padding:10px 0 40px}.intro p{font-size:1.75em;line-height:1em;margin:0}@media (min-width: 569px){.intro p{font-size:3.2em}}.quickstart{background-color:#3F1F1F;color:#fff;margin:60px 0;-webkit-box-shadow:inset 0 3px 10px rgba(0,0,0,0.4);-moz-box-shadow:inset 0 3px 10px rgba(0,0,0,0.4);box-shadow:inset 0 3px 10px rgba(0,0,0,0.4)}.quickstart .content{padding:0}.quickstart h3{font-size:24px;line-height:24px;margin-top:20px;text-shadow:0 1px 3px rgba(0,0,0,0.8)}.quickstart .code{font-size:12px;display:block;margin:0 0 -30px}@media (min-width: 768px){.quickstart .code{font-size:18px;margin:-30px 0;float:right}.quickstart h3{margin:50px 0 0;text-align:center}}.quickstart .code{display:block;padding:0;font-family:Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;line-height:1.3em}.quickstart .code .title{display:block;text-align:center;margin:0 20px;padding:5px 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.5);box-shadow:0 3px 10px rgba(0,0,0,0.5);font:400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#444;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#f7f7f7;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaa));background-image:-webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );border-bottom:1px solid #111}.quickstart .code .shell{padding:20px;text-shadow:none;margin:0 20px;background-color:#171717;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.3);-moz-box-shadow:0 5px 30px rgba(0,0,0,0.3);box-shadow:0 5px 30px rgba(0,0,0,0.3)}.quickstart .code .line{display:block;margin:0;padding:0}.quickstart .code .line span{display:inline-block}.quickstart .code .path{color:#87ceeb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.quickstart .code .prompt{color:#cd5c5c;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.quickstart .code .command{color:#f0e68c}.quickstart .code .output{color:#888}.free-hosting .pane{background-color:#3e3e3e;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-shadow:none;position:relative;padding:0 20px 30px}.free-hosting img{margin:-30px 0 0;width:180px;height:150px}.free-hosting h2{font-size:28px}.free-hosting p,.free-hosting a{font-size:16px}.free-hosting p{margin:.75em 0}@media (min-width: 768px){.free-hosting img{float:left;margin:-20px -30px -30px -50px;width:300px;height:251px}.free-hosting .pane-content{margin-top:35px;padding-right:30px}.free-hosting p,.free-hosting a{font-size:18px}.free-hosting .pane:after{content:" ";float:right;background:url(../img/footer-arrow.png) top left no-repeat;width:73px;height:186px;position:absolute;right:0;bottom:-30px}}article{background-color:#444;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:20px;margin:0 10px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.1);box-shadow:0 3px 10px rgba(0,0,0,0.1);font-size:16px}@media (max-width: 480px){article ul{padding-left:20px}}@media (max-width: 568px){article{margin:0}}@media (min-width: 768px){article{padding:40px 40px 30px;font-size:21px}}aside{padding-top:30px}aside h4{text-transform:uppercase;font-size:14px;font-weight:700;padding:0 0 10px 30px;margin-left:-30px;display:inline-block;border-bottom:1px solid #c00}aside ul{padding-left:0}aside ul:first-child{margin-top:0}aside li{list-style-type:none}aside li a{font-size:16px;position:relative}aside li.current a:before{content:"";border-color:transparent transparent transparent #444;border-style:solid;border-width:10px;width:0;height:0;position:absolute;top:0;left:-30px}aside li.current a{color:#f90}.docs article{min-height:800px}.docs .content{padding:0}.section-nav{text-align:center;padding-top:40px;position:relative;background:url(../img/article-footer.png) top center no-repeat;margin:40px -20px 10px}.section-nav>div{width:49.5%}.section-nav a,.section-nav span{color:#fff;font-size:16px;text-transform:uppercase;font-weight:700;padding:8px 12px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.3),inset 0 1px 1px rgba(255,255,255,0.5);background-color:#767676}.section-nav a:hover{color:#fff;background-color:#888}.section-nav .next,.section-nav .prev{position:relative}.section-nav .next:after,.section-nav .prev:before{font-size:36px;color:#222;font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,0.4);position:absolute;top:-7px}.section-nav .next:after{content:'\203A';right:10px}.section-nav .prev:before{content:'\2039';left:10px}.section-nav .prev,.section-nav .prev:hover{padding-left:30px}.section-nav .next,.section-nav .next:hover{padding-right:30px}.section-nav .disabled{opacity:.5;cursor:default}.improve{padding-top:25px;font-size:16px}.improve a{color:#999}.docs-nav-mobile select{padding:5px;width:100%;font-size:0.85em;color:#000;background:#ddd;border-color:transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.docs-nav-mobile select:focus{outline:none}.docs-nav-mobile select option{font-size:0.9em;padding:3px}article h2:first-child{margin-top:0}.post-category,.post-meta{display:inline-block;vertical-align:middle;font-size:.8em}.post-category{display:inline-block;margin-left:-30px;padding:6px 10px 8px;padding-left:50px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;position:relative;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);background-color:#9e2812;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));background-image:-webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:linear-gradient(to bottom, #9e2812 0%, #6f0d0d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 )}.post-category:before{content:"";position:absolute;top:-10px;left:0;border-color:transparent #6f0d0d #6f0d0d transparent;border-style:solid;border-width:5px;width:0;height:0}.post-content img{max-width:100%}.label{float:left;text-transform:uppercase;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}@media (max-width: 568px){.post-category{padding-left:30px}}@media (min-width: 768px){.post-category{margin-left:-50px}}.avatar{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;vertical-align:middle}.post-meta{padding:5px 0;color:#c0c0c0;font-weight:600;text-shadow:0 -1px 0 #000}.post-date,.post-author{margin-left:10px}.news article+article{margin-top:-10px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;border-top:1px solid #555;-webkit-box-shadow:0 -1px 0 #2f2f2f;-moz-box-shadow:0 -1px 0 #2f2f2f;box-shadow:0 -1px 0 #2f2f2f}pre,code{white-space:pre;display:inline-block;margin:0;font:14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;padding:0 0.5em}@media (min-width: 768px){pre,code{font-size:16px}}.highlight,.highlighter-rouge .highlight,p>pre,p>code,p>nobr>code,li>code,li>pre,h5>code,.note>code{background-color:#2b2b2b;color:#fff;max-width:100%;overflow-x:auto;vertical-align:middle;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5);box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5)}.note .highlight{width:94%}.note .highlight pre code{font-size:0.9em;background-color:transparent;box-shadow:none}.note code{background-color:#333;background-color:rgba(0,0,0,0.2);margin-left:2.5px;margin-right:2.5px;font-size:0.8em}.code-block{margin:10px 0}.code-block code{background:none}.highlight,.highlighter-rouge .highlight{margin:1em 0;width:100%;overflow:auto}pre.highlight,.highlighter-rouge pre.highlight{padding:10px 0.5em}.highlighter-rouge .highlight{margin:0}h1,h2,h3,h4,h5,h6{margin:0}a{color:#fc0;text-decoration:none;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}a:hover{color:#f90}strong{font-weight:700}p{line-height:1.5em}.left{float:left}.right{float:right}.align-right{text-align:right}.align-left{text-align:left}.align-center{text-align:center}article h2,article h3,article h4,article h5,article h6{margin:1em 0}article h4{color:#fff}article ul li p{margin:0}article ul li blockquote{margin:10px 0}article ul li,article ol li{line-height:1.5em;margin-bottom:0.5em}h5,h6{font-size:1em;font-style:italic}blockquote{border-left:2px solid #777;padding-left:20px;font-style:italic;font-size:18px;font-weight:500}table{width:100%;background-color:#555;margin:.5em 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);box-shadow:0 1px 3px rgba(0,0,0,0.3)}thead{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;color:#fff;background-color:#3a3a3a;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1e1e1e));background-image:-webkit-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:-moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:-o-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);background-image:linear-gradient(to bottom, #3a3a3a 0%, #1e1e1e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 )}thead th{position:relative;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)}thead th:first-child{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px}thead th:last-child{-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px}td{padding:.5em .75em}td p{margin:0}th{text-transform:uppercase;font-size:16px;padding:.5em .75em;text-shadow:0 -1px 0 rgba(0,0,0,0.9);color:#888}tbody td{border-top:1px solid #747474;border-top:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:-moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 )}tbody td ul{padding-left:1em}tbody td p,tbody td ul{font-size:16px}tbody td p code,tbody td ul code{font-size:14px}code.option,th .option,code.filter,th .filter{color:#50B600}code.flag,th .flag,code.output,th .output{color:#049DCE}code.option,code.flag,code.filter,code.output{margin-bottom:2px}.note{margin:30px 0;margin-left:-30px;padding:20px 20px 24px;padding-left:50px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;position:relative;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);box-shadow:0 1px 5px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.3);background-color:#7e6d42;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#7e6d42), to(#5c4e35));background-image:-webkit-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:-moz-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:-o-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);background-image:linear-gradient(to bottom, #7e6d42 0%, #5c4e35 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 )}@media (max-width: 568px){.note{margin-right:-30px}}@media (min-width: 768px){.note{margin-left:-50px}}.note:before{content:"";position:absolute;top:-10px;left:0;border-color:transparent #222 #222 transparent;border-style:solid;border-width:5px;width:0;height:0}.note h5,.note p{margin:0;color:#fff}.note h5{line-height:1.5em;font-weight:900;font-style:normal}.note p{font-weight:400;font-size:.75em}.note:after{content:'\2605';color:#fc0;position:absolute;top:14px;left:14px;font-size:28px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.info{background-color:#0389aa;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#0389aa), to(#00617f));background-image:-webkit-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:-moz-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:-o-linear-gradient(top, #0389aa 0%, #00617f 100%);background-image:linear-gradient(to bottom, #0389aa 0%, #00617f 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 )}.warning{background-color:#9e2812;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));background-image:-webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:-o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);background-image:linear-gradient(to bottom, #9e2812 0%, #6f0d0d 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 )}.unreleased{background-color:#cd9239;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkOTIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjc1MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear, left top, left bottom, from(#cd9239), to(#a27528));background-image:-webkit-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:-moz-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:-o-linear-gradient(top, #cd9239 0%, #a27528 100%);background-image:linear-gradient(to bottom, #cd9239 0%, #a27528 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9239', endColorstr='#a27528',GradientType=0 )}.info:before{border-color:transparent #00617f #00617f transparent}.warning:before{border-color:transparent #6f0d0d #6f0d0d transparent}.unreleased:before{border-color:transparent #664719 #664719 transparent}.info:after{content:'\24D8';color:#fff;position:absolute;top:15px;left:15px;font-size:28px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.warning:after{content:'\203C';color:#fc0;position:absolute;top:15px;left:15px;font-size:32px;font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.5)}.unreleased:after{content:'\2692';color:#2b2a12;position:absolute;top:8px;left:15px;font-size:38px;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,0.25)}.version-badge{margin-left:.25em;padding:0.2em;font-size:.75em;font-weight:400;background-color:#fc0;color:#222;text-shadow:none;vertical-align:middle;border-radius:3.75px}.note .version-badge{font-size:0.9rem;padding:0.1em 0.2em;background-color:rgba(0,0,0,0.2);color:#fff;box-shadow:inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5)}@media (max-width: 768px){.mobile-side-scroller{overflow-x:scroll;margin:0 -40px;padding:0 10px}}.show-on-mobiles{display:none}@media screen and (max-width: 568px){.show-on-mobiles{display:block !important}a .show-on-mobiles{display:inline !important}}.videoWrapper{position:relative;padding-bottom:52.4%;padding-top:25px;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.imageWrapper{width:100%;height:0;padding-bottom:62.623762376237624%;position:relative;background:#717171;display:block}.imageWrapper img{width:100%;position:absolute;opacity:0}.imageWrapper img.b-loaded{opacity:1;transition:opacity .5s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.result{padding:12px}.image-description{margin:-20px 0 20px;padding:10px 15px;font-size:0.81em;text-align:justify;background:#5c5c5c}.image-description pre,.image-description code{font-size:0.75em;background:#454545}.language-sh{position:relative}.language-sh:before{display:table;padding:8px;width:100%;padding:5px 0;font:400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#444;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#f7f7f7;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background-image:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaa));background-image:-webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:-o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);background-image:linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaa 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );border-bottom:1px solid #111;text-align:center;content:"terminal";-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.5);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.5);box-shadow:0 3px 10px rgba(0,0,0,0.5)}.language-sh .highlight{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.language-sh pre.highlight{background:#1c1c1c}.showcase{display:flex;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:space-between}.showcase li{flex:1 1 300px;box-sizing:border-box;margin:10px}.showcase li figure{margin:0}.showcase li figcaption{text-align:center}.showcase li.spacer{height:0;margin:0}.step-nav{background:#2b2b2b;border-radius:5px;color:#fc0;padding:8px 45px}.step-nav li{margin:0;padding:0}.step-nav li.current,.step-nav li.current a{color:#f90;font-weight:bold}ol div.highlighter-rouge{margin:8px 0 10px 0}
2
+
3
+ /*# sourceMappingURL=screen.css.map */
@@ -0,0 +1,28 @@
1
+ {
2
+ "version": 3,
3
+ "file": "screen.css",
4
+ "sources": [
5
+ "screen.scss",
6
+ "jekyll/docs/_sass/_mixins.scss",
7
+ "jekyll/docs/_sass/_normalize.scss",
8
+ "jekyll/docs/_sass/_gridism.scss",
9
+ "jekyll/docs/_sass/_pygments.scss",
10
+ "jekyll/docs/_sass/_font-awesome.scss",
11
+ "jekyll/docs/_sass/_fonts.scss",
12
+ "jekyll/docs/_sass/_docsearch.scss",
13
+ "jekyll/docs/_sass/_style.scss"
14
+ ],
15
+ "sourcesContent": [
16
+ "@import \"mixins\";\n@import \"normalize\";\n@import \"gridism\";\n@import \"pygments\";\n@import \"font-awesome\";\n@import \"fonts\";\n@import \"docsearch\";\n@import \"style\";\n",
17
+ "@mixin box-shadow($shadow...) {\n -webkit-box-shadow: $shadow;\n -moz-box-shadow: $shadow;\n box-shadow: $shadow;\n}\n\n@mixin border-radius($radius...) {\n -webkit-border-radius: $radius;\n -moz-border-radius: $radius;\n border-radius: $radius;\n}\n\n@mixin border-top-left-radius($radius...) {\n -webkit-border-top-left-radius: $radius;\n -moz-border-radius-topleft: $radius;\n border-top-left-radius: $radius;\n}\n\n@mixin border-top-right-radius($radius...) {\n -webkit-border-top-right-radius: $radius;\n -moz-border-radius-topright: $radius;\n border-top-right-radius: $radius;\n}\n\n@mixin transition($transition...) {\n -webkit-transition: $transition;\n -moz-transition: $transition;\n -o-transition: $transition;\n transition: $transition;\n}\n\n@mixin user-select($select...) {\n -webkit-user-select: $select; /* Chrome all / Safari all */\n -moz-user-select: $select; /* Firefox all */\n -ms-user-select: $select; /* IE 10+ */\n -o-user-select: $select;\n user-select: $select;\n}\n",
18
+ "/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\n\nfigcaption,\nfigure,\nmain { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57- and Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\n\ndetails, /* 1 */\nmenu {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Scripting\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\ncanvas {\n display: inline-block;\n}\n\n/**\n * Add the correct display in IE.\n */\n\ntemplate {\n display: none;\n}\n\n/* Hidden\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10-.\n */\n\n[hidden] {\n display: none;\n}\n",
19
+ "/*\n * Gridism\n * A simple, responsive, and handy CSS grid by @cobyism\n * https://github.com/cobyism/gridism\n */\n\n/* Preserve some sanity */\n.grid,\n.unit {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n/* Set up some rules to govern the grid */\n.grid {\n display: block;\n clear: both;\n}\n.grid .unit {\n float: left;\n width: 100%;\n padding: 10px;\n}\n\n/* This ensures the outer gutters are equal to the (doubled) inner gutters. */\n.grid .unit:first-child { padding-left: 20px; }\n.grid .unit:last-child { padding-right: 20px; }\n\n/* Nested grids already have padding though, so let's nuke it */\n.unit .unit:first-child { padding-left: 0; }\n.unit .unit:last-child { padding-right: 0; }\n.unit .grid:first-child > .unit { padding-top: 0; }\n.unit .grid:last-child > .unit { padding-bottom: 0; }\n\n/* Let people nuke the gutters/padding completely in a couple of ways */\n.no-gutters .unit,\n.unit.no-gutters {\n padding: 0 !important;\n}\n\n/* Wrapping at a maximum width is optional */\n.wrap .grid,\n.grid.wrap {\n max-width: 978px;\n margin: 0 auto;\n}\n\n/* Width classes also have shorthand versions numbered as fractions\n * For example: for a grid unit 1/3 (one third) of the parent width,\n * simply apply class=\"w-1-3\" to the element. */\n.grid .whole, .grid .w-1-1 { width: 100%; }\n.grid .half, .grid .w-1-2 { width: 50%; }\n.grid .one-third, .grid .w-1-3 { width: 33.3332%; }\n.grid .two-thirds, .grid .w-2-3 { width: 66.6665%; }\n.grid .one-quarter,\n.grid .one-fourth, .grid .w-1-4 { width: 25%; }\n.grid .three-quarters,\n.grid .three-fourths, .grid .w-3-4 { width: 75%; }\n.grid .one-fifth, .grid .w-1-5 { width: 20%; }\n.grid .two-fifths, .grid .w-2-5 { width: 40%; }\n.grid .three-fifths, .grid .w-3-5 { width: 60%; }\n.grid .four-fifths, .grid .w-4-5 { width: 80%; }\n.grid .golden-small, .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */\n.grid .golden-large, .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */\n\n/* Clearfix after every .grid */\n.grid {\n *zoom: 1;\n}\n.grid:before, .grid:after {\n display: table;\n content: \"\";\n line-height: 0;\n}\n.grid:after {\n clear: both;\n}\n\n/* Utility classes */\n.align-center { text-align: center; }\n.align-left { text-align: left; }\n.align-right { text-align: right; }\n.pull-left { float: left; }\n.pull-right { float: right; }\n\n/* A property for a better rendering of images in units: in\n this way bigger pictures are just resized if the unit\n becomes smaller */\n.unit img {\n max-width: 100%;\n height: auto;\n}\n\n/* Responsive Stuff */\n@media screen and (max-width: 568px) {\n /* Stack anything that isn't full-width on smaller screens\n and doesn't provide the no-stacking-on-mobiles class */\n .grid:not(.no-stacking-on-mobiles) > .unit {\n width: 100% !important;\n padding-left: 20px;\n padding-right: 20px;\n }\n .unit .grid .unit {\n padding-left: 0px;\n padding-right: 0px;\n }\n\n /* Sometimes, you just want to be different on small screens */\n .center-on-mobiles {\n text-align: center !important;\n }\n .hide-on-mobiles {\n display: none !important;\n }\n}\n\n/* Expand the wrap a bit further on larger screens */\n@media screen and (min-width: 1180px) {\n .wider .grid,\n .grid.wider {\n max-width: 1180px;\n margin: 0 auto;\n }\n}\n",
20
+ ".highlight {\n .hll { background-color: #ffffcc }\n .c { color: #999; font-style: italic } /* Comment */\n .err { color: #ffffff} /* Error */\n .g { color: #ffffff} /* Generic */\n .k { color: #f0e68c} /* Keyword */\n .l { color: #ffffff} /* Literal */\n .n { color: #ffffff} /* Name */\n .o { color: #ffffff} /* Operator */\n .x { color: #ffffff} /* Other */\n .p { color: #98b9ef} /* Punctuation */\n .cm { color: #87ceeb} /* Comment.Multiline */\n .cp { color: #cd5c5c} /* Comment.Preproc */\n .c1 { color: #87ceeb} /* Comment.Single */\n .cs { color: #87ceeb} /* Comment.Special */\n .gd { color: #ce342c} /* Generic.Deleted */\n .ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */\n .gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */\n .gh { color: #cd5c5c} /* Generic.Heading */\n .gi { color: #27b42c} /* Generic.Inserted */\n span.go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */\n .gp { color: #ffffff} /* Generic.Prompt */\n .gs { color: #ffffff} /* Generic.Strong */\n .gu { color: #cd5c5c} /* Generic.Subheading */\n .gt { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Traceback */\n .kc { color: #f0e68c} /* Keyword.Constant */\n .kd { color: #f0e68c} /* Keyword.Declaration */\n .kn { color: #f0e68c} /* Keyword.Namespace */\n .kp { color: #f0e68c} /* Keyword.Pseudo */\n .kr { color: #f0e68c} /* Keyword.Reserved */\n .kt { color: #bdb76b} /* Keyword.Type */\n .ld { color: #ffffff} /* Literal.Date */\n .m { color: #ffffff} /* Literal.Number */\n .s { color: #ffffff} /* Literal.String */\n .na { color: #ffffff} /* Name.Attribute */\n .nb { color: #ffffff} /* Name.Builtin */\n .nc { color: #ffffff} /* Name.Class */\n .no { color: #ffa0a0} /* Name.Constant */\n .nd { color: #ffffff} /* Name.Decorator */\n .ni { color: #ffdead} /* Name.Entity */\n .ne { color: #ffffff} /* Name.Exception */\n .nf { color: #ffffff} /* Name.Function */\n .nl { color: #ffffff} /* Name.Label */\n .nn { color: #ffffff} /* Name.Namespace */\n .nx { color: #ffffff} /* Name.Other */\n .py { color: #ffffff} /* Name.Property */\n .nt { color: #f0e68c} /* Name.Tag */\n .nv { color: #88d472} /* Name.Variable */\n .ow { color: #ffffff} /* Operator.Word */\n .w { color: #ffffff} /* Text.Whitespace */\n .mf { color: #ffffff} /* Literal.Number.Float */\n .mh { color: #ffffff} /* Literal.Number.Hex */\n .mi { color: #ffffff} /* Literal.Number.Integer */\n .mo { color: #ffffff} /* Literal.Number.Oct */\n .sb { color: #ffffff} /* Literal.String.Backtick */\n .sc { color: #ffffff} /* Literal.String.Char */\n .sd { color: #ffffff} /* Literal.String.Doc */\n .s2 { color: #ffffff} /* Literal.String.Double */\n .se { color: #ffffff} /* Literal.String.Escape */\n .sh { color: #ffffff} /* Literal.String.Heredoc */\n .si { color: #ffffff} /* Literal.String.Interpol */\n .sx { color: #ffffff} /* Literal.String.Other */\n .sr { color: #ffffff} /* Literal.String.Regex */\n .s1 { color: #ffffff} /* Literal.String.Single */\n .ss { color: #ffffff} /* Literal.String.Symbol */\n .bp { color: #ffffff} /* Name.Builtin.Pseudo */\n .vc { color: #98fb98} /* Name.Variable.Class */\n .vg { color: #98fb98} /* Name.Variable.Global */\n .vi { color: #98fb98} /* Name.Variable.Instance */\n .il { color: #ffffff} /* Literal.Number.Integer.Long */\n .bash .nv {\n user-select: none;\n }\n}\n",
21
+ "@font-face {\n font-family: 'FontAwesome';\n src: url('../fonts/FontAwesome.eot?9h6hxj');\n src: url('../fonts/FontAwesome.eot?9h6hxj#iefix') format('embedded-opentype'),\n url('../fonts/FontAwesome.woff?9h6hxj') format('woff'),\n url('../fonts/FontAwesome.ttf?9h6hxj') format('truetype'),\n url('../fonts/FontAwesome.svg?9h6hxj#FontAwesome') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n.fa {\n display: inline-block;\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.fa-link:before {\n content: \"\\f0c1\";\n}\n.fa-pencil:before {\n content: \"\\f040\";\n}\n",
22
+ "/* lato-300 - latin */\n@font-face {\n font-family: 'Lato';\n font-style: normal;\n font-weight: 300;\n src: local('Lato Light'), local('Lato-Light'),\n url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-300italic - latin */\n@font-face {\n font-family: 'Lato';\n font-style: italic;\n font-weight: 300;\n src: local('Lato Light Italic'), local('Lato-LightItalic'),\n url('../fonts/lato-v14-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-regular - latin */\n@font-face {\n font-family: 'Lato';\n font-style: normal;\n font-weight: 400;\n src: local('Lato Regular'), local('Lato-Regular'),\n url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-italic - latin */\n@font-face {\n font-family: 'Lato';\n font-style: italic;\n font-weight: 400;\n src: local('Lato Italic'), local('Lato-Italic'),\n url('../fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-700 - latin */\n@font-face {\n font-family: 'Lato';\n font-style: normal;\n font-weight: 700;\n src: local('Lato Bold'), local('Lato-Bold'),\n url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-700italic - latin */\n@font-face {\n font-family: 'Lato';\n font-style: italic;\n font-weight: 700;\n src: local('Lato Bold Italic'), local('Lato-BoldItalic'),\n url('../fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-900 - latin */\n@font-face {\n font-family: 'Lato';\n font-style: normal;\n font-weight: 900;\n src: local('Lato Black'), local('Lato-Black'),\n url('../fonts/lato-v14-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n\n/* lato-900italic - latin */\n@font-face {\n font-family: 'Lato';\n font-style: italic;\n font-weight: 900;\n src: local('Lato Black Italic'), local('Lato-BlackItalic'),\n url('../fonts/lato-v14-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */\n url('../fonts/lato-v14-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */\n font-display: swap;\n}\n",
23
+ ".searchbox {\n display: inline-block;\n position: relative;\n width: 200px;\n height: 32px !important;\n padding-top: 1px;\n white-space: nowrap;\n box-sizing: border-box;\n visibility: visible !important;\n}\n\n.searchbox .algolia-autocomplete {\n display: block;\n width: 100%;\n height: 100%;\n}\n\n.searchbox__wrapper {\n width: 100%;\n height: 100%;\n z-index: 999;\n position: relative;\n}\n\n.searchbox__input {\n display: inline-block;\n box-sizing: border-box;\n transition: box-shadow 0.4s ease, background 0.4s ease;\n border: 0;\n border-radius: 16px;\n box-shadow: inset 0 0 0 1px #cccccc;\n background: #ffffff !important;\n padding: 0;\n padding-right: 26px;\n padding-left: 32px;\n width: 100%;\n height: 100%;\n vertical-align: middle;\n white-space: normal;\n font-size: 12px;\n appearance: none;\n}\n\n.searchbox__input::-webkit-search-decoration, .searchbox__input::-webkit-search-cancel-button, .searchbox__input::-webkit-search-results-button, .searchbox__input::-webkit-search-results-decoration {\n display: none;\n}\n\n.searchbox__input:hover {\n box-shadow: inset 0 0 0 1px #b3b3b3;\n}\n\n.searchbox__input:focus, .searchbox__input:active {\n outline: 0;\n box-shadow: inset 0 0 0 1px #aaaaaa;\n background: #ffffff;\n}\n\n.searchbox__input::placeholder {\n color: #aaaaaa;\n}\n\n.searchbox__submit {\n position: absolute;\n top: 0;\n margin: 0;\n border: 0;\n border-radius: 16px 0 0 16px;\n background-color: rgba(69, 142, 225, 0);\n padding: 0;\n width: 32px;\n height: 100%;\n vertical-align: middle;\n text-align: center;\n font-size: inherit;\n user-select: none;\n right: inherit;\n left: 0;\n}\n\n.searchbox__submit::before {\n display: inline-block;\n margin-right: -4px;\n height: 100%;\n vertical-align: middle;\n content: '';\n}\n\n.searchbox__submit:hover, .searchbox__submit:active {\n cursor: pointer;\n}\n\n.searchbox__submit:focus {\n outline: 0;\n}\n\n.searchbox__submit svg {\n width: 14px;\n height: 14px;\n vertical-align: middle;\n fill: #6d7e96;\n}\n\n.searchbox__reset {\n display: block;\n position: absolute;\n top: 8px;\n right: 8px;\n margin: 0;\n border: 0;\n background: none;\n cursor: pointer;\n padding: 0;\n font-size: inherit;\n user-select: none;\n fill: rgba(0, 0, 0, 0.5);\n}\n\n.searchbox__reset.hide {\n display: none;\n}\n\n.searchbox__reset:focus {\n outline: 0;\n}\n\n.searchbox__reset svg {\n display: block;\n margin: 4px;\n width: 8px;\n height: 8px;\n}\n\n.searchbox__input:valid ~ .searchbox__reset {\n display: block;\n animation-name: sbx-reset-in;\n animation-duration: 0.15s;\n}\n\n@keyframes sbx-reset-in {\n 0% {\n transform: translate3d(-20%, 0, 0);\n opacity: 0;\n }\n 100% {\n transform: none;\n opacity: 1;\n }\n}\n\n.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {\n right: 0 !important;\n left: inherit !important;\n}\n\n.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before {\n right: 48px;\n}\n\n.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu {\n left: 0 !important;\n right: inherit !important;\n}\n\n.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before {\n left: 48px;\n}\n\n.algolia-autocomplete .ds-dropdown-menu {\n position: relative;\n top: -6px;\n border-radius: 4px;\n margin: 6px 0 0;\n padding: 0;\n text-align: left;\n height: auto;\n position: relative;\n background: transparent;\n border: none;\n z-index: 999;\n max-width: 600px;\n min-width: 500px;\n box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);\n}\n\n.algolia-autocomplete .ds-dropdown-menu:before {\n display: block;\n position: absolute;\n content: '';\n width: 14px;\n height: 14px;\n background: #fff;\n z-index: 1000;\n top: -7px;\n border-top: 1px solid #d9d9d9;\n border-right: 1px solid #d9d9d9;\n transform: rotate(-45deg);\n border-radius: 2px;\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {\n position: relative;\n z-index: 1000;\n margin-top: 8px;\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestions a:hover {\n text-decoration: none;\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestion {\n cursor: pointer;\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple {\n background-color: rgba(69, 142, 225, 0.05);\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {\n background-color: rgba(69, 142, 225, 0.05);\n}\n\n.algolia-autocomplete .ds-dropdown-menu [class^='ds-dataset-'] {\n position: relative;\n border: solid 1px #d9d9d9;\n background: #fff;\n border-radius: 4px;\n overflow: auto;\n padding: 0 8px 8px;\n}\n\n.algolia-autocomplete .ds-dropdown-menu * {\n box-sizing: border-box;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion {\n display: block;\n position: relative;\n padding: 0 8px;\n background: #fff;\n color: #02060c;\n overflow: hidden;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--highlight {\n color: #174d8c;\n background: rgba(143, 187, 237, 0.1);\n padding: 0.1em 0.05em;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0\n.algolia-docsearch-suggestion--highlight,\n.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1\n.algolia-docsearch-suggestion--highlight {\n padding: 0 0 1px;\n background: inherit;\n box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, 0.8);\n color: inherit;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {\n padding: 0 0 1px;\n background: inherit;\n box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, 0.8);\n color: inherit;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--content {\n display: block;\n float: right;\n width: 70%;\n position: relative;\n padding: 5.33333px 0 5.33333px 10.66667px;\n cursor: pointer;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--content:before {\n content: '';\n position: absolute;\n display: block;\n top: 0;\n height: 100%;\n width: 1px;\n background: #ddd;\n left: -1px;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--category-header {\n position: relative;\n border-bottom: 1px solid #ddd;\n display: none;\n margin-top: 8px;\n padding: 4px 0;\n font-size: 1em;\n color: #33363d;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--wrapper {\n width: 100%;\n float: left;\n padding: 8px 0 0 0;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {\n float: left;\n width: 30%;\n padding-left: 0;\n text-align: right;\n position: relative;\n padding: 5.33333px 10.66667px;\n color: #a4a7ae;\n font-size: 0.9em;\n word-wrap: break-word;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before {\n content: '';\n position: absolute;\n display: block;\n top: 0;\n height: 100%;\n width: 1px;\n background: #ddd;\n right: 0;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline {\n display: none;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--title {\n margin-bottom: 4px;\n color: #02060c;\n font-size: 0.9em;\n font-weight: bold;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--text {\n display: block;\n line-height: 1.2em;\n font-size: 0.85em;\n color: #63676d;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--no-results {\n width: 100%;\n padding: 8px 0;\n text-align: center;\n font-size: 1.2em;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before {\n display: none;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion code {\n padding: 1px 5px;\n font-size: 90%;\n border: none;\n color: #222222;\n background-color: #ebebeb;\n border-radius: 3px;\n font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight {\n background: none;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header {\n display: block;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary {\n display: block;\n}\n\n@media all and (min-width: 768px) {\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {\n display: block;\n }\n}\n\n@media all and (max-width: 768px) {\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {\n display: inline-block;\n width: auto;\n text-align: left;\n float: left;\n padding: 0;\n color: #02060c;\n font-size: 0.9em;\n font-weight: bold;\n text-align: left;\n opacity: 0.5;\n }\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:before {\n display: none;\n }\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:after {\n content: '|';\n }\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content {\n display: inline-block;\n width: auto;\n text-align: left;\n float: left;\n padding: 0;\n }\n .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content:before {\n display: none;\n }\n}\n\n.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion {\n border-bottom: solid 1px #eee;\n padding: 8px;\n margin: 0;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content {\n width: 100%;\n padding: 0;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before {\n display: none;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header {\n margin: 0;\n padding: 0;\n display: block;\n width: 100%;\n border: none;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0 {\n opacity: 0.6;\n font-size: 0.85em;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1 {\n opacity: 0.6;\n font-size: 0.85em;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before {\n background-image: url('data:image/svg+xml;utf8,<svg width=\"10\" height=\"10\" viewBox=\"0 0 20 38\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.49 4.31l14 16.126.002-2.624-14 16.074-1.314 1.51 3.017 2.626 1.313-1.508 14-16.075 1.142-1.313-1.14-1.313-14-16.125L3.2.18.18 2.8l1.31 1.51z\" fill-rule=\"evenodd\" fill=\"%231D3657\" /></svg>');\n content: '';\n width: 10px;\n height: 10px;\n display: inline-block;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper {\n width: 100%;\n float: left;\n margin: 0;\n padding: 0;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content, .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline {\n display: none !important;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title {\n margin: 0;\n color: #458ee1;\n font-size: 0.9em;\n font-weight: normal;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before {\n content: '#';\n font-weight: bold;\n color: #458ee1;\n display: inline-block;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text {\n margin: 4px 0 0;\n display: block;\n line-height: 1.4em;\n padding: 5.33333px 8px;\n background: #f8f8f8;\n font-size: 0.85em;\n opacity: 0.8;\n}\n\n.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {\n color: #3f4145;\n font-weight: bold;\n box-shadow: none;\n}\n\n.algolia-autocomplete .algolia-docsearch-footer {\n width: 134px;\n height: 20px;\n z-index: 2000;\n margin-top: 10.66667px;\n float: right;\n font-size: 0;\n line-height: 0;\n}\n\n.algolia-autocomplete .algolia-docsearch-footer--logo {\n background-image: url(\"data:image/svg+xml,%3Csvg width='168' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M78.988.938h16.594a2.968 2.968 0 0 1 2.966 2.966V20.5a2.967 2.967 0 0 1-2.966 2.964H78.988a2.967 2.967 0 0 1-2.966-2.964V3.897A2.961 2.961 0 0 1 78.988.938zm41.937 17.866c-4.386.02-4.386-3.54-4.386-4.106l-.007-13.336 2.675-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-10.846-2.18c.821 0 1.43-.047 1.855-.129v-2.719a6.334 6.334 0 0 0-1.574-.199c-.295 0-.596.021-.897.069a2.699 2.699 0 0 0-.814.24c-.24.116-.439.28-.582.491-.15.212-.219.335-.219.656 0 .628.219.991.616 1.23s.938.362 1.615.362zm-.233-9.7c.883 0 1.629.109 2.231.328.602.218 1.088.525 1.444.915.363.396.609.922.76 1.483.157.56.232 1.175.232 1.85v6.874c-.41.089-1.034.19-1.868.314-.834.123-1.772.185-2.813.185-.69 0-1.327-.069-1.895-.198a4.001 4.001 0 0 1-1.471-.636 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.803 0-.656.13-1.073.384-1.525.26-.45.608-.819 1.047-1.106.445-.287.95-.492 1.532-.615a8.8 8.8 0 0 1 1.82-.185 8.404 8.404 0 0 1 1.972.24v-.438c0-.307-.035-.6-.11-.874a1.88 1.88 0 0 0-.384-.73 1.784 1.784 0 0 0-.724-.493 3.164 3.164 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164a7.735 7.735 0 0 0-1.26.307l-.321-2.192c.335-.117.834-.233 1.478-.349a10.98 10.98 0 0 1 2.073-.178zm52.842 9.626c.822 0 1.43-.048 1.854-.13V13.7a6.347 6.347 0 0 0-1.574-.199c-.294 0-.595.021-.896.069a2.7 2.7 0 0 0-.814.24 1.46 1.46 0 0 0-.582.491c-.15.212-.218.335-.218.656 0 .628.218.991.615 1.23.404.245.938.362 1.615.362zm-.226-9.694c.883 0 1.629.108 2.231.327.602.219 1.088.526 1.444.915.355.39.609.923.759 1.483.158.56.233 1.175.233 1.852v6.873c-.41.088-1.034.19-1.868.314-.834.123-1.772.184-2.813.184-.69 0-1.327-.068-1.895-.198a4.001 4.001 0 0 1-1.471-.635 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.804 0-.656.13-1.073.384-1.524.26-.45.608-.82 1.047-1.107.445-.286.95-.491 1.532-.614a8.803 8.803 0 0 1 2.751-.13c.329.034.671.096 1.04.185v-.437a3.3 3.3 0 0 0-.109-.875 1.873 1.873 0 0 0-.384-.731 1.784 1.784 0 0 0-.724-.492 3.165 3.165 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164-.514.089-.938.191-1.26.307l-.321-2.193c.335-.116.834-.232 1.478-.348a11.633 11.633 0 0 1 2.073-.177zm-8.034-1.271a1.626 1.626 0 0 1-1.628-1.62c0-.895.725-1.62 1.628-1.62.904 0 1.63.725 1.63 1.62 0 .895-.733 1.62-1.63 1.62zm1.348 13.22h-2.689V7.27l2.69-.423v11.956zm-4.714 0c-4.386.02-4.386-3.54-4.386-4.107l-.008-13.336 2.676-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-8.698-5.903c0-1.156-.253-2.119-.746-2.788-.493-.677-1.183-1.01-2.067-1.01-.882 0-1.574.333-2.065 1.01-.493.676-.733 1.632-.733 2.788 0 1.168.246 1.953.74 2.63.492.683 1.183 1.018 2.066 1.018.882 0 1.574-.342 2.067-1.019.492-.683.738-1.46.738-2.63zm2.737-.007c0 .902-.13 1.584-.397 2.33a5.52 5.52 0 0 1-1.128 1.906 4.986 4.986 0 0 1-1.752 1.223c-.685.286-1.739.45-2.265.45-.528-.006-1.574-.157-2.252-.45a5.096 5.096 0 0 1-1.744-1.223c-.487-.527-.863-1.162-1.137-1.906a6.345 6.345 0 0 1-.41-2.33c0-.902.123-1.77.397-2.508a5.554 5.554 0 0 1 1.15-1.892 5.133 5.133 0 0 1 1.75-1.216c.679-.287 1.425-.423 2.232-.423.808 0 1.553.142 2.237.423.685.286 1.274.69 1.753 1.216a5.644 5.644 0 0 1 1.135 1.892c.287.738.431 1.606.431 2.508zm-20.138 0c0 1.12.246 2.363.738 2.882.493.52 1.13.78 1.91.78.424 0 .828-.062 1.204-.178.377-.116.677-.253.917-.417V9.33a10.476 10.476 0 0 0-1.766-.226c-.971-.028-1.71.37-2.23 1.004-.513.636-.773 1.75-.773 2.788zm7.438 5.274c0 1.824-.466 3.156-1.404 4.004-.936.846-2.367 1.27-4.296 1.27-.705 0-2.17-.137-3.34-.396l.431-2.118c.98.205 2.272.26 2.95.26 1.074 0 1.84-.219 2.299-.656.459-.437.684-1.086.684-1.948v-.437a8.07 8.07 0 0 1-1.047.397c-.43.13-.93.198-1.492.198-.739 0-1.41-.116-2.018-.349a4.206 4.206 0 0 1-1.567-1.025c-.431-.45-.774-1.017-1.013-1.694-.24-.677-.363-1.885-.363-2.773 0-.834.13-1.88.384-2.577.26-.696.629-1.298 1.129-1.796.493-.498 1.095-.881 1.8-1.162a6.605 6.605 0 0 1 2.428-.457c.87 0 1.67.109 2.45.24.78.129 1.444.265 1.985.415V18.17z' fill='%235468FF'/%3E%3Cpath d='M6.972 6.677v1.627c-.712-.446-1.52-.67-2.425-.67-.585 0-1.045.13-1.38.391a1.24 1.24 0 0 0-.502 1.03c0 .425.164.765.494 1.02.33.256.835.532 1.516.83.447.192.795.356 1.045.495.25.138.537.332.862.582.324.25.563.548.718.894.154.345.23.741.23 1.188 0 .947-.334 1.691-1.004 2.234-.67.542-1.537.814-2.601.814-1.18 0-2.16-.229-2.936-.686v-1.708c.84.628 1.814.942 2.92.942.585 0 1.048-.136 1.388-.407.34-.271.51-.646.51-1.125 0-.287-.1-.55-.302-.79-.203-.24-.42-.42-.655-.542-.234-.123-.585-.29-1.053-.503-.276-.127-.47-.218-.582-.271a13.67 13.67 0 0 1-.55-.287 4.275 4.275 0 0 1-.567-.351 6.92 6.92 0 0 1-.455-.4c-.18-.17-.31-.34-.39-.51-.08-.17-.155-.37-.224-.598a2.553 2.553 0 0 1-.104-.742c0-.915.333-1.638.998-2.17.664-.532 1.523-.798 2.576-.798.968 0 1.793.17 2.473.51zm7.468 5.696v-.287c-.022-.607-.187-1.088-.495-1.444-.309-.357-.75-.535-1.324-.535-.532 0-.99.194-1.373.583-.382.388-.622.949-.717 1.683h3.909zm1.005 2.792v1.404c-.596.34-1.383.51-2.362.51-1.255 0-2.255-.377-3-1.132-.744-.755-1.116-1.744-1.116-2.968 0-1.297.34-2.316 1.021-3.055.68-.74 1.548-1.11 2.6-1.11 1.033 0 1.852.323 2.458.966.606.644.91 1.572.91 2.784 0 .33-.033.676-.096 1.038h-5.314c.107.702.405 1.239.894 1.611.49.372 1.106.558 1.85.558.862 0 1.58-.202 2.155-.606zm6.605-1.77h-1.212c-.596 0-1.045.116-1.349.35-.303.234-.454.532-.454.894 0 .372.117.664.35.877.235.213.575.32 1.022.32.51 0 .912-.142 1.204-.424.293-.281.44-.651.44-1.108v-.91zm-4.068-2.554V9.325c.627-.361 1.457-.542 2.489-.542 2.116 0 3.175 1.026 3.175 3.08V17h-1.548v-.957c-.415.68-1.143 1.02-2.186 1.02-.766 0-1.38-.22-1.843-.661-.462-.442-.694-1.003-.694-1.684 0-.776.293-1.38.878-1.81.585-.431 1.404-.647 2.457-.647h1.34V11.8c0-.554-.133-.971-.399-1.253-.266-.282-.707-.423-1.324-.423a4.07 4.07 0 0 0-2.345.718zm9.333-1.93v1.42c.394-1 1.101-1.5 2.123-1.5.148 0 .313.016.494.048v1.531a1.885 1.885 0 0 0-.75-.143c-.542 0-.989.24-1.34.718-.351.479-.527 1.048-.527 1.707V17h-1.563V8.91h1.563zm5.01 4.084c.022.82.272 1.492.75 2.019.479.526 1.15.79 2.01.79.639 0 1.235-.176 1.788-.527v1.404c-.521.319-1.186.479-1.995.479-1.265 0-2.276-.4-3.031-1.197-.755-.798-1.133-1.792-1.133-2.984 0-1.16.38-2.151 1.14-2.975.761-.825 1.79-1.237 3.088-1.237.702 0 1.346.149 1.93.447v1.436a3.242 3.242 0 0 0-1.77-.495c-.84 0-1.513.266-2.019.798-.505.532-.758 1.213-.758 2.042zM40.24 5.72v4.579c.458-1 1.293-1.5 2.505-1.5.787 0 1.42.245 1.899.734.479.49.718 1.17.718 2.042V17h-1.564v-5.106c0-.553-.14-.98-.422-1.284-.282-.303-.652-.455-1.11-.455-.531 0-1.002.202-1.411.606-.41.405-.615 1.022-.615 1.851V17h-1.563V5.72h1.563zm14.966 10.02c.596 0 1.096-.253 1.5-.758.404-.506.606-1.157.606-1.955 0-.915-.202-1.62-.606-2.114-.404-.495-.92-.742-1.548-.742-.553 0-1.05.224-1.491.67-.442.447-.662 1.133-.662 2.058 0 .958.212 1.67.638 2.138.425.469.946.703 1.563.703zM53.004 5.72v4.42c.574-.894 1.388-1.341 2.44-1.341 1.022 0 1.857.383 2.506 1.149.649.766.973 1.781.973 3.047 0 1.138-.309 2.109-.925 2.912-.617.803-1.463 1.205-2.537 1.205-1.075 0-1.894-.447-2.457-1.34V17h-1.58V5.72h1.58zm9.908 11.104l-3.223-7.913h1.739l1.005 2.632 1.26 3.415c.096-.32.48-1.458 1.15-3.415l.909-2.632h1.66l-2.92 7.866c-.777 2.074-1.963 3.11-3.559 3.11a2.92 2.92 0 0 1-.734-.079v-1.34c.17.042.351.064.543.064 1.032 0 1.755-.57 2.17-1.708z' fill='%235D6494'/%3E%3Cpath d='M89.632 5.967v-.772a.978.978 0 0 0-.978-.977h-2.28a.978.978 0 0 0-.978.977v.793c0 .088.082.15.171.13a7.127 7.127 0 0 1 1.984-.28c.65 0 1.295.088 1.917.259.082.02.164-.04.164-.13m-6.248 1.01l-.39-.389a.977.977 0 0 0-1.382 0l-.465.465a.973.973 0 0 0 0 1.38l.383.383c.062.061.15.047.205-.014.226-.307.472-.601.746-.874.281-.28.568-.526.883-.751.068-.042.075-.137.02-.2m4.16 2.453v3.341c0 .096.104.165.192.117l2.97-1.537c.068-.034.089-.117.055-.184a3.695 3.695 0 0 0-3.08-1.866c-.068 0-.136.054-.136.13m0 8.048a4.489 4.489 0 0 1-4.49-4.482 4.488 4.488 0 0 1 4.49-4.482 4.488 4.488 0 0 1 4.489 4.482 4.484 4.484 0 0 1-4.49 4.482m0-10.85a6.363 6.363 0 1 0 0 12.729c3.518 0 6.372-2.85 6.372-6.368a6.358 6.358 0 0 0-6.371-6.36' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat;\n background-position: center;\n background-size: 100%;\n overflow: hidden;\n text-indent: -9000px;\n padding: 0 !important;\n width: 100%;\n height: 100%;\n display: block;\n}\n\n// Overrides\n\n.searchbox {\n .searchbox__input {\n padding: 6px 5px 5px 29px;\n font-size: 0.75em;\n border: none;\n border-radius: 5px;\n color: #555;\n background-color: #333 !important;\n box-shadow: 0 0 1px 0 #555;\n\n &::-webkit-input-placeholder {\n color: #aaa;\n }\n &:-ms-input-placeholder {\n color: #aaa;\n }\n &::placeholder {\n color: #aaa;\n }\n\n &:focus, &:active {\n color: #eaeaea;\n background-color: #252525 !important;\n }\n }\n}\n\n.searchbox__submit svg { fill: #fc0 }\n.searchbox__reset svg { fill: #999 }\n\n.algolia-autocomplete {\n .ds-dropdown-menu {\n font-size: 1rem;\n text-shadow: none;\n\n .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {\n background-color: rgba(221, 221, 221, 0.5);\n }\n }\n\n .algolia-docsearch-suggestion--category-header {\n background-color: #444;\n color: #ddd;\n padding: 0.35em;\n }\n\n .algolia-docsearch-suggestion--subcategory-column {\n color: #444;\n }\n\n .algolia-docsearch-suggestion--highlight {\n background-color: #fc0;\n color: #222;\n }\n\n .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {\n box-shadow: inset 0 -2px 0 0 #fc0;\n }\n}\n",
24
+ "/* Base */\n\n html {\n box-sizing: border-box;\n }\n\n *,\n *:before,\n *:after {\n box-sizing: inherit;\n }\n\nbody {\n font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;\n color: #ddd;\n background-color: #333;\n @include box-shadow(inset 0 3px 30px rgba(0,0,0,.3));\n text-shadow: 0 1px 3px rgba(0,0,0,.5);\n -webkit-font-feature-settings: \"kern\" 1;\n -moz-font-feature-settings: \"kern\" 1;\n -o-font-feature-settings: \"kern\" 1;\n font-feature-settings: \"kern\" 1;\n font-kerning: normal;\n margin: 0;\n}\n\n.clear {\n display: block;\n}\n\n.clear:after {\n content: \" \";\n display: block;\n height: 0;\n clear: both;\n visibility: hidden;\n}\n\n/* Sections */\n\nheader,\nsection,\nfooter {\n float: left;\n width: 100%;\n clear: both;\n}\n\n/* Header */\n\nheader {\n padding: 15px;\n background: darken(#333, 3%);\n\n h1,\n nav { display: inline-block; }\n\n .flexbox {\n display: flex;\n height: 50px;\n\n & > * { margin: auto }\n }\n\n .logo {\n display: block;\n img { margin-top: -7px }\n }\n\n .search .svg-icons { display: none }\n}\n\nnav, .meta {\n\n ul {\n padding: 0;\n margin: 0;\n white-space: nowrap;\n display: inline-block;\n }\n\n li { display: inline-block; }\n}\n\n.meta ul {\n margin-left: 10px;\n\n li { vertical-align: middle; }\n}\n\n.main-nav, .meta {\n\n li {\n\n a {\n @include border-radius(5px);\n font-weight: 900;\n font-size: 0.75em;\n padding: 0.5em 1em;\n text-shadow: none;\n text-transform: uppercase;\n @include transition(all .25s);\n\n &:hover {\n background-color: #252525;\n @include box-shadow(inset 0 1px 3px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1));\n text-shadow: 0 1px 3px rgba(0,0,0,.5);\n }\n }\n\n &.current {\n\n a {\n background-color: #fc0;\n color: #222;\n @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5));\n text-shadow: 0 1px 0 rgba(255,255,255,.3);\n }\n }\n }\n}\n.mobile-nav {\n padding: 0 5px;\n\n ul {\n overflow: hidden;\n width: 100%;\n display: table;\n }\n\n a {\n float: left;\n width: 100%;\n background-color: #333;\n color: #fc0;\n text-align: center;\n text-transform: uppercase;\n font-size: 0.625em;\n font-weight: 900;\n padding: 10px 5px;\n @include border-radius(5px);\n }\n\n li {\n display: table-cell;\n width: 20%;\n padding: 8px 2px;\n }\n\n .current {\n\n a {\n background-color: #fc0;\n color: #222;\n @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5));\n text-shadow: 0 1px 0 rgba(255,255,255,.3);\n }\n }\n}\n\n/*\n * This code is courtesy Ben Balter, modified by Parker Moore for jekyllrb.com\n * http://ben.balter.com/2014/03/13/pages-anchor-links/\n */\n.header-link {\n position: relative;\n left: 0.5em;\n opacity: 0;\n font-size: 0.8em;\n @include transition(opacity 0.2s ease-in-out 0.1s);\n}\nh2:hover .header-link,\nh3:hover .header-link,\nh4:hover .header-link,\nh5:hover .header-link,\nh6:hover .header-link {\n opacity: 1;\n}\n\n@media (max-width: 580px) {\n header {\n .flexbox { height: auto }\n .logo img { margin-top: 0 }\n }\n}\n@media (max-width: 699px) {\n .searchbox { display: none }\n}\n@media (max-width: 768px) {\n .main-nav ul { text-align: right }\n}\n@media (max-width: 830px) {\n .main-nav {\n .show-on-mobiles { display: inline; }\n .hide-on-mobiles { display: none; }\n }\n}\n@media (max-width: 890px) {\n .meta { display: none; }\n}\n\n/* Footer */\n\nfooter {\n background-color: #212121;\n font-size: 16px;\n padding-bottom: 5px;\n color: #c0c0c0;\n margin-top: 40px;\n\n a {\n color: #fff;\n\n &:hover {\n\n img { opacity: 1; }\n }\n }\n\n .align-right {\n\n p { display: inline-block; }\n }\n\n img {\n display: inline-block;\n vertical-align: middle;\n margin-left: 5px;\n opacity: .8;\n padding: 1px;\n @include transition(opacity .2s);\n }\n}\n\n@media (max-width: 568px) {\n footer {\n .one-third p { margin-bottom: 0; }\n .two-thirds p { margin-top: -20px; }\n }\n}\n\n/* Intro */\n\n.intro {\n\n .unit { padding: 10px 0 40px; }\n\n p {\n font-size: 1.75em;\n line-height: 1em;\n margin: 0;\n }\n}\n\n@media (min-width: 569px) {\n .intro p { font-size: 3.2em; }\n}\n\n/* Quickstart */\n\n.quickstart {\n background-color: #3F1F1F;\n color: #fff;\n margin: 60px 0;\n @include box-shadow(inset 0 3px 10px rgba(0,0,0,.4));\n\n .content { padding: 0; }\n\n h3 {\n font-size: 24px;\n line-height: 24px;\n margin-top: 20px;\n text-shadow: 0 1px 3px rgba(0,0,0,.8);\n }\n\n .code {\n font-size: 12px;\n display: block;\n margin: 0 0 -30px;\n }\n}\n\n@media (min-width: 768px) {\n .quickstart {\n\n .code {\n font-size: 18px;\n margin: -30px 0;\n float: right;\n }\n\n h3 {\n margin: 50px 0 0;\n text-align: center;\n }\n }\n}\n\n/* Code */\n\n.quickstart {\n\n .code {\n display: block;\n padding: 0;\n font-family: Menlo, Consolas, \"Courier New\", Courier, \"Liberation Mono\", monospace;\n line-height: 1.3em;\n\n .title {\n display: block;\n text-align: center;\n margin: 0 20px;\n padding: 5px 0;\n @include border-radius(5px 5px 0 0);\n @include box-shadow(0 3px 10px rgba(0,0,0,.5));\n font: 400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;\n color: #444;\n text-shadow: 0 1px 0 rgba(255,255,255,.5);\n background-color: #f7f7f7;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaaaaa));\n background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: -o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );\n border-bottom: 1px solid #111;\n }\n\n .shell {\n padding: 20px;\n text-shadow: none;\n margin: 0 20px;\n background-color: #171717;\n @include border-radius(0 0 5px 5px);\n @include box-shadow(0 5px 30px rgba(0,0,0,.3));\n }\n\n .line {\n display: block;\n margin: 0;\n padding: 0;\n\n span { display: inline-block; }\n }\n\n .path {\n color: #87ceeb;\n @include user-select(none);\n }\n\n .prompt {\n color: #cd5c5c;\n -webkit-user-select: none; /* Chrome all / Safari all */\n -moz-user-select: none; /* Firefox all */\n -ms-user-select: none; /* IE 10+ */\n -o-user-select: none;\n user-select: none;\n }\n\n .command { color: #f0e68c; }\n\n .output { color: #888; }\n }\n}\n\n/* Free Hosting */\n\n.free-hosting {\n\n .pane {\n background-color: #3e3e3e;\n @include border-radius(10px);\n text-shadow: none;\n position: relative;\n padding: 0 20px 30px;\n }\n\n img {\n margin: -30px 0 0;\n width: 180px;\n height: 150px;\n }\n\n h2 { font-size: 28px; }\n\n p,\n a { font-size: 16px; }\n\n p { margin: .75em 0; }\n}\n\n@media (min-width: 768px) {\n .free-hosting {\n\n img {\n float: left;\n margin: -20px -30px -30px -50px;\n width: 300px;\n height: 251px;\n }\n\n .pane-content {\n margin-top: 35px;\n padding-right: 30px;\n }\n\n p,\n a { font-size: 18px; }\n\n .pane:after {\n content: \" \";\n float: right;\n background: url(../img/footer-arrow.png) top left no-repeat;\n width: 73px;\n height: 186px;\n position: absolute;\n right: 0;\n bottom: -30px;\n }\n }\n}\n\n/* Article - Used for both docs and news */\n\n\narticle {\n background-color: #444;\n @include border-radius(10px);\n padding: 20px;\n margin: 0 10px;\n @include box-shadow(0 3px 10px rgba(0,0,0,.1));\n font-size: 16px;\n}\n\n@media (max-width: 480px) {\n article ul { padding-left: 20px; }\n}\n\n@media (max-width: 568px) {\n article { margin: 0; }\n}\n\n@media (min-width: 768px) {\n article {\n padding: 40px 40px 30px;\n font-size: 21px;\n }\n}\n\n/* Right-side nav - used by both docs and news */\n\naside {\n padding-top: 30px;\n\n h4 {\n text-transform: uppercase;\n font-size: 14px;\n font-weight: 700;\n padding: 0 0 10px 30px;\n margin-left: -30px;\n display: inline-block;\n border-bottom: 1px solid #c00;\n }\n\n ul {\n padding-left: 0;\n\n &:first-child { margin-top: 0; }\n }\n\n li {\n list-style-type: none;\n\n a {\n font-size: 16px;\n position: relative\n }\n\n &.current a:before {\n content: \"\";\n border-color: transparent transparent transparent #444;\n border-style: solid;\n border-width: 10px;\n width: 0;\n height: 0;\n position: absolute;\n top: 0;\n left: -30px;\n }\n &.current a {\n color: #f90;\n }\n }\n}\n\n/* Documentation */\n\n.docs {\n\n article { min-height: 800px; }\n\n .content { padding: 0; }\n}\n\n.section-nav {\n text-align: center;\n padding-top: 40px;\n position: relative;\n background: url(../img/article-footer.png) top center no-repeat;\n margin: 40px -20px 10px;\n\n > div { width: 49.5%; }\n\n a,\n span {\n color: #fff;\n font-size: 16px;\n text-transform: uppercase;\n font-weight: 700;\n padding: 8px 12px 10px;\n @include border-radius(5px);\n /*border: 1px solid #333;*/\n @include box-shadow(0 1px 3px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.5));\n background-color: #767676;\n }\n\n a:hover {\n color: #fff;\n background-color: #888;\n }\n\n .next,\n .prev { position: relative; }\n\n .next:after,\n .prev:before {\n font-size: 36px;\n color: #222;\n font-weight: 900;\n text-shadow: 0 1px 0 rgba(255,255,255,.4);\n position: absolute;\n top: -7px;\n }\n\n .next:after {\n content: '\\203A';\n right: 10px;\n }\n\n .prev:before {\n content: '\\2039';\n left: 10px;\n }\n\n .prev,\n .prev:hover { padding-left: 30px; }\n\n .next,\n .next:hover { padding-right: 30px; }\n\n .disabled {\n opacity: .5;\n cursor: default;\n }\n}\n\n.improve {\n padding-top: 25px;\n font-size: 16px;\n a {\n color: #999;\n }\n}\n\n.docs-nav-mobile select {\n padding: 5px;\n width: 100%;\n font-size: 0.85em;\n color: #000;\n background: #ddd;\n border-color: transparent;\n @include border-radius(5px);\n\n &:focus {\n outline: none;\n }\n\n option {\n font-size: 0.9em;\n padding: 3px;\n }\n}\n\n/* News */\n\narticle h2:first-child { margin-top: 0; }\n\n.post-category,\n.post-meta {\n display: inline-block;\n vertical-align: middle;\n font-size: .8em;\n}\n\n.post-category {\n display: inline-block;\n margin-left: -30px;\n padding: 6px 10px 8px;\n padding-left: 50px;\n @include border-radius(0 5px 5px 0);\n position: relative;\n @include box-shadow(0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3));\n background-color: #9e2812;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));\n background-image: -webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: -o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );\n\n &:before {\n content: \"\";\n position: absolute;\n top: -10px;\n left: 0;\n border-color: transparent #6f0d0d #6f0d0d transparent;\n border-style: solid;\n border-width: 5px;\n width: 0;\n height: 0;\n }\n}\n\n.post-content img { max-width: 100% }\n\n.label {\n float: left;\n text-transform: uppercase;\n font-weight: 700;\n text-shadow: 0 -1px 0 rgba(0,0,0,.5);\n}\n\n@media (max-width: 568px) {\n .post-category { padding-left: 30px; }\n}\n\n@media (min-width: 768px) {\n .post-category { margin-left: -50px; }\n}\n\n.avatar {\n @include border-radius(3px);\n display: inline-block;\n vertical-align: middle;\n}\n\n.post-meta {\n padding: 5px 0;\n color: #c0c0c0;\n font-weight: 600;\n text-shadow: 0 -1px 0 #000;\n}\n\n.post-date,\n.post-author { margin-left: 10px; }\n\n.news article + article {\n margin-top: -10px;\n @include border-radius(0 0 10px 10px);\n border-top: 1px solid #555;\n @include box-shadow(0 -1px 0 #2f2f2f);\n}\n\n/* Code Highlighting */\n\n\npre,\ncode {\n white-space: pre;\n display: inline-block;\n margin: 0;\n font: 14px/1.8em Menlo, Consolas, \"Courier New\", Courier, \"Liberation Mono\", monospace;\n padding: 0 0.5em;\n}\n\n@media (min-width: 768px) {\n pre, code { font-size: 16px; }\n}\n\n.highlight,\np > pre,\np > code,\np > nobr > code,\nli > code,\nli> pre,\nh5 > code,\n.note > code {\n background-color: #2b2b2b;\n color: #fff;\n max-width: 100%;\n overflow-x: auto;\n vertical-align: middle;\n @include border-radius(5px);\n @include box-shadow(inset 0 1px 10px rgba(0,0,0,.3),\n 0 1px 0 rgba(255,255,255,.1),\n 0 -1px 0 rgba(0,0,0,.5));\n}\n\n.note .highlight {\n width: 94%;\n pre code {\n font-size: 0.9em;\n background-color: transparent;\n box-shadow: none;\n }\n}\n\n.note code {\n background-color: #333;\n background-color: rgba(0,0,0,0.2);\n margin-left: 2.5px;\n margin-right: 2.5px;\n font-size: 0.8em;\n}\n\n.code-block {\n margin: 10px 0;\n code { background: none; }\n}\n\n.highlight {\n margin: 1em 0;\n width: 100%;\n overflow: auto;\n}\n\npre.highlight { padding: 10px 0.5em; }\n\n.highlighter-rouge .highlight {\n @extend .highlight;\n margin: 0;\n}\n\n/* HTML Elements */\n\nh1, h2, h3, h4, h5, h6 { margin: 0; }\n\na {\n color: #fc0;\n text-decoration: none;\n @include transition(all .25s);\n\n &:hover { color: #f90; }\n}\n\nstrong { font-weight: 700; }\n\np { line-height: 1.5em; }\n\n.left { float: left; }\n.right { float: right; }\n.align-right { text-align: right; }\n.align-left { text-align: left; }\n.align-center { text-align: center; }\n\n/* Article HTML */\n\narticle {\n\n h2, h3, h4, h5, h6 { margin: 1em 0; }\n\n h4 { color: #fff; }\n\n ul li {\n\n p { margin: 0; }\n\n blockquote { margin: 10px 0; }\n }\n\n ul li,\n ol li {\n line-height: 1.5em;\n margin-bottom: 0.5em;\n }\n\n}\n\nh5, h6 {\n font-size: 1em;\n font-style: italic;\n}\n\nblockquote {\n border-left: 2px solid #777;\n padding-left: 20px;\n font-style: italic;\n font-size: 18px;\n font-weight: 500;\n}\n\n\n/* Tables */\n\ntable {\n width: 100%;\n background-color: #555;\n margin: .5em 0;\n @include border-radius(5px);\n @include box-shadow(0 1px 3px rgba(0,0,0,.3));\n}\n\nthead {\n @include border-top-left-radius(5px);\n @include border-top-right-radius(5px);\n color: #fff;\n background-color: #3a3a3a;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1e1e1e));\n background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);\n background-image: -moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);\n background-image: -o-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);\n background-image: linear-gradient(to bottom, #3a3a3a 0%,#1e1e1e 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 );\n\n th {\n position: relative;\n @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));\n\n &:first-child {\n @include border-top-left-radius(5px);\n }\n\n &:last-child {\n @include border-top-right-radius(5px);\n }\n }\n}\n\ntd { padding: .5em .75em; }\n\ntd p { margin: 0; }\n\nth {\n text-transform: uppercase;\n font-size: 16px;\n padding: .5em .75em;\n text-shadow: 0 -1px 0 rgba(0,0,0,.9);\n color: #888;\n}\n\ntbody td {\n border-top: 1px solid #747474;\n border-top: 1px solid rgba(0,0,0,.1);\n @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));\n background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);\n background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0)));\n background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);\n background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );\n\n ul {\n padding-left: 1em;\n }\n\n p,\n ul {\n font-size: 16px;\n\n code { font-size: 14px; }\n }\n}\n\ncode.option,\nth .option,\ncode.filter,\nth .filter {\n color: #50B600;\n}\n\ncode.flag,\nth .flag,\ncode.output,\nth .output {\n color: #049DCE;\n}\n\ncode.option,\ncode.flag,\ncode.filter,\ncode.output {\n margin-bottom: 2px;\n}\n\n/* Note types */\n\n.note {\n margin: 30px 0;\n margin-left: -30px;\n padding: 20px 20px 24px;\n padding-left: 50px;\n @include border-radius(0 5px 5px 0);\n position: relative;\n @include box-shadow(0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3));\n background-color: #7e6d42;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#7e6d42), to(#5c4e35));\n background-image: -webkit-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);\n background-image: -moz-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);\n background-image: -o-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);\n background-image: linear-gradient(to bottom, #7e6d42 0%,#5c4e35 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 );\n}\n\n@media (max-width: 568px) {\n .note { margin-right: -30px; }\n}\n\n@media (min-width: 768px) {\n .note { margin-left: -50px; }\n}\n\n.note {\n &:before {\n content: \"\";\n position: absolute;\n top: -10px;\n left: 0;\n border-color: transparent #222 #222 transparent;\n border-style: solid;\n border-width: 5px;\n width: 0;\n height: 0;\n }\n\n h5,\n p {\n margin: 0;\n color: #fff;\n }\n\n h5 {\n line-height: 1.5em;\n font-weight: 900;\n font-style: normal;\n }\n\n p {\n font-weight: 400;\n font-size: .75em;\n }\n\n &:after {\n content: '\\2605';\n color: #fc0;\n position: absolute;\n top: 14px;\n left: 14px;\n font-size: 28px;\n font-weight: 700;\n text-shadow: 0 -1px 0 rgba(0,0,0,.5);\n }\n}\n\n.info {\n background-color: #0389aa;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#0389aa), to(#00617f));\n background-image: -webkit-linear-gradient(top, #0389aa 0%, #00617f 100%);\n background-image: -moz-linear-gradient(top, #0389aa 0%, #00617f 100%);\n background-image: -o-linear-gradient(top, #0389aa 0%, #00617f 100%);\n background-image: linear-gradient(to bottom, #0389aa 0%,#00617f 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 );\n}\n\n.warning {\n background-color: #9e2812;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));\n background-image: -webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: -o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);\n background-image: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );\n}\n\n.unreleased {\n background-color: #cd9239;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkOTIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjc1MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205,146,57,1)), to(rgba(162,117,40,1)));\n background-image: -webkit-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);\n background-image: -moz-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);\n background-image: -o-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);\n background-image: linear-gradient(to bottom, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9239', endColorstr='#a27528',GradientType=0 );\n}\n\n.info:before { border-color: transparent #00617f #00617f transparent; }\n\n.warning:before { border-color: transparent #6f0d0d #6f0d0d transparent; }\n\n.unreleased:before { border-color: transparent #664719 #664719 transparent; }\n\n.info:after {\n content: '\\24D8';\n color: #fff;\n position: absolute;\n top: 15px;\n left: 15px;\n font-size: 28px;\n font-weight: 700;\n text-shadow: 0 -1px 0 rgba(0,0,0,.5);\n}\n\n.warning:after {\n content: '\\203C';\n color: #fc0;\n position: absolute;\n top: 15px;\n left: 15px;\n font-size: 32px;\n font-weight: 700;\n text-shadow: 0 -1px 0 rgba(0,0,0,.5);\n}\n\n.unreleased:after {\n content: '\\2692';\n color: #2b2a12;\n position: absolute;\n top: 8px;\n left: 15px;\n font-size: 38px;\n font-weight: 700;\n text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n/* Version badge */\n\n.version-badge {\n margin-left: .25em;\n padding: 0.2em;\n font-size: .75em;\n font-weight: 400;\n background-color: #fc0;\n color: #222;\n text-shadow: none;\n vertical-align: middle;\n border-radius: 3.75px;\n}\n\n.note {\n .version-badge {\n font-size: 0.9rem;\n padding: 0.1em 0.2em;\n background-color: rgba(0,0,0,0.2);\n color: #fff;\n box-shadow: inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.5);\n }\n}\n\n/* Responsive tables */\n\n@media (max-width: 768px) {\n .mobile-side-scroller {\n overflow-x: scroll;\n margin: 0 -40px;\n padding: 0 10px;\n }\n}\n\n\n.show-on-mobiles {\n display: none;\n}\n\n@media screen and (max-width: 568px) {\n .show-on-mobiles {\n display: block !important;\n }\n a .show-on-mobiles {\n display: inline !important;\n }\n}\n\n.videoWrapper {\n position: relative;\n padding-bottom: 52.4%;\n padding-top: 25px;\n height: 0;\n}\n\n.videoWrapper iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.imageWrapper {\n width: 100%;\n height: 0;\n padding-bottom: 62.623762376237624%; /* You define this doing height / width * 100% */\n position: relative;\n background: #717171;\n display: block;\n\n img {\n width: 100%;\n position: absolute;\n opacity: 0;\n }\n img.b-loaded {\n opacity: 1;\n transition: opacity .5s;\n }\n}\n\n\n/* Helper class taken from Bootstrap.\n Hides an element to all devices except screen readers.\n*/\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n\n.result {\n padding: 12px;\n}\n\n.image-description {\n margin: -20px 0 20px;\n padding: 10px 15px;\n font-size: 0.81em;\n text-align: justify;\n background: #5c5c5c;\n\n pre, code {\n font-size: 0.75em;\n background: #454545;\n }\n}\n\n.language-sh {\n position: relative;\n &:before {\n display: table;\n padding: 8px;\n width: 100%;\n padding: 5px 0;\n font: 400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;\n color: #444;\n text-shadow: 0 1px 0 rgba(255,255,255,.5);\n background-color: #f7f7f7;\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);\n background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaaaaa));\n background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: -o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);\n background-image: linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );\n border-bottom: 1px solid #111;\n text-align: center;\n content: \"terminal\";\n @include border-radius(5px 5px 0 0);\n @include box-shadow(0 3px 10px rgba(0,0,0,.5));\n }\n .highlight {\n @include border-radius(0 0 5px 5px);\n }\n pre.highlight {\n background: #1c1c1c;\n }\n}\n\n.showcase {\n display: flex;\n list-style: none;\n padding: 0;\n margin: 0;\n flex-wrap: wrap;\n justify-content: space-between;\n\n li {\n flex: 1 1 300px;\n box-sizing: border-box;\n margin: 10px;\n figure {\n margin: 0;\n }\n figcaption {\n text-align: center;\n }\n &.spacer {\n height: 0;\n margin: 0;\n }\n }\n}\n\n.step-nav {\n background: #2b2b2b;\n border-radius: 5px;\n color: #fc0;\n padding: 8px 45px;\n\n li {\n margin: 0;\n padding: 0;\n\n &.current, &.current a {\n color: #f90;\n font-weight: bold;\n }\n }\n}\n\nol div.highlighter-rouge {\n margin: 8px 0 10px 0;\n}\n"
25
+ ],
26
+ "names": [],
27
+ "mappings": "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"
28
+ }
@@ -3,17 +3,18 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <meta name="generator" content="Jekyll v3.9.0">
6
+ <meta name="generator" content="Jekyll v4.0.0">
7
7
  <link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites" />
8
+ <link type="application/atom+xml" rel="alternate" href="/feed/release.xml" title="Jekyll releases posts" />
8
9
  <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom">
9
- <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
10
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
10
+ <link rel="preload" href="/fonts/lato-v14-latin-300.woff2" as="font" type="font/woff2" crossorigin />
11
+ <link rel="preload" href="/fonts/lato-v14-latin-700.woff2" as="font" type="font/woff2" crossorigin />
12
+ <link rel="preload" href="/css/screen.css" as="style">
12
13
  <link rel="stylesheet" href="/css/screen.css">
13
14
  <link rel="icon" type="image/x-icon" href="/favicon.ico">
14
15
  <!-- Begin Jekyll SEO tag v2.6.1 -->
15
16
  <title>Assets | Jekyll • Simple, blog-aware, static sites</title>
16
- <meta name="generator" content="Jekyll v3.9.0" />
17
+ <meta name="generator" content="Jekyll v4.0.0" />
17
18
  <meta property="og:title" content="Assets" />
18
19
  <meta property="og:locale" content="en_US" />
19
20
  <meta name="description" content="Jekyll provides built-in support for Sass and can work with CoffeeScript via a Ruby gem. In order to use them, you must first create a file with the proper extension name (one of .sass, .scss, or .coffee) and start the file with two lines of triple dashes, like this:" />
@@ -21,14 +22,16 @@
21
22
  <link rel="canonical" href="https://jekyllrb.com/docs/assets/" />
22
23
  <meta property="og:url" content="https://jekyllrb.com/docs/assets/" />
23
24
  <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" />
25
+ <meta property="og:image" content="https://jekyllrb.com/img/jekyll-og.png" />
24
26
  <meta property="og:type" content="article" />
25
- <meta property="article:published_time" content="2020-08-05T11:55:36-07:00" />
26
- <meta name="twitter:card" content="summary" />
27
+ <meta property="article:published_time" content="2019-09-11T07:30:27-07:00" />
28
+ <meta name="twitter:card" content="summary_large_image" />
29
+ <meta property="twitter:image" content="https://jekyllrb.com/img/jekyll-og.png" />
27
30
  <meta property="twitter:title" content="Assets" />
28
31
  <meta name="twitter:site" content="@jekyllrb" />
29
32
  <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" />
30
33
  <script type="application/ld+json">
31
- {"url":"https://jekyllrb.com/docs/assets/","headline":"Assets","dateModified":"2020-08-05T11:55:36-07:00","datePublished":"2020-08-05T11:55:36-07:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"Jekyll provides built-in support for Sass and can work with CoffeeScript via a Ruby gem. In order to use them, you must first create a file with the proper extension name (one of .sass, .scss, or .coffee) and start the file with two lines of triple dashes, like this:","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/assets/"},"@type":"BlogPosting","@context":"https://schema.org"}</script>
34
+ {"description":"Jekyll provides built-in support for Sass and can work with CoffeeScript via a Ruby gem. In order to use them, you must first create a file with the proper extension name (one of .sass, .scss, or .coffee) and start the file with two lines of triple dashes, like this:","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/assets/"},"headline":"Assets","dateModified":"2019-09-11T07:30:27-07:00","url":"https://jekyllrb.com/docs/assets/","datePublished":"2019-09-11T07:30:27-07:00","image":"https://jekyllrb.com/img/jekyll-og.png","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"@context":"https://schema.org"}</script>
32
35
  <!-- End Jekyll SEO tag -->
33
36
 
34
37
  <!--[if lt IE 9]>
@@ -51,18 +54,27 @@
51
54
  </div>
52
55
  <nav class="main-nav hide-on-mobiles">
53
56
  <ul>
54
- <li class="">
57
+
58
+ <li>
55
59
  <a href="/">Home</a>
56
60
  </li>
61
+
57
62
  <li class="current">
58
- <a href="/docs/home/">Docs</a>
63
+ <a href="/docs/">Docs</a>
59
64
  </li>
60
- <li class="">
61
- <a href="/news/">News</a>
65
+
66
+ <li>
67
+ <a href="/resources/">Resources</a>
62
68
  </li>
63
- <li class="">
64
- <a href="/help/">Help</a>
69
+
70
+ <li>
71
+ <a href="/showcase/">Showcase</a>
72
+ </li>
73
+
74
+ <li>
75
+ <a href="/news/">News</a>
65
76
  </li>
77
+
66
78
  </ul>
67
79
 
68
80
  </nav>
@@ -73,7 +85,7 @@
73
85
  <div class="meta hide-on-mobiles">
74
86
  <ul>
75
87
  <li>
76
- <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a>
88
+ <a href="https://github.com/jekyll/jekyll/releases/tag/v4.0.0">v4.0.0</a>
77
89
  </li>
78
90
  <li>
79
91
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
@@ -83,18 +95,24 @@
83
95
  </div>
84
96
  <nav class="mobile-nav show-on-mobiles">
85
97
  <ul>
86
- <li class="">
87
- <a href="/">Home</a>
88
- </li>
89
- <li class="current">
90
- <a href="/docs/home/">Docs</a>
91
- </li>
92
- <li class="">
93
- <a href="/news/">News</a>
94
- </li>
95
- <li class="">
96
- <a href="/help/">Help</a>
97
- </li>
98
+
99
+ <li>
100
+ <a href="/">Home</a>
101
+ </li>
102
+
103
+ <li class="current">
104
+ <a href="/docs/">Docs</a>
105
+ </li>
106
+
107
+ <li>
108
+ <a href="/resources/">Resources</a>
109
+ </li>
110
+
111
+
112
+ <li>
113
+ <a href="/news/">News</a>
114
+ </li>
115
+
98
116
  <li>
99
117
  <a href="https://github.com/jekyll/jekyll">GitHub</a>
100
118
  </li>
@@ -113,176 +131,152 @@
113
131
 
114
132
  <optgroup label="Getting Started">
115
133
 
116
-
117
-
118
- <option value="/docs/home/">Welcome</option>
119
-
120
-
121
-
122
- <option value="/docs/quickstart/">Quick-start guide</option>
123
-
124
-
125
-
126
- <option value="/docs/installation/">Installation</option>
127
-
128
-
129
-
130
- <option value="/docs/windows/">Jekyll on Windows</option>
131
-
132
-
133
-
134
- <option value="/docs/usage/">Basic Usage</option>
135
-
136
-
137
-
138
- <option value="/docs/structure/">Directory structure</option>
139
-
140
-
141
-
142
- <option value="/docs/configuration/">Configuration</option>
143
-
144
-
145
- </optgroup>
146
-
147
- <optgroup label="Your Content">
134
+
135
+ <option value="/docs/">
136
+ Quickstart
137
+ </option>
138
+
139
+
140
+ <option value="/docs/ruby-101/">
141
+ Ruby 101
142
+ </option>
143
+
144
+
145
+ <option value="/docs/installation/">
146
+ Installation
147
+ </option>
148
+
149
+
150
+ <option value="/docs/community/">
151
+ Community
152
+ </option>
153
+
154
+
155
+ <option value="/docs/step-by-step/01-setup/">
156
+ Step by Step Tutorial
157
+ </option>
148
158
 
149
-
150
-
151
- <option value="/docs/frontmatter/">Front Matter</option>
152
-
153
-
154
-
155
- <option value="/docs/posts/">Writing posts</option>
156
-
157
-
158
-
159
- <option value="/docs/drafts/">Working with drafts</option>
160
-
161
-
162
-
163
- <option value="/docs/pages/">Creating pages</option>
164
-
165
-
166
-
167
- <option value="/docs/static-files/">Static Files</option>
168
-
169
-
170
-
171
- <option value="/docs/variables/">Variables</option>
172
-
173
-
174
-
175
- <option value="/docs/collections/">Collections</option>
176
-
177
-
178
-
179
- <option value="/docs/datafiles/">Data Files</option>
180
-
181
-
182
-
183
- <option value="/docs/assets/">Assets</option>
184
-
185
-
186
-
187
- <option value="/docs/migrations/">Blog migrations</option>
188
-
189
-
190
159
  </optgroup>
191
160
 
192
- <optgroup label="Customization">
161
+ <optgroup label="Build">
162
+
163
+
164
+ <option value="/docs/usage/">
165
+ Command Line Usage
166
+ </option>
167
+
168
+
169
+ <option value="/docs/configuration/">
170
+ Configuration
171
+ </option>
193
172
 
194
-
195
-
196
- <option value="/docs/templates/">Templates</option>
197
-
198
-
199
-
200
- <option value="/docs/includes/">Includes</option>
201
-
202
-
203
-
204
- <option value="/docs/permalinks/">Permalinks</option>
205
-
206
-
207
-
208
- <option value="/docs/pagination/">Pagination</option>
209
-
210
-
211
-
212
- <option value="/docs/plugins/">Plugins</option>
213
-
214
-
215
-
216
- <option value="/docs/themes/">Themes</option>
217
-
218
-
219
-
220
- <option value="/docs/extras/">Extras</option>
221
-
222
-
223
173
  </optgroup>
224
174
 
225
- <optgroup label="Deployment">
175
+ <optgroup label="Content">
176
+
177
+
178
+ <option value="/docs/pages/">
179
+ Pages
180
+ </option>
181
+
182
+
183
+ <option value="/docs/posts/">
184
+ Posts
185
+ </option>
186
+
187
+
188
+ <option value="/docs/front-matter/">
189
+ Front Matter
190
+ </option>
191
+
192
+
193
+ <option value="/docs/collections/">
194
+ Collections
195
+ </option>
196
+
197
+
198
+ <option value="/docs/datafiles/">
199
+ Data Files
200
+ </option>
201
+
202
+
203
+ <option value="/docs/assets/">
204
+ Assets
205
+ </option>
206
+
207
+
208
+ <option value="/docs/static-files/">
209
+ Static Files
210
+ </option>
226
211
 
227
-
228
-
229
- <option value="/docs/github-pages/">GitHub Pages</option>
230
-
231
-
232
-
233
- <option value="/docs/deployment-methods/">Deployment methods</option>
234
-
235
-
236
-
237
- <option value="/docs/continuous-integration/">Continuous Integration</option>
238
-
239
-
240
212
  </optgroup>
241
213
 
242
- <optgroup label="Miscellaneous">
214
+ <optgroup label="Site Structure">
215
+
216
+
217
+ <option value="/docs/structure/">
218
+ Directory Structure
219
+ </option>
220
+
221
+
222
+ <option value="/docs/liquid/">
223
+ Liquid
224
+ </option>
225
+
226
+
227
+ <option value="/docs/variables/">
228
+ Variables
229
+ </option>
230
+
231
+
232
+ <option value="/docs/includes/">
233
+ Includes
234
+ </option>
235
+
236
+
237
+ <option value="/docs/layouts/">
238
+ Layouts
239
+ </option>
240
+
241
+
242
+ <option value="/docs/permalinks/">
243
+ Permalinks
244
+ </option>
245
+
246
+
247
+ <option value="/docs/themes/">
248
+ Themes
249
+ </option>
250
+
251
+
252
+ <option value="/docs/pagination/">
253
+ Pagination
254
+ </option>
243
255
 
244
-
245
-
246
- <option value="/docs/troubleshooting/">Troubleshooting</option>
247
-
248
-
249
-
250
- <option value="/docs/sites/">Sites using Jekyll</option>
251
-
252
-
253
-
254
- <option value="/docs/resources/">Resources</option>
255
-
256
-
257
-
258
- <option value="/docs/upgrading/0-to-2/">Upgrading from 0.x to 2.x</option>
259
-
260
-
261
-
262
- <option value="/docs/upgrading/2-to-3/">Upgrading from 2.x to 3.x</option>
263
-
264
-
265
256
  </optgroup>
266
257
 
267
- <optgroup label="Meta">
258
+ <optgroup label="Guides">
259
+
260
+
261
+ <option value="/docs/plugins/">
262
+ Plugins
263
+ </option>
264
+
265
+
266
+ <option value="/docs/migrations/">
267
+ Blog Migrations
268
+ </option>
269
+
270
+
271
+ <option value="/docs/upgrading/">
272
+ Upgrading
273
+ </option>
274
+
275
+
276
+ <option value="/docs/deployment/">
277
+ Deployment
278
+ </option>
268
279
 
269
-
270
-
271
- <option value="/docs/contributing/">Contributing</option>
272
-
273
-
274
-
275
- <option value="/docs/maintaining/">Maintaining Jekyll</option>
276
-
277
-
278
-
279
- <option value="/docs/conduct/">Code of Conduct</option>
280
-
281
-
282
-
283
- <option value="/docs/history/">History</option>
284
-
285
-
286
280
  </optgroup>
287
281
 
288
282
  </select>
@@ -292,13 +286,14 @@
292
286
  <div class="unit four-fifths">
293
287
  <article>
294
288
  <div class="improve right hide-on-mobiles">
295
- <a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/assets.md"><i class="fa fa-pencil"></i>  Improve this page</a>
289
+ <a data-proofer-ignore href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/assets.md"><i class="fa fa-pencil"></i>  Improve this page</a>
296
290
  </div>
297
291
  <h1>Assets</h1>
298
- <p>Jekyll provides built-in support for Sass and can work with CoffeeScript via
299
- a Ruby gem. In order to use them, you must first create a file with the
300
- proper extension name (one of <code class="language-plaintext highlighter-rouge">.sass</code>, <code class="language-plaintext highlighter-rouge">.scss</code>, or <code class="language-plaintext highlighter-rouge">.coffee</code>) and <strong><em>start the
301
- file with two lines of triple dashes</em></strong>, like this:</p>
292
+ <p>Jekyll provides built-in support for <a href="https://sass-lang.com/">Sass</a>
293
+ and can work with <a href="https://coffeescript.org/">CoffeeScript</a> via a Ruby gem.
294
+ In order to use them, you must first create a file with the proper extension
295
+ name (one of <code class="highlighter-rouge">.sass</code>, <code class="highlighter-rouge">.scss</code>, or <code class="highlighter-rouge">.coffee</code>) and
296
+ <strong><em>start the file with two lines of triple dashes</em></strong>, like this:</p>
302
297
 
303
298
  <div class="language-sass highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">---</span>
304
299
  <span class="nt">---</span>
@@ -310,9 +305,9 @@ file with two lines of triple dashes</em></strong>, like this:</p>
310
305
 
311
306
  <p>Jekyll treats these files the same as a regular page, in that the output file
312
307
  will be placed in the same directory that it came from. For instance, if you
313
- have a file named <code class="language-plaintext highlighter-rouge">css/styles.scss</code> in your site’s source folder, Jekyll
308
+ have a file named <code class="highlighter-rouge">css/styles.scss</code> in your site’s source folder, Jekyll
314
309
  will process it and put it in your site’s destination folder under
315
- <code class="language-plaintext highlighter-rouge">css/styles.css</code>.</p>
310
+ <code class="highlighter-rouge">css/styles.css</code>.</p>
316
311
 
317
312
  <div class="note info">
318
313
  <h5>Jekyll processes all Liquid filters and tags in asset files</h5>
@@ -327,21 +322,20 @@ will process it and put it in your site’s destination folder under
327
322
 
328
323
  <p>Jekyll allows you to customize your Sass conversion in certain ways.</p>
329
324
 
330
- <p>Place all your partials in your <code class="language-plaintext highlighter-rouge">sass_dir</code>, which defaults to
331
- <code class="language-plaintext highlighter-rouge">&lt;source&gt;/_sass</code>. Place your main SCSS or Sass files in the place you want
332
- them to be in the output file, such as <code class="language-plaintext highlighter-rouge">&lt;source&gt;/css</code>. For an example, take
325
+ <p>Place all your partials in your <code class="highlighter-rouge">sass_dir</code>, which defaults to
326
+ <code class="highlighter-rouge">&lt;source&gt;/_sass</code>. Place your main SCSS or Sass files in the place you want
327
+ them to be in the output file, such as <code class="highlighter-rouge">&lt;source&gt;/css</code>. For an example, take
333
328
  a look at <a href="https://github.com/jekyll/jekyll-sass-converter/tree/master/docs">this example site using Sass support in Jekyll</a>.</p>
334
329
 
335
- <p>If you are using Sass <code class="language-plaintext highlighter-rouge">@import</code> statements, you’ll need to ensure that your
336
- <code class="language-plaintext highlighter-rouge">sass_dir</code> is set to the base directory that contains your Sass files. You
337
- can do that thusly:</p>
330
+ <p>If you are using Sass <code class="highlighter-rouge">@import</code> statements, you’ll need to ensure that your
331
+ <code class="highlighter-rouge">sass_dir</code> is set to the base directory that contains your Sass files:</p>
338
332
 
339
333
  <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">sass</span><span class="pi">:</span>
340
334
  <span class="na">sass_dir</span><span class="pi">:</span> <span class="s">_sass</span>
341
335
  </code></pre></div></div>
342
336
 
343
- <p>The Sass converter will default the <code class="language-plaintext highlighter-rouge">sass_dir</code> configuration option to
344
- <code class="language-plaintext highlighter-rouge">_sass</code>.</p>
337
+ <p>The Sass converter will default the <code class="highlighter-rouge">sass_dir</code> configuration option to
338
+ <code class="highlighter-rouge">_sass</code>.</p>
345
339
 
346
340
  <div class="note info">
347
341
  <h5>The <code>sass_dir</code> is only used by Sass</h5>
@@ -349,15 +343,15 @@ can do that thusly:</p>
349
343
 
350
344
  Note that the <code>sass_dir</code> becomes the load path for Sass imports,
351
345
  nothing more. This means that Jekyll does not know about these files
352
- directly, so any files here should not contain the YAML Front Matter as
353
- described above nor will they be transformed as described above. This
346
+ directly. Any files here should not contain the empty front matter as
347
+ described above. If they do, they'll not be transformed as described above. This
354
348
  folder should only contain imports.
355
349
 
356
350
  </p>
357
351
  </div>
358
352
 
359
- <p>You may also specify the output style with the <code class="language-plaintext highlighter-rouge">style</code> option in your
360
- <code class="language-plaintext highlighter-rouge">_config.yml</code> file:</p>
353
+ <p>You may also specify the output style with the <code class="highlighter-rouge">style</code> option in your
354
+ <code class="highlighter-rouge">_config.yml</code> file:</p>
361
355
 
362
356
  <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">sass</span><span class="pi">:</span>
363
357
  <span class="na">style</span><span class="pi">:</span> <span class="s">compressed</span>
@@ -371,270 +365,226 @@ here, too.</p>
371
365
  <p>To enable Coffeescript in Jekyll 3.0 and up you must</p>
372
366
 
373
367
  <ul>
374
- <li>Install the <code class="language-plaintext highlighter-rouge">jekyll-coffeescript</code> gem</li>
375
- <li>Ensure that your <code class="language-plaintext highlighter-rouge">_config.yml</code> is up-to-date and includes the following:</li>
368
+ <li>Install the <code class="highlighter-rouge">jekyll-coffeescript</code> gem</li>
369
+ <li>Ensure that your <code class="highlighter-rouge">_config.yml</code> is up-to-date and includes the following:</li>
376
370
  </ul>
377
371
 
378
372
  <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">plugins</span><span class="pi">:</span>
379
- <span class="pi">-</span> <span class="s">jekyll-coffeescript</span>
373
+ <span class="pi">-</span> <span class="s">jekyll-coffeescript</span>
380
374
  </code></pre></div></div>
381
375
 
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
- <div class="section-nav">
436
- <div class="left align-right">
437
-
438
-
439
-
440
- <a href="/docs/datafiles/" class="prev">Back</a>
441
-
442
- </div>
443
- <div class="right align-left">
444
-
445
-
446
-
447
- <a href="/docs/migrations/" class="next">Next</a>
448
-
449
- </div>
450
- </div>
451
- <div class="clear"></div>
452
-
453
376
  </article>
454
377
  </div>
455
378
 
456
379
  <div class="unit one-fifth hide-on-mobiles">
457
380
  <aside>
458
381
 
459
- <h4>Getting Started</h4>
460
- <ul>
461
-
462
-
463
-
464
- <li class=""><a href="/docs/home/">Welcome</a></li>
465
-
466
-
467
-
468
- <li class=""><a href="/docs/quickstart/">Quick-start guide</a></li>
469
-
470
-
471
-
472
- <li class=""><a href="/docs/installation/">Installation</a></li>
473
-
474
-
475
-
476
- <li class=""><a href="/docs/windows/">Jekyll on Windows</a></li>
477
-
478
-
479
-
480
- <li class=""><a href="/docs/usage/">Basic Usage</a></li>
481
-
482
-
483
-
484
- <li class=""><a href="/docs/structure/">Directory structure</a></li>
485
-
486
-
487
-
488
- <li class=""><a href="/docs/configuration/">Configuration</a></li>
489
-
490
- </ul>
491
-
492
-
493
- <h4>Your Content</h4>
494
- <ul>
495
-
496
-
497
-
498
- <li class=""><a href="/docs/frontmatter/">Front Matter</a></li>
499
-
500
-
501
-
502
- <li class=""><a href="/docs/posts/">Writing posts</a></li>
503
-
504
-
505
-
506
- <li class=""><a href="/docs/drafts/">Working with drafts</a></li>
507
-
508
-
509
-
510
- <li class=""><a href="/docs/pages/">Creating pages</a></li>
511
-
512
-
513
-
514
- <li class=""><a href="/docs/static-files/">Static Files</a></li>
515
-
516
-
517
-
518
- <li class=""><a href="/docs/variables/">Variables</a></li>
519
-
520
-
521
-
522
- <li class=""><a href="/docs/collections/">Collections</a></li>
523
-
524
-
525
-
526
- <li class=""><a href="/docs/datafiles/">Data Files</a></li>
527
-
528
-
529
-
530
- <li class="current"><a href="/docs/assets/">Assets</a></li>
531
-
532
-
533
-
534
- <li class=""><a href="/docs/migrations/">Blog migrations</a></li>
535
-
536
- </ul>
537
-
382
+ <h4>Getting Started</h4>
383
+ <ul>
384
+
385
+
386
+ <li>
387
+ <a href="/docs/">
388
+ Quickstart
389
+ </a>
390
+ </li>
391
+
392
+
393
+ <li>
394
+ <a href="/docs/ruby-101/">
395
+ Ruby 101
396
+ </a>
397
+ </li>
398
+
399
+
400
+ <li>
401
+ <a href="/docs/installation/">
402
+ Installation
403
+ </a>
404
+ </li>
405
+
406
+
407
+ <li>
408
+ <a href="/docs/community/">
409
+ Community
410
+ </a>
411
+ </li>
412
+
413
+
414
+ <li>
415
+ <a href="/docs/step-by-step/01-setup/">
416
+ Step by Step Tutorial
417
+ </a>
418
+ </li>
419
+
420
+ </ul>
538
421
 
539
- <h4>Customization</h4>
540
- <ul>
541
-
542
-
543
-
544
- <li class=""><a href="/docs/templates/">Templates</a></li>
545
-
546
-
547
-
548
- <li class=""><a href="/docs/includes/">Includes</a></li>
549
-
550
-
551
-
552
- <li class=""><a href="/docs/permalinks/">Permalinks</a></li>
553
-
554
-
555
-
556
- <li class=""><a href="/docs/pagination/">Pagination</a></li>
557
-
558
-
559
-
560
- <li class=""><a href="/docs/plugins/">Plugins</a></li>
561
-
562
-
563
-
564
- <li class=""><a href="/docs/themes/">Themes</a></li>
565
-
566
-
567
-
568
- <li class=""><a href="/docs/extras/">Extras</a></li>
569
-
570
- </ul>
571
-
422
+ <h4>Build</h4>
423
+ <ul>
424
+
425
+
426
+ <li>
427
+ <a href="/docs/usage/">
428
+ Command Line Usage
429
+ </a>
430
+ </li>
431
+
432
+
433
+ <li>
434
+ <a href="/docs/configuration/">
435
+ Configuration
436
+ </a>
437
+ </li>
438
+
439
+ </ul>
572
440
 
573
- <h4>Deployment</h4>
574
- <ul>
575
-
576
-
577
-
578
- <li class=""><a href="/docs/github-pages/">GitHub Pages</a></li>
579
-
580
-
581
-
582
- <li class=""><a href="/docs/deployment-methods/">Deployment methods</a></li>
583
-
584
-
585
-
586
- <li class=""><a href="/docs/continuous-integration/">Continuous Integration</a></li>
587
-
588
- </ul>
589
-
441
+ <h4>Content</h4>
442
+ <ul>
443
+
444
+
445
+ <li>
446
+ <a href="/docs/pages/">
447
+ Pages
448
+ </a>
449
+ </li>
450
+
451
+
452
+ <li>
453
+ <a href="/docs/posts/">
454
+ Posts
455
+ </a>
456
+ </li>
457
+
458
+
459
+ <li>
460
+ <a href="/docs/front-matter/">
461
+ Front Matter
462
+ </a>
463
+ </li>
464
+
465
+
466
+ <li>
467
+ <a href="/docs/collections/">
468
+ Collections
469
+ </a>
470
+ </li>
471
+
472
+
473
+ <li>
474
+ <a href="/docs/datafiles/">
475
+ Data Files
476
+ </a>
477
+ </li>
478
+
479
+
480
+ <li class="current">
481
+ <a href="/docs/assets/">
482
+ Assets
483
+ </a>
484
+ </li>
485
+
486
+
487
+ <li>
488
+ <a href="/docs/static-files/">
489
+ Static Files
490
+ </a>
491
+ </li>
492
+
493
+ </ul>
590
494
 
591
- <h4>Miscellaneous</h4>
592
- <ul>
593
-
594
-
595
-
596
- <li class=""><a href="/docs/troubleshooting/">Troubleshooting</a></li>
597
-
598
-
599
-
600
- <li class=""><a href="/docs/sites/">Sites using Jekyll</a></li>
601
-
602
-
603
-
604
- <li class=""><a href="/docs/resources/">Resources</a></li>
605
-
606
-
607
-
608
- <li class=""><a href="/docs/upgrading/0-to-2/">Upgrading from 0.x to 2.x</a></li>
609
-
610
-
611
-
612
- <li class=""><a href="/docs/upgrading/2-to-3/">Upgrading from 2.x to 3.x</a></li>
613
-
614
- </ul>
615
-
495
+ <h4>Site Structure</h4>
496
+ <ul>
497
+
498
+
499
+ <li>
500
+ <a href="/docs/structure/">
501
+ Directory Structure
502
+ </a>
503
+ </li>
504
+
505
+
506
+ <li>
507
+ <a href="/docs/liquid/">
508
+ Liquid
509
+ </a>
510
+ </li>
511
+
512
+
513
+ <li>
514
+ <a href="/docs/variables/">
515
+ Variables
516
+ </a>
517
+ </li>
518
+
519
+
520
+ <li>
521
+ <a href="/docs/includes/">
522
+ Includes
523
+ </a>
524
+ </li>
525
+
526
+
527
+ <li>
528
+ <a href="/docs/layouts/">
529
+ Layouts
530
+ </a>
531
+ </li>
532
+
533
+
534
+ <li>
535
+ <a href="/docs/permalinks/">
536
+ Permalinks
537
+ </a>
538
+ </li>
539
+
540
+
541
+ <li>
542
+ <a href="/docs/themes/">
543
+ Themes
544
+ </a>
545
+ </li>
546
+
547
+
548
+ <li>
549
+ <a href="/docs/pagination/">
550
+ Pagination
551
+ </a>
552
+ </li>
553
+
554
+ </ul>
616
555
 
617
- <h4>Meta</h4>
618
- <ul>
619
-
620
-
621
-
622
- <li class=""><a href="/docs/contributing/">Contributing</a></li>
623
-
624
-
625
-
626
- <li class=""><a href="/docs/maintaining/">Maintaining Jekyll</a></li>
627
-
628
-
629
-
630
- <li class=""><a href="/docs/conduct/">Code of Conduct</a></li>
631
-
632
-
633
-
634
- <li class=""><a href="/docs/history/">History</a></li>
635
-
636
- </ul>
637
-
556
+ <h4>Guides</h4>
557
+ <ul>
558
+
559
+
560
+ <li>
561
+ <a href="/docs/plugins/">
562
+ Plugins
563
+ </a>
564
+ </li>
565
+
566
+
567
+ <li>
568
+ <a href="/docs/migrations/">
569
+ Blog Migrations
570
+ </a>
571
+ </li>
572
+
573
+
574
+ <li>
575
+ <a href="/docs/upgrading/">
576
+ Upgrading
577
+ </a>
578
+ </li>
579
+
580
+
581
+ <li>
582
+ <a href="/docs/deployment/">
583
+ Deployment
584
+ </a>
585
+ </li>
586
+
587
+ </ul>
638
588
 
639
589
  </aside>
640
590
  </div>
@@ -649,7 +599,8 @@ here, too.</p>
649
599
  <footer>
650
600
  <div class="grid">
651
601
  <div class="unit one-third center-on-mobiles">
652
- <p>The contents of this website are <br>© 2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
602
+ <p>Jekyll is lovingly maintained by the <a href="/team/">core team</a> of volunteers. </p>
603
+ <p>The contents of this website are <br>© 2019 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
653
604
  </div>
654
605
  <div class="unit two-thirds align-right center-on-mobiles">
655
606
  <p>
@@ -659,6 +610,14 @@ here, too.</p>
659
610
  </a>
660
611
  </p>
661
612
  </div>
613
+ <div class="unit two-thirds align-right center-on-mobiles">
614
+ <p>
615
+ Jekyll is funded thanks to its
616
+ <a href="https://github.com/jekyll/jekyll#sponsors">
617
+ sponsors!
618
+ </a>
619
+ </p>
620
+ </div>
662
621
  </div>
663
622
  </footer>
664
623