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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/LICENSE.txt +20 -20
- data/README.md +160 -160
- data/_includes/analytics-providers/custom.html +2 -2
- data/_includes/analytics-providers/google-universal.html +9 -9
- data/_includes/analytics-providers/google.html +10 -10
- data/_includes/analytics.html +11 -11
- data/_includes/archive-single.html +37 -37
- data/_includes/author-profile-custom-links.html +6 -6
- data/_includes/author-profile.html +249 -241
- data/_includes/base_path +4 -4
- data/_includes/breadcrumbs.html +39 -39
- data/_includes/browser-upgrade.html +2 -2
- data/_includes/category-list.html +25 -25
- data/_includes/comment.html +21 -21
- data/_includes/comments-providers/custom.html +2 -2
- data/_includes/comments-providers/discourse.html +13 -13
- data/_includes/comments-providers/disqus.html +21 -21
- data/_includes/comments-providers/facebook.html +7 -7
- data/_includes/comments-providers/google-plus.html +1 -1
- data/_includes/comments-providers/scripts.html +15 -17
- data/_includes/comments-providers/staticman.html +41 -41
- data/_includes/comments.html +95 -83
- data/_includes/feature_row +49 -49
- data/_includes/figure +12 -12
- data/_includes/footer.html +25 -22
- data/_includes/footer/custom.html +2 -2
- data/_includes/gallery +46 -46
- data/_includes/group-by-array +46 -46
- data/_includes/head.html +33 -33
- data/_includes/head/custom.html +4 -4
- data/_includes/masthead.html +20 -20
- data/_includes/nav_list +46 -46
- data/_includes/page__hero.html +53 -53
- data/_includes/page__hero_video.html +4 -4
- data/_includes/page__taxonomy.html +6 -6
- data/_includes/paginator.html +69 -69
- data/_includes/post_pagination.html +13 -13
- data/_includes/read-time.html +14 -14
- data/_includes/scripts.html +4 -4
- data/_includes/seo.html +147 -147
- data/_includes/sidebar.html +22 -22
- data/_includes/social-share.html +13 -13
- data/_includes/tag-list.html +25 -25
- data/_includes/toc +6 -6
- data/_includes/video +11 -11
- data/_layouts/archive-taxonomy.html +14 -14
- data/_layouts/archive.html +25 -25
- data/_layouts/compress.html +10 -10
- data/_layouts/default.html +34 -34
- data/_layouts/home.html +11 -11
- data/_layouts/single.html +74 -74
- data/_layouts/splash.html +21 -21
- data/_sass/minimal-mistakes.scss +39 -39
- data/_sass/minimal-mistakes/_animations.scss +20 -20
- data/_sass/minimal-mistakes/_archive.scss +237 -237
- data/_sass/minimal-mistakes/_base.scss +314 -314
- data/_sass/minimal-mistakes/_buttons.scss +152 -152
- data/_sass/minimal-mistakes/_footer.scss +79 -79
- data/_sass/minimal-mistakes/_forms.scss +390 -390
- data/_sass/minimal-mistakes/_masthead.scss +76 -76
- data/_sass/minimal-mistakes/_mixins.scss +52 -52
- data/_sass/minimal-mistakes/_navigation.scss +551 -558
- data/_sass/minimal-mistakes/_notices.scss +98 -98
- data/_sass/minimal-mistakes/_page.scss +407 -407
- data/_sass/minimal-mistakes/_print.scss +237 -237
- data/_sass/minimal-mistakes/_reset.scss +186 -186
- data/_sass/minimal-mistakes/_sidebar.scss +230 -230
- data/_sass/minimal-mistakes/_syntax.scss +145 -145
- data/_sass/minimal-mistakes/_tables.scss +37 -37
- data/_sass/minimal-mistakes/_utilities.scss +517 -512
- data/_sass/minimal-mistakes/_variables.scss +129 -128
- data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
- data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
- data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
- data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
- data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
- data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
- data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
- data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
- data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
- data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
- data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
- data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
- data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
- data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
- data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
- data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
- data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
- data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
- data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
- data/_sass/minimal-mistakes/vendor/susy/_su.scss +4 -4
- data/_sass/minimal-mistakes/vendor/susy/_susy.scss +4 -4
- data/_sass/minimal-mistakes/vendor/susy/_susyone.scss +4 -4
- data/_sass/minimal-mistakes/vendor/susy/susy/_su.scss +7 -7
- data/_sass/minimal-mistakes/vendor/susy/susy/language/_susy.scss +24 -24
- data/_sass/minimal-mistakes/vendor/susy/susy/language/_susyone.scss +13 -13
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_background.scss +385 -385
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_bleed.scss +200 -200
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_box-sizing.scss +47 -47
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_breakpoint-plugin.scss +185 -185
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_container.scss +81 -81
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_context.scss +36 -36
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_gallery.scss +94 -94
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_grids.scss +64 -64
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_gutters.scss +154 -154
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_isolate.scss +77 -77
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_margins.scss +94 -94
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_padding.scss +74 -74
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_rows.scss +138 -138
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_settings.scss +216 -216
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_span.scss +163 -163
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susy/_validation.scss +16 -16
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_background.scss +18 -18
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_functions.scss +377 -377
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_grid.scss +312 -312
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_isolation.scss +51 -51
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_margin.scss +93 -93
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_media.scss +105 -105
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_padding.scss +92 -92
- data/_sass/minimal-mistakes/vendor/susy/susy/language/susyone/_settings.scss +60 -60
- data/_sass/minimal-mistakes/vendor/susy/susy/output/_float.scss +9 -9
- data/_sass/minimal-mistakes/vendor/susy/susy/output/_shared.scss +15 -15
- data/_sass/minimal-mistakes/vendor/susy/susy/output/_support.scss +9 -9
- data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_container.scss +16 -16
- data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_end.scss +40 -40
- data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_isolate.scss +22 -22
- data/_sass/minimal-mistakes/vendor/susy/susy/output/float/_span.scss +35 -35
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_background.scss +26 -26
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_container.scss +21 -21
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_direction.scss +42 -42
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_inspect.scss +25 -25
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_margins.scss +23 -23
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_output.scss +14 -14
- data/_sass/minimal-mistakes/vendor/susy/susy/output/shared/_padding.scss +23 -23
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_background.scss +58 -58
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_box-sizing.scss +19 -19
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_clearfix.scss +18 -18
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_prefix.scss +19 -19
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_rem.scss +22 -22
- data/_sass/minimal-mistakes/vendor/susy/susy/output/support/_support.scss +85 -85
- data/_sass/minimal-mistakes/vendor/susy/susy/su/_grid.scss +103 -103
- data/_sass/minimal-mistakes/vendor/susy/susy/su/_settings.scss +73 -73
- data/_sass/minimal-mistakes/vendor/susy/susy/su/_utilities.scss +111 -111
- data/_sass/minimal-mistakes/vendor/susy/susy/su/_validation.scss +57 -57
- data/assets/css/main.scss +6 -6
- data/assets/fonts/fontawesome-webfont.svg +2671 -2671
- data/assets/js/_main.js +72 -72
- data/assets/js/main.min.js +13 -13
- data/assets/js/plugins/jquery.fitvids.js +81 -81
- data/assets/js/plugins/jquery.greedy-navigation.js +77 -74
- data/assets/js/plugins/jquery.magnific-popup.js +2049 -2049
- data/assets/js/plugins/jquery.smooth-scroll.min.js +8 -8
- data/assets/js/vendor/jquery/jquery-1.12.4.min.js +4 -4
- 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-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
.fa-
|
200
|
-
color: $
|
201
|
-
}
|
202
|
-
|
203
|
-
.fa-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
.fa-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
.fa-
|
218
|
-
.fa-
|
219
|
-
color: $
|
220
|
-
}
|
221
|
-
|
222
|
-
.fa-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
.fa-
|
228
|
-
color: $
|
229
|
-
}
|
230
|
-
|
231
|
-
.fa-
|
232
|
-
.fa-
|
233
|
-
color: $
|
234
|
-
}
|
235
|
-
|
236
|
-
.fa-
|
237
|
-
.fa-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
.fa-
|
243
|
-
.fa-
|
244
|
-
color: $
|
245
|
-
}
|
246
|
-
|
247
|
-
.fa-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
.fa-
|
253
|
-
color: $
|
254
|
-
}
|
255
|
-
|
256
|
-
.fa-
|
257
|
-
.fa-
|
258
|
-
color: $
|
259
|
-
}
|
260
|
-
|
261
|
-
.fa-
|
262
|
-
.fa-
|
263
|
-
color: $
|
264
|
-
}
|
265
|
-
|
266
|
-
.fa-
|
267
|
-
.fa-
|
268
|
-
color: $
|
269
|
-
}
|
270
|
-
|
271
|
-
.fa-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
.fa-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
.fa-
|
282
|
-
.fa-
|
283
|
-
color: $
|
284
|
-
}
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
}
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
}
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
}
|
403
|
-
|
404
|
-
.modal {
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
&
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
}
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
.
|
445
|
-
color: mix(#fff, $gray, 25%);
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
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
|
}
|