minimal-mistakes-jekyll 4.6.0 → 4.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -0
- data/LICENSE.txt +59 -21
- data/README.md +217 -160
- data/_data/navigation.yml +11 -11
- data/_data/ui-text.yml +931 -888
- 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 -249
- 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 +22 -22
- data/_includes/comments-providers/custom.html +2 -2
- data/_includes/comments-providers/discourse.html +13 -13
- data/_includes/comments-providers/facebook.html +7 -7
- data/_includes/comments-providers/google-plus.html +1 -1
- data/_includes/comments-providers/scripts.html +17 -15
- data/_includes/comments-providers/staticman.html +41 -41
- data/_includes/comments-providers/staticman_v2.html +42 -0
- data/_includes/comments.html +168 -96
- data/_includes/feature_row +49 -49
- data/_includes/figure +12 -12
- data/_includes/footer.html +25 -25
- data/_includes/footer/custom.html +2 -2
- data/_includes/gallery +46 -46
- data/_includes/group-by-array +46 -46
- data/_includes/head.html +42 -42
- data/_includes/head/custom.html +4 -4
- data/_includes/masthead.html +23 -20
- data/_includes/nav_list +46 -46
- 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 +15 -15
- data/_includes/seo.html +162 -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/toc.html +75 -0
- 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 +1 -1
- data/_layouts/home.html +11 -11
- data/_layouts/single.html +92 -84
- data/_layouts/splash.html +21 -21
- data/_sass/minimal-mistakes.scss +1 -1
- data/_sass/minimal-mistakes/_animations.scss +20 -20
- data/_sass/minimal-mistakes/_archive.scss +317 -317
- data/_sass/minimal-mistakes/_base.scss +315 -315
- data/_sass/minimal-mistakes/_buttons.scss +97 -97
- data/_sass/minimal-mistakes/_footer.scss +82 -82
- data/_sass/minimal-mistakes/_forms.scss +399 -389
- data/_sass/minimal-mistakes/_masthead.scss +82 -82
- data/_sass/minimal-mistakes/_mixins.scss +91 -91
- data/_sass/minimal-mistakes/_navigation.scss +552 -552
- data/_sass/minimal-mistakes/_notices.scss +99 -99
- data/_sass/minimal-mistakes/_page.scss +430 -430
- data/_sass/minimal-mistakes/_reset.scss +186 -186
- data/_sass/minimal-mistakes/_sidebar.scss +262 -262
- data/_sass/minimal-mistakes/_syntax.scss +286 -146
- data/_sass/minimal-mistakes/_tables.scss +36 -36
- data/_sass/minimal-mistakes/_utilities.scss +519 -519
- data/_sass/minimal-mistakes/_variables.scss +137 -137
- data/_sass/minimal-mistakes/skins/_air.scss +22 -22
- data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
- data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
- data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
- data/_sass/minimal-mistakes/skins/_default.scss +5 -5
- data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
- data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
- data/_sass/minimal-mistakes/skins/_neon.scss +35 -0
- data/_sass/minimal-mistakes/skins/_plum.scss +42 -0
- data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
- 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/_susy-prefix.scss +13 -13
- data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
- data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
- data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
- data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
- data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
- data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
- data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
- data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
- data/assets/css/main.scss +7 -7
- data/assets/fonts/fontawesome-webfont.svg +2671 -2671
- data/assets/js/_main.js +72 -72
- data/assets/js/main.min.js +1 -1
- data/assets/js/plugins/jquery.fitvids.js +81 -81
- data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
- metadata +8 -3
@@ -1,137 +1,137 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
Variables
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
/*
|
6
|
-
Typography
|
7
|
-
========================================================================== */
|
8
|
-
|
9
|
-
$doc-font-size : 16 !default;
|
10
|
-
|
11
|
-
/* paragraph indention */
|
12
|
-
$paragraph-indent : false !default; // true, false (default)
|
13
|
-
$indent-var : 1.3em !default;
|
14
|
-
|
15
|
-
/* system typefaces */
|
16
|
-
$serif : Georgia, Times, serif !default;
|
17
|
-
$sans-serif : -apple-system,
|
18
|
-
$monospace : Monaco, Consolas, "Lucida Console", monospace !default;
|
19
|
-
|
20
|
-
/* sans serif typefaces */
|
21
|
-
$sans-serif-narrow : $sans-serif !default;
|
22
|
-
$helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default;
|
23
|
-
|
24
|
-
/* serif typefaces */
|
25
|
-
$georgia : Georgia, serif !default;
|
26
|
-
$times : Times, serif !default;
|
27
|
-
$bodoni : "Bodoni MT", serif !default;
|
28
|
-
$calisto : "Calisto MT", serif !default;
|
29
|
-
$garamond : Garamond, serif !default;
|
30
|
-
|
31
|
-
$global-font-family : $sans-serif !default;
|
32
|
-
$header-font-family : $sans-serif !default;
|
33
|
-
$caption-font-family : $serif !default;
|
34
|
-
|
35
|
-
/* type scale */
|
36
|
-
$type-size-1 : 2.441em !default; // ~39.056px
|
37
|
-
$type-size-2 : 1.953em !default; // ~31.248px
|
38
|
-
$type-size-3 : 1.563em !default; // ~25.008px
|
39
|
-
$type-size-4 : 1.25em !default; // ~20px
|
40
|
-
$type-size-5 : 1em !default; // ~16px
|
41
|
-
$type-size-6 : 0.75em !default; // ~12px
|
42
|
-
$type-size-7 : 0.6875em !default; // ~11px
|
43
|
-
$type-size-8 : 0.625em !default; // ~10px
|
44
|
-
|
45
|
-
|
46
|
-
/*
|
47
|
-
Colors
|
48
|
-
========================================================================== */
|
49
|
-
|
50
|
-
$gray : #7a8288 !default;
|
51
|
-
$dark-gray : mix(#000, $gray, 40%) !default;
|
52
|
-
$darker-gray : mix(#000, $gray, 60%) !default;
|
53
|
-
$light-gray : mix(#fff, $gray, 50%) !default;
|
54
|
-
$lighter-gray : mix(#fff, $gray, 90%) !default;
|
55
|
-
|
56
|
-
$background-color : #fff !default;
|
57
|
-
$code-background-color : #fafafa !default;
|
58
|
-
$code-background-color-dark : $light-gray !default;
|
59
|
-
$text-color : $dark-gray !default;
|
60
|
-
$muted-text-color : mix(#fff, $text-color, 35%) !default;
|
61
|
-
$border-color : $lighter-gray !default;
|
62
|
-
$form-background-color : $lighter-gray !default;
|
63
|
-
$footer-background-color : $lighter-gray !default;
|
64
|
-
|
65
|
-
$primary-color : #7a8288 !default;
|
66
|
-
$success-color : #62c462 !default;
|
67
|
-
$warning-color : #f89406 !default;
|
68
|
-
$danger-color : #ee5f5b !default;
|
69
|
-
$info-color : #52adc8 !default;
|
70
|
-
|
71
|
-
/* YIQ color contrast */
|
72
|
-
$yiq-contrasted-dark-default : $dark-gray !default;
|
73
|
-
$yiq-contrasted-light-default : #fff !default;
|
74
|
-
$yiq-contrasted-threshold : 175 !default;
|
75
|
-
$yiq-debug : false !default;
|
76
|
-
|
77
|
-
/* brands */
|
78
|
-
$behance-color : #1769FF !default;
|
79
|
-
$bitbucket-color : #205081 !default;
|
80
|
-
$dribbble-color : #ea4c89 !default;
|
81
|
-
$facebook-color : #3b5998 !default;
|
82
|
-
$flickr-color : #ff0084 !default;
|
83
|
-
$foursquare-color : #0072b1 !default;
|
84
|
-
$github-color : #171516 !default;
|
85
|
-
$google-plus-color : #dd4b39 !default;
|
86
|
-
$instagram-color : #517fa4 !default;
|
87
|
-
$lastfm-color : #d51007 !default;
|
88
|
-
$linkedin-color : #007bb6 !default;
|
89
|
-
$pinterest-color : #cb2027 !default;
|
90
|
-
$rss-color : #fa9b39 !default;
|
91
|
-
$soundcloud-color : #ff3300 !default;
|
92
|
-
$stackoverflow-color : #fe7a15 !default;
|
93
|
-
$tumblr-color : #32506d !default;
|
94
|
-
$twitter-color : #55acee !default;
|
95
|
-
$vimeo-color : #1ab7ea !default;
|
96
|
-
$vine-color : #00bf8f !default;
|
97
|
-
$youtube-color : #bb0000 !default;
|
98
|
-
$xing-color : #006567 !default;
|
99
|
-
|
100
|
-
/* links */
|
101
|
-
$link-color : $info-color !default;
|
102
|
-
$link-color-hover : mix(#000, $link-color, 25%) !default;
|
103
|
-
$link-color-visited : mix(#fff, $link-color, 25%) !default;
|
104
|
-
$masthead-link-color : $primary-color !default;
|
105
|
-
$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
|
106
|
-
$navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default;
|
107
|
-
|
108
|
-
/*
|
109
|
-
Breakpoints
|
110
|
-
========================================================================== */
|
111
|
-
|
112
|
-
$small : 600px !default;
|
113
|
-
$medium : 768px !default;
|
114
|
-
$medium-wide : 900px !default;
|
115
|
-
$large : 1024px !default;
|
116
|
-
$x-large : 1280px !default;
|
117
|
-
|
118
|
-
|
119
|
-
/*
|
120
|
-
Grid
|
121
|
-
========================================================================== */
|
122
|
-
|
123
|
-
$right-sidebar-width-narrow : 200px !default;
|
124
|
-
$right-sidebar-width : 300px !default;
|
125
|
-
$right-sidebar-width-wide : 400px !default;
|
126
|
-
|
127
|
-
|
128
|
-
/*
|
129
|
-
Other
|
130
|
-
========================================================================== */
|
131
|
-
|
132
|
-
$border-radius : 4px !default;
|
133
|
-
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
|
134
|
-
$navicon-width : 1.5rem !default;
|
135
|
-
$navicon-height : 0.25rem !default;
|
136
|
-
$global-transition : all 0.2s ease-in-out !default;
|
137
|
-
$intro-transition : intro 0.3s both !default;
|
1
|
+
/* ==========================================================================
|
2
|
+
Variables
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/*
|
6
|
+
Typography
|
7
|
+
========================================================================== */
|
8
|
+
|
9
|
+
$doc-font-size : 16 !default;
|
10
|
+
|
11
|
+
/* paragraph indention */
|
12
|
+
$paragraph-indent : false !default; // true, false (default)
|
13
|
+
$indent-var : 1.3em !default;
|
14
|
+
|
15
|
+
/* system typefaces */
|
16
|
+
$serif : Georgia, Times, serif !default;
|
17
|
+
$sans-serif : -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
|
18
|
+
$monospace : Monaco, Consolas, "Lucida Console", monospace !default;
|
19
|
+
|
20
|
+
/* sans serif typefaces */
|
21
|
+
$sans-serif-narrow : $sans-serif !default;
|
22
|
+
$helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default;
|
23
|
+
|
24
|
+
/* serif typefaces */
|
25
|
+
$georgia : Georgia, serif !default;
|
26
|
+
$times : Times, serif !default;
|
27
|
+
$bodoni : "Bodoni MT", serif !default;
|
28
|
+
$calisto : "Calisto MT", serif !default;
|
29
|
+
$garamond : Garamond, serif !default;
|
30
|
+
|
31
|
+
$global-font-family : $sans-serif !default;
|
32
|
+
$header-font-family : $sans-serif !default;
|
33
|
+
$caption-font-family : $serif !default;
|
34
|
+
|
35
|
+
/* type scale */
|
36
|
+
$type-size-1 : 2.441em !default; // ~39.056px
|
37
|
+
$type-size-2 : 1.953em !default; // ~31.248px
|
38
|
+
$type-size-3 : 1.563em !default; // ~25.008px
|
39
|
+
$type-size-4 : 1.25em !default; // ~20px
|
40
|
+
$type-size-5 : 1em !default; // ~16px
|
41
|
+
$type-size-6 : 0.75em !default; // ~12px
|
42
|
+
$type-size-7 : 0.6875em !default; // ~11px
|
43
|
+
$type-size-8 : 0.625em !default; // ~10px
|
44
|
+
|
45
|
+
|
46
|
+
/*
|
47
|
+
Colors
|
48
|
+
========================================================================== */
|
49
|
+
|
50
|
+
$gray : #7a8288 !default;
|
51
|
+
$dark-gray : mix(#000, $gray, 40%) !default;
|
52
|
+
$darker-gray : mix(#000, $gray, 60%) !default;
|
53
|
+
$light-gray : mix(#fff, $gray, 50%) !default;
|
54
|
+
$lighter-gray : mix(#fff, $gray, 90%) !default;
|
55
|
+
|
56
|
+
$background-color : #fff !default;
|
57
|
+
$code-background-color : #fafafa !default;
|
58
|
+
$code-background-color-dark : $light-gray !default;
|
59
|
+
$text-color : $dark-gray !default;
|
60
|
+
$muted-text-color : mix(#fff, $text-color, 35%) !default;
|
61
|
+
$border-color : $lighter-gray !default;
|
62
|
+
$form-background-color : $lighter-gray !default;
|
63
|
+
$footer-background-color : $lighter-gray !default;
|
64
|
+
|
65
|
+
$primary-color : #7a8288 !default;
|
66
|
+
$success-color : #62c462 !default;
|
67
|
+
$warning-color : #f89406 !default;
|
68
|
+
$danger-color : #ee5f5b !default;
|
69
|
+
$info-color : #52adc8 !default;
|
70
|
+
|
71
|
+
/* YIQ color contrast */
|
72
|
+
$yiq-contrasted-dark-default : $dark-gray !default;
|
73
|
+
$yiq-contrasted-light-default : #fff !default;
|
74
|
+
$yiq-contrasted-threshold : 175 !default;
|
75
|
+
$yiq-debug : false !default;
|
76
|
+
|
77
|
+
/* brands */
|
78
|
+
$behance-color : #1769FF !default;
|
79
|
+
$bitbucket-color : #205081 !default;
|
80
|
+
$dribbble-color : #ea4c89 !default;
|
81
|
+
$facebook-color : #3b5998 !default;
|
82
|
+
$flickr-color : #ff0084 !default;
|
83
|
+
$foursquare-color : #0072b1 !default;
|
84
|
+
$github-color : #171516 !default;
|
85
|
+
$google-plus-color : #dd4b39 !default;
|
86
|
+
$instagram-color : #517fa4 !default;
|
87
|
+
$lastfm-color : #d51007 !default;
|
88
|
+
$linkedin-color : #007bb6 !default;
|
89
|
+
$pinterest-color : #cb2027 !default;
|
90
|
+
$rss-color : #fa9b39 !default;
|
91
|
+
$soundcloud-color : #ff3300 !default;
|
92
|
+
$stackoverflow-color : #fe7a15 !default;
|
93
|
+
$tumblr-color : #32506d !default;
|
94
|
+
$twitter-color : #55acee !default;
|
95
|
+
$vimeo-color : #1ab7ea !default;
|
96
|
+
$vine-color : #00bf8f !default;
|
97
|
+
$youtube-color : #bb0000 !default;
|
98
|
+
$xing-color : #006567 !default;
|
99
|
+
|
100
|
+
/* links */
|
101
|
+
$link-color : $info-color !default;
|
102
|
+
$link-color-hover : mix(#000, $link-color, 25%) !default;
|
103
|
+
$link-color-visited : mix(#fff, $link-color, 25%) !default;
|
104
|
+
$masthead-link-color : $primary-color !default;
|
105
|
+
$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
|
106
|
+
$navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default;
|
107
|
+
|
108
|
+
/*
|
109
|
+
Breakpoints
|
110
|
+
========================================================================== */
|
111
|
+
|
112
|
+
$small : 600px !default;
|
113
|
+
$medium : 768px !default;
|
114
|
+
$medium-wide : 900px !default;
|
115
|
+
$large : 1024px !default;
|
116
|
+
$x-large : 1280px !default;
|
117
|
+
|
118
|
+
|
119
|
+
/*
|
120
|
+
Grid
|
121
|
+
========================================================================== */
|
122
|
+
|
123
|
+
$right-sidebar-width-narrow : 200px !default;
|
124
|
+
$right-sidebar-width : 300px !default;
|
125
|
+
$right-sidebar-width-wide : 400px !default;
|
126
|
+
|
127
|
+
|
128
|
+
/*
|
129
|
+
Other
|
130
|
+
========================================================================== */
|
131
|
+
|
132
|
+
$border-radius : 4px !default;
|
133
|
+
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
|
134
|
+
$navicon-width : 1.5rem !default;
|
135
|
+
$navicon-height : 0.25rem !default;
|
136
|
+
$global-transition : all 0.2s ease-in-out !default;
|
137
|
+
$intro-transition : intro 0.3s both !default;
|
@@ -1,23 +1,23 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
Air skin
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
/* Colors */
|
6
|
-
$background-color: #eeeeee !default;
|
7
|
-
$text-color: #222831 !default;
|
8
|
-
$muted-text-color: #393e46 !default;
|
9
|
-
$primary-color: #0092ca !default;
|
10
|
-
$border-color: mix(#fff, #393e46, 75%) !default;
|
11
|
-
$footer-background-color: $primary-color !default;
|
12
|
-
$link-color: #393e46 !default;
|
13
|
-
$masthead-link-color: $text-color !default;
|
14
|
-
$masthead-link-color-hover: $text-color !default;
|
15
|
-
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
|
16
|
-
|
17
|
-
.page__footer {
|
18
|
-
color: #fff !important; // override
|
19
|
-
}
|
20
|
-
|
21
|
-
.page__footer-follow .social-icons .fa {
|
22
|
-
color: inherit;
|
1
|
+
/* ==========================================================================
|
2
|
+
Air skin
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/* Colors */
|
6
|
+
$background-color: #eeeeee !default;
|
7
|
+
$text-color: #222831 !default;
|
8
|
+
$muted-text-color: #393e46 !default;
|
9
|
+
$primary-color: #0092ca !default;
|
10
|
+
$border-color: mix(#fff, #393e46, 75%) !default;
|
11
|
+
$footer-background-color: $primary-color !default;
|
12
|
+
$link-color: #393e46 !default;
|
13
|
+
$masthead-link-color: $text-color !default;
|
14
|
+
$masthead-link-color-hover: $text-color !default;
|
15
|
+
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
|
16
|
+
|
17
|
+
.page__footer {
|
18
|
+
color: #fff !important; // override
|
19
|
+
}
|
20
|
+
|
21
|
+
.page__footer-follow .social-icons .fa {
|
22
|
+
color: inherit;
|
23
23
|
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/* ==========================================================================
|
2
|
+
Aqua skin
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/* Colors */
|
6
|
+
$gray : #1976d2 !default;
|
7
|
+
$dark-gray : mix(#000, $gray, 40%) !default;
|
8
|
+
$darker-gray : mix(#000, $gray, 60%) !default;
|
9
|
+
$light-gray : mix(#fff, $gray, 50%) !default;
|
10
|
+
$lighter-gray : mix(#fff, $gray, 90%) !default;
|
11
|
+
|
12
|
+
$body-color : #fff !default;
|
13
|
+
$background-color : #f0fff0 !default;
|
14
|
+
$code-background-color : $lighter-gray !default;
|
15
|
+
$code-background-color-dark : $light-gray !default;
|
16
|
+
$text-color : $dark-gray !default;
|
17
|
+
$border-color : $lighter-gray !default;
|
18
|
+
|
19
|
+
$primary-color : $gray !default;
|
20
|
+
$success-color : #27ae60 !default;
|
21
|
+
$warning-color : #e67e22 !default;
|
22
|
+
$danger-color : #c0392b !default;
|
23
|
+
$info-color : #03a9f4 !default;
|
24
|
+
|
25
|
+
/* links */
|
26
|
+
$link-color : $info-color !default;
|
27
|
+
$link-color-hover : mix(#000, $link-color, 25%) !default;
|
28
|
+
$link-color-visited : mix(#fff, $link-color, 25%) !default;
|
29
|
+
$masthead-link-color : $primary-color !default;
|
30
|
+
$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default;
|
@@ -1,34 +1,34 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
Contrast skin
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
/* Colors */
|
6
|
-
$text-color: #000 !default;
|
7
|
-
$muted-text-color: $text-color !default;
|
8
|
-
$primary-color: #ff0000 !default;
|
9
|
-
$border-color: mix(#fff, $text-color, 75%) !default;
|
10
|
-
$footer-background-color: #000 !default;
|
11
|
-
$link-color: #0000ff !default;
|
12
|
-
$masthead-link-color: $text-color !default;
|
13
|
-
$masthead-link-color-hover: $text-color !default;
|
14
|
-
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
|
15
|
-
|
16
|
-
.page__content {
|
17
|
-
|
18
|
-
.notice,
|
19
|
-
.notice--primary,
|
20
|
-
.notice--info,
|
21
|
-
.notice--warning,
|
22
|
-
.notice--success,
|
23
|
-
.notice--danger {
|
24
|
-
color: $text-color;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.page__footer {
|
29
|
-
color: #fff !important; // override
|
30
|
-
}
|
31
|
-
|
32
|
-
.page__footer-follow .social-icons .fa {
|
33
|
-
color: inherit;
|
1
|
+
/* ==========================================================================
|
2
|
+
Contrast skin
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/* Colors */
|
6
|
+
$text-color: #000 !default;
|
7
|
+
$muted-text-color: $text-color !default;
|
8
|
+
$primary-color: #ff0000 !default;
|
9
|
+
$border-color: mix(#fff, $text-color, 75%) !default;
|
10
|
+
$footer-background-color: #000 !default;
|
11
|
+
$link-color: #0000ff !default;
|
12
|
+
$masthead-link-color: $text-color !default;
|
13
|
+
$masthead-link-color-hover: $text-color !default;
|
14
|
+
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
|
15
|
+
|
16
|
+
.page__content {
|
17
|
+
|
18
|
+
.notice,
|
19
|
+
.notice--primary,
|
20
|
+
.notice--info,
|
21
|
+
.notice--warning,
|
22
|
+
.notice--success,
|
23
|
+
.notice--danger {
|
24
|
+
color: $text-color;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
.page__footer {
|
29
|
+
color: #fff !important; // override
|
30
|
+
}
|
31
|
+
|
32
|
+
.page__footer-follow .social-icons .fa {
|
33
|
+
color: inherit;
|
34
34
|
}
|
@@ -1,24 +1,24 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
Dark skin
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
/* Colors */
|
6
|
-
$background-color: #252a34 !default;
|
7
|
-
$text-color: #eaeaea !default;
|
8
|
-
$primary-color: #00adb5 !default;
|
9
|
-
$border-color: mix(#fff, $background-color, 20%) !default;
|
10
|
-
$code-background-color: mix(#000, $background-color, 15%) !default;
|
11
|
-
$code-background-color-dark: mix(#000, $background-color, 20%) !default;
|
12
|
-
$form-background-color: mix(#000, $background-color, 15%) !default;
|
13
|
-
$footer-background-color: mix(#000, $background-color, 30%) !default;
|
14
|
-
$link-color: mix($primary-color, $text-color, 40%) !default;
|
15
|
-
$link-color-hover: mix(#fff, $link-color, 25%) !default;
|
16
|
-
$link-color-visited: mix(#000, $link-color, 25%) !default;
|
17
|
-
$masthead-link-color: $text-color !default;
|
18
|
-
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
|
19
|
-
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
|
20
|
-
|
21
|
-
.author__urls.social-icons .fa,
|
22
|
-
.page__footer-follow .social-icons .fa {
|
23
|
-
color: inherit;
|
1
|
+
/* ==========================================================================
|
2
|
+
Dark skin
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/* Colors */
|
6
|
+
$background-color: #252a34 !default;
|
7
|
+
$text-color: #eaeaea !default;
|
8
|
+
$primary-color: #00adb5 !default;
|
9
|
+
$border-color: mix(#fff, $background-color, 20%) !default;
|
10
|
+
$code-background-color: mix(#000, $background-color, 15%) !default;
|
11
|
+
$code-background-color-dark: mix(#000, $background-color, 20%) !default;
|
12
|
+
$form-background-color: mix(#000, $background-color, 15%) !default;
|
13
|
+
$footer-background-color: mix(#000, $background-color, 30%) !default;
|
14
|
+
$link-color: mix($primary-color, $text-color, 40%) !default;
|
15
|
+
$link-color-hover: mix(#fff, $link-color, 25%) !default;
|
16
|
+
$link-color-visited: mix(#000, $link-color, 25%) !default;
|
17
|
+
$masthead-link-color: $text-color !default;
|
18
|
+
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
|
19
|
+
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
|
20
|
+
|
21
|
+
.author__urls.social-icons .fa,
|
22
|
+
.page__footer-follow .social-icons .fa {
|
23
|
+
color: inherit;
|
24
24
|
}
|