jekyll-theme-mehdix-rtl 0.1.6 → 0.1.7
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 +4 -4
- data/_layouts/default.html +1 -1
- data/_sass/_base.scss +4 -2
- data/_sass/_layout.scss +13 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 538a0ef751966b17980da724e948fc4e8e5dd0bf
|
|
4
|
+
data.tar.gz: d6eca95c4c99ea802cfa7f6dd7ef3047c3aaa029
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 979cb8be3b1b7745b89ae99c9c4577fbdd04c659fe516da54097f8a1f15d5c5c4081eeb629e7e3393a11495ff42d054a9f9a36ebda0efccbe9d6aeafd9e0ccc0
|
|
7
|
+
data.tar.gz: 71881b21c2f3c59a6385e77d2fb6678f46aca9c5769ba72d8b3f956f9100ccf2380600dc61578f959fb2e27064117f9b54a0c4fd2dd5b3ea63fc3f31f6ae7464
|
data/_layouts/default.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<header class="site-header">
|
|
8
8
|
<div class="wrapper">
|
|
9
9
|
<a class="site-title" href="{{ '' | absolute_url}}">{{ site.title }}</a>
|
|
10
|
-
<small> {{ site.motto }} </small>
|
|
10
|
+
<small id="motto"> {{ site.motto }} </small>
|
|
11
11
|
</div>
|
|
12
12
|
</header>
|
|
13
13
|
<section class="content">
|
data/_sass/_base.scss
CHANGED
|
@@ -20,6 +20,7 @@ body {
|
|
|
20
20
|
color: $text-color;
|
|
21
21
|
background-color: $background-color;
|
|
22
22
|
-webkit-text-size-adjust: 100%;
|
|
23
|
+
overflow-wrap: break-word;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
|
|
@@ -162,8 +163,9 @@ pre {
|
|
|
162
163
|
@extend %clearfix;
|
|
163
164
|
|
|
164
165
|
@include media-query($on-laptop) {
|
|
165
|
-
max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
|
166
|
-
max-width: calc(800px - (#{$spacing-unit}));
|
|
166
|
+
//max-width: -webkit-calc(800px - (#{$spacing-unit}));
|
|
167
|
+
//max-width: calc(800px - (#{$spacing-unit}));
|
|
168
|
+
width: 89vw;
|
|
167
169
|
padding-right: $spacing-unit / 2;
|
|
168
170
|
padding-left: $spacing-unit / 2;
|
|
169
171
|
}
|
data/_sass/_layout.scss
CHANGED
|
@@ -187,8 +187,9 @@ html, body {
|
|
|
187
187
|
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
|
|
188
188
|
width: calc(100% - (#{$spacing-unit} / 2));
|
|
189
189
|
}
|
|
190
|
+
|
|
190
191
|
#footer_description, #gravatar_container, #footer_build_status,
|
|
191
|
-
.footer-heading, #license_link
|
|
192
|
+
.footer-heading, #license_link {
|
|
192
193
|
display: none;
|
|
193
194
|
}
|
|
194
195
|
|
|
@@ -206,6 +207,10 @@ html, body {
|
|
|
206
207
|
margin-top: 1em;
|
|
207
208
|
}
|
|
208
209
|
|
|
210
|
+
#motto {
|
|
211
|
+
display: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
209
214
|
.social-media-list li {
|
|
210
215
|
margin-right: 4px;
|
|
211
216
|
}
|
|
@@ -229,6 +234,7 @@ html, body {
|
|
|
229
234
|
|
|
230
235
|
.post-list {
|
|
231
236
|
margin-left: 0;
|
|
237
|
+
padding-right: initial;
|
|
232
238
|
list-style: none;
|
|
233
239
|
|
|
234
240
|
> li {
|
|
@@ -236,6 +242,10 @@ html, body {
|
|
|
236
242
|
}
|
|
237
243
|
}
|
|
238
244
|
|
|
245
|
+
.post-list h2 {
|
|
246
|
+
margin-bottom: initial;
|
|
247
|
+
}
|
|
248
|
+
|
|
239
249
|
.post-meta {
|
|
240
250
|
font-size: $small-font-size;
|
|
241
251
|
color: $grey-color;
|
|
@@ -248,7 +258,7 @@ html, body {
|
|
|
248
258
|
}
|
|
249
259
|
|
|
250
260
|
.post-header {
|
|
251
|
-
|
|
261
|
+
margin-bottom: $spacing-unit;
|
|
252
262
|
}
|
|
253
263
|
|
|
254
264
|
.post-title {
|
|
@@ -338,6 +348,7 @@ a:visited {
|
|
|
338
348
|
|
|
339
349
|
h1, h2:not(.footer-heading), h3, h4, h5, h6 {
|
|
340
350
|
color: darken($header-color, 20%);
|
|
351
|
+
margin-bottom: unset;
|
|
341
352
|
}
|
|
342
353
|
|
|
343
354
|
/* Style for glyphs in quotation marks, courtesy of EnigmaRM http://stackoverflow.com/a/16326442/157216 */
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-mehdix-rtl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mehdi Sadeghi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|