minimal-mistakes-jekyll 4.1.1 → 4.2.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 (168) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/LICENSE.txt +20 -20
  4. data/README.md +1 -2
  5. data/_includes/analytics-providers/custom.html +2 -2
  6. data/_includes/analytics-providers/google-universal.html +8 -8
  7. data/_includes/analytics-providers/google.html +10 -10
  8. data/_includes/analytics.html +11 -11
  9. data/_includes/archive-single.html +37 -37
  10. data/_includes/author-profile-custom-links.html +6 -6
  11. data/_includes/author-profile.html +241 -241
  12. data/_includes/base_path +4 -4
  13. data/_includes/breadcrumbs.html +38 -38
  14. data/_includes/browser-upgrade.html +2 -2
  15. data/_includes/category-list.html +25 -25
  16. data/_includes/comment.html +21 -21
  17. data/_includes/comments-providers/custom.html +2 -2
  18. data/_includes/comments-providers/discourse.html +13 -13
  19. data/_includes/comments-providers/disqus.html +21 -21
  20. data/_includes/comments-providers/facebook.html +7 -7
  21. data/_includes/comments-providers/google-plus.html +1 -1
  22. data/_includes/comments-providers/scripts.html +17 -17
  23. data/_includes/comments-providers/staticman.html +41 -41
  24. data/_includes/comments.html +79 -79
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +21 -21
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +18 -18
  32. data/_includes/head/custom.html +4 -4
  33. data/_includes/masthead.html +20 -20
  34. data/_includes/nav_list +46 -46
  35. data/_includes/page__hero.html +52 -52
  36. data/_includes/page__hero_video.html +4 -0
  37. data/_includes/page__taxonomy.html +6 -6
  38. data/_includes/paginator.html +67 -67
  39. data/_includes/post_pagination.html +13 -13
  40. data/_includes/read-time.html +14 -14
  41. data/_includes/scripts.html +4 -4
  42. data/_includes/seo.html +145 -145
  43. data/_includes/sidebar.html +22 -22
  44. data/_includes/social-share.html +13 -13
  45. data/_includes/tag-list.html +25 -25
  46. data/_includes/toc +6 -6
  47. data/_includes/video +11 -0
  48. data/_layouts/archive-taxonomy.html +14 -14
  49. data/_layouts/archive.html +2 -0
  50. data/_layouts/compress.html +10 -10
  51. data/_layouts/default.html +28 -28
  52. data/_layouts/home.html +11 -11
  53. data/_layouts/single.html +76 -74
  54. data/_layouts/splash.html +2 -0
  55. data/_sass/_archive.scss +237 -237
  56. data/_sass/_footer.scss +79 -79
  57. data/_sass/_forms.scss +390 -390
  58. data/_sass/_masthead.scss +52 -52
  59. data/_sass/_mixins.scss +52 -52
  60. data/_sass/_navigation.scss +543 -543
  61. data/_sass/_notices.scss +98 -98
  62. data/_sass/_page.scss +400 -400
  63. data/_sass/_print.scss +17 -17
  64. data/_sass/_reset.scss +186 -186
  65. data/_sass/_sidebar.scss +230 -230
  66. data/_sass/_syntax.scss +145 -145
  67. data/_sass/_tables.scss +37 -37
  68. data/_sass/_utilities.scss +37 -1
  69. data/_sass/_variables.scss +127 -127
  70. data/_sass/vendor/breakpoint/_breakpoint.scss +114 -114
  71. data/_sass/vendor/breakpoint/_context.scss +94 -94
  72. data/_sass/vendor/breakpoint/_helpers.scss +151 -151
  73. data/_sass/vendor/breakpoint/_legacy-settings.scss +49 -49
  74. data/_sass/vendor/breakpoint/_no-query.scss +15 -15
  75. data/_sass/vendor/breakpoint/_parsers.scss +215 -215
  76. data/_sass/vendor/breakpoint/_respond-to.scss +82 -82
  77. data/_sass/vendor/breakpoint/_settings.scss +70 -70
  78. data/_sass/vendor/breakpoint/parsers/_double.scss +33 -33
  79. data/_sass/vendor/breakpoint/parsers/_query.scss +82 -82
  80. data/_sass/vendor/breakpoint/parsers/_resolution.scss +31 -31
  81. data/_sass/vendor/breakpoint/parsers/_single.scss +26 -26
  82. data/_sass/vendor/breakpoint/parsers/_triple.scss +36 -36
  83. data/_sass/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  84. data/_sass/vendor/breakpoint/parsers/double/_default.scss +22 -22
  85. data/_sass/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  86. data/_sass/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  87. data/_sass/vendor/breakpoint/parsers/single/_default.scss +13 -13
  88. data/_sass/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  89. data/_sass/vendor/font-awesome/_animated.scss +34 -34
  90. data/_sass/vendor/font-awesome/_bordered-pulled.scss +25 -25
  91. data/_sass/vendor/font-awesome/_core.scss +12 -12
  92. data/_sass/vendor/font-awesome/_fixed-width.scss +6 -6
  93. data/_sass/vendor/font-awesome/_font-awesome.scss +18 -18
  94. data/_sass/vendor/font-awesome/_icons.scss +789 -789
  95. data/_sass/vendor/font-awesome/_larger.scss +13 -13
  96. data/_sass/vendor/font-awesome/_list.scss +19 -19
  97. data/_sass/vendor/font-awesome/_mixins.scss +60 -60
  98. data/_sass/vendor/font-awesome/_path.scss +15 -15
  99. data/_sass/vendor/font-awesome/_rotated-flipped.scss +20 -20
  100. data/_sass/vendor/font-awesome/_screen-reader.scss +5 -5
  101. data/_sass/vendor/font-awesome/_stacked.scss +20 -20
  102. data/_sass/vendor/font-awesome/_variables.scss +800 -800
  103. data/_sass/vendor/magnific-popup/_settings.scss +45 -45
  104. data/_sass/vendor/susy/_su.scss +4 -4
  105. data/_sass/vendor/susy/_susy.scss +4 -4
  106. data/_sass/vendor/susy/_susyone.scss +4 -4
  107. data/_sass/vendor/susy/susy/_su.scss +7 -7
  108. data/_sass/vendor/susy/susy/language/_susy.scss +24 -24
  109. data/_sass/vendor/susy/susy/language/_susyone.scss +13 -13
  110. data/_sass/vendor/susy/susy/language/susy/_background.scss +385 -385
  111. data/_sass/vendor/susy/susy/language/susy/_bleed.scss +200 -200
  112. data/_sass/vendor/susy/susy/language/susy/_box-sizing.scss +47 -47
  113. data/_sass/vendor/susy/susy/language/susy/_breakpoint-plugin.scss +185 -185
  114. data/_sass/vendor/susy/susy/language/susy/_container.scss +81 -81
  115. data/_sass/vendor/susy/susy/language/susy/_context.scss +36 -36
  116. data/_sass/vendor/susy/susy/language/susy/_gallery.scss +94 -94
  117. data/_sass/vendor/susy/susy/language/susy/_grids.scss +64 -64
  118. data/_sass/vendor/susy/susy/language/susy/_gutters.scss +154 -154
  119. data/_sass/vendor/susy/susy/language/susy/_isolate.scss +77 -77
  120. data/_sass/vendor/susy/susy/language/susy/_margins.scss +94 -94
  121. data/_sass/vendor/susy/susy/language/susy/_padding.scss +74 -74
  122. data/_sass/vendor/susy/susy/language/susy/_rows.scss +138 -138
  123. data/_sass/vendor/susy/susy/language/susy/_settings.scss +216 -216
  124. data/_sass/vendor/susy/susy/language/susy/_span.scss +163 -163
  125. data/_sass/vendor/susy/susy/language/susy/_validation.scss +16 -16
  126. data/_sass/vendor/susy/susy/language/susyone/_background.scss +18 -18
  127. data/_sass/vendor/susy/susy/language/susyone/_functions.scss +377 -377
  128. data/_sass/vendor/susy/susy/language/susyone/_grid.scss +312 -312
  129. data/_sass/vendor/susy/susy/language/susyone/_isolation.scss +51 -51
  130. data/_sass/vendor/susy/susy/language/susyone/_margin.scss +93 -93
  131. data/_sass/vendor/susy/susy/language/susyone/_media.scss +105 -105
  132. data/_sass/vendor/susy/susy/language/susyone/_padding.scss +92 -92
  133. data/_sass/vendor/susy/susy/language/susyone/_settings.scss +60 -60
  134. data/_sass/vendor/susy/susy/output/_float.scss +9 -9
  135. data/_sass/vendor/susy/susy/output/_shared.scss +15 -15
  136. data/_sass/vendor/susy/susy/output/_support.scss +9 -9
  137. data/_sass/vendor/susy/susy/output/float/_container.scss +16 -16
  138. data/_sass/vendor/susy/susy/output/float/_end.scss +40 -40
  139. data/_sass/vendor/susy/susy/output/float/_isolate.scss +22 -22
  140. data/_sass/vendor/susy/susy/output/float/_span.scss +35 -35
  141. data/_sass/vendor/susy/susy/output/shared/_background.scss +26 -26
  142. data/_sass/vendor/susy/susy/output/shared/_container.scss +21 -21
  143. data/_sass/vendor/susy/susy/output/shared/_direction.scss +42 -42
  144. data/_sass/vendor/susy/susy/output/shared/_inspect.scss +25 -25
  145. data/_sass/vendor/susy/susy/output/shared/_margins.scss +23 -23
  146. data/_sass/vendor/susy/susy/output/shared/_output.scss +14 -14
  147. data/_sass/vendor/susy/susy/output/shared/_padding.scss +23 -23
  148. data/_sass/vendor/susy/susy/output/support/_background.scss +58 -58
  149. data/_sass/vendor/susy/susy/output/support/_box-sizing.scss +19 -19
  150. data/_sass/vendor/susy/susy/output/support/_clearfix.scss +18 -18
  151. data/_sass/vendor/susy/susy/output/support/_prefix.scss +19 -19
  152. data/_sass/vendor/susy/susy/output/support/_rem.scss +22 -22
  153. data/_sass/vendor/susy/susy/output/support/_support.scss +85 -85
  154. data/_sass/vendor/susy/susy/su/_grid.scss +103 -103
  155. data/_sass/vendor/susy/susy/su/_settings.scss +73 -73
  156. data/_sass/vendor/susy/susy/su/_utilities.scss +111 -111
  157. data/_sass/vendor/susy/susy/su/_validation.scss +57 -57
  158. data/assets/css/main.scss +78 -78
  159. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  160. data/assets/js/_main.js +72 -100
  161. data/assets/js/main.min.js +4 -5
  162. data/assets/js/plugins/jquery.fitvids.js +81 -81
  163. data/assets/js/plugins/jquery.greedy-navigation.js +71 -71
  164. data/assets/js/plugins/jquery.magnific-popup.js +2049 -2049
  165. data/assets/js/plugins/jquery.smooth-scroll.min.js +8 -8
  166. data/assets/js/vendor/jquery/jquery-1.12.4.min.js +4 -4
  167. metadata +7 -6
  168. data/assets/js/plugins/stickyfill.min.js +0 -8
