minimal-mistakes-jekyll 4.4.1 → 4.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/LICENSE.txt +20 -20
  4. data/README.md +160 -160
  5. data/_includes/analytics-providers/custom.html +2 -2
  6. data/_includes/analytics-providers/google-universal.html +9 -9
  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 +249 -241
  12. data/_includes/base_path +4 -4
  13. data/_includes/breadcrumbs.html +39 -39
  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 +15 -17
  23. data/_includes/comments-providers/staticman.html +41 -41
  24. data/_includes/comments.html +95 -83
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -22
  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 +33 -33
  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 +53 -53
  36. data/_includes/page__hero_video.html +4 -4
  37. data/_includes/page__taxonomy.html +6 -6
  38. data/_includes/paginator.html +69 -69
  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 +147 -147
  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 -11
  48. data/_layouts/archive-taxonomy.html +14 -14
  49. data/_layouts/archive.html +25 -25
  50. data/_layouts/compress.html +10 -10
  51. data/_layouts/default.html +34 -34
  52. data/_layouts/home.html +11 -11
  53. data/_layouts/single.html +74 -74
  54. data/_layouts/splash.html +21 -21
  55. data/_sass/minimal-mistakes.scss +39 -39
  56. data/_sass/minimal-mistakes/_animations.scss +20 -20
  57. data/_sass/minimal-mistakes/_archive.scss +237 -237
  58. data/_sass/minimal-mistakes/_base.scss +314 -314
  59. data/_sass/minimal-mistakes/_buttons.scss +152 -152
  60. data/_sass/minimal-mistakes/_footer.scss +79 -79
  61. data/_sass/minimal-mistakes/_forms.scss +390 -390
  62. data/_sass/minimal-mistakes/_masthead.scss +76 -76
  63. data/_sass/minimal-mistakes/_mixins.scss +52 -52
  64. data/_sass/minimal-mistakes/_navigation.scss +551 -558
  65. data/_sass/minimal-mistakes/_notices.scss +98 -98
  66. data/_sass/minimal-mistakes/_page.scss +407 -407
  67. data/_sass/minimal-mistakes/_print.scss +237 -237
  68. data/_sass/minimal-mistakes/_reset.scss +186 -186
  69. data/_sass/minimal-mistakes/_sidebar.scss +230 -230
  70. data/_sass/minimal-mistakes/_syntax.scss +145 -145
  71. data/_sass/minimal-mistakes/_tables.scss +37 -37
  72. data/_sass/minimal-mistakes/_utilities.scss +517 -512
  73. data/_sass/minimal-mistakes/_variables.scss +129 -128
  74. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  75. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  76. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  77. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  78. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  79. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  80. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  81. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  82. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  83. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  84. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  85. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  86. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  87. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  88. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  89. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  90. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  93. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
  94. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
  95. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
  96. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
  97. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
  98. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
  99. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
  100. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
  101. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
  102. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
  103. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
  104. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
  105. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
  106. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
  107. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  108. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  109. data/_sass/minimal-mistakes/vendor/susy/_su.scss +4 -4
  110. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +4 -4
  111. data/_sass/minimal-mistakes/vendor/susy/_susyone.scss +4 -4
  112. data/_sass/minimal-mistakes/vendor/susy/susy/_su.scss +7 -7
  113. data/_sass/minimal-mistakes/vendor/susy/susy/language/_susy.scss +24 -24
  114. data/_sass/minimal-mistakes/vendor/susy/susy/language/_susyone.scss +13 -13
  115. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_background.scss +385 -385
  116. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_bleed.scss +200 -200
  117. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_box-sizing.scss +47 -47
  118. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_breakpoint-plugin.scss +185 -185
  119. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_container.scss +81 -81
  120. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_context.scss +36 -36
  121. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_gallery.scss +94 -94
  122. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_grids.scss +64 -64
  123. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_gutters.scss +154 -154
  124. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_isolate.scss +77 -77
  125. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_margins.scss +94 -94
  126. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_padding.scss +74 -74
  127. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_rows.scss +138 -138
  128. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_settings.scss +216 -216
  129. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_span.scss +163 -163
  130. data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_validation.scss +16 -16
  131. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_background.scss +18 -18
  132. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_functions.scss +377 -377
  133. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_grid.scss +312 -312
  134. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_isolation.scss +51 -51
  135. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_margin.scss +93 -93
  136. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_media.scss +105 -105
  137. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_padding.scss +92 -92
  138. data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_settings.scss +60 -60
  139. data/_sass/minimal-mistakes/vendor/susy/susy/output/_float.scss +9 -9
  140. data/_sass/minimal-mistakes/vendor/susy/susy/output/_shared.scss +15 -15
  141. data/_sass/minimal-mistakes/vendor/susy/susy/output/_support.scss +9 -9
  142. data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_container.scss +16 -16
  143. data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_end.scss +40 -40
  144. data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_isolate.scss +22 -22
  145. data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_span.scss +35 -35
  146. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_background.scss +26 -26
  147. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_container.scss +21 -21
  148. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_direction.scss +42 -42
  149. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_inspect.scss +25 -25
  150. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_margins.scss +23 -23
  151. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_output.scss +14 -14
  152. data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_padding.scss +23 -23
  153. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_background.scss +58 -58
  154. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_box-sizing.scss +19 -19
  155. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_clearfix.scss +18 -18
  156. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_prefix.scss +19 -19
  157. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_rem.scss +22 -22
  158. data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_support.scss +85 -85
  159. data/_sass/minimal-mistakes/vendor/susy/susy/su/_grid.scss +103 -103
  160. data/_sass/minimal-mistakes/vendor/susy/susy/su/_settings.scss +73 -73
  161. data/_sass/minimal-mistakes/vendor/susy/susy/su/_utilities.scss +111 -111
  162. data/_sass/minimal-mistakes/vendor/susy/susy/su/_validation.scss +57 -57
  163. data/assets/css/main.scss +6 -6
  164. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  165. data/assets/js/_main.js +72 -72
  166. data/assets/js/main.min.js +13 -13
  167. data/assets/js/plugins/jquery.fitvids.js +81 -81
  168. data/assets/js/plugins/jquery.greedy-navigation.js +77 -74
  169. data/assets/js/plugins/jquery.magnific-popup.js +2049 -2049
  170. data/assets/js/plugins/jquery.smooth-scroll.min.js +8 -8
  171. data/assets/js/vendor/jquery/jquery-1.12.4.min.js +4 -4
  172. metadata +7 -7
