jekyll-theme-opentoolbox 1.0.8 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +58 -31
  3. data/_includes/banner.html +4 -4
  4. data/_includes/callouts.html +10 -3
  5. data/_includes/contribute.html +19 -0
  6. data/_includes/credits.html +13 -0
  7. data/_includes/disqus.html +16 -16
  8. data/_includes/footer.html +7 -18
  9. data/_includes/gallery.html +24 -24
  10. data/_includes/google-analytics.html +7 -7
  11. data/_includes/header.html +11 -12
  12. data/_includes/icon.html +3 -0
  13. data/_includes/image-modal.html +18 -18
  14. data/_includes/important-message.html +5 -0
  15. data/_includes/latest-posts.html +14 -12
  16. data/_includes/menubar.html +20 -20
  17. data/_includes/notification.html +17 -16
  18. data/_includes/pagination.html +21 -23
  19. data/_includes/post-card.html +2 -2
  20. data/_includes/section-divider.html +5 -0
  21. data/_includes/setup.html +11 -0
  22. data/_includes/showcase.html +1 -1
  23. data/_includes/simple_banner.html +11 -0
  24. data/_includes/sponsors.html +43 -41
  25. data/_includes/subscribe.html +15 -5
  26. data/_includes/tabs.html +18 -17
  27. data/_includes/tag.html +2 -2
  28. data/_includes/toc.html +82 -82
  29. data/_includes/vimeo.html +2 -2
  30. data/_includes/youtube.html +7 -7
  31. data/_layouts/base.html +25 -0
  32. data/_layouts/blog.html +4 -3
  33. data/_layouts/default.html +34 -61
  34. data/_layouts/page.html +10 -10
  35. data/_layouts/post.html +50 -17
  36. data/_layouts/resource.html +1 -1
  37. data/_posts/2021-03-24-hello.md +1 -0
  38. data/_sass/_external.scss +1 -0
  39. data/_sass/_layout.scss +48 -36
  40. data/_sass/_main.scss +49 -22
  41. data/_sass/_showcase.scss +12 -12
  42. data/_sass/{syntax.scss → _syntax.scss} +209 -209
  43. data/_sass/_variables.scss +126 -0
  44. data/_sass/highlight/_dark.scss +71 -0
  45. data/_sass/highlight/_light.scss +259 -0
  46. data/assets/css/app.scss +8 -147
  47. data/blog/index.html +4 -2
  48. data/node_modules/bulma/CHANGELOG.md +1558 -1558
  49. data/node_modules/bulma/LICENSE +21 -21
  50. data/node_modules/bulma/README.md +134 -134
  51. data/node_modules/bulma/bulma.sass +10 -10
  52. data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
  53. data/node_modules/bulma/css/bulma.css +11810 -11810
  54. data/node_modules/bulma/package.json +81 -81
  55. data/node_modules/bulma/sass/base/_all.sass +6 -6
  56. data/node_modules/bulma/sass/base/animations.sass +5 -5
  57. data/node_modules/bulma/sass/base/generic.sass +145 -145
  58. data/node_modules/bulma/sass/base/helpers.sass +1 -1
  59. data/node_modules/bulma/sass/base/minireset.sass +79 -79
  60. data/node_modules/bulma/sass/components/_all.sass +15 -15
  61. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
  62. data/node_modules/bulma/sass/components/card.sass +103 -103
  63. data/node_modules/bulma/sass/components/dropdown.sass +83 -83
  64. data/node_modules/bulma/sass/components/level.sass +79 -79
  65. data/node_modules/bulma/sass/components/media.sass +59 -59
  66. data/node_modules/bulma/sass/components/menu.sass +59 -59
  67. data/node_modules/bulma/sass/components/message.sass +101 -101
  68. data/node_modules/bulma/sass/components/modal.sass +117 -117
  69. data/node_modules/bulma/sass/components/navbar.sass +446 -446
  70. data/node_modules/bulma/sass/components/pagination.sass +166 -166
  71. data/node_modules/bulma/sass/components/panel.sass +121 -121
  72. data/node_modules/bulma/sass/components/tabs.sass +176 -176
  73. data/node_modules/bulma/sass/elements/_all.sass +16 -16
  74. data/node_modules/bulma/sass/elements/box.sass +26 -26
  75. data/node_modules/bulma/sass/elements/button.sass +345 -345
  76. data/node_modules/bulma/sass/elements/container.sass +29 -29
  77. data/node_modules/bulma/sass/elements/content.sass +159 -159
  78. data/node_modules/bulma/sass/elements/form.sass +1 -1
  79. data/node_modules/bulma/sass/elements/icon.sass +46 -46
  80. data/node_modules/bulma/sass/elements/image.sass +73 -73
  81. data/node_modules/bulma/sass/elements/notification.sass +52 -52
  82. data/node_modules/bulma/sass/elements/other.sass +31 -31
  83. data/node_modules/bulma/sass/elements/progress.sass +73 -73
  84. data/node_modules/bulma/sass/elements/table.sass +133 -133
  85. data/node_modules/bulma/sass/elements/tag.sass +140 -140
  86. data/node_modules/bulma/sass/elements/title.sass +70 -70
  87. data/node_modules/bulma/sass/form/_all.sass +9 -9
  88. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
  89. data/node_modules/bulma/sass/form/file.sass +184 -184
  90. data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
  91. data/node_modules/bulma/sass/form/select.sass +87 -87
  92. data/node_modules/bulma/sass/form/shared.sass +60 -60
  93. data/node_modules/bulma/sass/form/tools.sass +215 -215
  94. data/node_modules/bulma/sass/grid/_all.sass +5 -5
  95. data/node_modules/bulma/sass/grid/columns.sass +513 -513
  96. data/node_modules/bulma/sass/grid/tiles.sass +36 -36
  97. data/node_modules/bulma/sass/helpers/_all.sass +12 -12
  98. data/node_modules/bulma/sass/helpers/color.sass +39 -39
  99. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
  100. data/node_modules/bulma/sass/helpers/float.sass +10 -10
  101. data/node_modules/bulma/sass/helpers/other.sass +14 -14
  102. data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
  103. data/node_modules/bulma/sass/helpers/position.sass +7 -7
  104. data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
  105. data/node_modules/bulma/sass/helpers/typography.sass +103 -103
  106. data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
  107. data/node_modules/bulma/sass/layout/_all.sass +6 -6
  108. data/node_modules/bulma/sass/layout/footer.sass +11 -11
  109. data/node_modules/bulma/sass/layout/hero.sass +153 -153
  110. data/node_modules/bulma/sass/layout/section.sass +17 -17
  111. data/node_modules/bulma/sass/utilities/_all.sass +9 -9
  112. data/node_modules/bulma/sass/utilities/animations.sass +1 -1
  113. data/node_modules/bulma/sass/utilities/controls.sass +49 -49
  114. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
  115. data/node_modules/bulma/sass/utilities/extends.sass +25 -25
  116. data/node_modules/bulma/sass/utilities/functions.sass +136 -136
  117. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
  118. data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
  119. data/node_modules/bulma-block-list/LICENSE.txt +21 -21
  120. data/node_modules/bulma-block-list/README.md +31 -31
  121. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  122. data/node_modules/bulma-block-list/docs/_config.yml +15 -15
  123. data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
  124. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
  125. data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
  126. data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
  127. data/node_modules/bulma-block-list/docs/index.html +260 -260
  128. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
  129. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
  130. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
  131. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
  132. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
  133. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
  142. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
  143. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
  144. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
  145. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
  146. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
  147. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
  148. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
  149. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
  150. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
  151. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
  152. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
  153. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
  154. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
  155. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
  156. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
  157. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
  158. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
  159. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
  160. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
  161. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
  162. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
  163. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
  164. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
  165. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
  166. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
  167. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
  168. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
  169. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
  170. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
  171. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
  172. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
  173. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
  174. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
  175. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
  176. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
  177. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
  178. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
  179. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
  180. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
  181. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
  182. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
  183. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
  184. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
  185. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
  186. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
  187. data/node_modules/bulma-block-list/package.json +56 -56
  188. data/node_modules/bulma-block-list/src/block-list.scss +108 -108
  189. data/node_modules/bulma-block-list/src/demo.scss +2 -2
  190. data/package-lock.json +28 -28
  191. data/package.json +20 -20
  192. metadata +16 -13
  193. data/_includes/hero.html +0 -11
  194. data/_includes/join.html +0 -30
  195. data/_includes/rating.html +0 -14
  196. data/_includes/review.html +0 -27
  197. data/_includes/share-buttons.html +0 -19
  198. data/_layouts/product-category.html +0 -42
  199. data/_layouts/product.html +0 -61
  200. data/_layouts/recipe.html +0 -98
  201. data/assets/css/highlight.css +0 -78
data/_layouts/post.html CHANGED
@@ -1,23 +1,56 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
 
5
- <div class="content is-rounded p-0">
6
- <div class="section">
7
- <p>📅 {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</p>
8
- <hr/>
9
- {{ content }}
10
- </div>
11
- </div>
5
+ <div class="hero is-dark mb-large">
6
+ <div class="hero-body">
7
+ <div class="container">
8
+ <div class="section">
9
+ <div class="columns is-vcentered">
10
+ <div class="column">
11
+ <h1 class="title is-1 mb-small">{{page.title}}</h1>
12
+ <p>{{ page.author }}</p>
13
+
14
+ <p class="mt-small">📅 {{ page.date | date: "%b %-d, %Y" }}</p>
15
+ </div>
16
+
17
+ {% if page.summary %}
18
+ <div class="column">
19
+ {{ page.summary | markdownify }}
20
+ </div>
21
+ {% endif %}
22
+ </div>
12
23
 
13
- {% if page.tags %}
14
- <div class="tags section">
15
- {% for tag in page.tags %}
16
- {% include tag.html tag=tag %}
17
- {% endfor %}
24
+ {% if page.tags %}
25
+ <div class="tags my-medium">
26
+ {% for tag in page.tags %}
27
+ {% include tag.html tag=tag %}
28
+ {% endfor %}
29
+ </div>
30
+ {% endif %}
31
+ </div>
32
+
33
+ <div class="mb-negative-large">
34
+ <img src="{{page.image}}" class="thumbnail mx-auto is-rounded"/>
35
+ </div>
36
+ </div>
37
+ </div>
18
38
  </div>
19
- {% endif %}
20
39
 
21
- {% if site.disqus.shortname %}
22
- {% include disqus.html %}
23
- {% endif %}
40
+ <div class="container">
41
+ <div class="content p-0">
42
+ <div class="section">
43
+ {{ content }}
44
+ </div>
45
+ </div>
46
+
47
+ {% if site.disqus.shortname %}
48
+ {% include disqus.html %}
49
+ {% endif %}
50
+
51
+ {% if site.posts %}
52
+ <div>
53
+ {% include latest-posts.html %}
54
+ </div>
55
+ {% endif %}
56
+ </div>
@@ -4,6 +4,6 @@ layout: page
4
4
 
5
5
  {{content}}
6
6
 
7
- {% include join.html %}
7
+ {% include contribute.html %}
8
8
 
9
9
  {% include sub-pages.html %}
@@ -8,6 +8,7 @@ summary: |-
8
8
  It can be in **Markdown format** if required.
9
9
  author: "@sinisimattia"
10
10
  image: "https://miro.medium.com/max/1024/1*OohqW5DGh9CQS4hLY5FXzA.png"
11
+ tags: these are the tags
11
12
  ---
12
13
 
13
14
  Figo eh?
@@ -0,0 +1 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap");
data/_sass/_layout.scss CHANGED
@@ -1,37 +1,49 @@
1
- div.highlight {
2
- margin-bottom: 1rem;
3
- }
4
-
5
- @include desktop {
6
- .navbar-item {
7
- &.is-hoverable:hover {
8
- .navbar-dropdown {
9
- display: block;
10
- }
11
- }
12
- }
13
- }
14
-
15
- .contents {
16
- box-shadow: $box-shadow;
17
- padding: 1.5rem;
18
- margin-bottom: 3rem;
19
- }
20
-
21
- .hero-darken {
22
- background-color: rgba($hero-darken, 0.5);
23
- }
24
-
25
- .content {
26
- figure {
27
- margin: 0;
28
- }
29
- }
30
-
31
- .callout {
32
- &-icon {
33
- width: 4rem;
34
- height: 4rem;
35
- margin-bottom: 0.75rem;
36
- }
1
+ div.highlight {
2
+ margin-bottom: 1rem;
3
+ }
4
+
5
+ @include desktop {
6
+ .navbar-item {
7
+ &.is-hoverable:hover {
8
+ .navbar-dropdown {
9
+ display: block;
10
+ }
11
+ }
12
+ }
13
+ }
14
+
15
+ .contents {
16
+ box-shadow: $box-shadow;
17
+ padding: 1.5rem;
18
+ margin-bottom: 3rem;
19
+ }
20
+
21
+ .hero-darken {
22
+ background-color: rgba($hero-darken, 0.5);
23
+ }
24
+
25
+ .content {
26
+ figure {
27
+ margin: 0;
28
+ }
29
+ }
30
+
31
+ .callout {
32
+ &-icon {
33
+ width: 4rem;
34
+ height: 4rem;
35
+ margin-bottom: 0.75rem;
36
+ }
37
+ }
38
+
39
+ .divider-container {
40
+ overflow: hidden;
41
+ height: 150px;
42
+
43
+ svg {
44
+ path {
45
+ stroke: none;
46
+ fill: $primary;
47
+ }
48
+ }
37
49
  }
data/_sass/_main.scss CHANGED
@@ -1,22 +1,49 @@
1
- @charset "utf-8";
2
- @import url('https://fonts.googleapis.com/css?family=Montserrat');
3
-
4
- $family-sans-serif: 'Montserrat', sans-serif;
5
- $primary: #188eac !default;
6
-
7
- $tabs-link-active-color: $primary;
8
- $tabs-link-active-border-bottom-color: $primary;
9
-
10
- $modal-content-width: 800px;
11
-
12
- @import "../node_modules/bulma/bulma.sass";
13
- $hero-darken: $dark !default;
14
-
15
- @import "layout";
16
- @import "syntax";
17
- @import "showcase";
18
- @import "../node_modules/bulma-block-list/src/block-list.scss";
19
-
20
- .gh-sponsor {
21
- color: #ea4aaa;
22
- }
1
+ @charset "utf-8";
2
+
3
+ @import "../node_modules/bulma/bulma.sass";
4
+ @import "../node_modules/bulma-block-list/src/block-list.scss";
5
+
6
+ @import "layout";
7
+ @import "syntax";
8
+ @import "showcase";
9
+
10
+ .gh-sponsor {
11
+ color: #ea4aaa;
12
+ }
13
+
14
+ .user-mention {
15
+ font-weight: $mention-weight;
16
+ color: $mention-color;
17
+ }
18
+
19
+ .pagination-previous,
20
+ .pagination-next {
21
+ &[disabled] {
22
+ background-color: $link !important;
23
+ color: $white !important;
24
+ border: none !important;
25
+ }
26
+ }
27
+
28
+ .is-dark {
29
+ &.box {
30
+ background-color: $dark !important;
31
+ color: $white;
32
+ }
33
+ }
34
+
35
+ .thumbnail {
36
+ width: 100%;
37
+ }
38
+
39
+ .is-rounded {
40
+ border-radius: $radius-medium !important;
41
+ }
42
+
43
+ .highlight {
44
+ border-radius: $radius !important;
45
+ }
46
+
47
+ .has-shadow {
48
+ box-shadow: $shadow-large !important;
49
+ }
data/_sass/_showcase.scss CHANGED
@@ -1,13 +1,13 @@
1
- .showcase {
2
- margin-bottom: 3rem;
3
- box-shadow: $box-shadow;
4
-
5
- &-content {
6
- padding: 1.5rem;
7
- text-align: center;
8
- }
9
-
10
- .block-list {
11
- margin-bottom: 1.5rem;
12
- }
1
+ .showcase {
2
+ margin-bottom: 3rem;
3
+ box-shadow: $box-shadow;
4
+
5
+ &-content {
6
+ padding: 1.5rem;
7
+ text-align: center;
8
+ }
9
+
10
+ .block-list {
11
+ margin-bottom: 1.5rem;
12
+ }
13
13
  }
@@ -1,209 +1,209 @@
1
- .highlight table td { padding: 5px; }
2
- .highlight table pre { margin: 0; }
3
- .highlight .cm {
4
- color: #999988;
5
- font-style: italic;
6
- }
7
- .highlight .cp {
8
- color: #999999;
9
- font-weight: bold;
10
- }
11
- .highlight .c1 {
12
- color: #999988;
13
- font-style: italic;
14
- }
15
- .highlight .cs {
16
- color: #999999;
17
- font-weight: bold;
18
- font-style: italic;
19
- }
20
- .highlight .c, .highlight .cd {
21
- color: #999988;
22
- font-style: italic;
23
- }
24
- .highlight .err {
25
- color: #a61717;
26
- background-color: #e3d2d2;
27
- }
28
- .highlight .gd {
29
- color: #000000;
30
- background-color: #ffdddd;
31
- }
32
- .highlight .ge {
33
- color: #000000;
34
- font-style: italic;
35
- }
36
- .highlight .gr {
37
- color: #aa0000;
38
- }
39
- .highlight .gh {
40
- color: #999999;
41
- }
42
- .highlight .gi {
43
- color: #000000;
44
- background-color: #ddffdd;
45
- }
46
- .highlight .go {
47
- color: #888888;
48
- }
49
- .highlight .gp {
50
- color: #555555;
51
- }
52
- .highlight .gs {
53
- font-weight: bold;
54
- }
55
- .highlight .gu {
56
- color: #aaaaaa;
57
- }
58
- .highlight .gt {
59
- color: #aa0000;
60
- }
61
- .highlight .kc {
62
- color: #000000;
63
- font-weight: bold;
64
- }
65
- .highlight .kd {
66
- color: #000000;
67
- font-weight: bold;
68
- }
69
- .highlight .kn {
70
- color: #000000;
71
- font-weight: bold;
72
- }
73
- .highlight .kp {
74
- color: #000000;
75
- font-weight: bold;
76
- }
77
- .highlight .kr {
78
- color: #000000;
79
- font-weight: bold;
80
- }
81
- .highlight .kt {
82
- color: #445588;
83
- font-weight: bold;
84
- }
85
- .highlight .k, .highlight .kv {
86
- color: #000000;
87
- font-weight: bold;
88
- }
89
- .highlight .mf {
90
- color: #009999;
91
- }
92
- .highlight .mh {
93
- color: #009999;
94
- }
95
- .highlight .il {
96
- color: #009999;
97
- }
98
- .highlight .mi {
99
- color: #009999;
100
- }
101
- .highlight .mo {
102
- color: #009999;
103
- }
104
- .highlight .m, .highlight .mb, .highlight .mx {
105
- color: #009999;
106
- }
107
- .highlight .sb {
108
- color: #d14;
109
- }
110
- .highlight .sc {
111
- color: #d14;
112
- }
113
- .highlight .sd {
114
- color: #d14;
115
- }
116
- .highlight .s2 {
117
- color: #d14;
118
- }
119
- .highlight .se {
120
- color: #d14;
121
- }
122
- .highlight .sh {
123
- color: #d14;
124
- }
125
- .highlight .si {
126
- color: #d14;
127
- }
128
- .highlight .sx {
129
- color: #d14;
130
- }
131
- .highlight .sr {
132
- color: #009926;
133
- }
134
- .highlight .s1 {
135
- color: #d14;
136
- }
137
- .highlight .ss {
138
- color: #990073;
139
- }
140
- .highlight .s {
141
- color: #d14;
142
- }
143
- .highlight .na {
144
- color: #008080;
145
- }
146
- .highlight .bp {
147
- color: #999999;
148
- }
149
- .highlight .nb {
150
- color: #0086B3;
151
- }
152
- .highlight .nc {
153
- color: #445588;
154
- font-weight: bold;
155
- }
156
- .highlight .no {
157
- color: #008080;
158
- }
159
- .highlight .nd {
160
- color: #3c5d5d;
161
- font-weight: bold;
162
- }
163
- .highlight .ni {
164
- color: #800080;
165
- }
166
- .highlight .ne {
167
- color: #990000;
168
- font-weight: bold;
169
- }
170
- .highlight .nf {
171
- color: #990000;
172
- font-weight: bold;
173
- }
174
- .highlight .nl {
175
- color: #990000;
176
- font-weight: bold;
177
- }
178
- .highlight .nn {
179
- color: #555555;
180
- }
181
- .highlight .nt {
182
- color: #000080;
183
- }
184
- .highlight .vc {
185
- color: #008080;
186
- }
187
- .highlight .vg {
188
- color: #008080;
189
- }
190
- .highlight .vi {
191
- color: #008080;
192
- }
193
- .highlight .nv {
194
- color: #008080;
195
- }
196
- .highlight .ow {
197
- color: #000000;
198
- font-weight: bold;
199
- }
200
- .highlight .o {
201
- color: #000000;
202
- font-weight: bold;
203
- }
204
- .highlight .w {
205
- color: #bbbbbb;
206
- }
207
- .highlight {
208
- background-color: #f8f8f8;
209
- }
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight .cm {
4
+ color: #999988;
5
+ font-style: italic;
6
+ }
7
+ .highlight .cp {
8
+ color: #999999;
9
+ font-weight: bold;
10
+ }
11
+ .highlight .c1 {
12
+ color: #999988;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cs {
16
+ color: #999999;
17
+ font-weight: bold;
18
+ font-style: italic;
19
+ }
20
+ .highlight .c, .highlight .cd {
21
+ color: #999988;
22
+ font-style: italic;
23
+ }
24
+ .highlight .err {
25
+ color: #a61717;
26
+ background-color: #e3d2d2;
27
+ }
28
+ .highlight .gd {
29
+ color: #000000;
30
+ background-color: #ffdddd;
31
+ }
32
+ .highlight .ge {
33
+ color: #000000;
34
+ font-style: italic;
35
+ }
36
+ .highlight .gr {
37
+ color: #aa0000;
38
+ }
39
+ .highlight .gh {
40
+ color: #999999;
41
+ }
42
+ .highlight .gi {
43
+ color: #000000;
44
+ background-color: #ddffdd;
45
+ }
46
+ .highlight .go {
47
+ color: #888888;
48
+ }
49
+ .highlight .gp {
50
+ color: #555555;
51
+ }
52
+ .highlight .gs {
53
+ font-weight: bold;
54
+ }
55
+ .highlight .gu {
56
+ color: #aaaaaa;
57
+ }
58
+ .highlight .gt {
59
+ color: #aa0000;
60
+ }
61
+ .highlight .kc {
62
+ color: #000000;
63
+ font-weight: bold;
64
+ }
65
+ .highlight .kd {
66
+ color: #000000;
67
+ font-weight: bold;
68
+ }
69
+ .highlight .kn {
70
+ color: #000000;
71
+ font-weight: bold;
72
+ }
73
+ .highlight .kp {
74
+ color: #000000;
75
+ font-weight: bold;
76
+ }
77
+ .highlight .kr {
78
+ color: #000000;
79
+ font-weight: bold;
80
+ }
81
+ .highlight .kt {
82
+ color: #445588;
83
+ font-weight: bold;
84
+ }
85
+ .highlight .k, .highlight .kv {
86
+ color: #000000;
87
+ font-weight: bold;
88
+ }
89
+ .highlight .mf {
90
+ color: #009999;
91
+ }
92
+ .highlight .mh {
93
+ color: #009999;
94
+ }
95
+ .highlight .il {
96
+ color: #009999;
97
+ }
98
+ .highlight .mi {
99
+ color: #009999;
100
+ }
101
+ .highlight .mo {
102
+ color: #009999;
103
+ }
104
+ .highlight .m, .highlight .mb, .highlight .mx {
105
+ color: #009999;
106
+ }
107
+ .highlight .sb {
108
+ color: #d14;
109
+ }
110
+ .highlight .sc {
111
+ color: #d14;
112
+ }
113
+ .highlight .sd {
114
+ color: #d14;
115
+ }
116
+ .highlight .s2 {
117
+ color: #d14;
118
+ }
119
+ .highlight .se {
120
+ color: #d14;
121
+ }
122
+ .highlight .sh {
123
+ color: #d14;
124
+ }
125
+ .highlight .si {
126
+ color: #d14;
127
+ }
128
+ .highlight .sx {
129
+ color: #d14;
130
+ }
131
+ .highlight .sr {
132
+ color: #009926;
133
+ }
134
+ .highlight .s1 {
135
+ color: #d14;
136
+ }
137
+ .highlight .ss {
138
+ color: #990073;
139
+ }
140
+ .highlight .s {
141
+ color: #d14;
142
+ }
143
+ .highlight .na {
144
+ color: #008080;
145
+ }
146
+ .highlight .bp {
147
+ color: #999999;
148
+ }
149
+ .highlight .nb {
150
+ color: #0086B3;
151
+ }
152
+ .highlight .nc {
153
+ color: #445588;
154
+ font-weight: bold;
155
+ }
156
+ .highlight .no {
157
+ color: #008080;
158
+ }
159
+ .highlight .nd {
160
+ color: #3c5d5d;
161
+ font-weight: bold;
162
+ }
163
+ .highlight .ni {
164
+ color: #800080;
165
+ }
166
+ .highlight .ne {
167
+ color: #990000;
168
+ font-weight: bold;
169
+ }
170
+ .highlight .nf {
171
+ color: #990000;
172
+ font-weight: bold;
173
+ }
174
+ .highlight .nl {
175
+ color: #990000;
176
+ font-weight: bold;
177
+ }
178
+ .highlight .nn {
179
+ color: #555555;
180
+ }
181
+ .highlight .nt {
182
+ color: #000080;
183
+ }
184
+ .highlight .vc {
185
+ color: #008080;
186
+ }
187
+ .highlight .vg {
188
+ color: #008080;
189
+ }
190
+ .highlight .vi {
191
+ color: #008080;
192
+ }
193
+ .highlight .nv {
194
+ color: #008080;
195
+ }
196
+ .highlight .ow {
197
+ color: #000000;
198
+ font-weight: bold;
199
+ }
200
+ .highlight .o {
201
+ color: #000000;
202
+ font-weight: bold;
203
+ }
204
+ .highlight .w {
205
+ color: #bbbbbb;
206
+ }
207
+ .highlight {
208
+ background-color: #f8f8f8;
209
+ }