rsg-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +7 -0
  2. data/_boilerplate/404.md +25 -0
  3. data/_boilerplate/CODE_OF_CONDUCT.md +12 -0
  4. data/_boilerplate/LICENSE.md +83 -0
  5. data/_boilerplate/USAGE.md +86 -0
  6. data/_boilerplate/aio.md +13 -0
  7. data/_boilerplate/index.md +169 -0
  8. data/_includes/aio-script.md +25 -0
  9. data/_includes/all_keypoints.html +31 -0
  10. data/_includes/base_path.html +41 -0
  11. data/_includes/carpentries.html +70 -0
  12. data/_includes/custom-schedule.html +72 -0
  13. data/_includes/episode_break.html +15 -0
  14. data/_includes/episode_keypoints.html +18 -0
  15. data/_includes/episode_navbar.html +44 -0
  16. data/_includes/episode_overview.html +76 -0
  17. data/_includes/episode_title.html +9 -0
  18. data/_includes/favicons.html +27 -0
  19. data/_includes/gh_variables.html +45 -0
  20. data/_includes/github-ribbon.html +1 -0
  21. data/_includes/javascript.html +55 -0
  22. data/_includes/lesson_footer.html +52 -0
  23. data/_includes/life_cycle.html +34 -0
  24. data/_includes/links.md +46 -0
  25. data/_includes/main_title.html +14 -0
  26. data/_includes/manual_episode_order.html +116 -0
  27. data/_includes/navbar.html +113 -0
  28. data/_includes/rsg/intro.html +15 -0
  29. data/_includes/rsg/setup.html +6 -0
  30. data/_includes/rsg/who.html +40 -0
  31. data/_includes/syllabus.html +126 -0
  32. data/_includes/warning-curriculum.html +8 -0
  33. data/_includes/warning-flavor.html +7 -0
  34. data/_includes/workshop_ad.html +47 -0
  35. data/_includes/workshop_calendar.html +8 -0
  36. data/_includes/workshop_footer.html +27 -0
  37. data/_layouts/base.html +54 -0
  38. data/_layouts/break.html +10 -0
  39. data/_layouts/episode.html +11 -0
  40. data/_layouts/lesson.html +8 -0
  41. data/_layouts/page.html +7 -0
  42. data/_layouts/reference.html +6 -0
  43. data/_layouts/schedule.html +9 -0
  44. data/_layouts/workshop.html +56 -0
  45. data/assets/css/bootstrap-theme.css +587 -0
  46. data/assets/css/bootstrap-theme.css.map +1 -0
  47. data/assets/css/bootstrap.css +6834 -0
  48. data/assets/css/bootstrap.css.map +1 -0
  49. data/assets/css/fonts.css +13 -0
  50. data/assets/css/katex.min.css +1 -0
  51. data/assets/css/lesson.scss +417 -0
  52. data/assets/css/syntax.css +69 -0
  53. data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  54. data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  55. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  56. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  57. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  58. data/assets/fonts/ubuntu-v11-latin-regular.eot +0 -0
  59. data/assets/fonts/ubuntu-v11-latin-regular.svg +363 -0
  60. data/assets/fonts/ubuntu-v11-latin-regular.ttf +0 -0
  61. data/assets/fonts/ubuntu-v11-latin-regular.woff +0 -0
  62. data/assets/fonts/ubuntu-v11-latin-regular.woff2 +0 -0
  63. data/assets/js/anchor.min.js +9 -0
  64. data/assets/js/bootstrap.min.js +6 -0
  65. data/assets/js/jquery.min.js +2 -0
  66. data/assets/js/jquery.min.map +1 -0
  67. data/assets/js/katex-auto-render.min.js +1 -0
  68. data/assets/js/katex.min.js +1 -0
  69. data/assets/js/lesson.js +56 -0
  70. data/bin/boilerplate/_extras/figures.md +79 -0
  71. metadata +154 -0