@@ -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 */
@@ -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
  }
@@ -1,513 +1,518 @@
1
- /* ==========================================================================
2
- UTILITY CLASSES
3
- ========================================================================== */
4
-
5
- /*
6
- Visibility
7
- ========================================================================== */
8
-
9
- /* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
10
-
11
- .hidden {
12
- display: none;
13
- visibility: hidden;
14
- }
15
-
16
- /* for preloading images */
17
-
18
- .load {
19
- display: none;
20
- }
21
-
22
- .transparent {
23
- opacity: 0;
24
- }
25
-
26
- /* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
27
-
28
- .visually-hidden,
29
- .screen-reader-text,
30
- .screen-reader-text span,
31
- .screen-reader-shortcut {
32
- position: absolute !important;
33
- clip: rect(1px, 1px, 1px, 1px);
34
- height: 1px !important;
35
- width: 1px !important;
36
- border: 0 !important;
37
- overflow: hidden;
38
- }
39
-
40
- body:hover .visually-hidden a,
41
- body:hover .visually-hidden input,
42
- body:hover .visually-hidden button {
43
- display: none !important;
44
- }
45
-
46
- /* screen readers */
47
-
48
- .screen-reader-text:focus,
49
- .screen-reader-shortcut:focus {
50
- clip: auto !important;
51
- height: auto !important;
52
- width: auto !important;
53
- display: block;
54
- font-size: 1em;
55
- font-weight: bold;
56
- padding: 15px 23px 14px;
57
- background: #fff;
58
- z-index: 100000;
59
- text-decoration: none;
60
- box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
61
- }
62
-
63
-
64
- /*
65
- Skip links
66
- ========================================================================== */
67
-
68
- .skip-link {
69
- position: fixed;
70
- z-index: 20;
71
- margin: 0;
72
- font-family: $sans-serif;
73
- white-space: nowrap;
74
- }
75
-
76
- .skip-link li {
77
- height: 0;
78
- width: 0;
79
- list-style: none;
80
- }
81
-
82
-
83
- /*
84
- Type
85
- ========================================================================== */
86
-
87
- .text-left {
88
- text-align: left;
89
- }
90
-
91
- .text-center {
92
- text-align: center;
93
- }
94
-
95
- .text-right {
96
- text-align: right;
97
- }
98
-
99
- .text-justify {
100
- text-align: justify;
101
- }
102
-
103
- .text-nowrap {
104
- white-space: nowrap;
105
- }
106
-
107
-
108
- /*
109
- Alignment
110
- ========================================================================== */
111
-
112
- /* clearfix */
113
-
114
- .cf { clear: both; }
115
-
116
- .wrapper {
117
- @include container();
118
- }
119
-
120
-
121
- /*
122
- Images
123
- ========================================================================== */
124
-
125
- /* image align left */
126
-
127
- .align-left {
128
- display: block;
129
- margin-left: auto;
130
- margin-right: auto;
131
-
132
- @include breakpoint($small) {
133
- float: left;
134
- margin-right: 1em;
135
- }
136
- }
137
-
138
- /* image align right */
139
-
140
- .align-right {
141
- display: block;
142
- margin-left: auto;
143
- margin-right: auto;
144
-
145
- @include breakpoint($small) {
146
- float: right;
147
- margin-left: 1em;
148
- }
149
- }
150
-
151
- /* image align center */
152
-
153
- .align-center {
154
- display: block;
155
- margin-left: auto;
156
- margin-right: auto;
157
- }
158
-
159
- /* file page content container */
160
-
161
- .full {
162
- @include breakpoint($large){
163
- margin-right: -1 * span(2.5 of 12) !important;
164
- }
165
- }
166
-
167
- /*
168
- Icons
169
- ========================================================================== */
170
-
171
- .icon {
172
- display: inline-block;
173
- fill: currentColor;
174
- width: 1em;
175
- height: 1.1em;
176
- line-height: 1;
177
- position: relative;
178
- top: -0.1em;
179
- vertical-align: middle;
180
- }
181
-
182
- /* social icons*/
183
-
184
- .social-icons {
185
- .fa {
186
- color: #000;
187
- }
188
-
189
- .fa-behance,
190
- .fa-behance-square {
191
- color: $behance-color;
192
- }
193
-
194
- .fa-dribbble {
195
- color: $dribbble-color;
196
- }
197
-
198
- .fa-facebook,
199
- .fa-facebook-square {
200
- color: $facebook-color;
201
- }
202
-
203
- .fa-flickr {
204
- color: $flickr-color;
205
- }
206
-
207
- .fa-foursquare {
208
- color: $foursquare-color;
209
- }
210
-
211
- .fa-github,
212
- .fa-github-alt,
213
- .fa-github-square {
214
- color: $github-color;
215
- }
216
-
217
- .fa-google-plus,
218
- .fa-google-plus-square {
219
- color: $google-plus-color;
220
- }
221
-
222
- .fa-instagram {
223
- color: $instagram-color;
224
- }
225
-
226
- .fa-lastfm,
227
- .fa-lastfm-square {
228
- color: $lastfm-color;
229
- }
230
-
231
- .fa-linkedin,
232
- .fa-linkedin-square {
233
- color: $linkedin-color;
234
- }
235
-
236
- .fa-pinterest,
237
- .fa-pinterest-p,
238
- .fa-pinterest-square {
239
- color: $pinterest-color;
240
- }
241
-
242
- .fa-rss,
243
- .fa-rss-square {
244
- color: $rss-color;
245
- }
246
-
247
- .fa-soundcloud {
248
- color: $soundcloud-color;
249
- }
250
-
251
- .fa-stack-exchange,
252
- .fa-stack-overflow {
253
- color: $stackoverflow-color;
254
- }
255
-
256
- .fa-tumblr,
257
- .fa-tumblr-square {
258
- color: $tumblr-color;
259
- }
260
-
261
- .fa-twitter,
262
- .fa-twitter-square {
263
- color: $twitter-color;
264
- }
265
-
266
- .fa-vimeo,
267
- .fa-vimeo-square {
268
- color: $vimeo-color;
269
- }
270
-
271
- .fa-vine {
272
- color: $vine-color;
273
- }
274
-
275
- .fa-youtube,
276
- .fa-youtube-square,
277
- .fa-youtube-play {
278
- color: $youtube-color;
279
- }
280
-
281
- .fa-xing,
282
- .fa-xing-square {
283
- color: $xing-color;
284
- }
285
- }
286
-
287
-
288
- /*
289
- Navicons
290
- ========================================================================== */
291
-
292
- .navicon {
293
- position: relative;
294
- width: $navicon-width;
295
- height: $navicon-height;
296
- background: #fff;
297
- margin: auto;
298
- -webkit-transition: 0.3s;
299
- transition: 0.3s;
300
-
301
- &:before,
302
- &:after {
303
- content: "";
304
- position: absolute;
305
- left: 0;
306
- width: $navicon-width;
307
- height: $navicon-height;
308
- background: #fff;
309
- -webkit-transition: 0.3s;
310
- transition: 0.3s;
311
- }
312
-
313
- &:before {
314
- top: (-2 * $navicon-height);
315
- }
316
-
317
- &:after {
318
- bottom: (-2 * $navicon-height);
319
- }
320
- }
321
-
322
- .close .navicon {
323
- /* hide the middle line*/
324
- background: transparent;
325
-
326
- /* overlay the lines by setting both their top values to 0*/
327
- &:before, &:after{
328
- -webkit-transform-origin: 50% 50%;
329
- -ms-transform-origin: 50% 50%;
330
- transform-origin: 50% 50%;
331
- top: 0;
332
- width: $navicon-width;
333
- }
334
-
335
- /* rotate the lines to form the x shape*/
336
- &:before{
337
- -webkit-transform: rotate3d(0,0,1,45deg);
338
- transform: rotate3d(0,0,1,45deg);
339
- }
340
- &:after{
341
- -webkit-transform: rotate3d(0,0,1,-45deg);
342
- transform: rotate3d(0,0,1,-45deg);
343
- }
344
- }
345
-
346
-
347
- /*
348
- Sticky, fixed to top content
349
- ========================================================================== */
350
-
351
- .sticky {
352
- @include breakpoint($large) {
353
- @include clearfix();
354
- position: -webkit-sticky;
355
- position: sticky;
356
- top: 2em;
357
-
358
- > * {
359
- display: block;
360
- }
361
- }
362
- }
363
-
364
-
365
- /*
366
- Wells
367
- ========================================================================== */
368
-
369
- .well {
370
- min-height: 20px;
371
- padding: 19px;
372
- margin-bottom: 20px;
373
- background-color: #f5f5f5;
374
- border: 1px solid #e3e3e3;
375
- border-radius: $border-radius;
376
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
377
- }
378
-
379
-
380
- /*
381
- Modals
382
- ========================================================================== */
383
-
384
- .show-modal {
385
- overflow: hidden;
386
- position: relative;
387
-
388
- &:before {
389
- position: absolute;
390
- content: "";
391
- top: 0;
392
- left: 0;
393
- width: 100%;
394
- height: 100%;
395
- z-index: 999;
396
- background-color: rgba(255, 255, 255, 0.85);
397
- }
398
-
399
- .modal {
400
- display: block;
401
- }
402
- }
403
-
404
- .modal {
405
- display: none;
406
- position: fixed;
407
- width: 300px;
408
- top: 50%;
409
- left: 50%;
410
- margin-left: -150px;
411
- margin-top: -150px;
412
- min-height: 0;
413
- z-index: 9999;
414
- background: #fff;
415
- border: 1px solid $border-color;
416
- border-radius: $border-radius;
417
- box-shadow: $box-shadow;
418
-
419
- &__title {
420
- margin: 0;
421
- padding: 0.5em 1em;
422
- }
423
-
424
- &__supporting-text {
425
- padding: 0 1em 0.5em 1em;
426
- }
427
-
428
- &__actions {
429
- padding: 0.5em 1em;
430
- border-top: 1px solid $border-color;
431
- }
432
- }
433
-
434
-
435
- /*
436
- Footnotes
437
- ========================================================================== */
438
-
439
- .footnote {
440
- color: mix(#fff, $gray, 25%);
441
- text-decoration: none;
442
- }
443
-
444
- .footnotes {
445
- color: mix(#fff, $gray, 25%);
446
-
447
- ol, li, p {
448
- margin-bottom: 0;
449
- font-size: $type-size-6;
450
- }
451
- }
452
-
453
- a.reversefootnote {
454
- color: $gray;
455
- text-decoration: none;
456
-
457
- &:hover {
458
- text-decoration: underline;
459
- }
460
- }
461
-
462
-
463
- /*
464
- Required
465
- ========================================================================== */
466
-
467
- .required {
468
- color: $danger-color;
469
- font-weight: bold;
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
-
507
- // full screen video fixes
508
- :-webkit-full-screen-ancestor {
509
- .masthead,
510
- .page__footer {
511
- position: static;
512
- }
1
+ /* ==========================================================================
2
+ UTILITY CLASSES
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Visibility
7
+ ========================================================================== */
8
+
9
+ /* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
10
+
11
+ .hidden {
12
+ display: none;
13
+ visibility: hidden;
14
+ }
15
+
16
+ /* for preloading images */
17
+
18
+ .load {
19
+ display: none;
20
+ }
21
+
22
+ .transparent {
23
+ opacity: 0;
24
+ }
25
+
26
+ /* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
27
+
28
+ .visually-hidden,
29
+ .screen-reader-text,
30
+ .screen-reader-text span,
31
+ .screen-reader-shortcut {
32
+ position: absolute !important;
33
+ clip: rect(1px, 1px, 1px, 1px);
34
+ height: 1px !important;
35
+ width: 1px !important;
36
+ border: 0 !important;
37
+ overflow: hidden;
38
+ }
39
+
40
+ body:hover .visually-hidden a,
41
+ body:hover .visually-hidden input,
42
+ body:hover .visually-hidden button {
43
+ display: none !important;
44
+ }
45
+
46
+ /* screen readers */
47
+
48
+ .screen-reader-text:focus,
49
+ .screen-reader-shortcut:focus {
50
+ clip: auto !important;
51
+ height: auto !important;
52
+ width: auto !important;
53
+ display: block;
54
+ font-size: 1em;
55
+ font-weight: bold;
56
+ padding: 15px 23px 14px;
57
+ background: #fff;
58
+ z-index: 100000;
59
+ text-decoration: none;
60
+ box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
61
+ }
62
+
63
+
64
+ /*
65
+ Skip links
66
+ ========================================================================== */
67
+
68
+ .skip-link {
69
+ position: fixed;
70
+ z-index: 20;
71
+ margin: 0;
72
+ font-family: $sans-serif;
73
+ white-space: nowrap;
74
+ }
75
+
76
+ .skip-link li {
77
+ height: 0;
78
+ width: 0;
79
+ list-style: none;
80
+ }
81
+
82
+
83
+ /*
84
+ Type
85
+ ========================================================================== */
86
+
87
+ .text-left {
88
+ text-align: left;
89
+ }
90
+
91
+ .text-center {
92
+ text-align: center;
93
+ }
94
+
95
+ .text-right {
96
+ text-align: right;
97
+ }
98
+
99
+ .text-justify {
100
+ text-align: justify;
101
+ }
102
+
103
+ .text-nowrap {
104
+ white-space: nowrap;
105
+ }
106
+
107
+
108
+ /*
109
+ Alignment
110
+ ========================================================================== */
111
+
112
+ /* clearfix */
113
+
114
+ .cf { clear: both; }
115
+
116
+ .wrapper {
117
+ @include container();
118
+ }
119
+
120
+
121
+ /*
122
+ Images
123
+ ========================================================================== */
124
+
125
+ /* image align left */
126
+
127
+ .align-left {
128
+ display: block;
129
+ margin-left: auto;
130
+ margin-right: auto;
131
+
132
+ @include breakpoint($small) {
133
+ float: left;
134
+ margin-right: 1em;
135
+ }
136
+ }
137
+
138
+ /* image align right */
139
+
140
+ .align-right {
141
+ display: block;
142
+ margin-left: auto;
143
+ margin-right: auto;
144
+
145
+ @include breakpoint($small) {
146
+ float: right;
147
+ margin-left: 1em;
148
+ }
149
+ }
150
+
151
+ /* image align center */
152
+
153
+ .align-center {
154
+ display: block;
155
+ margin-left: auto;
156
+ margin-right: auto;
157
+ }
158
+
159
+ /* file page content container */
160
+
161
+ .full {
162
+ @include breakpoint($large){
163
+ margin-right: -1 * span(2.5 of 12) !important;
164
+ }
165
+ }
166
+
167
+ /*
168
+ Icons
169
+ ========================================================================== */
170
+
171
+ .icon {
172
+ display: inline-block;
173
+ fill: currentColor;
174
+ width: 1em;
175
+ height: 1.1em;
176
+ line-height: 1;
177
+ position: relative;
178
+ top: -0.1em;
179
+ vertical-align: middle;
180
+ }
181
+
182
+ /* social icons*/
183
+
184
+ .social-icons {
185
+ .fa {
186
+ color: #000;
187
+ }
188
+
189
+ .fa-behance,
190
+ .fa-behance-square {
191
+ color: $behance-color;
192
+ }
193
+
194
+ .fa-bitbucket,
195
+ .fa-bitbucket-square {
196
+ color: $bitbucket-color;
197
+ }
198
+
199
+ .fa-dribbble {
200
+ color: $dribbble-color;
201
+ }
202
+
203
+ .fa-facebook,
204
+ .fa-facebook-square {
205
+ color: $facebook-color;
206
+ }
207
+
208
+ .fa-flickr {
209
+ color: $flickr-color;
210
+ }
211
+
212
+ .fa-foursquare {
213
+ color: $foursquare-color;
214
+ }
215
+
216
+ .fa-github,
217
+ .fa-github-alt,
218
+ .fa-github-square {
219
+ color: $github-color;
220
+ }
221
+
222
+ .fa-google-plus,
223
+ .fa-google-plus-square {
224
+ color: $google-plus-color;
225
+ }
226
+
227
+ .fa-instagram {
228
+ color: $instagram-color;
229
+ }
230
+
231
+ .fa-lastfm,
232
+ .fa-lastfm-square {
233
+ color: $lastfm-color;
234
+ }
235
+
236
+ .fa-linkedin,
237
+ .fa-linkedin-square {
238
+ color: $linkedin-color;
239
+ }
240
+
241
+ .fa-pinterest,
242
+ .fa-pinterest-p,
243
+ .fa-pinterest-square {
244
+ color: $pinterest-color;
245
+ }
246
+
247
+ .fa-rss,
248
+ .fa-rss-square {
249
+ color: $rss-color;
250
+ }
251
+
252
+ .fa-soundcloud {
253
+ color: $soundcloud-color;
254
+ }
255
+
256
+ .fa-stack-exchange,
257
+ .fa-stack-overflow {
258
+ color: $stackoverflow-color;
259
+ }
260
+
261
+ .fa-tumblr,
262
+ .fa-tumblr-square {
263
+ color: $tumblr-color;
264
+ }
265
+
266
+ .fa-twitter,
267
+ .fa-twitter-square {
268
+ color: $twitter-color;
269
+ }
270
+
271
+ .fa-vimeo,
272
+ .fa-vimeo-square {
273
+ color: $vimeo-color;
274
+ }
275
+
276
+ .fa-vine {
277
+ color: $vine-color;
278
+ }
279
+
280
+ .fa-youtube,
281
+ .fa-youtube-square,
282
+ .fa-youtube-play {
283
+ color: $youtube-color;
284
+ }
285
+
286
+ .fa-xing,
287
+ .fa-xing-square {
288
+ color: $xing-color;
289
+ }
290
+ }
291
+
292
+
293
+ /*
294
+ Navicons
295
+ ========================================================================== */
296
+
297
+ .navicon {
298
+ position: relative;
299
+ width: $navicon-width;
300
+ height: $navicon-height;
301
+ background: #fff;
302
+ margin: auto;
303
+ -webkit-transition: 0.3s;
304
+ transition: 0.3s;
305
+
306
+ &:before,
307
+ &:after {
308
+ content: "";
309
+ position: absolute;
310
+ left: 0;
311
+ width: $navicon-width;
312
+ height: $navicon-height;
313
+ background: #fff;
314
+ -webkit-transition: 0.3s;
315
+ transition: 0.3s;
316
+ }
317
+
318
+ &:before {
319
+ top: (-2 * $navicon-height);
320
+ }
321
+
322
+ &:after {
323
+ bottom: (-2 * $navicon-height);
324
+ }
325
+ }
326
+
327
+ .close .navicon {
328
+ /* hide the middle line*/
329
+ background: transparent;
330
+
331
+ /* overlay the lines by setting both their top values to 0*/
332
+ &:before, &:after{
333
+ -webkit-transform-origin: 50% 50%;
334
+ -ms-transform-origin: 50% 50%;
335
+ transform-origin: 50% 50%;
336
+ top: 0;
337
+ width: $navicon-width;
338
+ }
339
+
340
+ /* rotate the lines to form the x shape*/
341
+ &:before{
342
+ -webkit-transform: rotate3d(0,0,1,45deg);
343
+ transform: rotate3d(0,0,1,45deg);
344
+ }
345
+ &:after{
346
+ -webkit-transform: rotate3d(0,0,1,-45deg);
347
+ transform: rotate3d(0,0,1,-45deg);
348
+ }
349
+ }
350
+
351
+
352
+ /*
353
+ Sticky, fixed to top content
354
+ ========================================================================== */
355
+
356
+ .sticky {
357
+ @include breakpoint($large) {
358
+ @include clearfix();
359
+ position: -webkit-sticky;
360
+ position: sticky;
361
+ top: 2em;
362
+
363
+ > * {
364
+ display: block;
365
+ }
366
+ }
367
+ }
368
+
369
+
370
+ /*
371
+ Wells
372
+ ========================================================================== */
373
+
374
+ .well {
375
+ min-height: 20px;
376
+ padding: 19px;
377
+ margin-bottom: 20px;
378
+ background-color: #f5f5f5;
379
+ border: 1px solid #e3e3e3;
380
+ border-radius: $border-radius;
381
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
382
+ }
383
+
384
+
385
+ /*
386
+ Modals
387
+ ========================================================================== */
388
+
389
+ .show-modal {
390
+ overflow: hidden;
391
+ position: relative;
392
+
393
+ &:before {
394
+ position: absolute;
395
+ content: "";
396
+ top: 0;
397
+ left: 0;
398
+ width: 100%;
399
+ height: 100%;
400
+ z-index: 999;
401
+ background-color: rgba(255, 255, 255, 0.85);
402
+ }
403
+
404
+ .modal {
405
+ display: block;
406
+ }
407
+ }
408
+
409
+ .modal {
410
+ display: none;
411
+ position: fixed;
412
+ width: 300px;
413
+ top: 50%;
414
+ left: 50%;
415
+ margin-left: -150px;
416
+ margin-top: -150px;
417
+ min-height: 0;
418
+ z-index: 9999;
419
+ background: #fff;
420
+ border: 1px solid $border-color;
421
+ border-radius: $border-radius;
422
+ box-shadow: $box-shadow;
423
+
424
+ &__title {
425
+ margin: 0;
426
+ padding: 0.5em 1em;
427
+ }
428
+
429
+ &__supporting-text {
430
+ padding: 0 1em 0.5em 1em;
431
+ }
432
+
433
+ &__actions {
434
+ padding: 0.5em 1em;
435
+ border-top: 1px solid $border-color;
436
+ }
437
+ }
438
+
439
+
440
+ /*
441
+ Footnotes
442
+ ========================================================================== */
443
+
444
+ .footnote {
445
+ color: mix(#fff, $gray, 25%);
446
+ text-decoration: none;
447
+ }
448
+
449
+ .footnotes {
450
+ color: mix(#fff, $gray, 25%);
451
+
452
+ ol, li, p {
453
+ margin-bottom: 0;
454
+ font-size: $type-size-6;
455
+ }
456
+ }
457
+
458
+ a.reversefootnote {
459
+ color: $gray;
460
+ text-decoration: none;
461
+
462
+ &:hover {
463
+ text-decoration: underline;
464
+ }
465
+ }
466
+
467
+
468
+ /*
469
+ Required
470
+ ========================================================================== */
471
+
472
+ .required {
473
+ color: $danger-color;
474
+ font-weight: bold;
475
+ }
476
+
477
+
478
+ /*
479
+ Google Custom Search Engine
480
+ ========================================================================== */
481
+
482
+ .gsc-control-cse {
483
+
484
+ table, tr, td {
485
+ border: 0; /* remove table borders widget */
486
+ }
487
+ }
488
+
489
+ /*
490
+ Responsive Video Embed
491
+ ========================================================================== */
492
+
493
+ .responsive-video-container {
494
+ position: relative;
495
+ margin-bottom: 1em;
496
+ padding-bottom: 56.25%;
497
+ height: 0;
498
+ overflow: hidden;
499
+ max-width: 100%;
500
+
501
+ iframe,
502
+ object,
503
+ embed {
504
+ position: absolute;
505
+ top: 0;
506
+ left: 0;
507
+ width: 100%;
508
+ height: 100%;
509
+ }
510
+ }
511
+
512
+ // full screen video fixes
513
+ :-webkit-full-screen-ancestor {
514
+ .masthead,
515
+ .page__footer {
516
+ position: static;
517
+ }
513
518
  }