jekyll-theme-minimalistic 0.3.3 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c47a2432e900a2a43c9cb42b9f1609992371f6ebd477532a275c56c114e3f45
4
- data.tar.gz: 2f757384295ec31bc4312d0b7fc2ce640993dd2bdff23f5e7e9a744f5a1ca5a9
3
+ metadata.gz: 210a59420d381c8e46233d634caa0115df441c4a57240472c6a7e5c0ef8e1b52
4
+ data.tar.gz: 1da279d37e9424e15bd8b4cafdcb03b6bd0038f4075a94f2d761923ae5b22e9a
5
5
  SHA512:
6
- metadata.gz: 2580036e656d27a366c1e95a7ccff7779ac218daa8b1bc5ca0f8df046c737cbabbd96d7b39ff182783275eb8c60c45d369aa041d2574cfe186a4125d1d5fe44a
7
- data.tar.gz: a6ca519e8b04d171ba00361259db3773447504fd8ba03991f10d09454b6cfe40e61a44fbbd4be548c42682cae7a478ec4c4dce8d0143886696bff84c85c25402
6
+ metadata.gz: 013657ad60e7bbf46a7eea03719598b9d06f1252e03bc1faa14ae1727a4b9d845a8d5715d8339f61a1abb7e5134ebf5468cdbe51e114d2a4ff44d7f6d614801c
7
+ data.tar.gz: f4ca93b1c3875400797f45af43e259c2eab27b0820427b248a6cbccce1c7eecbfaa90bd7dfac147f11b59f71531b0cf7e9efaf985e6f5c5bb8f7f739141828cb
@@ -3,4 +3,4 @@
3
3
  <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
4
4
  {% endif %}
5
5
  {% endunless %}
