jekyll-theme-mnc 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/CODE_OF_CONDUCT.md +133 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +330 -0
  5. data/_includes/analytics.html +0 -0
  6. data/_includes/custom-head.html +2 -0
  7. data/_includes/feed-subscription.html +1 -0
  8. data/_includes/footer.html +8 -0
  9. data/_includes/head.html +15 -0
  10. data/_includes/header-list.html +30 -0
  11. data/_includes/header.html +29 -0
  12. data/_includes/post-list-item.html +11 -0
  13. data/_includes/search-duckduckgo.html +13 -0
  14. data/_includes/social.html +62 -0
  15. data/_includes/tumblelog-feed-subscription.html +1 -0
  16. data/_layouts/category.html +18 -0
  17. data/_layouts/default.html +11 -0
  18. data/_layouts/error.html +28 -0
  19. data/_layouts/home.html +32 -0
  20. data/_layouts/page.html +17 -0
  21. data/_layouts/post.html +42 -0
  22. data/_layouts/redirect.html +31 -0
  23. data/_layouts/tumblelog.html +39 -0
  24. data/_sass/jekyll-theme-mnc/_base.scss +245 -0
  25. data/_sass/jekyll-theme-mnc/_layout.scss +341 -0
  26. data/_sass/jekyll-theme-mnc/custom-styles.scss +2 -0
  27. data/_sass/jekyll-theme-mnc/custom-variables.scss +1 -0
  28. data/_sass/jekyll-theme-mnc/initialize.scss +52 -0
  29. data/_sass/jekyll-theme-mnc/skins/auto.scss +363 -0
  30. data/_sass/jekyll-theme-mnc/skins/classic.scss +5 -0
  31. data/_sass/jekyll-theme-mnc/skins/dark.scss +5 -0
  32. data/_sass/jekyll-theme-mnc/skins/solarized-dark.scss +5 -0
  33. data/_sass/jekyll-theme-mnc/skins/solarized-light.scss +5 -0
  34. data/_sass/jekyll-theme-mnc/skins/solarized.scss +201 -0
  35. data/assets/css/style.scss +7 -0
  36. data/assets/jekyll-theme-mnc-social-icons.svg +41 -0
  37. metadata +155 -0