data/_sass/_syntax.scss CHANGED
@@ -1,146 +1,146 @@
1
- /* ==========================================================================
2
- Syntax highlighting
3
- ========================================================================== */
4
-
5
- div.highlighter-rouge,
6
- figure.highlight {
7
- position: relative;
8
- margin-bottom: 1em;
9
- font-family: $monospace;
10
- font-size: $type-size-7;
11
- line-height: 1.8;
12
- border: 1px solid $border-color;
13
- border-radius: $border-radius;
14
- background-color: $code-background-color;
15
- box-shadow: $box-shadow;
16
-
17
- &:before {
18
- position: absolute;
19
- top: 0;
20
- right: 0;
21
- padding: 0.5em;
22
- background-color: $lighter-gray;
23
- content: "\f121";
24
- font-family: "fontawesome" !important;
25
- line-height: 1;
26
- text-transform: none;
27
- speak: none;
28
- }
29
-
30
- .highlight {
31
- margin: 0;
32
- padding: 1em;
33
- }
34
- }
35
-
36
- figure.highlight {
37
- padding-left: 1em;
38
- padding-right: 1em;
39
- }
40
-
41
- .highlight table {
42
- font-size: 1em;
43
- border: 0;
44
-
45
- td {
46
- padding: 5px;
47
- border: 0;
48
-
49
- // line numbers
50
- &.gutter {
51
- padding-right: 1em;
52
- color: $light-gray;
53
- }
54
- }
55
-
56
- pre {
57
- margin: 0;
58
- }
59
- }
60
-
61
- .highlight pre { width: 100%; }
62
-
63
- /*
64
- Solarized Light
65
- http://ethanschoonover.com/solarized
66
-
67
- SOLARIZED HEX ROLE
68
- --------- -------- ------------------------------------------
69
- base01 #586e75 body text / default code / primary content
70
- base1 #93a1a1 comments / secondary content
71
- base3 #fdf6e3 background
72
- orange #cb4b16 constants
73
- red #dc322f regex, special keywords
74
- blue #22b3eb reserved keywords
75
- cyan #2aa198 strings, numbers
76
- green #859900 operators, other keywords
77
- ========================================================================== */
78
-
79
- .highlight .c { color: #93a1a1 } /* Comment */
80
- .highlight .err { color: #586e75 } /* Error */
81
- .highlight .g { color: #586e75 } /* Generic */
82
- .highlight .k { color: #859900 } /* Keyword */
83
- .highlight .l { color: #586e75 } /* Literal */
84
- .highlight .n { color: #586e75 } /* Name */
85
- .highlight .o { color: #859900 } /* Operator */
86
- .highlight .x { color: #cb4b16 } /* Other */
87
- .highlight .p { color: #586e75 } /* Punctuation */
88
- .highlight .cm { color: #93a1a1 } /* Comment.Multiline */
89
- .highlight .cp { color: #859900 } /* Comment.Preproc */
90
- .highlight .c1 { color: #93a1a1 } /* Comment.Single */
91
- .highlight .cs { color: #859900 } /* Comment.Special */
92
- .highlight .gd { color: #2aa198 } /* Generic.Deleted */
93
- .highlight .ge { color: #586e75; font-style: italic } /* Generic.Emph */
94
- .highlight .gr { color: #dc322f } /* Generic.Error */
95
- .highlight .gh { color: #cb4b16 } /* Generic.Heading */
96
- .highlight .gi { color: #859900 } /* Generic.Inserted */
97
- .highlight .go { color: #586e75 } /* Generic.Output */
98
- .highlight .gp { color: #586e75 } /* Generic.Prompt */
99
- .highlight .gs { color: #586e75; font-weight: bold } /* Generic.Strong */
100
- .highlight .gu { color: #cb4b16 } /* Generic.Subheading */
101
- .highlight .gt { color: #586e75 } /* Generic.Traceback */
102
- .highlight .kc { color: #cb4b16 } /* Keyword.Constant */
103
- .highlight .kd { color: #22b3eb } /* Keyword.Declaration */
104
- .highlight .kn { color: #859900 } /* Keyword.Namespace */
105
- .highlight .kp { color: #859900 } /* Keyword.Pseudo */
106
- .highlight .kr { color: #22b3eb } /* Keyword.Reserved */
107
- .highlight .kt { color: #dc322f } /* Keyword.Type */
108
- .highlight .ld { color: #586e75 } /* Literal.Date */
109
- .highlight .m { color: #2aa198 } /* Literal.Number */
110
- .highlight .s { color: #2aa198 } /* Literal.String */
111
- .highlight .na { color: #586e75 } /* Name.Attribute */
112
- .highlight .nb { color: #B58900 } /* Name.Builtin */
113
- .highlight .nc { color: #22b3eb } /* Name.Class */
114
- .highlight .no { color: #cb4b16 } /* Name.Constant */
115
- .highlight .nd { color: #22b3eb } /* Name.Decorator */
116
- .highlight .ni { color: #cb4b16 } /* Name.Entity */
117
- .highlight .ne { color: #cb4b16 } /* Name.Exception */
118
- .highlight .nf { color: #22b3eb } /* Name.Function */
119
- .highlight .nl { color: #586e75 } /* Name.Label */
120
- .highlight .nn { color: #586e75 } /* Name.Namespace */
121
- .highlight .nx { color: #586e75 } /* Name.Other */
122
- .highlight .py { color: #586e75 } /* Name.Property */
123
- .highlight .nt { color: #22b3eb } /* Name.Tag */
124
- .highlight .nv { color: #22b3eb } /* Name.Variable */
125
- .highlight .ow { color: #859900 } /* Operator.Word */
126
- .highlight .w { color: #586e75 } /* Text.Whitespace */
127
- .highlight .mf { color: #2aa198 } /* Literal.Number.Float */
128
- .highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
129
- .highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
130
- .highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
131
- .highlight .sb { color: #93a1a1 } /* Literal.String.Backtick */
132
- .highlight .sc { color: #2aa198 } /* Literal.String.Char */
133
- .highlight .sd { color: #586e75 } /* Literal.String.Doc */
134
- .highlight .s2 { color: #2aa198 } /* Literal.String.Double */
135
- .highlight .se { color: #cb4b16 } /* Literal.String.Escape */
136
- .highlight .sh { color: #586e75 } /* Literal.String.Heredoc */
137
- .highlight .si { color: #2aa198 } /* Literal.String.Interpol */
138
- .highlight .sx { color: #2aa198 } /* Literal.String.Other */
139
- .highlight .sr { color: #dc322f } /* Literal.String.Regex */
140
- .highlight .s1 { color: #2aa198 } /* Literal.String.Single */
141
- .highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
142
- .highlight .bp { color: #22b3eb } /* Name.Builtin.Pseudo */
143
- .highlight .vc { color: #22b3eb } /* Name.Variable.Class */
144
- .highlight .vg { color: #22b3eb } /* Name.Variable.Global */
145
- .highlight .vi { color: #22b3eb } /* Name.Variable.Instance */
1
+ /* ==========================================================================
2
+ Syntax highlighting
3
+ ========================================================================== */
4
+
5
+ div.highlighter-rouge,
6
+ figure.highlight {
7
+ position: relative;
8
+ margin-bottom: 1em;
9
+ font-family: $monospace;
10
+ font-size: $type-size-7;
11
+ line-height: 1.8;
12
+ border: 1px solid $border-color;
13
+ border-radius: $border-radius;
14
+ background-color: $code-background-color;
15
+ box-shadow: $box-shadow;
16
+
17
+ &:before {
18
+ position: absolute;
19
+ top: 0;
20
+ right: 0;
21
+ padding: 0.5em;
22
+ background-color: $lighter-gray;
23
+ content: "\f121";
24
+ font-family: "fontawesome" !important;
25
+ line-height: 1;
26
+ text-transform: none;
27
+ speak: none;
28
+ }
29
+
30
+ .highlight {
31
+ margin: 0;
32
+ padding: 1em;
33
+ }
34
+ }
35
+
36
+ figure.highlight {
37
+ padding-left: 1em;
38
+ padding-right: 1em;
39
+ }
40
+
41
+ .highlight table {
42
+ font-size: 1em;
43
+ border: 0;
44
+
45
+ td {
46
+ padding: 5px;
47
+ border: 0;
48
+
49
+ // line numbers
50
+ &.gutter {
51
+ padding-right: 1em;
52
+ color: $light-gray;
53
+ }
54
+ }
55
+
56
+ pre {
57
+ margin: 0;
58
+ }
59
+ }
60
+
61
+ .highlight pre { width: 100%; }
62
+
63
+ /*
64
+ Solarized Light
65
+ http://ethanschoonover.com/solarized
66
+
67
+ SOLARIZED HEX ROLE
68
+ --------- -------- ------------------------------------------
69
+ base01 #586e75 body text / default code / primary content
70
+ base1 #93a1a1 comments / secondary content
71
+ base3 #fdf6e3 background
72
+ orange #cb4b16 constants
73
+ red #dc322f regex, special keywords
74
+ blue #22b3eb reserved keywords
75
+ cyan #2aa198 strings, numbers
76
+ green #859900 operators, other keywords
77
+ ========================================================================== */
78
+
79
+ .highlight .c { color: #93a1a1 } /* Comment */
80
+ .highlight .err { color: #586e75 } /* Error */
81
+ .highlight .g { color: #586e75 } /* Generic */
82
+ .highlight .k { color: #859900 } /* Keyword */
83
+ .highlight .l { color: #586e75 } /* Literal */
84
+ .highlight .n { color: #586e75 } /* Name */
85
+ .highlight .o { color: #859900 } /* Operator */
86
+ .highlight .x { color: #cb4b16 } /* Other */
87
+ .highlight .p { color: #586e75 } /* Punctuation */
88
+ .highlight .cm { color: #93a1a1 } /* Comment.Multiline */
89
+ .highlight .cp { color: #859900 } /* Comment.Preproc */
90
+ .highlight .c1 { color: #93a1a1 } /* Comment.Single */
91
+ .highlight .cs { color: #859900 } /* Comment.Special */
92
+ .highlight .gd { color: #2aa198 } /* Generic.Deleted */
93
+ .highlight .ge { color: #586e75; font-style: italic } /* Generic.Emph */
94
+ .highlight .gr { color: #dc322f } /* Generic.Error */
95
+ .highlight .gh { color: #cb4b16 } /* Generic.Heading */
96
+ .highlight .gi { color: #859900 } /* Generic.Inserted */
97
+ .highlight .go { color: #586e75 } /* Generic.Output */
98
+ .highlight .gp { color: #586e75 } /* Generic.Prompt */
99
+ .highlight .gs { color: #586e75; font-weight: bold } /* Generic.Strong */
100
+ .highlight .gu { color: #cb4b16 } /* Generic.Subheading */
101
+ .highlight .gt { color: #586e75 } /* Generic.Traceback */
102
+ .highlight .kc { color: #cb4b16 } /* Keyword.Constant */
103
+ .highlight .kd { color: #22b3eb } /* Keyword.Declaration */
104
+ .highlight .kn { color: #859900 } /* Keyword.Namespace */
105
+ .highlight .kp { color: #859900 } /* Keyword.Pseudo */
106
+ .highlight .kr { color: #22b3eb } /* Keyword.Reserved */
107
+ .highlight .kt { color: #dc322f } /* Keyword.Type */
108
+ .highlight .ld { color: #586e75 } /* Literal.Date */
109
+ .highlight .m { color: #2aa198 } /* Literal.Number */
110
+ .highlight .s { color: #2aa198 } /* Literal.String */
111
+ .highlight .na { color: #586e75 } /* Name.Attribute */
112
+ .highlight .nb { color: #B58900 } /* Name.Builtin */
113
+ .highlight .nc { color: #22b3eb } /* Name.Class */
114
+ .highlight .no { color: #cb4b16 } /* Name.Constant */
115
+ .highlight .nd { color: #22b3eb } /* Name.Decorator */
116
+ .highlight .ni { color: #cb4b16 } /* Name.Entity */
117
+ .highlight .ne { color: #cb4b16 } /* Name.Exception */
118
+ .highlight .nf { color: #22b3eb } /* Name.Function */
119
+ .highlight .nl { color: #586e75 } /* Name.Label */
120
+ .highlight .nn { color: #586e75 } /* Name.Namespace */
121
+ .highlight .nx { color: #586e75 } /* Name.Other */
122
+ .highlight .py { color: #586e75 } /* Name.Property */
123
+ .highlight .nt { color: #22b3eb } /* Name.Tag */
124
+ .highlight .nv { color: #22b3eb } /* Name.Variable */
125
+ .highlight .ow { color: #859900 } /* Operator.Word */
126
+ .highlight .w { color: #586e75 } /* Text.Whitespace */
127
+ .highlight .mf { color: #2aa198 } /* Literal.Number.Float */
128
+ .highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
129
+ .highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
130
+ .highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
131
+ .highlight .sb { color: #93a1a1 } /* Literal.String.Backtick */
132
+ .highlight .sc { color: #2aa198 } /* Literal.String.Char */
133
+ .highlight .sd { color: #586e75 } /* Literal.String.Doc */
134
+ .highlight .s2 { color: #2aa198 } /* Literal.String.Double */
135
+ .highlight .se { color: #cb4b16 } /* Literal.String.Escape */
136
+ .highlight .sh { color: #586e75 } /* Literal.String.Heredoc */
137
+ .highlight .si { color: #2aa198 } /* Literal.String.Interpol */
138
+ .highlight .sx { color: #2aa198 } /* Literal.String.Other */
139
+ .highlight .sr { color: #dc322f } /* Literal.String.Regex */
140
+ .highlight .s1 { color: #2aa198 } /* Literal.String.Single */
141
+ .highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
142
+ .highlight .bp { color: #22b3eb } /* Name.Builtin.Pseudo */
143
+ .highlight .vc { color: #22b3eb } /* Name.Variable.Class */
144
+ .highlight .vg { color: #22b3eb } /* Name.Variable.Global */
145
+ .highlight .vi { color: #22b3eb } /* Name.Variable.Instance */
146
146
  .highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
data/_sass/_tables.scss CHANGED
@@ -1,38 +1,38 @@
1
- /* ==========================================================================
2
- TABLES
3
- ========================================================================== */
4
-
5
- table {
6
- margin-bottom: 1em;
7
- width: 100%;
8
- font-family: $global-font-family;
9
- font-size: $type-size-6;
10
- border-collapse: collapse;
11
- border: 1px solid $light-gray;
12
-
13
- & + table {
14
- margin-top: 1em;
15
- }
16
- }
17
-
18
- thead {
19
- background-color: $lighter-gray;
20
- border-bottom: 1px solid $light-gray;
21
- }
22
-
23
- th {
24
- padding: 0.5em;
25
- font-weight: bold;
26
- text-align: left;
27
- border-right: 1px solid $light-gray;
28
- }
29
-
30
- td {
31
- padding: 0.5em;
32
- border-bottom: 1px solid $light-gray;
33
- border-right: 1px solid $light-gray;
34
- }
35
-
36
- tr, td, th {
37
- vertical-align: middle;
1
+ /* ==========================================================================
2
+ TABLES
3
+ ========================================================================== */
4
+
5
+ table {
6
+ margin-bottom: 1em;
7
+ width: 100%;
8
+ font-family: $global-font-family;
9
+ font-size: $type-size-6;
10
+ border-collapse: collapse;
11
+ border: 1px solid $light-gray;
12
+
13
+ & + table {
14
+ margin-top: 1em;
15
+ }
16
+ }
17
+
18
+ thead {
19
+ background-color: $lighter-gray;
20
+ border-bottom: 1px solid $light-gray;
21
+ }
22
+
23
+ th {
24
+ padding: 0.5em;
25
+ font-weight: bold;
26
+ text-align: left;
27
+ border-right: 1px solid $light-gray;
28
+ }
29
+
30
+ td {
31
+ padding: 0.5em;
32
+ border-bottom: 1px solid $light-gray;
33
+ border-right: 1px solid $light-gray;
34
+ }
35
+
36
+ tr, td, th {
37
+ vertical-align: middle;
38
38
  }
@@ -467,4 +467,40 @@ a.reversefootnote {
467
467
  .required {
468
468
  color: $danger-color;
469
469
  font-weight: bold;
470
- }
470
+ }
471
+
472
+
473
+ /*
474
+ Google Custom Search Engine
475
+ ========================================================================== */
476
+
477
+ .gsc-control-cse {
478
+
479
+ table, tr, td {
480
+ border: 0; /* remove table borders widget */
481
+ }
482
+ }
483
+
484
+ /*
485
+ Responsive Video Embed
486
+ ========================================================================== */
487
+
488
+ .responsive-video-container {
489
+ position: relative;
490
+ margin-bottom: 1em;
491
+ padding-bottom: 56.25%;
492
+ height: 0;
493
+ overflow: hidden;
494
+ max-width: 100%;
495
+
496
+ iframe,
497
+ object,
498
+ embed {
499
+ position: absolute;
500
+ top: 0;
501
+ left: 0;
502
+ width: 100%;
503
+ height: 100%;
504
+ }
505
+ }
506
+
@@ -1,128 +1,128 @@
1
- /* ==========================================================================
2
- Variables
3
- ========================================================================== */
4
-
5
- /*
6
- Typography
7
- ========================================================================== */
8
-
9
- $doc-font-size : 16 !default;
10
-
11
- /* paragraph indention */
12
- $paragraph-indent : false !default; // true, false (default)
13
- $indent-var : 1.3em !default;
14
-
15
- /* system typefaces */
16
- $serif : Georgia, Times, serif !default;
17
- $sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
18
- $monospace : Monaco, Consolas, "Lucida Console", monospace !default;
19
-
20
- /* sans serif typefaces */
21
- $sans-serif-narrow : $sans-serif !default;
22
- $helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default;
23
-
24
- /* serif typefaces */
25
- $georgia : Georgia, serif !default;
26
- $times : Times, serif !default;
27
- $bodoni : "Bodoni MT", serif !default;
28
- $calisto : "Calisto MT", serif !default;
29
- $garamond : Garamond, serif !default;
30
-
31
- $global-font-family : $sans-serif !default;
32
- $header-font-family : $sans-serif !default;
33
- $caption-font-family : $serif !default;
34
-
35
- /* type scale */
36
- $type-size-1 : 2.441em !default; // ~39.056px
37
- $type-size-2 : 1.953em !default; // ~31.248px
38
- $type-size-3 : 1.563em !default; // ~25.008px
39
- $type-size-4 : 1.25em !default; // ~20px
40
- $type-size-5 : 1em !default; // ~16px
41
- $type-size-6 : 0.75em !default; // ~12px
42
- $type-size-7 : 0.6875em !default; // ~11px
43
- $type-size-8 : 0.625em !default; // ~10px
44
-
45
-
46
- /*
47
- Colors
48
- ========================================================================== */
49
-
50
- $gray : #7a8288 !default;
51
- $dark-gray : mix(#000, $gray, 40%) !default;
52
- $darker-gray : mix(#000, $gray, 60%) !default;
53
- $light-gray : mix(#fff, $gray, 50%) !default;
54
- $lighter-gray : mix(#fff, $gray, 90%) !default;
55
-
56
- $body-color : #fff !default;
57
- $background-color : #fff !default;
58
- $code-background-color : #fafafa !default;
59
- $code-background-color-dark : $light-gray !default;
60
- $text-color : $dark-gray !default;
61
- $border-color : $lighter-gray !default;
62
-
63
- $primary-color : #7a8288 !default;
64
- $success-color : #62c462 !default;
65
- $warning-color : #f89406 !default;
66
- $danger-color : #ee5f5b !default;
67
- $info-color : #52adc8 !default;
68
-
69
- /* brands */
70
- $behance-color : #1769FF !default;
71
- $dribbble-color : #ea4c89 !default;
72
- $facebook-color : #3b5998 !default;
73
- $flickr-color : #ff0084 !default;
74
- $foursquare-color : #0072b1 !default;
75
- $github-color : #171516 !default;
76
- $google-plus-color : #dd4b39 !default;
77
- $instagram-color : #517fa4 !default;
78
- $lastfm-color : #d51007 !default;
79
- $linkedin-color : #007bb6 !default;
80
- $pinterest-color : #cb2027 !default;
81
- $rss-color : #fa9b39 !default;
82
- $soundcloud-color : #ff3300 !default;
83
- $stackoverflow-color : #fe7a15 !default;
84
- $tumblr-color : #32506d !default;
85
- $twitter-color : #55acee !default;
86
- $vimeo-color : #1ab7ea !default;
87
- $vine-color : #00bf8f !default;
88
- $youtube-color : #bb0000 !default;
89
- $xing-color : #006567 !default;
90
-
91
-
92
- /* links */
93
- $link-color : $info-color !default;
94
- $link-color-hover : mix(#000, $link-color, 25%) !default;
95
- $link-color-visited : mix(#fff, $link-color, 25%) !default;
96
- $masthead-link-color : $primary-color !default;
97
- $masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
98
-
99
-
100
- /*
101
- Breakpoints
102
- ========================================================================== */
103
-
104
- $small : 600px !default;
105
- $medium : 768px !default;
106
- $medium-wide : 900px !default;
107
- $large : 1024px !default;
108
- $x-large : 1280px !default;
109
-
110
-
111
- /*
112
- Grid
113
- ========================================================================== */
114
-
115
- $right-sidebar-width-narrow : 200px !default;
116
- $right-sidebar-width : 300px !default;
117
- $right-sidebar-width-wide : 400px !default;
118
-
119
-
120
- /*
121
- Other
122
- ========================================================================== */
123
-
124
- $border-radius : 4px !default;
125
- $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
126
- $navicon-width : 28px !default;
127
- $navicon-height : 4px !default;
1
+ /* ==========================================================================
2
+ Variables
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Typography
7
+ ========================================================================== */
8
+
9
+ $doc-font-size : 16 !default;
10
+
11
+ /* paragraph indention */
12
+ $paragraph-indent : false !default; // true, false (default)
13
+ $indent-var : 1.3em !default;
14
+
15
+ /* system typefaces */
16
+ $serif : Georgia, Times, serif !default;
17
+ $sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
18
+ $monospace : Monaco, Consolas, "Lucida Console", monospace !default;
19
+
20
+ /* sans serif typefaces */
21
+ $sans-serif-narrow : $sans-serif !default;
22
+ $helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default;
23
+
24
+ /* serif typefaces */
25
+ $georgia : Georgia, serif !default;
26
+ $times : Times, serif !default;
27
+ $bodoni : "Bodoni MT", serif !default;
28
+ $calisto : "Calisto MT", serif !default;
29
+ $garamond : Garamond, serif !default;
30
+
31
+ $global-font-family : $sans-serif !default;
32
+ $header-font-family : $sans-serif !default;
33
+ $caption-font-family : $serif !default;
34
+
35
+ /* type scale */
36
+ $type-size-1 : 2.441em !default; // ~39.056px
37
+ $type-size-2 : 1.953em !default; // ~31.248px
38
+ $type-size-3 : 1.563em !default; // ~25.008px
39
+ $type-size-4 : 1.25em !default; // ~20px
40
+ $type-size-5 : 1em !default; // ~16px
41
+ $type-size-6 : 0.75em !default; // ~12px
42
+ $type-size-7 : 0.6875em !default; // ~11px
43
+ $type-size-8 : 0.625em !default; // ~10px
44
+
45
+
46
+ /*
47
+ Colors
48
+ ========================================================================== */
49
+
50
+ $gray : #7a8288 !default;
51
+ $dark-gray : mix(#000, $gray, 40%) !default;
52
+ $darker-gray : mix(#000, $gray, 60%) !default;
53
+ $light-gray : mix(#fff, $gray, 50%) !default;
54
+ $lighter-gray : mix(#fff, $gray, 90%) !default;
55
+
56
+ $body-color : #fff !default;
57
+ $background-color : #fff !default;
58
+ $code-background-color : #fafafa !default;
59
+ $code-background-color-dark : $light-gray !default;
60
+ $text-color : $dark-gray !default;
61
+ $border-color : $lighter-gray !default;
62
+
63
+ $primary-color : #7a8288 !default;
64
+ $success-color : #62c462 !default;
65
+ $warning-color : #f89406 !default;
66
+ $danger-color : #ee5f5b !default;
67
+ $info-color : #52adc8 !default;
68
+
69
+ /* brands */
70
+ $behance-color : #1769FF !default;
71
+ $dribbble-color : #ea4c89 !default;
72
+ $facebook-color : #3b5998 !default;
73
+ $flickr-color : #ff0084 !default;
74
+ $foursquare-color : #0072b1 !default;
75
+ $github-color : #171516 !default;
76
+ $google-plus-color : #dd4b39 !default;
77
+ $instagram-color : #517fa4 !default;
78
+ $lastfm-color : #d51007 !default;
79
+ $linkedin-color : #007bb6 !default;
80
+ $pinterest-color : #cb2027 !default;
81
+ $rss-color : #fa9b39 !default;
82
+ $soundcloud-color : #ff3300 !default;
83
+ $stackoverflow-color : #fe7a15 !default;
84
+ $tumblr-color : #32506d !default;
85
+ $twitter-color : #55acee !default;
86
+ $vimeo-color : #1ab7ea !default;
87
+ $vine-color : #00bf8f !default;
88
+ $youtube-color : #bb0000 !default;
89
+ $xing-color : #006567 !default;
90
+
91
+
92
+ /* links */
93
+ $link-color : $info-color !default;
94
+ $link-color-hover : mix(#000, $link-color, 25%) !default;
95
+ $link-color-visited : mix(#fff, $link-color, 25%) !default;
96
+ $masthead-link-color : $primary-color !default;
97
+ $masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
98
+
99
+
100
+ /*
101
+ Breakpoints
102
+ ========================================================================== */
103
+
104
+ $small : 600px !default;
105
+ $medium : 768px !default;
106
+ $medium-wide : 900px !default;
107
+ $large : 1024px !default;
108
+ $x-large : 1280px !default;
109
+
110
+
111
+ /*
112
+ Grid
113
+ ========================================================================== */
114
+
115
+ $right-sidebar-width-narrow : 200px !default;
116
+ $right-sidebar-width : 300px !default;
117
+ $right-sidebar-width-wide : 400px !default;
118
+
119
+
120
+ /*
121
+ Other
122
+ ========================================================================== */
123
+
124
+ $border-radius : 4px !default;
125
+ $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
126
+ $navicon-width : 28px !default;
127
+ $navicon-height : 4px !default;
128
128
  $global-transition : all 0.2s ease-in-out !default;