6
- <p><small>Powered by <a href="https://jekyllrb.com/">Jekyll</a> &amp; <a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a></small></p>
6
+ <p style="margin-bottom: 0px"><small>Powered by <a href="https://jekyllrb.com/">Jekyll</a> &amp; <a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a></small></p>
@@ -8,27 +8,27 @@ html {
8
8
 
9
9
  body {
10
10
  background-color: var(--clr-bg);
11
- padding:50px;
11
+ padding: 50px;
12
12
  font: 15px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
13
13
  color: var(--clr-text);
14
- font-weight:400;
14
+ font-weight: 400;
15
15
  }
16
16
 
17
17
  h1, h2, h3, h4, h5, h6 {
18
18
  color: var(--clr-h1-and-bold);
19
- margin:0 0 20px;
19
+ margin: 0 0 20px;
20
20
  }
21
21
 
22
22
  p, ul, ol, table, pre, dl {
23
- margin:0 0 20px;
23
+ margin: 0 0 20px;
24
24
  }
25
25
 
26
26
  h1, h2, h3 {
27
- line-height:1.1;
27
+ line-height: 1.1;
28
28
  }
29
29
 
30
30
  h1 {
31
- font-size:32px;
31
+ font-size: 32px;
32
32
  }
33
33
 
34
34
  h2 {
@@ -50,13 +50,13 @@ a:hover, a:focus {
50
50
 
51
51
  a small {
52
52
  font-size:11px;
53
- color:var(--clr-small-in-a);
54
- margin-top:-0.3em;
55
- display:block;
53
+ color: var(--clr-small-in-a);
54
+ margin-top: -0.3em;
55
+ display: block;
56
56
  }
57
57
 
58
58
  a:hover small {
59
- color:var(--clr-small-in-a);
59
+ color: var(--clr-small-in-a);
60
60
  }
61
61
 
62
62
  .addr a:hover, a:focus {
@@ -65,7 +65,7 @@ a:hover small {
65
65
 
66
66
  ul.link a {
67
67
  color:var(--clr-h1-and-bold);
68
- text-decoration:none;
68
+ text-decoration: none;
69
69
  }
70
70
 
71
71
  ul.link a:hover, a:focus {
@@ -77,7 +77,7 @@ ul.content {
77
77
  }
78
78
 
79
79
  ul.content a:hover, a:focus {
80
- text-decoration: underline;
80
+ text-decoration: none;
81
81
  }
82
82
 
83
83
  .sublist {
@@ -85,7 +85,7 @@ ul.content a:hover, a:focus {
85
85
  }
86
86
 
87
87
  ul.sublist {
88
- margin-left: -1.5em;
88
+ margin-left: -1.4em;
89
89
  }
90
90
 
91
91
  p.link {
@@ -111,54 +111,54 @@ ul.link:last-child {
111
111
  }
112
112
 
113
113
  .wrapper {
114
- width:860px;
114
+ width: 860px;
115
115
  margin: 0 auto;
116
116
  }
117
117
 
118
118
  blockquote {
119
- border-left:1px solid var(--clr-splitter-blockquote-and-section);
120
- margin:0;
121
- padding:0 0 0 20px;
122
- font-style:italic;
119
+ border-left: 1px solid var(--clr-splitter-blockquote-and-section);
120
+ margin: 0;
121
+ padding: 0 0 0 20px;
122
+ font-style: italic;
123
123
  }
124
124
 
125
125
  code, pre {
126
- font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
126
+ font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
127
127
  color: var(--clr-code-text);
128
128
  }
129
129
 
130
130
  pre {
131
- padding:8px 15px;
131
+ padding: 8px 15px;
132
132
  background: var(--clr-code-bg);
133
- border-radius:5px;
134
- border:1px solid var(--clr-code-border);
133
+ border-radius: 5px;
134
+ border: 1px solid var(--clr-code-border);
135
135
  overflow-x: auto;
136
136
  }
137
137
 
138
138
  table {
139
- width:100%;
140
- border-collapse:collapse;
139
+ width: 100%;
140
+ border-collapse: collapse;
141
141
  display: block;
142
142
  overflow-x: auto;
143
143
  }
144
144
 
145
145
  th, td {
146
- text-align:left;
147
- padding:5px 10px;
148
- border-bottom:1px solid var(--clr-splitter-blockquote-and-section);
146
+ text-align: left;
147
+ padding: 5px 10px;
148
+ border-bottom: 1px solid var(--clr-splitter-blockquote-and-section);
149
149
  }
150
150
 
151
151
  dt {
152
- color:var(--clr-table-header-and-dt);
153
- font-weight:700;
152
+ color: var(--clr-table-header-and-dt);
153
+ font-weight: 700;
154
154
  }
155
155
 
156
156
  th {
157
- color:var(--clr-table-header-and-dt);
157
+ color: var(--clr-table-header-and-dt);
158
158
  }
159
159
 
160
160
  img {
161
- max-width:90%;
161
+ max-width: 90%;
162
162
  }
163
163
 
164
164
  kbd {
@@ -176,10 +176,10 @@ kbd {
176
176
  }
177
177
 
178
178
  .sidebar {
179
- width:250px;
180
- float:left;
181
- position:fixed;
182
- -webkit-font-smoothing:subpixel-antialiased;
179
+ width: 250px;
180
+ float: left;
181
+ position: fixed;
182
+ -webkit-font-smoothing: subpixel-antialiased;
183
183
  top: 0;
184
184
  padding: 58px 0 50px 0;
185
185
  display: flex;
@@ -188,12 +188,9 @@ kbd {
188
188
  height: calc(100vh - 108px);
189
189
  overflow-x: hidden;
190
190
  overflow-y: scroll;
191
- -ms-overflow-style: -ms-autohiding-scrollbar; // IE10+
191
+ -ms-overflow-style: -ms-autohiding-scrollbar;
192
192
  }
193
193
 
194
- // Disables the scrollbar in Firefox
195
- // HTML-Proofer fails without "@-moz-document url-prefix()"
196
- // because scrollbar-width is still experimental in Firefox.
197
194
  @-moz-document url-prefix() {
198
195
  .sidebar {
199
196
  scrollbar-width: none;
@@ -201,18 +198,17 @@ kbd {
201
198
  }
202
199
 
203
200
  .sidebar::-webkit-scrollbar {
204
- /* Chrome, Safari, Edge */
205
201
  display: none;
206
202
  }
207
203
 
208
204
  strong {
209
- color:var(--clr-h1-and-bold);
210
- font-weight:700;
205
+ color: var(--clr-h1-and-bold);
206
+ font-weight: 700;
211
207
  }
212
208
 
213
209
  section {
214
210
  width: 550px;
215
- float:right;
211
+ float: right;
216
212
  padding-bottom:30px;
217
213
  }
218
214
 
@@ -221,25 +217,21 @@ footer {
221
217
  }
222
218
 
223
219
  small {
224
- font-size:11px;
220
+ font-size: 11px;
225
221
  }
226
222
 
227
223
  hr {
228
- border:0;
229
- background:var(--clr-splitter-blockquote-and-section);
230
- height:1px;
231
- width:30%;
232
- margin:10px auto 30px;
233
- }
234
-
235
- .sidebar-footer {
236
- width:250px;
237
- float:left;
238
- bottom:30px;
239
- -webkit-font-smoothing:subpixel-antialiased;
224
+ border: 0;
225
+ background: var(--clr-splitter-blockquote-and-section);
226
+ height: 1px;
227
+ width: 30%;
228
+ margin: 10px auto 30px;
240
229
  }
241
230
 
242
231
  .sidebar-footer {
232
+ width: 250px;
233
+ float: left;
234
+ -webkit-font-smoothing: subpixel-antialiased;
243
235
  flex-basis: content;
244
236
  }
245
237
 
@@ -248,8 +240,8 @@ hr {
248
240
  }
249
241
 
250
242
  #link-wrapper-mobile a {
251
- color:var(--clr-h1-and-bold);
252
- text-decoration:none;
243
+ color: var(--clr-h1-and-bold);
244
+ text-decoration: none;
253
245
  }
254
246
 
255
247
  #link-wrapper-mobile a:hover, a:focus {
@@ -280,16 +272,16 @@ hr {
280
272
 
281
273
  @media print, screen and (max-width: 720px) {
282
274
  body {
283
- word-wrap:break-word;
275
+ word-wrap: break-word;
284
276
  }
285
277
 
286
278
  header {
287
- padding:0;
279
+ padding: 0;
288
280
  overflow-x: hidden;
289
281
  }
290
282
 
291
283
  header ul, header p.view {
292
- position:static;
284
+ position: static;
293
285
  }
294
286
  .link-wrapper {
295
287
  display: none !important;
@@ -297,9 +289,6 @@ hr {
297
289
 
298
290
  .link-wrapper-mobile {
299
291
  display:block !important;
300
- }
301
-
302
- .link-wrapper-mobile {
303
292
  margin-bottom: 20px;
304
293
  }
305
294
 
@@ -322,31 +311,31 @@ hr {
322
311
  }
323
312
 
324
313
  div.wrapper {
325
- width:auto;
326
- margin:0;
314
+ width: auto;
315
+ margin: 0;
327
316
  }
328
317
 
329
318
  header, section, .wrapper {
330
- float:none;
331
- position:static;
332
- width:auto;
319
+ float: none;
320
+ position: static;
321
+ width: auto;
333
322
  overflow-x: hidden;
334
323
  }
335
324
 
336
325
  section {
337
- border:1px solid var(--clr-splitter-blockquote-and-section);
338
- border-width:1px 0;
339
- padding:20px 0;
340
- margin:0 0 20px;
326
+ border: 1px solid var(--clr-splitter-blockquote-and-section);
327
+ border-width: 1px 0;
328
+ padding: 20px 0;
329
+ margin: 0 0 20px;
341
330
  }
342
331
 
343
332
  header a small {
344
- display:inline;
333
+ display: inline;
345
334
  }
346
335
 
347
336
  header ul {
348
- right:50px;
349
- top:52px;
337
+ right: 50px;
338
+ top: 52px;
350
339
  }
351
340
 
352
341
  .logo {
@@ -354,22 +343,21 @@ hr {
354
343
  }
355
344
 
356
345
  pre, code {
357
- word-wrap:normal;
346
+ word-wrap: normal;
358
347
  }
359
348
  }
360
349
 
361
350
 
362
351
  @media print, screen and (max-width: 480px) {
363
352
  body {
364
- padding:15px;
353
+ padding: 15px;
365
354
  }
366
355
  }
367
356
 
368
357
  @media print {
369
358
  body {
370
- padding:0.4in;
371
- font-size:12pt;
372
- color:#444;
359
+ padding: 0.4in;
360
+ font-size: 12pt;
361
+ color: #444;
373
362
  }
374
363
  }
375
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimalistic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vaibhav Vikas