@@ -0,0 +1,62 @@
1
+ {%- assign social = site.jekyll-theme-mnc.social_links -%}
2
+ {%- assign icon_link = '/assets/jekyll-theme-mnc-social-icons.svg' -%}
3
+ <span>
4
+ {%- if social.devto %}
5
+ <a rel="me" href="https://dev.to/{{ social.devto | cgi_escape | escape }}" title="{{ social.devto | escape }} on DEV Community"><svg><use xlink:href="{{ icon_link | relative_url }}#devto"></use></svg></a>
6
+ {%- endif -%}
7
+ {% if social.dribbble %}
8
+ <a rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }} on Dribbble"><svg><use xlink:href="{{ icon_link | relative_url }}#dribbble"></use></svg></a>
9
+ {%- endif -%}
10
+ {% if social.facebook %}
11
+ <a rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }} on Facebook"><svg><use xlink:href="{{ icon_link | relative_url }}#facebook"></use></svg></a>
12
+ {%- endif -%}
13
+ {% if social.flickr %}
14
+ <a rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }} on Flickr"><svg><use xlink:href="{{ icon_link | relative_url }}#flickr"></use></svg></a>
15
+ {%- endif -%}
16
+ {% if social.github %}
17
+ <a rel="me" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }} on GitHub"><svg><use xlink:href="{{ icon_link | relative_url }}#github"></use></svg></a>
18
+ {%- endif -%}
19
+ {%- for gitlab in social.gitlab -%}
20
+ {% if gitlab.username and gitlab.instance %}
21
+ <a rel="me" href="https://{{ gitlab.instance | cgi_escape | escape}}/{{gitlab.username}}" title="{{ gitlab.username | escape }} on GitLab"><svg><use xlink:href="{{ icon_link | relative_url }}#gitlab"></use></svg></a>
22
+ {%- endif -%}
23
+ {%- endfor -%}
24
+ {% if social.instagram %}
25
+ <a rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }} on Instagram"><svg><use xlink:href="{{ icon_link | relative_url }}#instagram"></use></svg></a>
26
+ {%- endif -%}
27
+ {% if social.keybase %}
28
+ <a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="{{ social.keybase | escape }} on Keybase"><svg><use xlink:href="{{ icon_link | relative_url }}#keybase"></use></svg></a>
29
+ {%- endif -%}
30
+ {% if social.linkedin %}
31
+ <a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }} on LinkedIn"><svg><use xlink:href="{{ icon_link | relative_url }}#linkedin"></use></svg></a>
32
+ {%- endif -%}
33
+ {% if social.xing %}
34
+ <a rel="me" href="https://www.xing.com/profile/{{ social.xing | cgi_escape | escape }}" title="{{ social.xing | escape }} on XING"><svg><use xlink:href="{{ icon_link | relative_url }}#xing"></use></svg></a>
35
+ {%- endif -%}
36
+ {%- for mastodon in social.mastodon -%}
37
+ {% if mastodon.username and mastodon.instance %}
38
+ <a rel="me" href="https://{{ mastodon.instance | cgi_escape | escape}}/@{{mastodon.username}}" title="{{ mastodon.username | escape }} on Mastodon"><svg><use xlink:href="{{ icon_link | relative_url }}#mastodon"></use></svg></a>
39
+ {%- endif -%}
40
+ {%- endfor -%}
41
+ {% if social.microdotblog %}
42
+ <a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" title="{{ social.microdotblog | escape }} on Micro.blog"><svg><use xlink:href="{{ icon_link | relative_url }}#microdotblog"></use></svg></a>
43
+ {%- endif -%}
44
+ {% if social.pinterest %}
45
+ <a rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }} on Pinterest"><svg><use xlink:href="{{ icon_link | relative_url }}#pinterest"></use></svg></a>
46
+ {%- endif -%}
47
+ {% if social.stackoverflow %}
48
+ <a rel="me" href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape | escape }}" title="{{ social.stackoverflow | escape }} on Stack Overflow"><svg><use xlink:href="{{ icon_link | relative_url }}#stackoverflow"></use></svg></a>
49
+ {%- endif -%}
50
+ {% if social.telegram %}
51
+ <a rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }} on Telegram"><svg><use xlink:href="{{ icon_link | relative_url }}#telegram"></use></svg></a>
52
+ {%- endif -%}
53
+ {% if social.twitter %}
54
+ <a rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }} on Twitter"><svg><use xlink:href="{{ icon_link | relative_url }}#twitter"></use></svg></a>
55
+ {%- endif -%}
56
+ {% if social.youtube %}
57
+ <a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }} on YouTube"><svg><use xlink:href="{{ icon_link | relative_url }}#youtube"></use></svg></a>
58
+ {%- endif -%}
59
+ {% if social.youtube_channel %}
60
+ <a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }} as a YouTube Channel"><svg><use xlink:href="{{ icon_link | relative_url }}#youtube"></use></svg></a>
61
+ {%- endif %}
62
+ </span>
@@ -0,0 +1 @@
1
+ <p><small>Subscribe to Tumblelog updates <a href="{{ '/tumblelog/feed.xml' | relative_url }}" rel="alternate nofollow">via Atom feed</a> or <a href="{{ '/tumblelog/feed.json' | relative_url }}" rel="alternate nofollow">via JSON feed</a></small></p>
@@ -0,0 +1,18 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <main aria-label="Content">
5
+ <div itemscope itemtype="https://schema.org/Blog">
6
+ <h3>Category: {{ page.title | smartify }} ({{ site.categories[page.title].size }})</h3>
7
+
8
+ {%- assign title = page.title -%}
9
+ {%- if site.categories[title].size > 0 -%}
10
+ {%- assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%}
11
+ {%- for post in site.categories[title] %}
12
+ {% include post-list-item.html %}
13
+ {%- endfor %}
14
+
15
+ {% include feed-subscription.html %}
16
+ {%- endif %}
17
+ </div>
18
+ </main>
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
+ {% include head.html %}
4
+ <body>
5
+ {% include header.html %}
6
+
7
+ {{ content }}
8
+
9
+ {% include footer.html %}
10
+ </body>
11
+ </html>
@@ -0,0 +1,28 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
+ <head>
4
+ <meta name="robots" content="noindex,follow">
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
+ <title>{% if page.title %}{{ page.title | smartify }}{% else %}{{ site.title | smartify }}{% endif %}</title>
9
+ <meta name="description" content="Error page">
10
+ <link rel="icon" type="image/png" href="{{ '/icon.png' | relative_url }}">
11
+ </head>
12
+ <body>
13
+ {% include header.html %}
14
+
15
+ <main aria-label="Content">
16
+ <article itemscope itemtype="https://schema.org/WebPage">
17
+ <header>
18
+ <h1 itemprop="headline" itemscope itemtype="https://schema.org/Text">{{ page.title | smartify }}</h1>
19
+ </header>
20
+ <div itemprop="mainContentOfPage" itemscope itemtype="https://schema.org/WebPageElement">
21
+ {{ content }}
22
+ </div>
23
+ </article>
24
+ </main>
25
+
26
+ {% include footer.html %}
27
+ </body>
28
+ </html>
@@ -0,0 +1,32 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <main aria-label="Content">
5
+ <div itemscope itemtype="https://schema.org/Blog">
6
+ {% if page.title -%}
7
+ <h1>{{ page.title | smartify }}</h1>
8
+ {%- endif %}
9
+
10
+ {{ content }}
11
+
12
+ {%- if site.paginate -%}
13
+ {%- assign posts = paginator.posts -%}
14
+ {%- else -%}
15
+ {%- assign posts = site.posts -%}
16
+ {%- endif -%}
17
+
18
+ {%- if posts.size > 0 -%}
19
+ {%- if page.list_title %}
20
+ <h2>{{ page.list_title | smartify }}</h2>
21
+ {% endif %}
22
+ {%- assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%}
23
+ {%- for post in posts %}
24
+ {%- unless post.tumblelog_type -%}
25
+ {% include post-list-item.html %}
26
+ {%- endunless %}
27
+ {%- endfor %}
28
+
29
+ {% include feed-subscription.html %}
30
+ {%- endif %}
31
+ </div>
32
+ </main>
@@ -0,0 +1,17 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <main aria-label="Content">
5
+ <article itemscope itemtype="https://schema.org/WebPage">
6
+ <header>
7
+ {% if page.image -%}
8
+ <img itemprop="image" src="{{ page.image }}" alt="{{ page.image_alt }}" title="{{ page.image_title }}">
9
+ {%- endif %}
10
+ <h1 itemprop="headline">{{ page.title | smartify }}</h1>
11
+ </header>
12
+
13
+ <div itemprop="mainContentOfPage" itemscope itemtype="https://schema.org/WebPageElement">
14
+ {{ content }}
15
+ </div>
16
+ </article>
17
+ </main>
@@ -0,0 +1,42 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <main aria-label="Content">
5
+ <article itemscope itemtype="https://schema.org/BlogPosting">
6
+ <header>
7
+ {% if page.image -%}
8
+ <img itemprop="image" src="{{ page.image }}" alt="{{ page.image_alt }}" title="{{ page.image_title }}">
9
+ {%- endif %}
10
+ <h1 itemprop="headline">{{ page.title | smartify }}</h1>
11
+ <dl>
12
+ {% assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%}
13
+ <dt>Published</dt><dd><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: date_format }}</time></dd>
14
+ {%- if page.last_modified_at -%}
15
+ <dt>Updated</dt><dd><time datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="dateModified">{{ page.last_modified_at | date: date_format }}</time></dd>
16
+ {%- endif -%}
17
+ {%- if page.author %}
18
+ {%- for author in page.author %}
19
+ <dt>Author</dt><dd><span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">{{ author }}</span></span></dd>
20
+ {%- unless forloop.last %}, {% endunless -%}
21
+ {% endfor %}
22
+ {%- endif %}
23
+ {% assign wpm = site.jekyll-theme-mnc.reading-speed | default: 180 -%}
24
+ {%- assign minutes = content | strip_html | number_of_words | divided_by: wpm -%}
25
+ {%- if minutes == 0 -%}
26
+ {%- assign minutes = 1 -%}
27
+ {%- endif -%}
28
+ <dt>Reading time</dt><dd>{{ minutes }} minute{%- if minutes > 1 -%}s{%- endif %}</dd>
29
+ </dl>
30
+ </header>
31
+
32
+ <div itemprop="articleBody">
33
+ {{ content }}
34
+ </div>
35
+
36
+ {% if page.tumblelog_type %}
37
+ {% include tumblelog-feed-subscription.html %}
38
+ {%- else %}
39
+ {% include feed-subscription.html %}
40
+ {%- endif %}
41
+ </article>
42
+ </main>
@@ -0,0 +1,31 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
+ <head>
4
+ <meta name="robots" content="noindex,follow">
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
+ <title>Redirecting from {{ page.redirect.from | relative_url }} to {{ page.redirect.to | absolute_url }}</title>
9
+ <meta name="description" content="Redirect page">
10
+ <link rel="icon" type="image/png" href="{{ '/icon.png' | relative_url }}">
11
+ <link rel="canonical" href="{{ page.redirect.to | absolute_url }}">
12
+ <meta http-equiv="refresh" content="0; url={{ page.redirect.to | absolute_url }}">
13
+ </head>
14
+ <body>
15
+ {% include header.html %}
16
+
17
+ <main aria-label="Content">
18
+ <article itemscope itemtype="https://schema.org/WebPage">
19
+ <header>
20
+ <h1 itemprop="headline" itemscope itemtype="https://schema.org/Text">Redirecting…</h1>
21
+ </header>
22
+ <div itemprop="mainContentOfPage" itemscope itemtype="https://schema.org/WebPageElement">
23
+ <a href="{{ page.redirect.to | absolute_url }}">Click here if you are not being redirected.</a>
24
+ <script>location="{{ page.redirect.to | absolute_url }}"</script>
25
+ </div>
26
+ </article>
27
+ </main>
28
+
29
+ {% include footer.html %}
30
+ </body>
31
+ </html>
@@ -0,0 +1,39 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <main aria-label="Content" itemscope itemtype="https://schema.org/Blog">
5
+ <h1>Tumblelog</h1>
6
+
7
+ {%- assign date_format = site.jekyll-theme-mnc.date_format | default: "%b %-d, %Y" -%}
8
+ {%- for post in site.posts -%}
9
+ {%- if post.tumblelog_type -%}
10
+
11
+ <article itemscope itemtype="https://schema.org/BlogPosting">
12
+ <header>
13
+ {% if post.image -%}
14
+ <img itemprop="image" src="{{ post.image }}" alt="Header image">
15
+ {%- endif %}
16
+ <h2 itemprop="headline">{{ post.title | smartify }}</h2>
17
+ <dl>
18
+ <dt>Published</dt><dd><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: date_format }}</time></dd>
19
+ {%- if post.last_modified_at -%}
20
+ <dt>Updated</dt><dd><time datetime="{{ post.last_modified_at | date_to_xmlschema }}" itemprop="dateModified">{{ post.last_modified_at | date: date_format }}</time></dd>
21
+ {%- endif -%}
22
+ {%- if post.author %}
23
+ {%- for author in post.author %}
24
+ <dt>Author</dt><dd><span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">{{ author }}</span></span></dd>
25
+ {%- unless forloop.last %}, {% endunless -%}
26
+ {% endfor %}
27
+ {%- endif %}
28
+ </dl>
29
+ </header>
30
+
31
+ <div itemprop="articleBody">
32
+ {{ post.content }}
33
+ </div>
34
+ </article>
35
+ {%- endif -%}
36
+ {%- endfor -%}
37
+
38
+ {% include tumblelog-feed-subscription.html %}
39
+ </main>
@@ -0,0 +1,245 @@
1
+ html {
2
+ font-size: $base-font-size;
3
+ }
4
+
5
+ /**
6
+ * Reset some basic elements
7
+ */
8
+ body, h1, h2, h3, h4, h5, h6,
9
+ p, blockquote, pre, hr,
10
+ dl, dd, ol, ul, figure {
11
+ margin: 0;
12
+ padding: 0;
13
+ }
14
+
15
+
16
+
17
+ /**
18
+ * Basic styling
19
+ */
20
+ body {
21
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
22
+ color: $text-color;
23
+ background-color: $background-color;
24
+ -webkit-text-size-adjust: 100%;
25
+ -webkit-font-feature-settings: "kern" 1;
26
+ -moz-font-feature-settings: "kern" 1;
27
+ -o-font-feature-settings: "kern" 1;
28
+ font-feature-settings: "kern" 1;
29
+ font-kerning: normal;
30
+ display: flex;
31
+ min-height: 100vh;
32
+ flex-direction: column;
33
+ overflow-wrap: break-word;
34
+ }
35
+
36
+
37
+
38
+ /**
39
+ * Set `margin-bottom` to maintain vertical rhythm
40
+ */
41
+ h1, h2, h3, h4, h5, h6,
42
+ p, blockquote, pre,
43
+ ul, ol, dl, figure,
44
+ %vertical-rhythm {
45
+ margin-bottom: calc($spacing-unit / 2);
46
+ }
47
+
48
+ hr {
49
+ margin: $spacing-unit 0;
50
+ border: none;
51
+ border-top: 1px solid $border-color-01;
52
+ }
53
+
54
+
55
+
56
+ /**
57
+ * Images
58
+ */
59
+ img {
60
+ max-width: 100%;
61
+ vertical-align: middle;
62
+ }
63
+
64
+
65
+
66
+ /**
67
+ * Figures
68
+ */
69
+ figure > img {
70
+ display: block;
71
+ }
72
+
73
+ figcaption {
74
+ font-size: $small-font-size;
75
+ }
76
+
77
+
78
+
79
+ /**
80
+ * Lists
81
+ */
82
+ ul, ol {
83
+ margin-left: $spacing-unit;
84
+ }
85
+
86
+ li {
87
+ > ul,
88
+ > ol {
89
+ margin-bottom: 0;
90
+ }
91
+ }
92
+
93
+
94
+
95
+ /**
96
+ * Headings
97
+ */
98
+ h1, h2, h3, h4, h5, h6 {
99
+ font-weight: $base-font-weight;
100
+ }
101
+
102
+
103
+
104
+ /**
105
+ * Links
106
+ */
107
+ a {
108
+ color: $link-base-color;
109
+ text-decoration: none;
110
+
111
+ &:visited {
112
+ color: $link-visited-color;
113
+ }
114
+
115
+ &:hover {
116
+ color: $link-hover-color;
117
+ text-decoration: underline;
118
+ }
119
+ }
120
+
121
+
122
+
123
+ /**
124
+ * Blockquotes
125
+ */
126
+ blockquote {
127
+ color: $brand-color;
128
+ border-left: 4px solid $border-color-01;
129
+ padding-left: calc($spacing-unit / 2);
130
+ @include relative-font-size(1.125);
131
+ font-style: italic;
132
+
133
+ > :last-child {
134
+ margin-bottom: 0;
135
+ }
136
+
137
+ i, em {
138
+ font-style: normal;
139
+ }
140
+ }
141
+
142
+
143
+
144
+ /**
145
+ * Code formatting
146
+ */
147
+ pre,
148
+ code {
149
+ font-family: $code-font-family;
150
+ font-size: 0.9375em;
151
+ border: 1px solid $border-color-01;
152
+ border-radius: 3px;
153
+ background-color: $code-background-color;
154
+ }
155
+
156
+ code {
157
+ padding: 1px 5px;
158
+ }
159
+
160
+ pre {
161
+ padding: 8px 12px;
162
+ overflow-x: auto;
163
+
164
+ > code {
165
+ border: 0;
166
+ padding-right: 0;
167
+ padding-left: 0;
168
+ }
169
+ }
170
+
171
+ .highlight {
172
+ border-radius: 3px;
173
+ background: $code-background-color;
174
+ @extend %vertical-rhythm;
175
+
176
+ .highlighter-rouge & {
177
+ background: $code-background-color;
178
+ }
179
+ }
180
+
181
+
182
+
183
+ /**
184
+ * Wrapper
185
+ */
186
+ body > header > div,
187
+ body > main > *,
188
+ body > footer > * {
189
+ max-width: calc(#{$content-width} - #{$spacing-unit});
190
+ margin: 0 auto;
191
+ padding: 0 calc($spacing-unit / 2);
192
+ @extend %clearfix;
193
+
194
+ @media screen and (min-width: $on-large) {
195
+ max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
196
+ padding: 0 $spacing-unit;
197
+ }
198
+ }
199
+
200
+
201
+
202
+ /**
203
+ * Clearfix
204
+ */
205
+ %clearfix:after {
206
+ content: "";
207
+ display: table;
208
+ clear: both;
209
+ }
210
+
211
+
212
+
213
+ /**
214
+ * Tables
215
+ */
216
+ table {
217
+ margin-bottom: $spacing-unit;
218
+ width: 100%;
219
+ text-align: $table-text-align;
220
+ color: $table-text-color;
221
+ border-collapse: collapse;
222
+ border: 1px solid $table-border-color;
223
+ tr {
224
+ &:nth-child(even) {
225
+ background-color: $table-zebra-color;
226
+ }
227
+ }
228
+ th, td {
229
+ padding: calc($spacing-unit / 3) calc($spacing-unit / 2);
230
+ }
231
+ th {
232
+ background-color: $table-header-bg-color;
233
+ border: 1px solid $table-header-border;
234
+ }
235
+ td {
236
+ border: 1px solid $table-border-color;
237
+ }
238
+
239
+ @include media-query($on-laptop) {
240
+ display: block;
241
+ overflow-x: auto;
242
+ -webkit-overflow-scrolling: touch;
243
+ -ms-overflow-style: -ms-autohiding-scrollbar;
244
+ }
245
+ }