jekyll-twitter-theme 0.1.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3ea0aad43e8b4ff314d4263becedec02e3b0c54200e0bc57bb7f6f6a53f286d2
4
+ data.tar.gz: 460228b493d5c1460b8c7bad19ee3cadeee13b21ab430aa98cd5d6a6aeb77c0e
5
+ SHA512:
6
+ metadata.gz: b9ac1a0b167d43b749342e2519c5b4c6aebd1bf445cfeb1675b267d26405962f3b8fc386e8ff3e68b6ceea1e143b890efd5f9a10a78b43de8edaa6e6420bea46
7
+ data.tar.gz: 77d05d3e7b90012cada61f4fe800bc092ba2d91db81220f552ee46aa711120bcd951dc37019311fd09e4720b3b06ec60182bbcb2c29859b1c7c8936b3d7cf4e4
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Kento Oki
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,9 @@
1
+ ![IMAGE](image.png)
2
+
3
+ [Demo](https://www.godeye.club/jekyll-twitter-theme/)
4
+
5
+ # jekyll-twitter-theme
6
+
7
+ A twitter theme for Jekyll.
8
+
9
+ > This project is `WIP` so please use at your own risk.
@@ -0,0 +1,21 @@
1
+ lang: en
2
+ title: Jekyll-Twitter-Theme
3
+ description: A twitter theme for Jekyll.
4
+
5
+ global:
6
+ # site icon should have 1:1 aspect ratio
7
+ site_icon: "https://avatars3.githubusercontent.com/u/3083652?s=200&v=4"
8
+ base_url: ""
9
+ nav:
10
+ caption_home: "Home"
11
+ profile:
12
+ image:
13
+ url: "https://avatars3.githubusercontent.com/u/3083652?s=200&v=4"
14
+ name: "Jekyll Blog"
15
+ id: "@jekyll_blog"
16
+ post:
17
+ default_thumbnail: "https://avatars3.githubusercontent.com/u/3083652?s=200&v=4"
18
+ twitter:
19
+ show_twitter_embed_timeline: true
20
+ target_id: "google"
21
+ limit: 5
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <g>
3
+ <path
4
+ d="M16.5 10.25c-.965 0-1.75.787-1.75 1.75s.784 1.75 1.75 1.75c.964 0 1.75-.786 1.75-1.75s-.786-1.75-1.75-1.75zm0 2.5c-.414 0-.75-.336-.75-.75 0-.413.337-.75.75-.75s.75.336.75.75c0 .413-.336.75-.75.75zm-4.5-2.5c-.966 0-1.75.787-1.75 1.75s.785 1.75 1.75 1.75 1.75-.786 1.75-1.75-.784-1.75-1.75-1.75zm0 2.5c-.414 0-.75-.336-.75-.75 0-.413.337-.75.75-.75s.75.336.75.75c0 .413-.336.75-.75.75zm-4.5-2.5c-.965 0-1.75.787-1.75 1.75s.785 1.75 1.75 1.75c.964 0 1.75-.786 1.75-1.75s-.787-1.75-1.75-1.75zm0 2.5c-.414 0-.75-.336-.75-.75 0-.413.337-.75.75-.75s.75.336.75.75c0 .413-.336.75-.75.75z">
5
+ </path>
6
+ <path
7
+ d="M12 22.75C6.072 22.75 1.25 17.928 1.25 12S6.072 1.25 12 1.25 22.75 6.072 22.75 12 17.928 22.75 12 22.75zm0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75z">
8
+ </path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <g>
3
+ <path
4
+ d="M20 11H7.414l4.293-4.293c.39-.39.39-1.023 0-1.414s-1.023-.39-1.414 0l-6 6c-.39.39-.39 1.023 0 1.414l6 6c.195.195.45.293.707.293s.512-.098.707-.293c.39-.39.39-1.023 0-1.414L7.414 13H20c.553 0 1-.447 1-1s-.447-1-1-1z">
5
+ </path>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
+ <title>{{ site.title }}</title>
5
+ <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
6
+ <link rel="stylesheet" href="{{ '/assets/css/ress.min.css' | relative_url }}">
7
+ </head>
@@ -0,0 +1,59 @@
1
+ <header>
2
+ <div class="header-nav-container">
3
+ <div class="nav-fixed">
4
+ <div class="nav-upper">
5
+ <div class="upper-container nav-upper-container">
6
+ <a class="site-icon" href="{{ site.global.base_url | default: " /" | relative_url }}">
7
+ <img src="{{ site.global.site_icon }}">
8
+ </a>
9
+ </div>
10
+ <nav>
11
+ <a href="{{ site.global.base_url | default: "/" | relative_url }}">
12
+ <div class="nav-inner">
13
+ <div class="nav-icon">
14
+ {%- include home_icon.html -%}
15
+ </div>
16
+ <span class="nav-caption">{{ site.global.nav.caption_home | default: "Home" }}</span>
17
+ </div>
18
+ </a>
19
+ {%- assign default_paths = site.pages | map: "path" -%}
20
+ {%- assign page_paths = site.header_pages | default: default_paths | reverse -%}
21
+
22
+ {%- if page_paths -%}
23
+ {%- for path in page_paths -%}
24
+ {%- assign x = site.pages | where: "path", path | first -%}
25
+ {%- if x.title -%}
26
+ {%- if x.title != "404" -%}
27
+ <a href="{{ x.url | relative_url }}">
28
+ <div class="nav-inner">
29
+ <div class="nav-icon">
30
+ {%- if x.icon -%}
31
+ {%- include {{ x.icon }} -%}
32
+ {%- endif -%}
33
+ </div>
34
+ <span class="nav-caption">{{ x.title }}</span>
35
+ </div>
36
+ </a>
37
+ {%- endif -%}
38
+ {%- endif -%}
39
+ {%- endfor -%}
40
+ {%- endif -%}
41
+ </nav>
42
+ </div>
43
+ <div class="nav-lower">
44
+ <div class="nav-lower-profile">
45
+ <img class="profile-image" src="{{ site.global.profile.image.url | default: "
46
+ https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" }}"
47
+ alt="profile image">
48
+ <div class="profile-inner-details">
49
+ <span class="profile-name">{{ site.global.profile.name | default: "Your Name" }}</span>
50
+ <span class="profile-id">{{ site.global.profile.id | default: "@your_id" }}</span>
51
+ </div>
52
+ <div class="profile-button">
53
+ {%- include threedot_icon.html -%}
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </header>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <g>
3
+ <path
4
+ d="M22.58 7.35L12.475 1.897c-.297-.16-.654-.16-.95 0L1.425 7.35c-.486.264-.667.87-.405 1.356.18.335.525.525.88.525.16 0 .324-.038.475-.12l.734-.396 1.59 11.25c.216 1.214 1.31 2.062 2.66 2.062h9.282c1.35 0 2.444-.848 2.662-2.088l1.588-11.225.737.398c.485.263 1.092.082 1.354-.404.263-.486.08-1.093-.404-1.355zM12 15.435c-1.795 0-3.25-1.455-3.25-3.25s1.455-3.25 3.25-3.25 3.25 1.455 3.25 3.25-1.455 3.25-3.25 3.25z">
5
+ </path>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <g>
3
+ <path
4
+ d="M12 11.816c1.355 0 2.872-.15 3.84-1.256.814-.93 1.078-2.368.806-4.392-.38-2.825-2.117-4.512-4.646-4.512S7.734 3.343 7.354 6.17c-.272 2.022-.008 3.46.806 4.39.968 1.107 2.485 1.256 3.84 1.256zM8.84 6.368c.162-1.2.787-3.212 3.16-3.212s2.998 2.013 3.16 3.212c.207 1.55.057 2.627-.45 3.205-.455.52-1.266.743-2.71.743s-2.255-.223-2.71-.743c-.507-.578-.657-1.656-.45-3.205zm11.44 12.868c-.877-3.526-4.282-5.99-8.28-5.99s-7.403 2.464-8.28 5.99c-.172.692-.028 1.4.395 1.94.408.52 1.04.82 1.733.82h12.304c.693 0 1.325-.3 1.733-.82.424-.54.567-1.247.394-1.94zm-1.576 1.016c-.126.16-.316.246-.552.246H5.848c-.235 0-.426-.085-.552-.246-.137-.174-.18-.412-.12-.654.71-2.855 3.517-4.85 6.824-4.85s6.114 1.994 6.824 4.85c.06.242.017.48-.12.654z">
5
+ </path>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <g>
3
+ <path
4
+ d="M19.39 14.882c-1.58 0-2.862-1.283-2.862-2.86s1.283-2.862 2.86-2.862 2.862 1.283 2.862 2.86-1.284 2.862-2.86 2.862zm0-4.223c-.75 0-1.362.61-1.362 1.36s.61 1.36 1.36 1.36 1.362-.61 1.362-1.36-.61-1.36-1.36-1.36zM12 14.882c-1.578 0-2.86-1.283-2.86-2.86S10.42 9.158 12 9.158s2.86 1.282 2.86 2.86S13.578 14.88 12 14.88zm0-4.223c-.75 0-1.36.61-1.36 1.36s.61 1.362 1.36 1.362 1.36-.61 1.36-1.36-.61-1.363-1.36-1.363zm-7.39 4.223c-1.577 0-2.86-1.283-2.86-2.86S3.034 9.16 4.61 9.16s2.862 1.283 2.862 2.86-1.283 2.862-2.86 2.862zm0-4.223c-.75 0-1.36.61-1.36 1.36s.61 1.36 1.36 1.36 1.362-.61 1.362-1.36-.61-1.36-1.36-1.36z">
5
+ </path>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="z404">
6
+ {{ content }}
7
+ </div>
@@ -0,0 +1,39 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: " en " }}">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+ <div class="wrapper">
8
+ {%- include header.html -%}
9
+ <main>
10
+ {%- if page.layout == "home" -%}
11
+ {{ content }}
12
+ {%- else -%}
13
+ <div class="main-primary-container">
14
+ <div class="content-header">
15
+ <div class="back-icon" onclick="javascript:history.back();">
16
+ {%- include arrow_left_icon.html -%}
17
+ </div>
18
+ <span class="content-title">{{ page.title | default: "" }}</span>
19
+ {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
20
+ <span class="content-date">{{ page.date | date: date_format }}</span>
21
+ </div>
22
+ {{ content }}
23
+ </div>
24
+ {%- endif -%}
25
+ <div class="main-secondary-container">
26
+ <div class="main-secondary-inner">
27
+ {%- if site.global.twitter.show_twitter_embed_timeline -%}
28
+ <div class="twitter-embed">
29
+ <a data-tweet-limit="{{ site.global.twitter.limit | default: "10" }}" class="twitter-timeline" href="https://twitter.com/{{ site.global.twitter.target_id }}?ref_src=twsrc%5Etfw"></a>
30
+ <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
31
+ </div>
32
+ {%- endif -%}
33
+ </div>
34
+ </div>
35
+ </main>
36
+ </div>
37
+ </body>
38
+
39
+ </html>
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div style="display: flex; flex-direction: column;">
6
+ <div class="content-header" style="justify-content: center;">
7
+ <span class="content-title">{{ site.title }}</span>
8
+ </div>
9
+ <div class="main-primary-container">
10
+ {%- if site.posts.size > 0 -%}
11
+ <div class="posts-container">
12
+ {%- for post in site.posts -%}
13
+ {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
14
+ <a class="post-item" href="{{ post.url | relative_url }}">
15
+ <article class="post-inner">
16
+ <img class="post-thumbnail"
17
+ src="{{ post.thumbnail | relative_url | default: site.global.post.default_thumbnail }}">
18
+ <div class="post-details">
19
+ <span class="post-title">{{ post.title }}</span>
20
+ <span class="post-date">{{ post.date | date: date_format }}</span>
21
+ <span class="post-description">{{ post.description }}</span>
22
+ </div>
23
+ </article>
24
+ </a>
25
+ {%- endfor -%}
26
+ </div>
27
+ {%- else -%}
28
+ <h1>Looks like there aren't any posts yet</h1>
29
+ {%- endif -%}
30
+ </div>
31
+ </div>
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <article class="post-body">
6
+ {{ content }}
7
+ </article>
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <article class="post-body">
6
+ {{ content }}
7
+ </article>
@@ -0,0 +1,1214 @@
1
+ @import "_variables";
2
+ @import "_mixins";
3
+ @import "_syntax_highlights";
4
+ .wrapper {
5
+ width: 100%;
6
+ min-height: 100vh;
7
+ background: $color-background;
8
+ color: $color-font;
9
+ display: flex;
10
+ flex-flow: row;
11
+ justify-content: space-between;
12
+ position: relative;
13
+ @include smartphone() {
14
+ flex-direction: column;
15
+ width: 100%;
16
+ max-width: 100%;
17
+ min-width: 100%;
18
+ }
19
+ }
20
+
21
+ body {
22
+ background: $color-background;
23
+ overflow-y: scroll;
24
+ overscroll-behavior-y: none;
25
+ font-family: $font-family;
26
+ }
27
+
28
+ .upper-container {
29
+ height: 60px;
30
+ }
31
+
32
+ header {
33
+ $_header_nav_width: $width-nav;
34
+ position: relative;
35
+ display: flex;
36
+ flex-grow: 1;
37
+ flex-direction: column;
38
+ align-items: flex-end;
39
+ border-right: 1px solid $color-border;
40
+ @include smartphone() {
41
+ display: none;
42
+ }
43
+ .header-nav-container {
44
+ width: $_header_nav_width;
45
+ height: 100%;
46
+ display: flex;
47
+ margin: 0;
48
+ position: relative;
49
+ @include desktop_collapsed() {
50
+ width: $width-nav-collapsed;
51
+ //justify-content: flex-end;
52
+ }
53
+ }
54
+ .nav-upper-container {
55
+ display: flex;
56
+ align-items: center;
57
+ .site-icon {
58
+ $_site_icon_size: 39px;
59
+ display: flex;
60
+ align-items: center;
61
+ width: $_site_icon_size;
62
+ height: $_site_icon_size;
63
+ margin-left: 10px;
64
+ @include smartphone() {
65
+ display: none;
66
+ }
67
+ img {
68
+ object-fit: cover;
69
+ border-radius: 50%;
70
+ width: 100%;
71
+ height: 100%;
72
+ transition: 0.2s ease;
73
+ &:hover {
74
+ box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);
75
+ }
76
+ }
77
+ }
78
+ height: 60px;
79
+ }
80
+ .nav-fixed {
81
+ width: $_header_nav_width;
82
+ height: 100%;
83
+ position: fixed;
84
+ padding-left: 10px;
85
+ padding-right: 10px;
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: space-between;
89
+ @include desktop_collapsed() {
90
+ align-items: flex-start;
91
+ width: $width-nav-collapsed;
92
+ }
93
+ }
94
+ nav {
95
+ display: flex;
96
+ flex-direction: column;
97
+ flex-grow: 1;
98
+ align-items: flex-end;
99
+ width: 100%;
100
+ font-size: 19px;
101
+ font-weight: bold;
102
+ @include smartphone() {
103
+ flex-direction: row;
104
+ }
105
+ a {
106
+ text-decoration: none;
107
+ color: $color-font;
108
+ }
109
+ >a {
110
+ width: 100%;
111
+ @include desktop_collapsed() {
112
+ width: fit-content;
113
+ width: -moz-fit-content;
114
+ }
115
+ }
116
+ a:hover,
117
+ .nav-inner:hover {
118
+ .nav-inner {
119
+ color: $color-primary;
120
+ background: rgba($color-primary, 0.15);
121
+ }
122
+ .nav-icon {
123
+ svg {
124
+ fill: $color-primary;
125
+ }
126
+ }
127
+ }
128
+ .nav-inner {
129
+ width: fit-content;
130
+ width: -moz-fit-content;
131
+ padding: 10px;
132
+ border-radius: 9999px;
133
+ transition: 0.2s ease;
134
+ display: flex;
135
+ flex-direction: row;
136
+ }
137
+ .nav-icon {
138
+ width: 24px;
139
+ height: 24px;
140
+ }
141
+ .nav-caption {
142
+ font-size: 19px;
143
+ font-weight: bold;
144
+ padding-left: 0.75em;
145
+ padding-right: 0.75em;
146
+ @include desktop_collapsed() {
147
+ display: none;
148
+ }
149
+ }
150
+ }
151
+ .nav-upper {
152
+ display: flex;
153
+ flex-direction: column;
154
+ align-items: flex-start;
155
+ }
156
+ .nav-lower {
157
+ display: flex;
158
+ flex-direction: column;
159
+ justify-content: flex-end;
160
+ margin-top: 10px;
161
+ margin-bottom: 10px;
162
+ @include desktop_collapsed() {
163
+ width: fit-content;
164
+ width: -moz-fit-content;
165
+ }
166
+ .nav-lower-profile {
167
+ cursor: pointer;
168
+ display: flex;
169
+ flex-direction: row;
170
+ align-items: center;
171
+ padding: 10px;
172
+ border-radius: 9999px;
173
+ padding-left: 0.75em;
174
+ padding-right: 0.75em;
175
+ font-family: $font-family;
176
+ transition: 0.2s ease;
177
+ @include desktop_collapsed() {
178
+ width: fit-content;
179
+ width: -moz-fit-content;
180
+ padding: 10px !important;
181
+ }
182
+ &:hover {
183
+ background: rgba($color-primary, 0.15);
184
+ }
185
+ .profile-inner-details {
186
+ display: flex;
187
+ flex-direction: column;
188
+ margin-left: 10px;
189
+ margin-right: 10px;
190
+ @include desktop_collapsed() {
191
+ display: none;
192
+ }
193
+ }
194
+ .profile-image {
195
+ $_profile_image_size: 39px;
196
+ width: $_profile_image_size;
197
+ height: $_profile_image_size;
198
+ border-radius: 50%;
199
+ }
200
+ .profile-name {
201
+ font-size: 15px;
202
+ font-weight: bold;
203
+ overflow-wrap: break-word;
204
+ line-height: 1.3125;
205
+ }
206
+ .profile-id {
207
+ color: $color-font-thin;
208
+ font-size: 15px;
209
+ overflow-wrap: break-word;
210
+ line-height: 1.3125;
211
+ }
212
+ .profile-button {
213
+ margin: 0 0 0 auto;
214
+ $_profile_button_size: 16px;
215
+ width: $_profile_button_size;
216
+ height: $_profile_button_size;
217
+ @include desktop_collapsed() {
218
+ display: none;
219
+ }
220
+ }
221
+ }
222
+ }
223
+ }
224
+
225
+ main {
226
+ flex-grow: 1;
227
+ width: $width-main;
228
+ height: auto;
229
+ min-height: 100vh;
230
+ display: flex !important;
231
+ flex-direction: row !important;
232
+ @include desktop_collapsed_lv2() {
233
+ width: $width-main-collapsed-lv2;
234
+ }
235
+ @include desktop_collapsed_lv3() {
236
+ width: $width-main-collapsed-lv3;
237
+ }
238
+ @include desktop_collapsed_lv4() {
239
+ min-width: 0;
240
+ width: 100%;
241
+ }
242
+ @include smartphone() {
243
+ width: 100% !important;
244
+ max-width: 100% !important;
245
+ }
246
+ .main-secondary-container {
247
+ width: $width-side;
248
+ @include desktop_collapsed_lv2() {
249
+ width: $width-side-collapsed !important;
250
+ }
251
+ @include desktop_collapsed_lv3() {
252
+ display: none;
253
+ }
254
+ .main-secondary-inner {
255
+ position: fixed;
256
+ width: inherit;
257
+ max-height: 100vh;
258
+ overflow-y: scroll;
259
+ @include hide_scrollbar();
260
+ .twitter-embed {
261
+ margin: 10px;
262
+ border: 1px solid $color-border;
263
+ border-radius: 12px;
264
+ }
265
+ }
266
+ }
267
+ .main-primary-container {
268
+ height: 100%;
269
+ width: $width-body;
270
+ max-width: $width-body;
271
+ border-right: 1px solid $color-border;
272
+ margin-bottom: 20px;
273
+ @include desktop_collapsed_lv4() {
274
+ width: 100%;
275
+ }
276
+ @include smartphone() {
277
+ border-right: 0;
278
+ }
279
+ .content-header {
280
+ border-right: 0;
281
+ }
282
+ }
283
+ }
284
+
285
+ .content-header {
286
+ background: $color-background;
287
+ position: sticky;
288
+ top: 0;
289
+ width: 100%;
290
+ min-height: 60px;
291
+ border-bottom: 1px solid $color-border;
292
+ border-right: 1px solid $color-border;
293
+ display: flex;
294
+ align-items: center;
295
+ padding-left: 15px;
296
+ padding-right: 15px;
297
+ @include smartphone() {
298
+ border-right: 0;
299
+ }
300
+ .content-title {
301
+ font-size: 19px;
302
+ font-weight: bold;
303
+ }
304
+ .content-date {
305
+ color: $color-font-thin;
306
+ margin: 0 0 0 auto;
307
+ }
308
+ .back-icon {
309
+ cursor: pointer;
310
+ display: flex;
311
+ align-items: center;
312
+ justify-content: center;
313
+ margin-right: 10px;
314
+ border-radius: 50%;
315
+ width: 39px;
316
+ height: 39px;
317
+ &:hover {
318
+ background: rgba($color-primary, 0.15);
319
+ }
320
+ svg {
321
+ $_back_icon_size: 1.5em;
322
+ width: $_back_icon_size;
323
+ height: $_back_icon_size;
324
+ fill: $color-primary;
325
+ }
326
+ }
327
+ }
328
+
329
+ .posts-container {
330
+ display: flex;
331
+ flex-direction: column;
332
+ padding-left: 20px;
333
+ padding-right: 20px;
334
+ padding-top: 20px;
335
+ width: 100%;
336
+ @include smartphone() {
337
+ padding: 12px !important;
338
+ }
339
+ a {
340
+ text-decoration: none;
341
+ color: $color-font;
342
+ }
343
+ .post-item {
344
+ padding: 10px;
345
+ border-radius: 12px;
346
+ border: 1px solid $color-border;
347
+ display: flex;
348
+ flex-direction: row;
349
+ margin-bottom: 12px;
350
+ &:last-child {
351
+ margin-bottom: 0;
352
+ }
353
+ &:hover {
354
+ background: $color-background-hover;
355
+ }
356
+ .post-inner {
357
+ display: flex;
358
+ flex-direction: row;
359
+ width: 100%;
360
+ }
361
+ .post-thumbnail {
362
+ border-radius: 12px;
363
+ object-fit: cover;
364
+ width: 120px;
365
+ height: 120px;
366
+ margin-right: 10px;
367
+ }
368
+ .post-details {
369
+ display: flex;
370
+ flex-direction: column;
371
+ width: 100%;
372
+ overflow: hidden;
373
+ .post-title {
374
+ font-size: 19px;
375
+ font-weight: bold;
376
+ }
377
+ .post-date {
378
+ font-size: 14px;
379
+ font-weight: 400;
380
+ color: $color-font-thin;
381
+ margin-bottom: 4px;
382
+ }
383
+ .post-description {
384
+ font-size: 14px;
385
+ font-weight: 400;
386
+ color: $color-font-thin;
387
+ max-height: 70px;
388
+ overflow: hidden;
389
+ @include elipse_by_line(3);
390
+ }
391
+ }
392
+ }
393
+ }
394
+
395
+ .post-body {
396
+ width: 100%;
397
+ padding: 20px;
398
+ font-family: $font-family;
399
+ .octicon {
400
+ display: inline-block;
401
+ fill: currentColor;
402
+ vertical-align: text-bottom;
403
+ }
404
+ .anchor {
405
+ float: left;
406
+ line-height: 1;
407
+ margin-left: -20px;
408
+ padding-right: 4px;
409
+ }
410
+ .anchor:focus {
411
+ outline: none;
412
+ }
413
+ h1 .octicon-link,
414
+ h2 .octicon-link,
415
+ h3 .octicon-link,
416
+ h4 .octicon-link,
417
+ h5 .octicon-link,
418
+ h6 .octicon-link {
419
+ color: #1b1f23;
420
+ vertical-align: middle;
421
+ visibility: hidden;
422
+ }
423
+ h1:hover .anchor,
424
+ h2:hover .anchor,
425
+ h3:hover .anchor,
426
+ h4:hover .anchor,
427
+ h5:hover .anchor,
428
+ h6:hover .anchor {
429
+ text-decoration: none;
430
+ }
431
+ h1:hover .anchor .octicon-link,
432
+ h2:hover .anchor .octicon-link,
433
+ h3:hover .anchor .octicon-link,
434
+ h4:hover .anchor .octicon-link,
435
+ h5:hover .anchor .octicon-link,
436
+ h6:hover .anchor .octicon-link {
437
+ visibility: visible;
438
+ }
439
+ h1:hover .anchor .octicon-link:before,
440
+ h2:hover .anchor .octicon-link:before,
441
+ h3:hover .anchor .octicon-link:before,
442
+ h4:hover .anchor .octicon-link:before,
443
+ h5:hover .anchor .octicon-link:before,
444
+ h6:hover .anchor .octicon-link:before {
445
+ width: 16px;
446
+ height: 16px;
447
+ content: " ";
448
+ display: inline-block;
449
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
450
+ }
451
+ & {
452
+ -ms-text-size-adjust: 100%;
453
+ -webkit-text-size-adjust: 100%;
454
+ line-height: 1.5;
455
+ color: #24292e;
456
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
457
+ font-size: 16px;
458
+ line-height: 1.5;
459
+ word-wrap: break-word;
460
+ }
461
+ details {
462
+ display: block;
463
+ }
464
+ summary {
465
+ display: list-item;
466
+ }
467
+ a {
468
+ background-color: initial;
469
+ }
470
+ a:active,
471
+ a:hover {
472
+ outline-width: 0;
473
+ }
474
+ strong {
475
+ font-weight: inherit;
476
+ font-weight: bolder;
477
+ }
478
+ h1 {
479
+ font-size: 2em;
480
+ margin: 0.67em 0;
481
+ }
482
+ img {
483
+ border-style: none;
484
+ }
485
+ code,
486
+ kbd,
487
+ pre {
488
+ font-family: monospace, monospace;
489
+ font-size: 1em;
490
+ }
491
+ hr {
492
+ box-sizing: initial;
493
+ height: 0;
494
+ overflow: visible;
495
+ }
496
+ input {
497
+ font: inherit;
498
+ margin: 0;
499
+ }
500
+ input {
501
+ overflow: visible;
502
+ }
503
+ [type="checkbox"] {
504
+ box-sizing: border-box;
505
+ padding: 0;
506
+ }
507
+ * {
508
+ box-sizing: border-box;
509
+ }
510
+ input {
511
+ font-family: inherit;
512
+ font-size: inherit;
513
+ line-height: inherit;
514
+ }
515
+ a {
516
+ color: #0366d6;
517
+ text-decoration: none;
518
+ }
519
+ a:hover {
520
+ text-decoration: underline;
521
+ }
522
+ strong {
523
+ font-weight: 600;
524
+ }
525
+ hr {
526
+ height: 0;
527
+ margin: 15px 0;
528
+ overflow: hidden;
529
+ background: transparent;
530
+ border: 0;
531
+ border-bottom: 1px solid #dfe2e5;
532
+ }
533
+ hr:after,
534
+ hr:before {
535
+ display: table;
536
+ content: "";
537
+ }
538
+ hr:after {
539
+ clear: both;
540
+ }
541
+ table {
542
+ border-spacing: 0;
543
+ border-collapse: collapse;
544
+ }
545
+ td,
546
+ th {
547
+ padding: 0;
548
+ }
549
+ details summary {
550
+ cursor: pointer;
551
+ }
552
+ kbd {
553
+ display: inline-block;
554
+ padding: 3px 5px;
555
+ font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
556
+ line-height: 10px;
557
+ color: #444d56;
558
+ vertical-align: middle;
559
+ background-color: #fafbfc;
560
+ border: 1px solid #d1d5da;
561
+ border-radius: 3px;
562
+ box-shadow: inset 0 -1px 0 #d1d5da;
563
+ }
564
+ h1,
565
+ h2,
566
+ h3,
567
+ h4,
568
+ h5,
569
+ h6 {
570
+ margin-top: 0;
571
+ margin-bottom: 0;
572
+ }
573
+ h1 {
574
+ font-size: 32px;
575
+ }
576
+ h1,
577
+ h2 {
578
+ font-weight: 600;
579
+ }
580
+ h2 {
581
+ font-size: 24px;
582
+ }
583
+ h3 {
584
+ font-size: 20px;
585
+ }
586
+ h3,
587
+ h4 {
588
+ font-weight: 600;
589
+ }
590
+ h4 {
591
+ font-size: 16px;
592
+ }
593
+ h5 {
594
+ font-size: 14px;
595
+ }
596
+ h5,
597
+ h6 {
598
+ font-weight: 600;
599
+ }
600
+ h6 {
601
+ font-size: 12px;
602
+ }
603
+ p {
604
+ margin-top: 0;
605
+ margin-bottom: 10px;
606
+ }
607
+ blockquote {
608
+ margin: 0;
609
+ }
610
+ ol,
611
+ ul {
612
+ padding-left: 0;
613
+ margin-top: 0;
614
+ margin-bottom: 0;
615
+ }
616
+ ol ol,
617
+ ul ol {
618
+ list-style-type: lower-roman;
619
+ }
620
+ ol ol ol,
621
+ ol ul ol,
622
+ ul ol ol,
623
+ ul ul ol {
624
+ list-style-type: lower-alpha;
625
+ }
626
+ dd {
627
+ margin-left: 0;
628
+ }
629
+ code,
630
+ pre {
631
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
632
+ font-size: 12px;
633
+ }
634
+ pre {
635
+ margin-top: 0;
636
+ margin-bottom: 0;
637
+ }
638
+ input::-webkit-inner-spin-button,
639
+ input::-webkit-outer-spin-button {
640
+ margin: 0;
641
+ -webkit-appearance: none;
642
+ appearance: none;
643
+ }
644
+ :checked+.radio-label {
645
+ position: relative;
646
+ z-index: 1;
647
+ border-color: #0366d6;
648
+ }
649
+ .border {
650
+ border: 1px solid #e1e4e8 !important;
651
+ }
652
+ .border-0 {
653
+ border: 0 !important;
654
+ }
655
+ .border-bottom {
656
+ border-bottom: 1px solid #e1e4e8 !important;
657
+ }
658
+ .rounded-1 {
659
+ border-radius: 3px !important;
660
+ }
661
+ .bg-white {
662
+ background-color: #fff !important;
663
+ }
664
+ .bg-gray-light {
665
+ background-color: #fafbfc !important;
666
+ }
667
+ .text-gray-light {
668
+ color: #6a737d !important;
669
+ }
670
+ .mb-0 {
671
+ margin-bottom: 0 !important;
672
+ }
673
+ .my-2 {
674
+ margin-top: 8px !important;
675
+ margin-bottom: 8px !important;
676
+ }
677
+ .pl-0 {
678
+ padding-left: 0 !important;
679
+ }
680
+ .py-0 {
681
+ padding-top: 0 !important;
682
+ padding-bottom: 0 !important;
683
+ }
684
+ .pl-1 {
685
+ padding-left: 4px !important;
686
+ }
687
+ .pl-2 {
688
+ padding-left: 8px !important;
689
+ }
690
+ .py-2 {
691
+ padding-top: 8px !important;
692
+ padding-bottom: 8px !important;
693
+ }
694
+ .pl-3,
695
+ .px-3 {
696
+ padding-left: 16px !important;
697
+ }
698
+ .px-3 {
699
+ padding-right: 16px !important;
700
+ }
701
+ .pl-4 {
702
+ padding-left: 24px !important;
703
+ }
704
+ .pl-5 {
705
+ padding-left: 32px !important;
706
+ }
707
+ .pl-6 {
708
+ padding-left: 40px !important;
709
+ }
710
+ .f6 {
711
+ font-size: 12px !important;
712
+ }
713
+ .lh-condensed {
714
+ line-height: 1.25 !important;
715
+ }
716
+ .text-bold {
717
+ font-weight: 600 !important;
718
+ }
719
+ .pl-c {
720
+ color: #6a737d;
721
+ }
722
+ .pl-c1,
723
+ .pl-s .pl-v {
724
+ color: #005cc5;
725
+ }
726
+ .pl-e,
727
+ .pl-en {
728
+ color: #6f42c1;
729
+ }
730
+ .pl-s .pl-s1,
731
+ .pl-smi {
732
+ color: #24292e;
733
+ }
734
+ .pl-ent {
735
+ color: #22863a;
736
+ }
737
+ .pl-k {
738
+ color: #d73a49;
739
+ }
740
+ .pl-pds,
741
+ .pl-s,
742
+ .pl-s .pl-pse .pl-s1,
743
+ .pl-sr,
744
+ .pl-sr .pl-cce,
745
+ .pl-sr .pl-sra,
746
+ .pl-sr .pl-sre {
747
+ color: #032f62;
748
+ }
749
+ .pl-smw,
750
+ .pl-v {
751
+ color: #e36209;
752
+ }
753
+ .pl-bu {
754
+ color: #b31d28;
755
+ }
756
+ .pl-ii {
757
+ color: #fafbfc;
758
+ background-color: #b31d28;
759
+ }
760
+ .pl-c2 {
761
+ color: #fafbfc;
762
+ background-color: #d73a49;
763
+ }
764
+ .pl-c2:before {
765
+ content: "^M";
766
+ }
767
+ .pl-sr .pl-cce {
768
+ font-weight: 700;
769
+ color: #22863a;
770
+ }
771
+ .pl-ml {
772
+ color: #735c0f;
773
+ }
774
+ .pl-mh,
775
+ .pl-mh .pl-en,
776
+ .pl-ms {
777
+ font-weight: 700;
778
+ color: #005cc5;
779
+ }
780
+ .pl-mi {
781
+ font-style: italic;
782
+ color: #24292e;
783
+ }
784
+ .pl-mb {
785
+ font-weight: 700;
786
+ color: #24292e;
787
+ }
788
+ .pl-md {
789
+ color: #b31d28;
790
+ background-color: #ffeef0;
791
+ }
792
+ .pl-mi1 {
793
+ color: #22863a;
794
+ background-color: #f0fff4;
795
+ }
796
+ .pl-mc {
797
+ color: #e36209;
798
+ background-color: #ffebda;
799
+ }
800
+ .pl-mi2 {
801
+ color: #f6f8fa;
802
+ background-color: #005cc5;
803
+ }
804
+ .pl-mdr {
805
+ font-weight: 700;
806
+ color: #6f42c1;
807
+ }
808
+ .pl-ba {
809
+ color: #586069;
810
+ }
811
+ .pl-sg {
812
+ color: #959da5;
813
+ }
814
+ .pl-corl {
815
+ text-decoration: underline;
816
+ color: #032f62;
817
+ }
818
+ .mb-0 {
819
+ margin-bottom: 0 !important;
820
+ }
821
+ .my-2 {
822
+ margin-bottom: 8px !important;
823
+ }
824
+ .my-2 {
825
+ margin-top: 8px !important;
826
+ }
827
+ .pl-0 {
828
+ padding-left: 0 !important;
829
+ }
830
+ .py-0 {
831
+ padding-top: 0 !important;
832
+ padding-bottom: 0 !important;
833
+ }
834
+ .pl-1 {
835
+ padding-left: 4px !important;
836
+ }
837
+ .pl-2 {
838
+ padding-left: 8px !important;
839
+ }
840
+ .py-2 {
841
+ padding-top: 8px !important;
842
+ padding-bottom: 8px !important;
843
+ }
844
+ .pl-3 {
845
+ padding-left: 16px !important;
846
+ }
847
+ .pl-4 {
848
+ padding-left: 24px !important;
849
+ }
850
+ .pl-5 {
851
+ padding-left: 32px !important;
852
+ }
853
+ .pl-6 {
854
+ padding-left: 40px !important;
855
+ }
856
+ .pl-7 {
857
+ padding-left: 48px !important;
858
+ }
859
+ .pl-8 {
860
+ padding-left: 64px !important;
861
+ }
862
+ .pl-9 {
863
+ padding-left: 80px !important;
864
+ }
865
+ .pl-10 {
866
+ padding-left: 96px !important;
867
+ }
868
+ .pl-11 {
869
+ padding-left: 112px !important;
870
+ }
871
+ .pl-12 {
872
+ padding-left: 128px !important;
873
+ }
874
+ hr {
875
+ border-bottom-color: #eee;
876
+ }
877
+ kbd {
878
+ display: inline-block;
879
+ padding: 3px 5px;
880
+ font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
881
+ line-height: 10px;
882
+ color: #444d56;
883
+ vertical-align: middle;
884
+ background-color: #fafbfc;
885
+ border: 1px solid #d1d5da;
886
+ border-radius: 3px;
887
+ box-shadow: inset 0 -1px 0 #d1d5da;
888
+ }
889
+ body:after,
890
+ body:before {
891
+ display: table;
892
+ content: "";
893
+ }
894
+ body:after {
895
+ clear: both;
896
+ }
897
+ body> :first-child {
898
+ margin-top: 0 !important;
899
+ }
900
+ body> :last-child {
901
+ margin-bottom: 0 !important;
902
+ }
903
+ a:not([href]) {
904
+ color: inherit;
905
+ text-decoration: none;
906
+ }
907
+ blockquote,
908
+ details,
909
+ dl,
910
+ ol,
911
+ p,
912
+ pre,
913
+ table,
914
+ ul {
915
+ margin-top: 0;
916
+ margin-bottom: 16px;
917
+ }
918
+ hr {
919
+ height: 0.25em;
920
+ padding: 0;
921
+ margin: 24px 0;
922
+ background-color: #e1e4e8;
923
+ border: 0;
924
+ }
925
+ blockquote {
926
+ padding: 0 1em;
927
+ color: #6a737d;
928
+ border-left: 0.25em solid #dfe2e5;
929
+ }
930
+ blockquote> :first-child {
931
+ margin-top: 0;
932
+ }
933
+ blockquote> :last-child {
934
+ margin-bottom: 0;
935
+ }
936
+ h1,
937
+ h2,
938
+ h3,
939
+ h4,
940
+ h5,
941
+ h6 {
942
+ margin-top: 24px;
943
+ margin-bottom: 16px;
944
+ font-weight: 600;
945
+ line-height: 1.25;
946
+ }
947
+ h1 {
948
+ font-size: 2em;
949
+ }
950
+ h1,
951
+ h2 {
952
+ padding-bottom: 0.3em;
953
+ border-bottom: 1px solid #eaecef;
954
+ }
955
+ h2 {
956
+ font-size: 1.5em;
957
+ }
958
+ h3 {
959
+ font-size: 1.25em;
960
+ }
961
+ h4 {
962
+ font-size: 1em;
963
+ }
964
+ h5 {
965
+ font-size: 0.875em;
966
+ }
967
+ h6 {
968
+ font-size: 0.85em;
969
+ color: #6a737d;
970
+ }
971
+ ol,
972
+ ul {
973
+ padding-left: 2em;
974
+ }
975
+ ol ol,
976
+ ol ul,
977
+ ul ol,
978
+ ul ul {
979
+ margin-top: 0;
980
+ margin-bottom: 0;
981
+ }
982
+ li {
983
+ word-wrap: break-all;
984
+ }
985
+ li>p {
986
+ margin-top: 16px;
987
+ }
988
+ li+li {
989
+ margin-top: 0.25em;
990
+ }
991
+ dl {
992
+ padding: 0;
993
+ }
994
+ dl dt {
995
+ padding: 0;
996
+ margin-top: 16px;
997
+ font-size: 1em;
998
+ font-style: italic;
999
+ font-weight: 600;
1000
+ }
1001
+ dl dd {
1002
+ padding: 0 16px;
1003
+ margin-bottom: 16px;
1004
+ }
1005
+ table {
1006
+ display: block;
1007
+ width: 100%;
1008
+ overflow: auto;
1009
+ }
1010
+ table th {
1011
+ font-weight: 600;
1012
+ }
1013
+ table td,
1014
+ table th {
1015
+ padding: 6px 13px;
1016
+ border: 1px solid #dfe2e5;
1017
+ }
1018
+ table tr {
1019
+ background-color: #fff;
1020
+ border-top: 1px solid #c6cbd1;
1021
+ }
1022
+ table tr:nth-child(2n) {
1023
+ background-color: #f6f8fa;
1024
+ }
1025
+ img {
1026
+ max-width: 100%;
1027
+ box-sizing: initial;
1028
+ background-color: #fff;
1029
+ }
1030
+ img[align="right"] {
1031
+ padding-left: 20px;
1032
+ }
1033
+ img[align="left"] {
1034
+ padding-right: 20px;
1035
+ }
1036
+ code {
1037
+ padding: 0.2em 0.4em;
1038
+ margin: 0;
1039
+ font-size: 85%;
1040
+ background-color: rgba(27, 31, 35, 0.05);
1041
+ border-radius: 3px;
1042
+ }
1043
+ pre {
1044
+ word-wrap: normal;
1045
+ }
1046
+ pre>code {
1047
+ padding: 0;
1048
+ margin: 0;
1049
+ font-size: 100%;
1050
+ word-break: normal;
1051
+ white-space: pre;
1052
+ background: transparent;
1053
+ border: 0;
1054
+ }
1055
+ .highlight {
1056
+ margin-bottom: 16px;
1057
+ }
1058
+ .highlight pre {
1059
+ margin-bottom: 0;
1060
+ word-break: normal;
1061
+ }
1062
+ .highlight pre,
1063
+ pre {
1064
+ padding: 16px;
1065
+ overflow: auto;
1066
+ font-size: 85%;
1067
+ line-height: 1.45;
1068
+ background-color: #f6f8fa;
1069
+ border-radius: 3px;
1070
+ }
1071
+ pre code {
1072
+ display: inline;
1073
+ max-width: auto;
1074
+ padding: 0;
1075
+ margin: 0;
1076
+ overflow: visible;
1077
+ line-height: inherit;
1078
+ word-wrap: normal;
1079
+ background-color: initial;
1080
+ border: 0;
1081
+ }
1082
+ .commit-tease-sha {
1083
+ display: inline-block;
1084
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
1085
+ font-size: 90%;
1086
+ color: #444d56;
1087
+ }
1088
+ .full-commit .btn-outline:not(:disabled):hover {
1089
+ color: #005cc5;
1090
+ border-color: #005cc5;
1091
+ }
1092
+ .blob-wrapper {
1093
+ overflow-x: auto;
1094
+ overflow-y: hidden;
1095
+ }
1096
+ .blob-wrapper-embedded {
1097
+ max-height: 240px;
1098
+ overflow-y: auto;
1099
+ }
1100
+ .blob-num {
1101
+ width: 1%;
1102
+ min-width: 50px;
1103
+ padding-right: 10px;
1104
+ padding-left: 10px;
1105
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
1106
+ font-size: 12px;
1107
+ line-height: 20px;
1108
+ color: rgba(27, 31, 35, 0.3);
1109
+ text-align: right;
1110
+ white-space: nowrap;
1111
+ vertical-align: top;
1112
+ cursor: pointer;
1113
+ -webkit-user-select: none;
1114
+ -moz-user-select: none;
1115
+ -ms-user-select: none;
1116
+ user-select: none;
1117
+ }
1118
+ .blob-num:hover {
1119
+ color: rgba(27, 31, 35, 0.6);
1120
+ }
1121
+ .blob-num:before {
1122
+ content: attr(data-line-number);
1123
+ }
1124
+ .blob-code {
1125
+ position: relative;
1126
+ padding-right: 10px;
1127
+ padding-left: 10px;
1128
+ line-height: 20px;
1129
+ vertical-align: top;
1130
+ }
1131
+ .blob-code-inner {
1132
+ overflow: visible;
1133
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
1134
+ font-size: 12px;
1135
+ color: #24292e;
1136
+ word-wrap: normal;
1137
+ white-space: pre;
1138
+ }
1139
+ .pl-token.active,
1140
+ .pl-token:hover {
1141
+ cursor: pointer;
1142
+ background: #ffea7f;
1143
+ }
1144
+ .tab-size[data-tab-size="1"] {
1145
+ -moz-tab-size: 1;
1146
+ tab-size: 1;
1147
+ }
1148
+ .tab-size[data-tab-size="2"] {
1149
+ -moz-tab-size: 2;
1150
+ tab-size: 2;
1151
+ }
1152
+ .tab-size[data-tab-size="3"] {
1153
+ -moz-tab-size: 3;
1154
+ tab-size: 3;
1155
+ }
1156
+ .tab-size[data-tab-size="4"] {
1157
+ -moz-tab-size: 4;
1158
+ tab-size: 4;
1159
+ }
1160
+ .tab-size[data-tab-size="5"] {
1161
+ -moz-tab-size: 5;
1162
+ tab-size: 5;
1163
+ }
1164
+ .tab-size[data-tab-size="6"] {
1165
+ -moz-tab-size: 6;
1166
+ tab-size: 6;
1167
+ }
1168
+ .tab-size[data-tab-size="7"] {
1169
+ -moz-tab-size: 7;
1170
+ tab-size: 7;
1171
+ }
1172
+ .tab-size[data-tab-size="8"] {
1173
+ -moz-tab-size: 8;
1174
+ tab-size: 8;
1175
+ }
1176
+ .tab-size[data-tab-size="9"] {
1177
+ -moz-tab-size: 9;
1178
+ tab-size: 9;
1179
+ }
1180
+ .tab-size[data-tab-size="10"] {
1181
+ -moz-tab-size: 10;
1182
+ tab-size: 10;
1183
+ }
1184
+ .tab-size[data-tab-size="11"] {
1185
+ -moz-tab-size: 11;
1186
+ tab-size: 11;
1187
+ }
1188
+ .tab-size[data-tab-size="12"] {
1189
+ -moz-tab-size: 12;
1190
+ tab-size: 12;
1191
+ }
1192
+ .task-list-item {
1193
+ list-style-type: none;
1194
+ }
1195
+ .task-list-item+.task-list-item {
1196
+ margin-top: 3px;
1197
+ }
1198
+ .task-list-item input {
1199
+ margin: 0 0.2em 0.25em -1.6em;
1200
+ vertical-align: middle;
1201
+ }
1202
+ }
1203
+
1204
+ .z404 {
1205
+ width: 100%;
1206
+ height: 100%;
1207
+ display: flex;
1208
+ flex-direction: column;
1209
+ justify-content: center;
1210
+ align-items: center;
1211
+ h1 {
1212
+ font-size: 74px !important;
1213
+ }
1214
+ }