cosy-jekyll-theme 1.1.1 → 2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d0e6636429d22e2e30b48f711c1b8c35e6b1dde8
4
- data.tar.gz: f513f781a1ff2c7052a35b5132e0d51472768ddb
2
+ SHA256:
3
+ metadata.gz: f838ac032b12b10071d988d3f5ac025dd67796380296020e50ee19eb6dadbadd
4
+ data.tar.gz: cc05843569ec2b342549b5d16b737f9667308b313f99be634994c0ff702bb487
5
5
  SHA512:
6
- metadata.gz: 88e03c5147793770213bafa979650bceb8674ce1fbdc7d48cf28010c93e2babf3bd388fc0b96247016fc5a50e1da5065907e4931b265ee7a288f92bd3a00947a
7
- data.tar.gz: 7334130423ce5049e6e42b29a5de7db465cbf4a5e77b36e5e60466a2dbf484019cbc17fa6b9036406cb4b801197bf4a12c2ba798bac270c8b3e36f2828c02512
6
+ metadata.gz: 41afb787e2b2544b3d6545d0ac4b0599f831e04779f356df036870f0a471d6e46a92acdeff9f1635425cd5e42f6a3e9158e9f3dd9dea96ed811f25407f0b79e9
7
+ data.tar.gz: 9b27b69386e8b8bdf8aedc1c85e39c27037c13b4ff90b7bb8ec0663eedc862cd35e82d8fa55425630ed794dc546f0fb4467f783919988e487cf726b383d42fd8
data/README.md CHANGED
@@ -1,54 +1,59 @@
1
1
  ## [tw93.github.io](http://tw93.github.io/)
2
- - This is Tw93's front-end technology blog.
2
+
3
+ - This is Tw93's front-end technology blog.
3
4
  - Commonly used to record learning and research front-end technology.
4
5
  - Concerned about the front-end new technology and new thinking.