@@ -0,0 +1,13 @@
1
+ /* ubuntu-regular - latin */
2
+ @font-face {
3
+ font-family: 'Ubuntu';
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ src: url('../fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
7
+ src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
8
+ url('../fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9
+ url('../fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10
+ url('../fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
11
+ url('../fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12
+ url('../fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
13
+ }
@@ -0,0 +1 @@
1
+ @font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"),url(fonts/KaTeX_AMS-Regular.woff) format("woff"),url(fonts/KaTeX_AMS-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"),url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"),url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Main-Bold.woff2) format("woff2"),url(fonts/KaTeX_Main-Bold.woff) format("woff"),url(fonts/KaTeX_Main-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Main-Italic.woff2) format("woff2"),url(fonts/KaTeX_Main-Italic.woff) format("woff"),url(fonts/KaTeX_Main-Italic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Main-Regular.woff2) format("woff2"),url(fonts/KaTeX_Main-Regular.woff) format("woff"),url(fonts/KaTeX_Main-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Math-Italic.woff2) format("woff2"),url(fonts/KaTeX_Math-Italic.woff) format("woff"),url(fonts/KaTeX_Math-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"),url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"),url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"),url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Script-Regular.woff2) format("woff2"),url(fonts/KaTeX_Script-Regular.woff) format("woff"),url(fonts/KaTeX_Script-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size1-Regular.woff) format("woff"),url(fonts/KaTeX_Size1-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size2-Regular.woff) format("woff"),url(fonts/KaTeX_Size2-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size3-Regular.woff) format("woff"),url(fonts/KaTeX_Size3-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size4-Regular.woff) format("woff"),url(fonts/KaTeX_Size4-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"),url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.13.2"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:baseline;align-items:baseline;display:-webkit-inline-box;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-inline-box;display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-content;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:-webkit-calc(50% + .3em);right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:-webkit-calc(50% + .3em);left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
@@ -0,0 +1,417 @@
1
+ ---
2
+ ---
3
+
4
+ //------------------------------------------------------------------------------
5
+ // Fonts
6
+ // -----------------------------------------------------------------------------
7
+
8
+ body {
9
+ font-family: Ubuntu, sans-serif;
10
+ font-size: 1.6em;
11
+ }
12
+
13
+ footer, .navbar {
14
+ font-family: Arial, "Helvetica Nue", sans-serif;
15
+ }
16
+
17
+
18
+ //----------------------------------------
19
+ // Colors.
20
+ //----------------------------------------
21
+
22
+ // branding
23
+ $color-brand: #2b3990 !default;
24
+
25
+ // code boxes
26
+ $color-error: #bd2c00 !default;
27
+ $color-warning: #cda01d !default;
28
+ $color-output: #303030 !default;
29
+ $color-source: #360084 !default;
30
+
31
+ // blockquotes
32
+ $color-callout: #f4fd9c !default;
33
+ $color-caution: #cf000e !default;
34
+ $color-challenge: #eec275 !default;
35
+ $color-checklist: #dfd2a0 !default;
36
+ $color-discussion: #eec275 !default;
37
+ $color-keypoints: #7ae78e !default;
38
+ $color-objectives: #daee84 !default;
39
+ $color-prereq: #9cd6dc !default;
40
+ $color-solution: #ded4b9 !default;
41
+ $color-testimonial: #fc8dc1 !default;
42
+
43
+ //----------------------------------------
44
+ // Specialized code blocks.
45
+ //----------------------------------------
46
+
47
+ @mixin cdSetup($color) {
48
+ color: $color;
49
+ border: solid 1px $color;
50
+ border-left: solid 5px $color;
51
+ margin: 15px 5px 10px 0;
52
+ border-radius: 4px 0 0 4px;
53
+ }
54
+
55
+
56
+ // Generic setup. Has to come before .error, .warning, and .output
57
+ div[class^='language-'] { @include cdSetup($color-source); }
58
+
59
+ div.source { @include cdSetup($color-source); }
60
+ div.error { @include cdSetup($color-error); }
61
+ div.warning { @include cdSetup($color-warning); }
62
+ div.output { @include cdSetup($color-output); }
63
+
64
+ div.error::before,
65
+ div.warning:before,
66
+ div.output::before,
67
+ div.source::before,
68
+ div[class^='language-']::before {
69
+ background-color: #f2eff6;
70
+ display: block;
71
+ font-weight: bold;
72
+ padding: 5px 10px;
73
+ }
74
+
75
+ div[class^='language-']::before,
76
+ div.source::before { content: "Code"; }
77
+
78
+ div.error::before { background-color: #ffebe6; content: "Error"; }
79
+ div.warning:before { background-color: #f8f4e8; content:" Warning"; }
80
+ div.output::before { background-color: #efefef; content: "Output"; }
81
+
82
+ div.language-basic::before { content: "Basic"; }
83
+ div.language-bash::before { content: "Bash"; }
84
+ div.language-c::before { content: "C"; }
85
+ div.language-chapel::before { content: "Chapel"; }
86
+ div.language-cmake::before { content: "CMake"; }
87
+ div.language-cpp::before { content: "C++"; }
88
+ div.language-cuda::before { content: "Cuda"; }
89
+ div.language-d::before { content: "D"; }
90
+ div.language-fortran::before { content: "Fortran"; }
91
+ div.language-go::before { content: "Go"; }
92
+ div.language-html::before { content: "HTML"; }
93
+ div.language-java::before { content: "Java"; }
94
+ div.language-julia::before { content: "Julia"; }
95
+ div.language-kotlin::before { content: "Kotlin"; }
96
+ div.language-lua::before { content: "Lua"; }
97
+ div.language-make::before { content: "Make"; }
98
+ div.language-matlab::before { content: "MATLAB"; }
99
+ div.language-opencl::before { content: "OpenCL"; }
100
+ div.language-perl::before { content: "Perl"; }
101
+ div.language-python::before { content: "Python"; }
102
+ div.language-r::before { content: "R"; }
103
+ div.language-ruby::before { content: "Ruby"; }
104
+ div.language-rust::before { content: "Rust"; }
105
+ div.language-scala::before { content: "Scala"; }
106
+ div.language-sql::before { content: "SQL"; }
107
+ div.language-vulkan::before { content: "Vulkan"; }
108
+
109
+ // Tab panels are used on Setup pages to show instructions for different Operating Systems
110
+ .tab-pane {
111
+ border: solid 1px #ddd; // #ddd == @nav-tabs-active-link-hover-border-color
112
+ border-top: none;
113
+ padding: 20px 20px 10px 20px;
114
+ border-radius: 0 0 4px 4px; // 4px == @border-radius-base
115
+ }
116
+
117
+ // Stripe above tab panels where OS tabs are shown
118
+ ul.nav.nav-tabs {
119
+ background: #E1E1E1;
120
+ border-radius: 4px 4px 0 0; // 4px == @border-radius-base
121
+ }
122
+
123
+ // adjust line height of links so that clickable area (of OS tabs) is 44px high
124
+ ul.nav.nav-tabs li a { line-height: 24px; } // or 1.714285716
125
+
126
+ // This color provides better contrast ratio on most backgrounds used on Carpentries websites
127
+ // 9.24 on FFFFFF: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=FFFFFF&api (body)
128
+ // 8.78 on F9F9F9: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=F9F9F9&api (tables)
129
+ // 7.07 on E1E1E1: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=E1E1E1&api (tab panels)
130
+ a { color: #204A6F; }
131
+
132
+ // .yt-wrapper2 can be used for limiting maximum width of YouTube iframes only
133
+ .yt-wrapper2 { max-width: 100%; margin: 0 auto; }
134
+
135
+ // Use full width on small displays
136
+ @media only screen and (max-width: 600px) { .yt-wrapper2 { max-width: 100%; } }
137
+
138
+ .yt-wrapper {
139
+ height: 0;
140
+ margin-top: 10px;
141
+ padding-bottom: 56.25%;
142
+ position: relative;
143
+ width: 100%;
144
+ }
145
+
146
+ .yt-frame {
147
+ height: 100%;
148
+ left: 0;
149
+ position: absolute;
150
+ top: 0;
151
+ width: 100%;
152
+ }
153
+
154
+ //----------------------------------------
155
+ // Specialized blockquote environments for learning objectives, callouts, etc.
156
+ //----------------------------------------
157
+
158
+ $codeblock-padding: 5px !default;
159
+
160
+ @mixin bkSetup($color, $glyph) {
161
+
162
+ $gradientcolor1: $color;
163
+ $gradientcolor2: scale-color($color, $lightness: 10%);
164
+
165
+ padding: 0 0 $codeblock-padding $codeblock-padding;
166
+ border: 1px solid;
167
+ border-color: $color;
168
+ border-radius: 4px;
169
+
170
+ margin: 15px 5px 10px 0;
171
+
172
+ h2 {
173
+ padding-top: $codeblock-padding;
174
+ padding-bottom: $codeblock-padding;
175
+ font-size: 20px;
176
+ background: linear-gradient(to bottom, $gradientcolor1, $gradientcolor2);
177
+ border-color: $color;
178
+ margin-top: 0px;
179
+ margin-left: -$codeblock-padding; // to move back to the left margin of the enclosing blockquote
180
+ }
181
+ h2:before {
182
+ font-family: 'Glyphicons Halflings';
183
+ content: $glyph;
184
+ float: left;
185
+ padding-left: $codeblock-padding;
186
+ padding-right: $codeblock-padding;
187
+ display: inline-block;
188
+ -webkit-font-smoothing: antialiased;
189
+ }
190
+
191
+ }
192
+
193
+ .callout{ @include bkSetup($color-callout, "\e146"); }
194
+ .caution{ @include bkSetup($color-caution, "\e107"); }
195
+ .challenge{ @include bkSetup($color-challenge, "\270f"); }
196
+ .checklist{ @include bkSetup($color-checklist, "\e067"); }
197
+ .discussion{ @include bkSetup($color-discussion, "\e123"); }
198
+ .keypoints{ @include bkSetup($color-keypoints, "\e101"); }
199
+ .objectives{ @include bkSetup($color-objectives, "\e085"); }
200
+ .prereq{ @include bkSetup($color-prereq, "\e124"); }
201
+ .solution{ @include bkSetup($color-solution, "\e105"); }
202
+ .testimonial{ @include bkSetup($color-testimonial, "\e143"); }
203
+
204
+ .callout h3,
205
+ .challenge h3,
206
+ .checklist h3,
207
+ .discussion h3,
208
+ .keypoints h3,
209
+ .objectives h3,
210
+ .prereq h3,
211
+ .solution h3,
212
+ .testimonial h3 {
213
+ font-size: 18px;
214
+ }
215
+
216
+ .challenge { background-color: #eec27520; }
217
+ .callout { background-color: #f4fd9c20; }
218
+ .challenge { background-color: #eec27520; }
219
+ .checklist { background-color: #dfd2a020; }
220
+ .discussion { background-color: #eec27520; }
221
+ .keypoints { background-color: #7ae78e20; }
222
+ .objectives { background-color: #daee8420; }
223
+ .prereq { background-color: #9cd6dc20; }
224
+ .solution { background-color: #ded4b94d; }
225
+ .testimonial { background-color: #fc8dc120; }
226
+
227
+ blockquote p {
228
+ margin: 5px;
229
+ font-size: 16px;
230
+ }
231
+ blockquote :not(h2) + p {
232
+ padding-top: 1em;
233
+ }
234
+
235
+ //----------------------------------------
236
+ // Override Bootstrap settings.
237
+ //----------------------------------------
238
+
239
+ blockquote { font-size: inherit; }
240
+
241
+ a code {
242
+ color: #006cad;
243
+ }
244
+
245
+ a:link {
246
+ color: #196EBD;
247
+ }
248
+
249
+ a:active,
250
+ a:hover {
251
+ outline: 0;
252
+ text-decoration: underline;
253
+ }
254
+
255
+ a:visited {
256
+ color: #1AA4DA;
257
+ }
258
+
259
+ code {
260
+ white-space: nowrap;
261
+ padding: 2px 5px;
262
+ color: #24292e;
263
+ background-color: #e7e7e7;
264
+ }
265
+
266
+ samp { hyphens: none; }
267
+
268
+ dt { margin-top: 20px; }
269
+ dd { margin-left: 2em; }
270
+
271
+ article img {
272
+ display: block;
273
+ margin: 20px auto;
274
+ max-width: 100%;
275
+ }
276
+
277
+ article img.inline {
278
+ display: inline-block;
279
+ margin: auto;
280
+ }
281
+
282
+ article h2 {
283
+ margin: 48px 0 16px;
284
+ border-bottom: solid 1px #eaecef;
285
+ padding-bottom: 0.3em;
286
+ line-height: 1.25;
287
+ }
288
+
289
+ article h3 { margin: 40px 0 16px; }
290
+
291
+ article pre {
292
+ margin: 0;
293
+ border: 0;
294
+ }
295
+
296
+ //----------------------------------------
297
+ // Miscellaneous.
298
+ //----------------------------------------
299
+
300
+ .figures h2 { margin-top: 100px; }
301
+
302
+ .maintitle {
303
+ text-align: center;
304
+ }
305
+
306
+ .footertext {
307
+ text-align: center;
308
+ }
309
+
310
+ footer .license,
311
+ footer .help-links
312
+ {
313
+ font-size: inherit;
314
+ margin-top: 10px;
315
+ margin-bottom: 10px;
316
+ font-weight: 500;
317
+ line-height: 1.1;
318
+ }
319
+
320
+ img.navbar-logo {
321
+ height: 40px; // synchronize with height of navbar
322
+ padding-top: 5px;
323
+ padding-right: 10px;
324
+ }
325
+
326
+ div.branding {
327
+ color: $color-brand;
328
+ }
329
+
330
+ ul,
331
+ ol {
332
+ padding-left: 2em;
333
+ }
334
+
335
+ span.fold-unfold {
336
+ margin-left: 1em;
337
+ opacity: 0.5;
338
+ }
339
+
340
+
341
+ p.image-with-shadow img,
342
+ img.image-with-shadow {
343
+ box-shadow: 0 6px 24px 0 #888;
344
+ }
345
+
346
+ //----------------------------------------
347
+ // Life cycle box
348
+ //----------------------------------------
349
+
350
+ div.life-cycle {
351
+ position: -webkit-sticky; /* Safari */
352
+ position: sticky;
353
+ top: 0;
354
+ z-index: 100;
355
+ font-size: 1.2em;
356
+ text-align: center;
357
+ margin-bottom: -1px;
358
+ border-radius: 0;
359
+ }
360
+
361
+ .pre-alpha {
362
+ color: #a94442;
363
+ background: #f2dede;
364
+ }
365
+
366
+ .alpha {
367
+ color: #8a6d3b;
368
+ background: #fcf8e3;
369
+ }
370
+
371
+ .beta {
372
+ color: #31708f;
373
+ background: #d9edf7;
374
+ }
375
+
376
+ .published {
377
+ color: #354711;
378
+ background: #effbd7;
379
+ }
380
+
381
+ // Remove border around spans of text within code blocks
382
+ // that the highlighter (rouge) failed to recognize.
383
+ pre.highlight span.err {
384
+ border: none;
385
+ }
386
+
387
+
388
+ //----------------------------------------
389
+ // keyboard key style, from StackExchange.
390
+ //----------------------------------------
391
+
392
+ kbd {
393
+ display: inline-block;
394
+ margin: 0 .1em;
395
+ padding: .1em .6em;
396
+ font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
397
+ font-size: 11px;
398
+ line-height: 1.4;
399
+ color: #242729;
400
+ text-shadow: 0 1px 0 #FFF;
401
+ background-color: #e1e3e5;
402
+ border: 1px solid #adb3b9;
403
+ border-radius: 3px;
404
+ box-shadow: 0 1px 0 rgba(12,13,14,0.2), 0 0 0 2px #FFF inset;
405
+ white-space: nowrap;
406
+ font-style: normal;
407
+ }
408
+
409
+ //------------------------------------------
410
+ // Show solution while printing (Ctrl + P)
411
+ // -----------------------------------------
412
+
413
+ @media print {
414
+ blockquote.solution > * {
415
+ display: unset !important;
416
+ }
417
+ }
@@ -0,0 +1,69 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight { background: #f8f8f8; }
3
+ .highlight .c { color: #387d7d; font-style: italic } /* Comment */
4
+ .highlight .err { border: 1px solid #FF0000 } /* Error */
5
+ .highlight .k { color: #008000; font-weight: bold } /* Keyword */
6
+ .highlight .o { color: #666666 } /* Operator */
7
+ .highlight .ch { color: #387d7d; font-style: italic } /* Comment.Hashbang */
8
+ .highlight .cm { color: #387d7d; font-style: italic } /* Comment.Multiline */
9
+ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
10
+ .highlight .cpf { color: #387d7d; font-style: italic } /* Comment.PreprocFile */
11
+ .highlight .c1 { color: #387d7d; font-style: italic } /* Comment.Single */
12
+ .highlight .cs { color: #387d7d; font-style: italic } /* Comment.Special */
13
+ .highlight .gd { color: #A00000 } /* Generic.Deleted */
14
+ .highlight .ge { font-style: italic } /* Generic.Emph */
15
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
16
+ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
17
+ .highlight .gi { color: #00A000 } /* Generic.Inserted */
18
+ .highlight .go { color: #888888 } /* Generic.Output */
19
+ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
20
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
21
+ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
22
+ .highlight .gt { color: #0044DD } /* Generic.Traceback */
23
+ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
24
+ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
25
+ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
26
+ .highlight .kp { color: #008000 } /* Keyword.Pseudo */
27
+ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
28
+ .highlight .kt { color: #B00040 } /* Keyword.Type */
29
+ .highlight .m { color: #666666 } /* Literal.Number */
30
+ .highlight .s { color: #BA2121 } /* Literal.String */
31
+ .highlight .na { color: #7D9029 } /* Name.Attribute */
32
+ .highlight .nb { color: #008000 } /* Name.Builtin */
33
+ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
34
+ .highlight .no { color: #880000 } /* Name.Constant */
35
+ .highlight .nd { color: #AA22FF } /* Name.Decorator */
36
+ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
37
+ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
38
+ .highlight .nf { color: #0000FF } /* Name.Function */
39
+ .highlight .nl { color: #A0A000 } /* Name.Label */
40
+ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
41
+ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
42
+ .highlight .nv { color: #19177C } /* Name.Variable */
43
+ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
44
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
45
+ .highlight .mb { color: #666666 } /* Literal.Number.Bin */
46
+ .highlight .mf { color: #666666 } /* Literal.Number.Float */
47
+ .highlight .mh { color: #666666 } /* Literal.Number.Hex */
48
+ .highlight .mi { color: #666666 } /* Literal.Number.Integer */
49
+ .highlight .mo { color: #666666 } /* Literal.Number.Oct */
50
+ .highlight .sa { color: #BA2121 } /* Literal.String.Affix */
51
+ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
52
+ .highlight .sc { color: #BA2121 } /* Literal.String.Char */
53
+ .highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
54
+ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
55
+ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
56
+ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
57
+ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
58
+ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
59
+ .highlight .sx { color: #008000 } /* Literal.String.Other */
60
+ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
61
+ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
62
+ .highlight .ss { color: #19177C } /* Literal.String.Symbol */
63
+ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
64
+ .highlight .fm { color: #0000FF } /* Name.Function.Magic */
65
+ .highlight .vc { color: #19177C } /* Name.Variable.Class */
66
+ .highlight .vg { color: #19177C } /* Name.Variable.Global */
67
+ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
68
+ .highlight .vm { color: #19177C } /* Name.Variable.Magic */
69
+ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */