jekyll-theme-opentoolbox 1.1.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +57 -31
  3. data/_includes/banner.html +4 -4
  4. data/_includes/callouts.html +8 -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 +6 -17
  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 +1 -1
  20. data/_includes/section-divider.html +5 -0
  21. data/_includes/showcase.html +1 -1
  22. data/_includes/simple_banner.html +11 -0
  23. data/_includes/sponsors.html +43 -41
  24. data/_includes/subscribe.html +15 -15
  25. data/_includes/tabs.html +18 -17
  26. data/_includes/tag.html +2 -2
  27. data/_includes/toc.html +82 -82
  28. data/_includes/vimeo.html +2 -2
  29. data/_includes/youtube.html +7 -7
  30. data/_layouts/base.html +2 -0
  31. data/_layouts/default.html +1 -1
  32. data/_layouts/page.html +10 -10
  33. data/_layouts/post.html +4 -2
  34. data/_layouts/resource.html +1 -1
  35. data/_sass/_external.scss +1 -0
  36. data/_sass/_layout.scss +48 -36
  37. data/_sass/_main.scss +45 -22
  38. data/_sass/_showcase.scss +12 -12
  39. data/_sass/{syntax.scss → _syntax.scss} +209 -209
  40. data/_sass/_variables.scss +125 -0
  41. data/_sass/highlight/_dark.scss +71 -0
  42. data/_sass/{_highlight.scss → highlight/_light.scss} +0 -0
  43. data/assets/css/app.scss +7 -146
  44. data/blog/index.html +4 -2
  45. data/node_modules/bulma-block-list/LICENSE.txt +21 -21
  46. data/node_modules/bulma-block-list/README.md +31 -31
  47. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  48. data/node_modules/bulma-block-list/docs/_config.yml +15 -15
  49. data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
  50. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
  51. data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
  52. data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
  53. data/node_modules/bulma-block-list/docs/index.html +260 -260
  54. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
  55. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
  56. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
  57. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
  58. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
  59. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
  79. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
  83. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
  84. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
  85. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
  86. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
  87. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
  88. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
  89. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
  90. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
  91. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
  92. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
  93. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
  94. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
  95. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
  96. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
  97. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
  98. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
  99. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
  100. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
  101. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
  102. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
  103. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
  104. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
  105. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
  106. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
  107. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
  108. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
  109. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
  110. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
  111. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
  112. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
  113. data/node_modules/bulma-block-list/package.json +56 -56
  114. data/node_modules/bulma-block-list/src/block-list.scss +108 -108
  115. data/node_modules/bulma-block-list/src/demo.scss +2 -2
  116. data/node_modules/bulma/CHANGELOG.md +1558 -1558
  117. data/node_modules/bulma/LICENSE +21 -21
  118. data/node_modules/bulma/README.md +134 -134
  119. data/node_modules/bulma/bulma.sass +10 -10
  120. data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
  121. data/node_modules/bulma/css/bulma.css +11810 -11810
  122. data/node_modules/bulma/package.json +81 -81
  123. data/node_modules/bulma/sass/base/_all.sass +6 -6
  124. data/node_modules/bulma/sass/base/animations.sass +5 -5
  125. data/node_modules/bulma/sass/base/generic.sass +145 -145
  126. data/node_modules/bulma/sass/base/helpers.sass +1 -1
  127. data/node_modules/bulma/sass/base/minireset.sass +79 -79
  128. data/node_modules/bulma/sass/components/_all.sass +15 -15
  129. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
  130. data/node_modules/bulma/sass/components/card.sass +103 -103
  131. data/node_modules/bulma/sass/components/dropdown.sass +83 -83
  132. data/node_modules/bulma/sass/components/level.sass +79 -79
  133. data/node_modules/bulma/sass/components/media.sass +59 -59
  134. data/node_modules/bulma/sass/components/menu.sass +59 -59
  135. data/node_modules/bulma/sass/components/message.sass +101 -101
  136. data/node_modules/bulma/sass/components/modal.sass +117 -117
  137. data/node_modules/bulma/sass/components/navbar.sass +446 -446
  138. data/node_modules/bulma/sass/components/pagination.sass +166 -166
  139. data/node_modules/bulma/sass/components/panel.sass +121 -121
  140. data/node_modules/bulma/sass/components/tabs.sass +176 -176
  141. data/node_modules/bulma/sass/elements/_all.sass +16 -16
  142. data/node_modules/bulma/sass/elements/box.sass +26 -26
  143. data/node_modules/bulma/sass/elements/button.sass +345 -345
  144. data/node_modules/bulma/sass/elements/container.sass +29 -29
  145. data/node_modules/bulma/sass/elements/content.sass +159 -159
  146. data/node_modules/bulma/sass/elements/form.sass +1 -1
  147. data/node_modules/bulma/sass/elements/icon.sass +46 -46
  148. data/node_modules/bulma/sass/elements/image.sass +73 -73
  149. data/node_modules/bulma/sass/elements/notification.sass +52 -52
  150. data/node_modules/bulma/sass/elements/other.sass +31 -31
  151. data/node_modules/bulma/sass/elements/progress.sass +73 -73
  152. data/node_modules/bulma/sass/elements/table.sass +133 -133
  153. data/node_modules/bulma/sass/elements/tag.sass +140 -140
  154. data/node_modules/bulma/sass/elements/title.sass +70 -70
  155. data/node_modules/bulma/sass/form/_all.sass +9 -9
  156. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
  157. data/node_modules/bulma/sass/form/file.sass +184 -184
  158. data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
  159. data/node_modules/bulma/sass/form/select.sass +87 -87
  160. data/node_modules/bulma/sass/form/shared.sass +60 -60
  161. data/node_modules/bulma/sass/form/tools.sass +215 -215
  162. data/node_modules/bulma/sass/grid/_all.sass +5 -5
  163. data/node_modules/bulma/sass/grid/columns.sass +513 -513
  164. data/node_modules/bulma/sass/grid/tiles.sass +36 -36
  165. data/node_modules/bulma/sass/helpers/_all.sass +12 -12
  166. data/node_modules/bulma/sass/helpers/color.sass +39 -39
  167. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
  168. data/node_modules/bulma/sass/helpers/float.sass +10 -10
  169. data/node_modules/bulma/sass/helpers/other.sass +14 -14
  170. data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
  171. data/node_modules/bulma/sass/helpers/position.sass +7 -7
  172. data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
  173. data/node_modules/bulma/sass/helpers/typography.sass +103 -103
  174. data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
  175. data/node_modules/bulma/sass/layout/_all.sass +6 -6
  176. data/node_modules/bulma/sass/layout/footer.sass +11 -11
  177. data/node_modules/bulma/sass/layout/hero.sass +153 -153
  178. data/node_modules/bulma/sass/layout/section.sass +17 -17
  179. data/node_modules/bulma/sass/utilities/_all.sass +9 -9
  180. data/node_modules/bulma/sass/utilities/animations.sass +1 -1
  181. data/node_modules/bulma/sass/utilities/controls.sass +49 -49
  182. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
  183. data/node_modules/bulma/sass/utilities/extends.sass +25 -25
  184. data/node_modules/bulma/sass/utilities/functions.sass +136 -136
  185. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
  186. data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
  187. data/package-lock.json +28 -28
  188. data/package.json +20 -20
  189. metadata +14 -7
  190. data/_includes/hero.html +0 -11
  191. data/_includes/join.html +0 -30
@@ -1,3 +1,3 @@
1
- source 'https://rubygems.org'
2
- gem "bulma-clean-theme", '0.10.5'
1
+ source 'https://rubygems.org'
2
+ gem "bulma-clean-theme", '0.10.5'
3
3
  gem 'github-pages', group: :jekyll_plugins
@@ -1,15 +1,15 @@
1
- title: Bulma Block List
2
- description: >- # this means to ignore newlines until "baseurl:"
3
- Bulma Block List is a simple scss package extending Bulma with block style list elements
4
- baseurl: "/bulma-block-list"
5
- url: "https://www.csrhymes.com"
6
- gh_sponsor: chrisrhymes
7
- favicon: /favicon.ico
8
- google_analytics: UA-49024852-2
9
- remote_theme: chrisrhymes/bulma-clean-theme
10
-
11
- # Build settings
12
- markdown: kramdown
13
- plugins:
14
- - jekyll-feed
15
- - github-pages
1
+ title: Bulma Block List
2
+ description: >- # this means to ignore newlines until "baseurl:"
3
+ Bulma Block List is a simple scss package extending Bulma with block style list elements
4
+ baseurl: "/bulma-block-list"
5
+ url: "https://www.csrhymes.com"
6
+ gh_sponsor: chrisrhymes
7
+ favicon: /favicon.ico
8
+ google_analytics: UA-49024852-2
9
+ remote_theme: chrisrhymes/bulma-clean-theme
10
+
11
+ # Build settings
12
+ markdown: kramdown
13
+ plugins:
14
+ - jekyll-feed
15
+ - github-pages
@@ -1,20 +1,20 @@
1
- - label: Docs
2
- items:
3
- - name: How To Use
4
- link: '/#how-to-use'
5
- - name: Alignment
6
- link: '/#alignment'
7
- - name: Sizes
8
- link: '/#sizes'
9
- - name: Colours
10
- link: '/#colours'
11
- - name: Outlined
12
- link: '/#outlined'
13
- - name: Has Radius
14
- link: '/#has-radius'
15
- - name: Is Highlighted
16
- link: '/#highlighted'
17
- - name: List Item Overrides
18
- link: '/#list-item-overrides'
19
- - name: Combinations
1
+ - label: Docs
2
+ items:
3
+ - name: How To Use
4
+ link: '/#how-to-use'
5
+ - name: Alignment
6
+ link: '/#alignment'
7
+ - name: Sizes
8
+ link: '/#sizes'
9
+ - name: Colours
10
+ link: '/#colours'
11
+ - name: Outlined
12
+ link: '/#outlined'
13
+ - name: Has Radius
14
+ link: '/#has-radius'
15
+ - name: Is Highlighted
16
+ link: '/#highlighted'
17
+ - name: List Item Overrides
18
+ link: '/#list-item-overrides'
19
+ - name: Combinations
20
20
  link: '/#combinations'
@@ -1,109 +1,109 @@
1
- @charset "utf-8";
2
-
3
- $block-list-separator: 0.25rem !default;
4
- $block-list-highlight-width: 5px !default;
5
-
6
- .content {
7
- ul.block-list {
8
- list-style: none;
9
- margin-left: 0;
10
- }
11
- }
12
-
13
- .block-list {
14
- list-style: none;
15
-
16
- li {
17
- padding: ($gap / 2);
18
- background: $light;
19
- margin-bottom: $block-list-separator;
20
- }
21
-
22
- li.is-left,
23
- &.is-left > li {
24
- text-align: left;
25
- }
26
-
27
-
28
- li.is-centered,
29
- &.is-centered > li {
30
- text-align: center;
31
- }
32
-
33
- li.is-right,
34
- &.is-right > li {
35
- text-align: right;
36
- }
37
-
38
- li.is-small,
39
- &.is-small > li {
40
- font-size: $small-font-size;
41
- padding: ($gap / 3);
42
- }
43
-
44
- li.is-normal,
45
- &.is-normal > li {
46
- font-size: $body-font-size;
47
- }
48
-
49
- li.is-large,
50
- &.is-large > li {
51
- font-size: $size-large;
52
- }
53
-
54
- li.has-radius,
55
- &.has-radius > li {
56
- border-radius: $radius;
57
- }
58
-
59
- li.is-highlighted,
60
- &.is-highlighted > li {
61
- border-left: $block-list-highlight-width $dark solid;
62
- }
63
-
64
- @mixin outlined($color) {
65
- background: transparent;
66
- color: $color;
67
- border: 1px solid $color;
68
- }
69
-
70
- li.is-outlined,
71
- &.is-outlined > li {
72
- @include outlined($border);
73
- color: $text;
74
- }
75
-
76
- @each $name, $pair in $colors {
77
-
78
- $color: nth($pair, 1);
79
- $color-invert: nth($pair, 2);
80
-
81
- li.is-#{$name},
82
- &.is-#{$name} > li {
83
- background: $color;
84
- color: $color-invert;
85
- }
86
-
87
- li.is-#{$name}.is-outlined {
88
- @include outlined($color);
89
- }
90
-
91
- li.is-#{$name}.is-highlighted {
92
- @include outlined($color);
93
- border-left: $block-list-highlight-width $color solid;
94
- }
95
-
96
- &.is-#{$name} {
97
- li.is-outlined,
98
- &.is-outlined > li {
99
- @include outlined($color);
100
- }
101
-
102
- li.is-highlighted,
103
- &.is-highlighted > li {
104
- @include outlined($color);
105
- border-left: $block-list-highlight-width $color solid;
106
- }
107
- }
108
- }
1
+ @charset "utf-8";
2
+
3
+ $block-list-separator: 0.25rem !default;
4
+ $block-list-highlight-width: 5px !default;
5
+
6
+ .content {
7
+ ul.block-list {
8
+ list-style: none;
9
+ margin-left: 0;
10
+ }
11
+ }
12
+
13
+ .block-list {
14
+ list-style: none;
15
+
16
+ li {
17
+ padding: ($gap / 2);
18
+ background: $light;
19
+ margin-bottom: $block-list-separator;
20
+ }
21
+
22
+ li.is-left,
23
+ &.is-left > li {
24
+ text-align: left;
25
+ }
26
+
27
+
28
+ li.is-centered,
29
+ &.is-centered > li {
30
+ text-align: center;
31
+ }
32
+
33
+ li.is-right,
34
+ &.is-right > li {
35
+ text-align: right;
36
+ }
37
+
38
+ li.is-small,
39
+ &.is-small > li {
40
+ font-size: $small-font-size;
41
+ padding: ($gap / 3);
42
+ }
43
+
44
+ li.is-normal,
45
+ &.is-normal > li {
46
+ font-size: $body-font-size;
47
+ }
48
+
49
+ li.is-large,
50
+ &.is-large > li {
51
+ font-size: $size-large;
52
+ }
53
+
54
+ li.has-radius,
55
+ &.has-radius > li {
56
+ border-radius: $radius;
57
+ }
58
+
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
62
+ }
63
+
64
+ @mixin outlined($color) {
65
+ background: transparent;
66
+ color: $color;
67
+ border: 1px solid $color;
68
+ }
69
+
70
+ li.is-outlined,
71
+ &.is-outlined > li {
72
+ @include outlined($border);
73
+ color: $text;
74
+ }
75
+
76
+ @each $name, $pair in $colors {
77
+
78
+ $color: nth($pair, 1);
79
+ $color-invert: nth($pair, 2);
80
+
81
+ li.is-#{$name},
82
+ &.is-#{$name} > li {
83
+ background: $color;
84
+ color: $color-invert;
85
+ }
86
+
87
+ li.is-#{$name}.is-outlined {
88
+ @include outlined($color);
89
+ }
90
+
91
+ li.is-#{$name}.is-highlighted {
92
+ @include outlined($color);
93
+ border-left: $block-list-highlight-width $color solid;
94
+ }
95
+
96
+ &.is-#{$name} {
97
+ li.is-outlined,
98
+ &.is-outlined > li {
99
+ @include outlined($color);
100
+ }
101
+
102
+ li.is-highlighted,
103
+ &.is-highlighted > li {
104
+ @include outlined($color);
105
+ border-left: $block-list-highlight-width $color solid;
106
+ }
107
+ }
108
+ }
109
109
  }
@@ -1,20 +1,20 @@
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
- @import "../node_modules/bulma/bulma.sass";
11
- $hero-darken: $dark !default;
12
-
13
- @import "layout";
14
- @import "syntax";
15
- @import "showcase";
16
- @import "block-list.scss";
17
-
18
- .gh-sponsor {
19
- color: #ea4aaa;
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
+ @import "../node_modules/bulma/bulma.sass";
11
+ $hero-darken: $dark !default;
12
+
13
+ @import "layout";
14
+ @import "syntax";
15
+ @import "showcase";
16
+ @import "block-list.scss";
17
+
18
+ .gh-sponsor {
19
+ color: #ea4aaa;
20
20
  }
@@ -1,7 +1,7 @@
1
- ---
2
- ---
3
-
4
- $primary: hsl(171, 100%, 41%);
5
-
6
- // Import Main CSS file from theme
1
+ ---
2
+ ---
3
+
4
+ $primary: hsl(171, 100%, 41%);
5
+
6
+ // Import Main CSS file from theme
7
7
  @import "main";
@@ -1,260 +1,260 @@
1
- ---
2
- title: Bulma Block List
3
- subtitle: Docs
4
- layout: page
5
- menubar: menu
6
- hero_height: is-medium
7
- ---
8
-
9
- <div class="columns is-multiline">
10
- <div class="column is-12 has-text-right">
11
- <a href="https://github.com/chrisrhymes/bulma-block-list/stargazers">
12
- <img src="https://img.shields.io/github/stars/chrisrhymes/bulma-block-list?style=social" alt="GitHub Stars" />
13
- </a>
14
- <a href="https://github.com/chrisrhymes/bulma-block-list/network/members">
15
- <img alt="GitHub forks" src="https://img.shields.io/github/forks/chrisrhymes/bulma-block-list?label=fork&style=social">
16
- </a>
17
- <img alt="npm" src="https://img.shields.io/npm/dw/bulma-block-list">
18
- </div>
19
- <div class="column is-12">
20
- <div class="content">
21
- <h2 id="how-to-use">How to use</h2>
22
- <p>View the <a href="https://github.com/chrisrhymes/bulma-block-list">Bulma Block List repo on GitHub</a> and follow the instructions.</p>
23
- <p>Create a ul and give it the class 'block-list' then use the modifyers to style as needed. Only some of the colours are displayed below but the scss loops through the entire Bulma $colors map.</p>
24
- </div>
25
- <div class="highlight highlight-text-html-basic">
26
- <pre>
27
- &lt;<span class="pl-ent">ul</span> <span class="pl-e">class</span>=<span class="pl-s"><span class="pl-pds">"</span>block-list is-small is-outlined is-success is-centered<span class="pl-pds">"</span></span>&gt;
28
- &lt;<span class="pl-ent">li</span>&gt;Item one&lt;/<span class="pl-ent">li</span>&gt;
29
- &lt;<span class="pl-ent">li</span>&gt;Item two&lt;/<span class="pl-ent">li</span>&gt;
30
- &lt;<span class="pl-ent">li</span>&gt;Item three&lt;/<span class="pl-ent">li</span>&gt;
31
- &lt;/<span class="pl-ent">ul</span>&gt;</pre>
32
- </div>
33
- </div>
34
- <div class="column is-12">
35
- <p class="title is-4" id="alignment">Alignment</p>
36
- </div>
37
- <div class="column is-4">
38
- <p class="title is-5">is-left (default)</p>
39
- <ul class="block-list is-left">
40
- <li>Item one</li>
41
- <li>Item two</li>
42
- <li>Item three</li>
43
- </ul>
44
- </div>
45
- <div class="column is-4">
46
- <p class="title is-5">is-centered</p>
47
- <ul class="block-list is-centered">
48
- <li>Item one</li>
49
- <li>Item two</li>
50
- <li>Item three</li>
51
- </ul>
52
- </div>
53
- <div class="column is-4">
54
- <p class="title is-5">is-right</p>
55
- <ul class="block-list is-right">
56
- <li>Item one</li>
57
- <li>Item two</li>
58
- <li>Item three</li>
59
- </ul>
60
- </div>
61
-
62
- <div class="column is-12">
63
- <p class="title is-4" id="sizes">Sizes</p>
64
- </div>
65
- <div class="column is-4">
66
- <p class="title is-5">is-small</p>
67
- <ul class="block-list is-small">
68
- <li>Item one</li>
69
- <li>Item two</li>
70
- <li>Item three</li>
71
- </ul>
72
- </div>
73
- <div class="column is-4">
74
- <p class="title is-5">is-normal</p>
75
- <ul class="block-list is-normal">
76
- <li>Item one</li>
77
- <li>Item two</li>
78
- <li>Item three</li>
79
- </ul>
80
- </div>
81
- <div class="column is-4">
82
- <p class="title is-5">is-large</p>
83
- <ul class="block-list is-large">
84
- <li>Item one</li>
85
- <li>Item two</li>
86
- <li>Item three</li>
87
- </ul>
88
- </div>
89
-
90
- <div class="column is-12">
91
- <p class="title is-4" id="colours">Colours</p>
92
- </div>
93
- <div class="column is-4">
94
- <p class="title is-5">is-primary</p>
95
- <ul class="block-list is-primary">
96
- <li>Item one</li>
97
- <li>Item two</li>
98
- <li>Item three</li>
99
- </ul>
100
- </div>
101
- <div class="column is-4">
102
- <p class="title is-5">is-info</p>
103
- <ul class="block-list is-info">
104
- <li>Item one</li>
105
- <li>Item two</li>
106
- <li>Item three</li>
107
- </ul>
108
- </div>
109
- <div class="column is-4">
110
- <p class="title is-5">is-dark</p>
111
- <ul class="block-list is-dark">
112
- <li>Item one</li>
113
- <li>Item two</li>
114
- <li>Item three</li>
115
- </ul>
116
- </div>
117
-
118
- <div class="column is-12">
119
- <p class="title is-4" id="outlined">Outlined</p>
120
- </div>
121
- <div class="column is-4">
122
- <p class="title is-5">is-outlined</p>
123
- <ul class="block-list is-outlined">
124
- <li>Item one</li>
125
- <li>Item two</li>
126
- <li>Item three</li>
127
- </ul>
128
- </div>
129
- <div class="column is-4">
130
- <p class="title is-5">is-outlined is-primary</p>
131
- <ul class="block-list is-outlined is-primary">
132
- <li>Item one</li>
133
- <li>Item two</li>
134
- <li>Item three</li>
135
- </ul>
136
- </div>
137
- <div class="column is-4">
138
- <p class="title is-5">is-outlined is-dark</p>
139
- <ul class="block-list is-outlined is-dark">
140
- <li>Item one</li>
141
- <li>Item two</li>
142
- <li>Item three</li>
143
- </ul>
144
- </div>
145
-
146
- <div class="column is-12">
147
- <p class="title is-4" id="has-radius">Has Radius</p>
148
- </div>
149
- <div class="column is-4">
150
- <p class="title is-5">has-radius is-primary </p>
151
- <ul class="block-list has-radius is-primary">
152
- <li>Item one</li>
153
- <li>Item two</li>
154
- <li>Item three</li>
155
- </ul>
156
- </div>
157
- <div class="column is-4">
158
- <p class="title is-5">has-radius is-info</p>
159
- <ul class="block-list has-radius is-info">
160
- <li>Item one</li>
161
- <li>Item two</li>
162
- <li>Item three</li>
163
- </ul>
164
- </div>
165
- <div class="column is-4">
166
- <p class="title is-5">has-radius is-dark</p>
167
- <ul class="block-list has-radius is-dark">
168
- <li>Item one</li>
169
- <li>Item two</li>
170
- <li>Item three</li>
171
- </ul>
172
- </div>
173
-
174
- <div class="column is-12">
175
- <p class="title is-4" id="highlighted">Is Highlighted</p>
176
- <p>In v0.4 you can highlight the all list items or individual list items</p>
177
- </div>
178
- <div class="column is-4">
179
- <p class="title is-5">li.is-highlighted</p>
180
- <ul class="block-list">
181
- <li>Item one</li>
182
- <li class="is-highlighted">Item two</li>
183
- <li>Item three</li>
184
- </ul>
185
- </div>
186
- <div class="column is-4">
187
- <p class="title is-5">is-highlighted is-info</p>
188
- <ul class="block-list is-highlighted is-info">
189
- <li>Item one</li>
190
- <li>Item two</li>
191
- <li>Item three</li>
192
- </ul>
193
- </div>
194
- <div class="column is-4">
195
- <p class="title is-5">is-highlighted is-danger has-radius</p>
196
- <ul class="block-list is-highlighted is-danger has-radius">
197
- <li>Item one</li>
198
- <li>Item two</li>
199
- <li>Item three</li>
200
- </ul>
201
- </div>
202
-
203
- <div class="column is-12">
204
- <p class="title is-4" id="list-item-overrides">List Item Overrides</p>
205
- <p>In v0.3 you can override the classes on a list item</p>
206
- </div>
207
- <div class="column is-4">
208
- <p class="title is-5">li.is-large</p>
209
- <ul class="block-list">
210
- <li>Item one</li>
211
- <li class="is-large">Item two</li>
212
- <li>Item three</li>
213
- </ul>
214
- </div>
215
- <div class="column is-4">
216
- <p class="title is-5">li.is-primary</p>
217
- <ul class="block-list">
218
- <li>Item one</li>
219
- <li class="is-primary">Item two</li>
220
- <li>Item three</li>
221
- </ul>
222
- </div>
223
- <div class="column is-4">
224
- <p class="title is-5">li.is-primary.is-outlined</p>
225
- <ul class="block-list">
226
- <li>Item one</li>
227
- <li class="is-primary is-outlined">Item two</li>
228
- <li>Item three</li>
229
- </ul>
230
- </div>
231
-
232
- <div class="column is-12">
233
- <p class="title is-4" id="combinations">Combinations</p>
234
- </div>
235
- <div class="column is-4">
236
- <p class="title is-5">is-small is-outlined is-success is-centered</p>
237
- <ul class="block-list is-small is-outlined is-success is-centered">
238
- <li>Item one</li>
239
- <li>Item two</li>
240
- <li>Item three</li>
241
- </ul>
242
- </div>
243
- <div class="column is-4">
244
- <p class="title is-5">is-large is-warning is-right has-radius</p>
245
- <ul class="block-list is-large is-warning is-right has-radius">
246
- <li>Item one</li>
247
- <li>Item two</li>
248
- <li>Item three</li>
249
- </ul>
250
- </div>
251
- <div class="column is-4">
252
- <p class="title is-5">ul.is-danger.is-centered</p>
253
- <p class="subtitle">li.is-highlighted.is-large</p>
254
- <ul class="block-list is-centered is-danger">
255
- <li>Item one</li>
256
- <li class="is-danger is-highlighted is-large">Item two</li>
257
- <li>Item three</li>
258
- </ul>
259
- </div>
260
- </div>
1
+ ---
2
+ title: Bulma Block List
3
+ subtitle: Docs
4
+ layout: page
5
+ menubar: menu
6
+ hero_height: is-medium
7
+ ---
8
+
9
+ <div class="columns is-multiline">
10
+ <div class="column is-12 has-text-right">
11
+ <a href="https://github.com/chrisrhymes/bulma-block-list/stargazers">
12
+ <img src="https://img.shields.io/github/stars/chrisrhymes/bulma-block-list?style=social" alt="GitHub Stars" />
13
+ </a>
14
+ <a href="https://github.com/chrisrhymes/bulma-block-list/network/members">
15
+ <img alt="GitHub forks" src="https://img.shields.io/github/forks/chrisrhymes/bulma-block-list?label=fork&style=social">
16
+ </a>
17
+ <img alt="npm" src="https://img.shields.io/npm/dw/bulma-block-list">
18
+ </div>
19
+ <div class="column is-12">
20
+ <div class="content">
21
+ <h2 id="how-to-use">How to use</h2>
22
+ <p>View the <a href="https://github.com/chrisrhymes/bulma-block-list">Bulma Block List repo on GitHub</a> and follow the instructions.</p>
23
+ <p>Create a ul and give it the class 'block-list' then use the modifyers to style as needed. Only some of the colours are displayed below but the scss loops through the entire Bulma $colors map.</p>
24
+ </div>
25
+ <div class="highlight highlight-text-html-basic">
26
+ <pre>
27
+ &lt;<span class="pl-ent">ul</span> <span class="pl-e">class</span>=<span class="pl-s"><span class="pl-pds">"</span>block-list is-small is-outlined is-success is-centered<span class="pl-pds">"</span></span>&gt;
28
+ &lt;<span class="pl-ent">li</span>&gt;Item one&lt;/<span class="pl-ent">li</span>&gt;
29
+ &lt;<span class="pl-ent">li</span>&gt;Item two&lt;/<span class="pl-ent">li</span>&gt;
30
+ &lt;<span class="pl-ent">li</span>&gt;Item three&lt;/<span class="pl-ent">li</span>&gt;
31
+ &lt;/<span class="pl-ent">ul</span>&gt;</pre>
32
+ </div>
33
+ </div>
34
+ <div class="column is-12">
35
+ <p class="title is-4" id="alignment">Alignment</p>
36
+ </div>
37
+ <div class="column is-4">
38
+ <p class="title is-5">is-left (default)</p>
39
+ <ul class="block-list is-left">
40
+ <li>Item one</li>
41
+ <li>Item two</li>
42
+ <li>Item three</li>
43
+ </ul>
44
+ </div>
45
+ <div class="column is-4">
46
+ <p class="title is-5">is-centered</p>
47
+ <ul class="block-list is-centered">
48
+ <li>Item one</li>
49
+ <li>Item two</li>
50
+ <li>Item three</li>
51
+ </ul>
52
+ </div>
53
+ <div class="column is-4">
54
+ <p class="title is-5">is-right</p>
55
+ <ul class="block-list is-right">
56
+ <li>Item one</li>
57
+ <li>Item two</li>
58
+ <li>Item three</li>
59
+ </ul>
60
+ </div>
61
+
62
+ <div class="column is-12">
63
+ <p class="title is-4" id="sizes">Sizes</p>
64
+ </div>
65
+ <div class="column is-4">
66
+ <p class="title is-5">is-small</p>
67
+ <ul class="block-list is-small">
68
+ <li>Item one</li>
69
+ <li>Item two</li>
70
+ <li>Item three</li>
71
+ </ul>
72
+ </div>
73
+ <div class="column is-4">
74
+ <p class="title is-5">is-normal</p>
75
+ <ul class="block-list is-normal">
76
+ <li>Item one</li>
77
+ <li>Item two</li>
78
+ <li>Item three</li>
79
+ </ul>
80
+ </div>
81
+ <div class="column is-4">
82
+ <p class="title is-5">is-large</p>
83
+ <ul class="block-list is-large">
84
+ <li>Item one</li>
85
+ <li>Item two</li>
86
+ <li>Item three</li>
87
+ </ul>
88
+ </div>
89
+
90
+ <div class="column is-12">
91
+ <p class="title is-4" id="colours">Colours</p>
92
+ </div>
93
+ <div class="column is-4">
94
+ <p class="title is-5">is-primary</p>
95
+ <ul class="block-list is-primary">
96
+ <li>Item one</li>
97
+ <li>Item two</li>
98
+ <li>Item three</li>
99
+ </ul>
100
+ </div>
101
+ <div class="column is-4">
102
+ <p class="title is-5">is-info</p>
103
+ <ul class="block-list is-info">
104
+ <li>Item one</li>
105
+ <li>Item two</li>
106
+ <li>Item three</li>
107
+ </ul>
108
+ </div>
109
+ <div class="column is-4">
110
+ <p class="title is-5">is-dark</p>
111
+ <ul class="block-list is-dark">
112
+ <li>Item one</li>
113
+ <li>Item two</li>
114
+ <li>Item three</li>
115
+ </ul>
116
+ </div>
117
+
118
+ <div class="column is-12">
119
+ <p class="title is-4" id="outlined">Outlined</p>
120
+ </div>
121
+ <div class="column is-4">
122
+ <p class="title is-5">is-outlined</p>
123
+ <ul class="block-list is-outlined">
124
+ <li>Item one</li>
125
+ <li>Item two</li>
126
+ <li>Item three</li>
127
+ </ul>
128
+ </div>
129
+ <div class="column is-4">
130
+ <p class="title is-5">is-outlined is-primary</p>
131
+ <ul class="block-list is-outlined is-primary">
132
+ <li>Item one</li>
133
+ <li>Item two</li>
134
+ <li>Item three</li>
135
+ </ul>
136
+ </div>
137
+ <div class="column is-4">
138
+ <p class="title is-5">is-outlined is-dark</p>
139
+ <ul class="block-list is-outlined is-dark">
140
+ <li>Item one</li>
141
+ <li>Item two</li>
142
+ <li>Item three</li>
143
+ </ul>
144
+ </div>
145
+
146
+ <div class="column is-12">
147
+ <p class="title is-4" id="has-radius">Has Radius</p>
148
+ </div>
149
+ <div class="column is-4">
150
+ <p class="title is-5">has-radius is-primary </p>
151
+ <ul class="block-list has-radius is-primary">
152
+ <li>Item one</li>
153
+ <li>Item two</li>
154
+ <li>Item three</li>
155
+ </ul>
156
+ </div>
157
+ <div class="column is-4">
158
+ <p class="title is-5">has-radius is-info</p>
159
+ <ul class="block-list has-radius is-info">
160
+ <li>Item one</li>
161
+ <li>Item two</li>
162
+ <li>Item three</li>
163
+ </ul>
164
+ </div>
165
+ <div class="column is-4">
166
+ <p class="title is-5">has-radius is-dark</p>
167
+ <ul class="block-list has-radius is-dark">
168
+ <li>Item one</li>
169
+ <li>Item two</li>
170
+ <li>Item three</li>
171
+ </ul>
172
+ </div>
173
+
174
+ <div class="column is-12">
175
+ <p class="title is-4" id="highlighted">Is Highlighted</p>
176
+ <p>In v0.4 you can highlight the all list items or individual list items</p>
177
+ </div>
178
+ <div class="column is-4">
179
+ <p class="title is-5">li.is-highlighted</p>
180
+ <ul class="block-list">
181
+ <li>Item one</li>
182
+ <li class="is-highlighted">Item two</li>
183
+ <li>Item three</li>
184
+ </ul>
185
+ </div>
186
+ <div class="column is-4">
187
+ <p class="title is-5">is-highlighted is-info</p>
188
+ <ul class="block-list is-highlighted is-info">
189
+ <li>Item one</li>
190
+ <li>Item two</li>
191
+ <li>Item three</li>
192
+ </ul>
193
+ </div>
194
+ <div class="column is-4">
195
+ <p class="title is-5">is-highlighted is-danger has-radius</p>
196
+ <ul class="block-list is-highlighted is-danger has-radius">
197
+ <li>Item one</li>
198
+ <li>Item two</li>
199
+ <li>Item three</li>
200
+ </ul>
201
+ </div>
202
+
203
+ <div class="column is-12">
204
+ <p class="title is-4" id="list-item-overrides">List Item Overrides</p>
205
+ <p>In v0.3 you can override the classes on a list item</p>
206
+ </div>
207
+ <div class="column is-4">
208
+ <p class="title is-5">li.is-large</p>
209
+ <ul class="block-list">
210
+ <li>Item one</li>
211
+ <li class="is-large">Item two</li>
212
+ <li>Item three</li>
213
+ </ul>
214
+ </div>
215
+ <div class="column is-4">
216
+ <p class="title is-5">li.is-primary</p>
217
+ <ul class="block-list">
218
+ <li>Item one</li>
219
+ <li class="is-primary">Item two</li>
220
+ <li>Item three</li>
221
+ </ul>
222
+ </div>
223
+ <div class="column is-4">
224
+ <p class="title is-5">li.is-primary.is-outlined</p>
225
+ <ul class="block-list">
226
+ <li>Item one</li>
227
+ <li class="is-primary is-outlined">Item two</li>
228
+ <li>Item three</li>
229
+ </ul>
230
+ </div>
231
+
232
+ <div class="column is-12">
233
+ <p class="title is-4" id="combinations">Combinations</p>
234
+ </div>
235
+ <div class="column is-4">
236
+ <p class="title is-5">is-small is-outlined is-success is-centered</p>
237
+ <ul class="block-list is-small is-outlined is-success is-centered">
238
+ <li>Item one</li>
239
+ <li>Item two</li>
240
+ <li>Item three</li>
241
+ </ul>
242
+ </div>
243
+ <div class="column is-4">
244
+ <p class="title is-5">is-large is-warning is-right has-radius</p>
245
+ <ul class="block-list is-large is-warning is-right has-radius">
246
+ <li>Item one</li>
247
+ <li>Item two</li>
248
+ <li>Item three</li>
249
+ </ul>
250
+ </div>
251
+ <div class="column is-4">
252
+ <p class="title is-5">ul.is-danger.is-centered</p>
253
+ <p class="subtitle">li.is-highlighted.is-large</p>
254
+ <ul class="block-list is-centered is-danger">
255
+ <li>Item one</li>
256
+ <li class="is-danger is-highlighted is-large">Item two</li>
257
+ <li>Item three</li>
258
+ </ul>
259
+ </div>
260
+ </div>