5
6
  - The blog theme named [cosy-jekyll-theme](https://rubygems.org/gems/cosy-jekyll-theme) is created by [Tw93](http://tw93.github.io/about/).
6
7
 
7
-
8
8
  ## [cosy-jekyll-theme](https://rubygems.org/gems/cosy-jekyll-theme)
9
+
9
10
  - cosy-jekyll-theme is a responsive blog template providing a good reading experience.
10
11
  - **No jQuery**, No other redundant resources.
11
- - Modern and minimal design, **More concise and Faster than other jekyll theme.**
12
+ - Modern and minimal design, **More concise and Faster** than other jekyll theme.
12
13
  - **Responsive templates for post, page**,Looks great on mobile, tablet, and desktop devices.
13
14
  - **Loading resources selectively on different platforms.**
14
15
  - **Support Lazyload.**
15
16
  - Compress JavaScript and CSS.
16
17
  - By using SVG and Canvas Makes this blog more geeks.
17
18
  - When running in PC,It will show a QRcode that you can read on mobile.
18
- - When the picture in articles is **too complicated to see it clearly,you can zoom it in full-screen.** .
19
+ - When the picture in articles is **too complicated to see it clearly,you can zoom it in full-screen.** .
19
20
  - Funny [custom 404 page](http://tw93.github.io/err),You will like it.
20
21
  - **More suitable for China**:
21
- - Dropping Google webfont, using proxy webfont.
22
- - Delay loading of resources that are not immediately required.
23
- - When Discus failed to load, It will be a good suggestion.
24
- - Add Buy Me A Coffee by using WeChat payment.
25
-
22
+
23
+ - Dropping Google webfont, using proxy webfont.
24
+ - Delay loading of resources that are not immediately required.
25
+ - When Discus failed to load, It will be a good suggestion.
26
+ - Add Buy Me A Coffee by using WeChat payment.
27
+
26
28
  ## [PC Preview](http://tw93.github.io/)
27
29
 
28
- ![demo.png](http://7vihmc.com1.z0.glb.clouddn.com/Jietu20170203-222805.jpg)
30
+ ![demo.png](http://gtms02.alicdn.com/tfs/TB1W3NFQVXXXXaUXpXXXXXXXXXX-2316-1537.jpg)
29
31
 
30
32
  ## H5 Preview
31
33
 
32
- <img src="http://ww1.sinaimg.cn/large/0060lm7Tgy1fc8ex6yyh3j30xp1iy0z1.jpg" width="290"/><img src="http://ww3.sinaimg.cn/large/0060lm7Tgy1fc8eyalu16j30xp1iyq7g.jpg" width="290"/><img src="http://ww3.sinaimg.cn/large/0060lm7Tgy1fc8ex5vn9dj30xp1iyafo.jpg" width="290"/>
34
+ <img src="http://ww1.sinaimg.cn/large/0060lm7Tgy1fc8ex6yyh3j30xp1iy0z1.jpg" width="290"/><img src="http://ww3.sinaimg.cn/large/0060lm7Tgy1fc8eyalu16j30xp1iyq7g.jpg" width="290"/><img src="http://ww3.sinaimg.cn/large/0060lm7Tgy1fc8ex5vn9dj30xp1iyafo.jpg" width="290"/>
33
35
 
34
36
  ## QR code
35
37
 
36
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;![](http://ww1.sinaimg.cn/large/0060lm7Tgy1fc8eyyn0msj305k05kglf.jpg)
37
-
38
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;![](http://ww1.sinaimg.cn/large/0060lm7Tgy1fc8eyyn0msj305k05kglf.jpg)
39
+
38
40
  ## How To Use
41
+
39
42
  1. [Fork the repo](https://github.com/tw93/tw93.github.io)
40
43
  2. Clone down the repo with `$ git clone git@github.com:username/reponame.git`
41
44
  3. Install bundler with `$ gem install bundler`
42
45
  4. Install gems with `$ bundle install`
43
46
  5. Run Jekyll with `$ npm run dev`
44
- 6. Begin hacking for your project,You need modify `about.md` and `_config.yml`
47
+ 6. Begin hacking for your project,You need modify `about.md` and `_config.yml`
45
48
  7. For more details, read [documentation](http://jekyllrb.com/)
46
49
 
47
50
  ## Support
51
+
48
52
  - **Feel free to fork. I'll Appreciate it if you keep the Author & Github link at footer**.
49
53
  - Give it **a Star** if you like, fork or just clone to use.
50
54
  - Having a problem getting something to work or want to know why I setup something in a certain way? [File a GitHub Issue](https://github.com/tw93/tw93.github.io/issues/new).
51
55
  - If you make something cool with this theme feel free to let me know.
52
56
 
53
57
  ## License
58
+
54
59
  - The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,6 +1,6 @@
1
1
  {% if site.showBuyCoffee != false %}
2
2
  <div class="coffee">
3
3
  <div class="buy-me-coffee" id="J_buy-me-coffee" onclick="document.getElementById('J_my_pay_image').classList.toggle('active');this.classList.toggle('active');">Buy Me a Coffee !</div>
4
- <img data-src="{{ site.assetUrl }}{{ site.payImage }}" class="my-pay-img lazyload" id="J_my_pay_image">
4
+ <img data-src="{{ site.payImage }}" class="my-pay-img lazyload" id="J_my_pay_image">
5
5
  </div>
6
6
  {% endif %}
@@ -1,6 +1,6 @@
1
1
  <div class="footer-wrapper">
2
2
  <footer role="contentinfo">
3
- &copy; {{ site.time | date: '%Y' }} Using <a href="https://github.com/tw93/tw93.github.io" rel="nofollow" target="_blank" class="need_dotted">cosy-jekyll-theme</a> by Tw93.
3
+ &copy; {{ site.time | date: '%Y' }} Using <a href="https://github.com/tw93/tw93.github.io" rel="nofollow" target="_blank" class="need_dotted">cosy jekyll theme</a> by Tw93.
4
4
  </footer>
5
5
  </div>
6
6
 
@@ -28,33 +28,22 @@
28
28
  </script>
29
29
  {% endif %}
30
30
 
31
- {% if page.comments != false and site.disqus_shortname %}
31
+ {% if page.comments != false %}
32
32
  <script type="text/javascript">
33
- setTimeout(function () {
34
- var disqus_shortname = '{{ site.disqus_shortname }}';
35
- (function () {
36
- var dsq = document.createElement('script');
37
- dsq.type = 'text/javascript';
38
- dsq.async = true;
39
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
40
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
41
- })();
42
-
43
- /* * * DON'T EDIT BELOW THIS LINE * * */
44
- (function () {
45
- var s = document.createElement('script');
46
- s.async = true;
47
- s.type = 'text/javascript';
48
- s.src = '//' + disqus_shortname + '.disqus.com/count.js';
49
- (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
50
- }());
51
- }, 2000);
33
+ setTimeout(function(){
34
+ new Gitalk({
35
+ clientID: 'ca11229a5275e8e1c2fd',
36
+ clientSecret: '61557a125b1b9c0db677239575f816f64114845f',
37
+ repo: 'tw93.github.io',
38
+ owner: 'tw93',
39
+ admin: 'tw93',
40
+ id: md5(location.pathname),
41
+ distractionFreeMode: false
42
+ }).render('gitalk-container');
43
+ },300)
52
44
  </script>
53
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
54
- </noscript>
55
45
  {% endif %}
56
46
 
57
-
58
47
  {% if page.url=="/" %}
59
48
  <script>
60
49
  function hereDoc(f) {
@@ -71,8 +60,7 @@
71
60
  \_____/\___|\__,_|_| |_| |_| \____/ \__,_| \_/ \__,_\____/ \___|_| |_| .__/ \__|
72
61
 
73
62
 
74
- Tw93 Stay hungry. Stay foolish.
75
-
63
+ This is Tw93's front-end technology blog, Commonly used to record learning and research front-end technology, Concerned about the front-end new technology and new thinking.
76
64
  */
77
65
  });
78
66
  console.log(string);
@@ -0,0 +1,4 @@
1
+ {% if page.comments != false %}
2
+ <section id="gitalk-container"></section>
3
+ {% endif %}
4
+
@@ -6,7 +6,6 @@
6
6
  {% if page.tags %}
7
7
  <meta name="keywords" content="{{ page.tags | join: ', ' }}">
8
8
  {% endif %}
9
-
10
9
  <!-- Open Graph -->
11
10
  <meta property="og:locale" content="{{ site.locale }}">
12
11
  <meta property="og:type" content="article">
@@ -19,6 +18,7 @@
19
18
  {% if site.baidu_verify %}
20
19
  <meta name="baidu-site-verification" content="{{site.baidu_verify}}"/>
21
20
  {% endif %}
21
+
22
22
  {% if site.google_verify %}
23
23
  <meta name="google-site-verification" content="{{ site.google_verify }}">
24
24
  {% endif %}
@@ -42,13 +42,15 @@
42
42
 
43
43
  <link rel="stylesheet" href="{{ site.url }}/css/index.css">
44
44
 
45
- <link href="//fonts.css.network/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css">
46
-
47
45
  <meta http-equiv="cleartype" content="on">
48
46
 
49
47
  <link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
50
48
 
51
49
  {% if page.layout == "post" %}
52
- <script src="{{site.assetUrl}}lazysizes.min.js" async></script>
50
+ <script src="//gw.alipayobjects.com/os/rmsportal/PIYOQOcFoeIvZLKgqukk.js" async></script>
51
+ {% endif %}
52
+
53
+ {% if page.comments != false %}
54
+ <script src="//gw.alipayobjects.com/os/rmsportal/hLaEIutAxSUpcpcRhdtd.js" async></script>
53
55
  {% endif %}
54
56
  </head>
@@ -1,4 +1,4 @@
1
- {% if page.previous.url and site.related_posts.size > 0%}
1
+ {% if page.previous.url and site.related_posts.size > 0 and page.previous.hide !=true%}
2
2
  <a class="read-more" href="{{ site.url }}{{ page.previous.url }}" title="{{ page.previous.url.title }}">
3
3
  <div class="read-more-header">
4
4
  <div class="read-more-btn">Read More</div>
@@ -1,16 +1,11 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="{{site.lang}}">
3
-
4
3
  {% include head.html %}
5
-
6
4
  <body id="post-index">
7
-
8
5
  {% include header.html %}
9
-
10
6
  <div id="main" role="main">
11
7
  {{ content }}
12
8
  </div>
13
-
14
9
  {% include footer.html %}
15
10
  </body>
16
11
  </html>
@@ -1,22 +1,16 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="{{site.lang}}">
3
-
4
3
  {% include head.html %}
5
-
6
4
  <body id="page">
7
-
8
5
  {% include header.html %}
9
-
10
6
  <div id="main" role="main">
11
7
  <article class="hentry">
12
8
  <div class="entry-content">
13
9
  {{ content }}
14
10
  </div>
15
- {% include disqus.html %}
11
+ {% include gitalk.html %}
16
12
  </article>
17
13
  </div>
18
-
19
14
  {% include footer.html %}
20
-
21
15
  </body>
22
16
  </html>
@@ -1,17 +1,12 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="{{site.lang}}">
3
3
  {% include head.html %}
4
-
5
4
  <body id="post">
6
-
7
5
  {% include header.html %}
8
-
9
6
  <div id="main" role="main">
10
7
  <article class="hentry">
11
8
  <div class="entry-content">
12
-
13
9
  <h1 class="post-title entry-title">{{ page.title }}</h1>
14
-
15
10
  <h4 class="page-info">
16
11
  <span>Categories:&nbsp;&nbsp;{{page.categories}}</span>
17
12
  <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time>
@@ -19,21 +14,13 @@
19
14
  <div id="J_qr_code" class="qr-code" onmouseover="this.title='';"></div>
20
15
  </div>
21
16
  </h4>
22
-
23
17
  {{ content }}
24
-
25
18
  {% include buy-me-coffee.html %}
26
-
27
19
  </div>
28
-
29
- {% include disqus.html %}
30
-
20
+ {% include gitalk.html %}
31
21
  {% include read-more.html %}
32
-
33
22
  </article>
34
23
  </div>
35
-
36
24
  {% include footer.html %}
37
-
38
25
  </body>
39
26
  </html>
@@ -0,0 +1,1186 @@
1
+ @font-face {
2
+ font-family: octicons-link;
3
+ src: url(data:font/woff;charset=utf-8;base64,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) format('woff');
4
+ }
5
+
6
+ .markdown-body {
7
+ -ms-text-size-adjust: 100%;
8
+ -webkit-text-size-adjust: 100%;
9
+ line-height: 1.5;
10
+ color: #24292e;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
12
+ font-size: 16px;
13
+ line-height: 1.5;
14
+ word-wrap: break-word;
15
+ }
16
+
17
+ .markdown-body .pl-c {
18
+ color: #6a737d;
19
+ }
20
+
21
+ .markdown-body .pl-c1,
22
+ .markdown-body .pl-s .pl-v {
23
+ color: #005cc5;
24
+ }
25
+
26
+ .markdown-body .pl-e,
27
+ .markdown-body .pl-en {
28
+ color: #6f42c1;
29
+ }
30
+
31
+ .markdown-body .pl-smi,
32
+ .markdown-body .pl-s .pl-s1 {
33
+ color: #24292e;
34
+ }
35
+
36
+ .markdown-body .pl-ent {
37
+ color: #22863a;
38
+ }
39
+
40
+ .markdown-body .pl-k {
41
+ color: #d73a49;
42
+ }
43
+
44
+ .markdown-body .pl-s,
45
+ .markdown-body .pl-pds,
46
+ .markdown-body .pl-s .pl-pse .pl-s1,
47
+ .markdown-body .pl-sr,
48
+ .markdown-body .pl-sr .pl-cce,
49
+ .markdown-body .pl-sr .pl-sre,
50
+ .markdown-body .pl-sr .pl-sra {
51
+ color: #032f62;
52
+ }
53
+
54
+ .markdown-body .pl-v,
55
+ .markdown-body .pl-smw {
56
+ color: #e36209;
57
+ }
58
+
59
+ .markdown-body .pl-bu {
60
+ color: #b31d28;
61
+ }
62
+
63
+ .markdown-body .pl-ii {
64
+ color: #fafbfc;
65
+ background-color: #b31d28;
66
+ }
67
+
68
+ .markdown-body .pl-c2 {
69
+ color: #fafbfc;
70
+ background-color: #d73a49;
71
+ }
72
+
73
+ .markdown-body .pl-c2::before {
74
+ content: "^M";
75
+ }
76
+
77
+ .markdown-body .pl-sr .pl-cce {
78
+ font-weight: bold;
79
+ color: #22863a;
80
+ }
81
+
82
+ .markdown-body .pl-ml {
83
+ color: #735c0f;
84
+ }
85
+
86
+ .markdown-body .pl-mh,
87
+ .markdown-body .pl-mh .pl-en,
88
+ .markdown-body .pl-ms {
89
+ font-weight: bold;
90
+ color: #005cc5;
91
+ }
92
+
93
+ .markdown-body .pl-mi {
94
+ font-style: italic;
95
+ color: #24292e;
96
+ }
97
+
98
+ .markdown-body .pl-mb {
99
+ font-weight: bold;
100
+ color: #24292e;
101
+ }
102
+
103
+ .markdown-body .pl-md {
104
+ color: #b31d28;
105
+ background-color: #ffeef0;
106
+ }
107
+
108
+ .markdown-body .pl-mi1 {
109
+ color: #22863a;
110
+ background-color: #f0fff4;
111
+ }
112
+
113
+ .markdown-body .pl-mc {
114
+ color: #e36209;
115
+ background-color: #ffebda;
116
+ }
117
+
118
+ .markdown-body .pl-mi2 {
119
+ color: #f6f8fa;
120
+ background-color: #005cc5;
121
+ }
122
+
123
+ .markdown-body .pl-mdr {
124
+ font-weight: bold;
125
+ color: #6f42c1;
126
+ }
127
+
128
+ .markdown-body .pl-ba {
129
+ color: #586069;
130
+ }
131
+
132
+ .markdown-body .pl-sg {
133
+ color: #959da5;
134
+ }
135
+
136
+ .markdown-body .pl-corl {
137
+ text-decoration: underline;
138
+ color: #032f62;
139
+ }
140
+
141
+ .markdown-body .octicon {
142
+ display: inline-block;
143
+ vertical-align: text-top;
144
+ fill: currentColor;
145
+ }
146
+
147
+ .markdown-body a {
148
+ background-color: transparent;
149
+ -webkit-text-decoration-skip: objects;
150
+ }
151
+
152
+ .markdown-body a:active,
153
+ .markdown-body a:hover {
154
+ outline-width: 0;
155
+ }
156
+
157
+ .markdown-body strong {
158
+ font-weight: inherit;
159
+ }
160
+
161
+ .markdown-body strong {
162
+ font-weight: bolder;
163
+ }
164
+
165
+ .markdown-body h1 {
166
+ font-size: 2em;
167
+ margin: 0.67em 0;
168
+ }
169
+
170
+ .markdown-body img {
171
+ border-style: none;
172
+ }
173
+
174
+ .markdown-body svg:not(:root) {
175
+ overflow: hidden;
176
+ }
177
+
178
+ .markdown-body code,
179
+ .markdown-body kbd,
180
+ .markdown-body pre {
181
+ font-family: monospace, monospace;
182
+ font-size: 1em;
183
+ }
184
+
185
+ .markdown-body hr {
186
+ -webkit-box-sizing: content-box;
187
+ box-sizing: content-box;
188
+ height: 0;
189
+ overflow: visible;
190
+ }
191
+
192
+ .markdown-body input {
193
+ font: inherit;
194
+ margin: 0;
195
+ }
196
+
197
+ .markdown-body input {
198
+ overflow: visible;
199
+ }
200
+
201
+ .markdown-body [type="checkbox"] {
202
+ -webkit-box-sizing: border-box;
203
+ box-sizing: border-box;
204
+ padding: 0;
205
+ }
206
+
207
+ .markdown-body * {
208
+ -webkit-box-sizing: border-box;
209
+ box-sizing: border-box;
210
+ }
211
+
212
+ .markdown-body input {
213
+ font-family: inherit;
214
+ font-size: inherit;
215
+ line-height: inherit;
216
+ }
217
+
218
+ .markdown-body a {
219
+ color: #0366d6;
220
+ text-decoration: none;
221
+ }
222
+
223
+ .markdown-body a:hover {
224
+ text-decoration: underline;
225
+ }
226
+
227
+ .markdown-body strong {
228
+ font-weight: 600;
229
+ }
230
+
231
+ .markdown-body hr {
232
+ height: 0;
233
+ margin: 15px 0;
234
+ overflow: hidden;
235
+ background: transparent;
236
+ border: 0;
237
+ border-bottom: 1px solid #dfe2e5;
238
+ }
239
+
240
+ .markdown-body hr::before {
241
+ display: table;
242
+ content: "";
243
+ }
244
+
245
+ .markdown-body hr::after {
246
+ display: table;
247
+ clear: both;
248
+ content: "";
249
+ }
250
+
251
+ .markdown-body table {
252
+ border-spacing: 0;
253
+ border-collapse: collapse;
254
+ }
255
+
256
+ .markdown-body td,
257
+ .markdown-body th {
258
+ padding: 0;
259
+ }
260
+
261
+ .markdown-body h1,
262
+ .markdown-body h2,
263
+ .markdown-body h3,
264
+ .markdown-body h4,
265
+ .markdown-body h5,
266
+ .markdown-body h6 {
267
+ margin-top: 0;
268
+ margin-bottom: 0;
269
+ }
270
+
271
+ .markdown-body h1 {
272
+ font-size: 32px;
273
+ font-weight: 600;
274
+ }
275
+
276
+ .markdown-body h2 {
277
+ font-size: 24px;
278
+ font-weight: 600;
279
+ }
280
+
281
+ .markdown-body h3 {
282
+ font-size: 20px;
283
+ font-weight: 600;
284
+ }
285
+
286
+ .markdown-body h4 {
287
+ font-size: 16px;
288
+ font-weight: 600;
289
+ }
290
+
291
+ .markdown-body h5 {
292
+ font-size: 14px;
293
+ font-weight: 600;
294
+ }
295
+
296
+ .markdown-body h6 {
297
+ font-size: 12px;
298
+ font-weight: 600;
299
+ }
300
+
301
+ .markdown-body p {
302
+ margin-top: 0;
303
+ margin-bottom: 10px;
304
+ }
305
+
306
+ .markdown-body blockquote {
307
+ margin: 0;
308
+ }
309
+
310
+ .markdown-body ul,
311
+ .markdown-body ol {
312
+ padding-left: 0;
313
+ margin-top: 0;
314
+ margin-bottom: 0;
315
+ }
316
+
317
+ .markdown-body ol ol,
318
+ .markdown-body ul ol {
319
+ list-style-type: lower-roman;
320
+ }
321
+
322
+ .markdown-body ul ul ol,
323
+ .markdown-body ul ol ol,
324
+ .markdown-body ol ul ol,
325
+ .markdown-body ol ol ol {
326
+ list-style-type: lower-alpha;
327
+ }
328
+
329
+ .markdown-body dd {
330
+ margin-left: 0;
331
+ }
332
+
333
+ .markdown-body code {
334
+ font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
335
+ font-size: 12px;
336
+ }
337
+
338
+ .markdown-body pre {
339
+ margin-top: 0;
340
+ margin-bottom: 0;
341
+ font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
342
+ }
343
+
344
+ .markdown-body .octicon {
345
+ vertical-align: text-bottom;
346
+ }
347
+
348
+ .markdown-body .pl-0 {
349
+ padding-left: 0 !important;
350
+ }
351
+
352
+ .markdown-body .pl-1 {
353
+ padding-left: 4px !important;
354
+ }
355
+
356
+ .markdown-body .pl-2 {
357
+ padding-left: 8px !important;
358
+ }
359
+
360
+ .markdown-body .pl-3 {
361
+ padding-left: 16px !important;
362
+ }
363
+
364
+ .markdown-body .pl-4 {
365
+ padding-left: 24px !important;
366
+ }
367
+
368
+ .markdown-body .pl-5 {
369
+ padding-left: 32px !important;
370
+ }
371
+
372
+ .markdown-body .pl-6 {
373
+ padding-left: 40px !important;
374
+ }
375
+
376
+ .markdown-body::before {
377
+ display: table;
378
+ content: "";
379
+ }
380
+
381
+ .markdown-body::after {
382
+ display: table;
383
+ clear: both;
384
+ content: "";
385
+ }
386
+
387
+ .markdown-body>*:first-child {
388
+ margin-top: 0 !important;
389
+ }
390
+
391
+ .markdown-body>*:last-child {
392
+ margin-bottom: 0 !important;
393
+ }
394
+
395
+ .markdown-body a:not([href]) {
396
+ color: inherit;
397
+ text-decoration: none;
398
+ }
399
+
400
+ .markdown-body .anchor {
401
+ float: left;
402
+ padding-right: 4px;
403
+ margin-left: -20px;
404
+ line-height: 1;
405
+ }
406
+
407
+ .markdown-body .anchor:focus {
408
+ outline: none;
409
+ }
410
+
411
+ .markdown-body p,
412
+ .markdown-body blockquote,
413
+ .markdown-body ul,
414
+ .markdown-body ol,
415
+ .markdown-body dl,
416
+ .markdown-body table,
417
+ .markdown-body pre {
418
+ margin-top: 0;
419
+ margin-bottom: 16px;
420
+ }
421
+
422
+ .markdown-body hr {
423
+ height: 0.25em;
424
+ padding: 0;
425
+ margin: 24px 0;
426
+ background-color: #e1e4e8;
427
+ border: 0;
428
+ }
429
+
430
+ .markdown-body blockquote {
431
+ padding: 0 1em;
432
+ color: #6a737d;
433
+ border-left: 0.25em solid #dfe2e5;
434
+ }
435
+
436
+ .markdown-body blockquote>:first-child {
437
+ margin-top: 0;
438
+ }
439
+
440
+ .markdown-body blockquote>:last-child {
441
+ margin-bottom: 0;
442
+ }
443
+
444
+ .markdown-body kbd {
445
+ display: inline-block;
446
+ padding: 3px 5px;
447
+ font-size: 11px;
448
+ line-height: 10px;
449
+ color: #444d56;
450
+ vertical-align: middle;
451
+ background-color: #fafbfc;
452
+ border: solid 1px #c6cbd1;
453
+ border-bottom-color: #959da5;
454
+ border-radius: 3px;
455
+ -webkit-box-shadow: inset 0 -1px 0 #959da5;
456
+ box-shadow: inset 0 -1px 0 #959da5;
457
+ }
458
+
459
+ .markdown-body h1,
460
+ .markdown-body h2,
461
+ .markdown-body h3,
462
+ .markdown-body h4,
463
+ .markdown-body h5,
464
+ .markdown-body h6 {
465
+ margin-top: 24px;
466
+ margin-bottom: 16px;
467
+ font-weight: 600;
468
+ line-height: 1.25;
469
+ }
470
+
471
+ .markdown-body h1 .octicon-link,
472
+ .markdown-body h2 .octicon-link,
473
+ .markdown-body h3 .octicon-link,
474
+ .markdown-body h4 .octicon-link,
475
+ .markdown-body h5 .octicon-link,
476
+ .markdown-body h6 .octicon-link {
477
+ color: #1b1f23;
478
+ vertical-align: middle;
479
+ visibility: hidden;
480
+ }
481
+
482
+ .markdown-body h1:hover .anchor,
483
+ .markdown-body h2:hover .anchor,
484
+ .markdown-body h3:hover .anchor,
485
+ .markdown-body h4:hover .anchor,
486
+ .markdown-body h5:hover .anchor,
487
+ .markdown-body h6:hover .anchor {
488
+ text-decoration: none;
489
+ }
490
+
491
+ .markdown-body h1:hover .anchor .octicon-link,
492
+ .markdown-body h2:hover .anchor .octicon-link,
493
+ .markdown-body h3:hover .anchor .octicon-link,
494
+ .markdown-body h4:hover .anchor .octicon-link,
495
+ .markdown-body h5:hover .anchor .octicon-link,
496
+ .markdown-body h6:hover .anchor .octicon-link {
497
+ visibility: visible;
498
+ }
499
+
500
+ .markdown-body h1 {
501
+ padding-bottom: 0.3em;
502
+ font-size: 2em;
503
+ border-bottom: 1px solid #eaecef;
504
+ }
505
+
506
+ .markdown-body h2 {
507
+ padding-bottom: 0.3em;
508
+ font-size: 1.5em;
509
+ border-bottom: 1px solid #eaecef;
510
+ }
511
+
512
+ .markdown-body h3 {
513
+ font-size: 1.25em;
514
+ }
515
+
516
+ .markdown-body h4 {
517
+ font-size: 1em;
518
+ }
519
+
520
+ .markdown-body h5 {
521
+ font-size: 0.875em;
522
+ }
523
+
524
+ .markdown-body h6 {
525
+ font-size: 0.85em;
526
+ color: #6a737d;
527
+ }
528
+
529
+ .markdown-body ul,
530
+ .markdown-body ol {
531
+ padding-left: 2em;
532
+ }
533
+
534
+ .markdown-body ul ul,
535
+ .markdown-body ul ol,
536
+ .markdown-body ol ol,
537
+ .markdown-body ol ul {
538
+ margin-top: 0;
539
+ margin-bottom: 0;
540
+ }
541
+
542
+ .markdown-body li>p {
543
+ margin-top: 16px;
544
+ }
545
+
546
+ .markdown-body li+li {
547
+ margin-top: 0.25em;
548
+ }
549
+
550
+ .markdown-body dl {
551
+ padding: 0;
552
+ }
553
+
554
+ .markdown-body dl dt {
555
+ padding: 0;
556
+ margin-top: 16px;
557
+ font-size: 1em;
558
+ font-style: italic;
559
+ font-weight: 600;
560
+ }
561
+
562
+ .markdown-body dl dd {
563
+ padding: 0 16px;
564
+ margin-bottom: 16px;
565
+ }
566
+
567
+ .markdown-body table {
568
+ display: block;
569
+ width: 100%;
570
+ overflow: auto;
571
+ }
572
+
573
+ .markdown-body table th {
574
+ font-weight: 600;
575
+ }
576
+
577
+ .markdown-body table th,
578
+ .markdown-body table td {
579
+ padding: 6px 13px;
580
+ border: 1px solid #dfe2e5;
581
+ }
582
+
583
+ .markdown-body table tr {
584
+ background-color: #fff;
585
+ border-top: 1px solid #c6cbd1;
586
+ }
587
+
588
+ .markdown-body table tr:nth-child(2n) {
589
+ background-color: #f6f8fa;
590
+ }
591
+
592
+ .markdown-body img {
593
+ max-width: 100%;
594
+ -webkit-box-sizing: content-box;
595
+ box-sizing: content-box;
596
+ background-color: #fff;
597
+ }
598
+
599
+ .markdown-body code {
600
+ padding: 0;
601
+ padding-top: 0.2em;
602
+ padding-bottom: 0.2em;
603
+ margin: 0;
604
+ font-size: 85%;
605
+ background-color: rgba(27,31,35,0.05);
606
+ border-radius: 3px;
607
+ }
608
+
609
+ .markdown-body code::before,
610
+ .markdown-body code::after {
611
+ letter-spacing: -0.2em;
612
+ content: "\A0";
613
+ }
614
+
615
+ .markdown-body pre {
616
+ word-wrap: normal;
617
+ }
618
+
619
+ .markdown-body pre>code {
620
+ padding: 0;
621
+ margin: 0;
622
+ font-size: 100%;
623
+ word-break: normal;
624
+ white-space: pre;
625
+ background: transparent;
626
+ border: 0;
627
+ }
628
+
629
+ .markdown-body .highlight {
630
+ margin-bottom: 16px;
631
+ }
632
+
633
+ .markdown-body .highlight pre {
634
+ margin-bottom: 0;
635
+ word-break: normal;
636
+ }
637
+
638
+ .markdown-body .highlight pre,
639
+ .markdown-body pre {
640
+ padding: 16px;
641
+ overflow: auto;
642
+ font-size: 85%;
643
+ line-height: 1.45;
644
+ background-color: #f6f8fa;
645
+ border-radius: 3px;
646
+ }
647
+
648
+ .markdown-body pre code {
649
+ display: inline;
650
+ max-width: auto;
651
+ padding: 0;
652
+ margin: 0;
653
+ overflow: visible;
654
+ line-height: inherit;
655
+ word-wrap: normal;
656
+ background-color: transparent;
657
+ border: 0;
658
+ }
659
+
660
+ .markdown-body pre code::before,
661
+ .markdown-body pre code::after {
662
+ content: normal;
663
+ }
664
+
665
+ .markdown-body .full-commit .btn-outline:not(:disabled):hover {
666
+ color: #005cc5;
667
+ border-color: #005cc5;
668
+ }
669
+
670
+ .markdown-body kbd {
671
+ display: inline-block;
672
+ padding: 3px 5px;
673
+ font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
674
+ line-height: 10px;
675
+ color: #444d56;
676
+ vertical-align: middle;
677
+ background-color: #fafbfc;
678
+ border: solid 1px #d1d5da;
679
+ border-bottom-color: #c6cbd1;
680
+ border-radius: 3px;
681
+ -webkit-box-shadow: inset 0 -1px 0 #c6cbd1;
682
+ box-shadow: inset 0 -1px 0 #c6cbd1;
683
+ }
684
+
685
+ .markdown-body :checked+.radio-label {
686
+ position: relative;
687
+ z-index: 1;
688
+ border-color: #0366d6;
689
+ }
690
+
691
+ .markdown-body .task-list-item {
692
+ list-style-type: none;
693
+ }
694
+
695
+ .markdown-body .task-list-item+.task-list-item {
696
+ margin-top: 3px;
697
+ }
698
+
699
+ .markdown-body .task-list-item input {
700
+ margin: 0 0.2em 0.25em -1.6em;
701
+ vertical-align: middle;
702
+ }
703
+
704
+ .markdown-body hr {
705
+ border-bottom-color: #eee;
706
+ }
707
+ /* variables */
708
+ /* functions & mixins */
709
+ /* variables - calculated */
710
+ /* styles */
711
+ .gt-container {
712
+ -webkit-box-sizing: border-box;
713
+ box-sizing: border-box;
714
+ font-size: 16px;
715
+ /* loader */
716
+ /* error */
717
+ /* initing */
718
+ /* no int */
719
+ /* link */
720
+ /* meta */
721
+ /* popup */
722
+ /* header */
723
+ /* comments */
724
+ /* comment */
725
+ }
726
+ .gt-container * {
727
+ -webkit-box-sizing: border-box;
728
+ box-sizing: border-box;
729
+ }
730
+ .gt-container a {
731
+ color: #222;
732
+ }
733
+ .gt-container a:hover {
734
+ color: #000;
735
+ border-color: #81a6ed;
736
+ }
737
+ .gt-container a.is--active {
738
+ color: #333;
739
+ cursor: default !important;
740
+ }
741
+ .gt-container a.is--active:hover {
742
+ color: #333;
743
+ }
744
+ .gt-container .gt-svg {
745
+ display: inline-block;
746
+ width: 1em;
747
+ height: 1em;
748
+ vertical-align: sub;
749
+ }
750
+ .gt-container .gt-svg svg {
751
+ width: 100%;
752
+ height: 100%;
753
+ fill: #222;
754
+ }
755
+ .gt-container .gt-ico {
756
+ display: inline-block;
757
+ }
758
+ .gt-container .gt-ico-text {
759
+ margin-left: 0.3125em;
760
+ }
761
+ .gt-container .gt-ico-github .gt-svg {
762
+ width: 100%;
763
+ height: 100%;
764
+ }
765
+ .gt-container .gt-ico-github svg {
766
+ fill: inherit;
767
+ }
768
+ .gt-container .gt-spinner {
769
+ position: relative;
770
+ }
771
+ .gt-container .gt-spinner::before {
772
+ content: '';
773
+ -webkit-box-sizing: border-box;
774
+ box-sizing: border-box;
775
+ position: absolute;
776
+ top: 3px;
777
+ width: 0.75em;
778
+ height: 0.75em;
779
+ margin-top: -0.1875em;
780
+ margin-left: -0.375em;
781
+ border-radius: 50%;
782
+ border: 1px solid #fff;
783
+ border-top-color: #222;
784
+ -webkit-animation: gt-kf-rotate 0.6s linear infinite;
785
+ animation: gt-kf-rotate 0.6s linear infinite;
786
+ }
787
+ .gt-container .gt-loader {
788
+ position: relative;
789
+ border: 1px solid #999;
790
+ -webkit-animation: ease gt-kf-rotate 1.5s infinite;
791
+ animation: ease gt-kf-rotate 1.5s infinite;
792
+ display: inline-block;
793
+ font-style: normal;
794
+ width: 1.75em;
795
+ height: 1.75em;
796
+ line-height: 1.75em;
797
+ border-radius: 50%;
798
+ }
799
+ .gt-container .gt-loader:before {
800
+ content: '';
801
+ position: absolute;
802
+ display: block;
803
+ top: 0;
804
+ left: 50%;
805
+ margin-top: -0.1875em;
806
+ margin-left: -0.1875em;
807
+ width: 0.375em;
808
+ height: 0.375em;
809
+ background-color: #999;
810
+ border-radius: 50%;
811
+ }
812
+ .gt-container .gt-avatar {
813
+ display: inline-block;
814
+ width: 3.125em;
815
+ height: 3.125em;
816
+ }
817
+ @media (max-width: 479px) {
818
+ .gt-container .gt-avatar {
819
+ width: 2em;
820
+ height: 2em;
821
+ }
822
+ }
823
+ .gt-container .gt-avatar img {
824
+ width: 100%;
825
+ height: auto;
826
+ border-radius: 3px;
827
+ }
828
+ .gt-container .gt-avatar-github {
829
+ width: 3em;
830
+ height: 3em;
831
+ }
832
+ @media (max-width: 479px) {
833
+ .gt-container .gt-avatar-github {
834
+ width: 1.875em;
835
+ height: 1.875em;
836
+ }
837
+ }
838
+ .gt-container .gt-btn {
839
+ padding: 0.75em 1em;
840
+ display: inline-block;
841
+ line-height: 1;
842
+ text-decoration: none;
843
+ white-space: nowrap;
844
+ cursor: pointer;
845
+ border: none;
846
+ border-radius: 3px;
847
+ background-color: #222;
848
+ border: 2px solid #222;
849
+ color: #fff;
850
+ outline: none;
851
+ font-size: 0.75em;
852
+ }
853
+ .gt-container .gt-btn:hover {
854
+ background-color: #fff;
855
+ border: 2px solid #222;
856
+ color: #222222;
857
+ }
858
+ .gt-container .gt-btn-text {
859
+ font-weight: 400;
860
+ }
861
+ .gt-container .gt-btn-loading {
862
+ position: relative;
863
+ margin-left: 0.5em;
864
+ display: inline-block;
865
+ width: 0.75em;
866
+ height: 1em;
867
+ vertical-align: top;
868
+ }
869
+ .gt-container .gt-btn.is--disable {
870
+ cursor: not-allowed;
871
+ opacity: 0.5;
872
+ }
873
+ .gt-container .gt-btn-login {
874
+ margin-right: 0;
875
+ }
876
+ .gt-container .gt-error {
877
+ text-align: center;
878
+ margin: 0.625em;
879
+ color: #ff3860;
880
+ }
881
+ .gt-container .gt-initing {
882
+ padding: 1.25em 0;
883
+ text-align: center;
884
+ }
885
+ .gt-container .gt-initing-text {
886
+ margin: 0.625em auto;
887
+ font-size: 92%;
888
+ }
889
+ .gt-container .gt-no-init {
890
+ padding: 1.25em 0;
891
+ text-align: center;
892
+ }
893
+ .gt-container .gt-link {
894
+ border-bottom: 1px dotted #222;
895
+ }
896
+ .gt-container .gt-link-counts,
897
+ .gt-container .gt-link-project {
898
+ text-decoration: none;
899
+ }
900
+ .gt-container .gt-meta {
901
+ margin: 1.25em 0;
902
+ padding: 1em 0;
903
+ position: relative;
904
+ border-bottom: 1px solid #e9e9e9;
905
+ font-size: 1em;
906
+ position: relative;
907
+ z-index: 10;
908
+ }
909
+ .gt-container .gt-meta:before,
910
+ .gt-container .gt-meta:after {
911
+ content: " ";
912
+ display: table;
913
+ }
914
+ .gt-container .gt-meta:after {
915
+ clear: both;
916
+ }
917
+ .gt-container .gt-counts {
918
+ margin: 0 0.625em 0 0;
919
+ }
920
+ .gt-container .gt-user {
921
+ float: right;
922
+ margin: 0;
923
+ font-size: 92%;
924
+ }
925
+ .gt-container .gt-user-pic {
926
+ width: 16px;
927
+ height: 16px;
928
+ vertical-align: top;
929
+ margin-right: 0.5em;
930
+ }
931
+ .gt-container .gt-user-inner {
932
+ display: inline-block;
933
+ cursor: pointer;
934
+ }
935
+ .gt-container .gt-user .gt-ico {
936
+ margin: 0 0 0 0.3125em;
937
+ }
938
+ .gt-container .gt-user .gt-ico svg {
939
+ fill: inherit;
940
+ }
941
+ .gt-container .gt-user .is--poping .gt-ico svg {
942
+ fill: #222;
943
+ }
944
+ .gt-container .gt-version {
945
+ color: #a1a1a1;
946
+ margin-left: 0.375em;
947
+ }
948
+ .gt-container .gt-copyright {
949
+ display: none;
950
+ margin: 0 0.9375em 0.5em;
951
+ border-top: 1px solid #e9e9e9;
952
+ padding-top: 0.5em;
953
+ }
954
+ .gt-container .gt-popup {
955
+ position: absolute;
956
+ right: 0;
957
+ top: 2.375em;
958
+ background: #fff;
959
+ display: inline-block;
960
+ border: 1px solid #e9e9e9;
961
+ padding: 0.625em 0;
962
+ font-size: 0.875em;
963
+ letter-spacing: 0.5px;
964
+ }
965
+ .gt-container .gt-popup .gt-action {
966
+ cursor: pointer;
967
+ display: block;
968
+ margin: 0.5em 0;
969
+ padding: 0 1.125em;
970
+ position: relative;
971
+ text-decoration: none;
972
+ }
973
+ .gt-container .gt-popup .gt-action.is--active:before {
974
+ content: '';
975
+ width: 0.25em;
976
+ height: 0.25em;
977
+ background: #222;
978
+ position: absolute;
979
+ left: 0.5em;
980
+ top: 0.4375em;
981
+ }
982
+ .gt-container .gt-header {
983
+ position: relative;
984
+ display: -webkit-box;
985
+ display: -ms-flexbox;
986
+ display: flex;
987
+ }
988
+ .gt-container .gt-header-comment {
989
+ -webkit-box-flex: 1;
990
+ -ms-flex: 1;
991
+ flex: 1;
992
+ margin-left: 1.25em;
993
+ }
994
+ @media (max-width: 479px) {
995
+ .gt-container .gt-header-comment {
996
+ margin-left: 0.875em;
997
+ }
998
+ }
999
+ .gt-container .gt-header-textarea {
1000
+ padding: 0.75em;
1001
+ display: block;
1002
+ -webkit-box-sizing: border-box;
1003
+ box-sizing: border-box;
1004
+ width: 100%;
1005
+ min-height: 5.125em;
1006
+ max-height: 15em;
1007
+ border-radius: 5px;
1008
+ border: 1px solid rgba(0,0,0,0.1);
1009
+ font-size: 0.875em;
1010
+ word-wrap: break-word;
1011
+ resize: vertical;
1012
+ background-color: #f6f6f6;
1013
+ outline: none;
1014
+ -webkit-transition: all 0.25s ease;
1015
+ transition: all 0.25s ease;
1016
+ }
1017
+ .gt-container .gt-header-textarea:hover {
1018
+ background-color: #fbfbfb;
1019
+ }
1020
+ .gt-container .gt-header-controls {
1021
+ position: relative;
1022
+ margin: 0.75em 0 0;
1023
+ }
1024
+ .gt-container .gt-header-controls:before,
1025
+ .gt-container .gt-header-controls:after {
1026
+ content: " ";
1027
+ display: table;
1028
+ }
1029
+ .gt-container .gt-header-controls:after {
1030
+ clear: both;
1031
+ }
1032
+ .gt-container .gt-header-controls-tip {
1033
+ font-size: 0.875em;
1034
+ color: #222;
1035
+ text-decoration: none;
1036
+ vertical-align: sub;
1037
+ }
1038
+ @media (max-width: 479px) {
1039
+ .gt-container .gt-header-controls-tip {
1040
+ display: none;
1041
+ }
1042
+ }
1043
+ .gt-container .gt-header-controls .gt-btn {
1044
+ float: right;
1045
+ }
1046
+ @media (max-width: 479px) {
1047
+ .gt-container .gt-header-controls .gt-btn {
1048
+ float: none;
1049
+ width: 100%;
1050
+ }
1051
+ }
1052
+ .gt-container:after {
1053
+ content: '';
1054
+ position: fixed;
1055
+ bottom: 100%;
1056
+ left: 0;
1057
+ right: 0;
1058
+ top: 0;
1059
+ opacity: 0;
1060
+ }
1061
+ .gt-container.gt-input-focused {
1062
+ position: relative;
1063
+ }
1064
+ .gt-container.gt-input-focused:after {
1065
+ content: '';
1066
+ position: fixed;
1067
+ bottom: 0%;
1068
+ left: 0;
1069
+ right: 0;
1070
+ top: 0;
1071
+ background: #000;
1072
+ opacity: 0.6;
1073
+ -webkit-transition: opacity 0.3s, bottom 0s;
1074
+ transition: opacity 0.3s, bottom 0s;
1075
+ z-index: 9999;
1076
+ }
1077
+ .gt-container.gt-input-focused .gt-header-comment {
1078
+ z-index: 10000;
1079
+ }
1080
+ .gt-container .gt-comments {
1081
+ padding-top: 1.25em;
1082
+ }
1083
+ .gt-container .gt-comments-null {
1084
+ text-align: center;
1085
+ }
1086
+ .gt-container .gt-comments-controls {
1087
+ margin: 1.25em 0;
1088
+ text-align: center;
1089
+ }
1090
+ .gt-container .gt-comment {
1091
+ position: relative;
1092
+ padding: 0.625em 0;
1093
+ display: -webkit-box;
1094
+ display: -ms-flexbox;
1095
+ display: flex;
1096
+ }
1097
+ .gt-container .gt-comment-content {
1098
+ -webkit-box-flex: 1;
1099
+ -ms-flex: 1;
1100
+ flex: 1;
1101
+ margin-left: 1.25em;
1102
+ padding: 0.75em 1em;
1103
+ background-color: #f9f9f9;
1104
+ overflow: auto;
1105
+ -webkit-transition: all ease 0.25s;
1106
+ transition: all ease 0.25s;
1107
+ }
1108
+ .gt-container .gt-comment-content:hover {
1109
+ -webkit-box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
1110
+ box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
1111
+ }
1112
+ @media (max-width: 479px) {
1113
+ .gt-container .gt-comment-content {
1114
+ margin-left: 0.875em;
1115
+ padding: 0.625em 0.75em;
1116
+ }
1117
+ }
1118
+ .gt-container .gt-comment-header {
1119
+ margin-bottom: 0.5em;
1120
+ font-size: 0.875em;
1121
+ position: relative;
1122
+ }
1123
+ .gt-container .gt-comment-username {
1124
+ font-weight: 500;
1125
+ color: #222;
1126
+ text-decoration: none;
1127
+ }
1128
+ .gt-container .gt-comment-username:hover {
1129
+ text-decoration: underline;
1130
+ }
1131
+ .gt-container .gt-comment-text {
1132
+ margin-left: 0.5em;
1133
+ color: #a1a1a1;
1134
+ }
1135
+ .gt-container .gt-comment-date {
1136
+ margin-left: 0.5em;
1137
+ color: #a1a1a1;
1138
+ }
1139
+ .gt-container .gt-comment-like,
1140
+ .gt-container .gt-comment-edit,
1141
+ .gt-container .gt-comment-reply {
1142
+ position: absolute;
1143
+ height: 1.375em;
1144
+ }
1145
+ .gt-container .gt-comment-like:hover,
1146
+ .gt-container .gt-comment-edit:hover,
1147
+ .gt-container .gt-comment-reply:hover {
1148
+ cursor: pointer;
1149
+ }
1150
+ .gt-container .gt-comment-like {
1151
+ top: 0;
1152
+ right: 2em;
1153
+ }
1154
+ .gt-container .gt-comment-edit,
1155
+ .gt-container .gt-comment-reply {
1156
+ top: 0;
1157
+ right: 0;
1158
+ }
1159
+ .gt-container .gt-comment-body {
1160
+ color: #333 !important;
1161
+ }
1162
+ .gt-container .gt-comment-admin .gt-comment-content {
1163
+ background-color: #f6f9fe;
1164
+ }
1165
+ @-webkit-keyframes gt-kf-rotate {
1166
+ 0% {
1167
+ -webkit-transform: rotate(0);
1168
+ transform: rotate(0);
1169
+ }
1170
+ 100% {
1171
+ -webkit-transform: rotate(360deg);
1172
+ transform: rotate(360deg);
1173
+ }
1174
+ }
1175
+ @keyframes gt-kf-rotate {
1176
+ 0% {
1177
+ -webkit-transform: rotate(0);
1178
+ transform: rotate(0);
1179
+ }
1180
+ 100% {
1181
+ -webkit-transform: rotate(360deg);
1182
+ transform: rotate(360deg);
1183
+ }
1184
+ }
1185
+
1186
+ /*# sourceMappingURL=gitalk.css.map*/