eleven-theme 0.2.0 → 0.2.1
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/home.html +2 -5
- data/_sass/eleven.scss +16 -13
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 116bf78d2c2bb17a0bb25443596fb00ebcc2ce65764a6b5bb23400fd7cb4caaa
|
4
|
+
data.tar.gz: 4643e929ed52b801923e6128f727f03d9bbe879c7b1a55d35cadef5ed382b78c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6430597159bf7176ea6f9525f80eb204e9069af3638570844de1cd9b49550554459d37a36ed7118c78792386efdeca612b02238f14bb2fe18bc14a6293bcce55
|
7
|
+
data.tar.gz: f4c5bfe20cf04acc2aa3f02bd01730113098c34667a32a5ac3bb09db88c4a620182d4c41e19392666861c7ec007e079122d0261f44e2e81fed0c72f220c03b48
|
data/_layouts/home.html
CHANGED
@@ -4,12 +4,9 @@ layout: default
|
|
4
4
|
|
5
5
|
<main class="page-content" aria-label="Content">
|
6
6
|
<div class="w">
|
7
|
-
<
|
8
|
-
<img src="{{ site.eleven.logo | relative_url }}" class="logo">
|
9
|
-
</div>
|
10
|
-
<div style="display: inline-block; vertical-align: top; margin: 0 10px">
|
7
|
+
<img src="{{ site.eleven.logo | relative_url }}" class="logo">
|
11
8
|
{{ content }}
|
12
|
-
|
9
|
+
<div style="clear: both;"></div>
|
13
10
|
</div>
|
14
11
|
|
15
12
|
{% for page in site.pages %}
|
data/_sass/eleven.scss
CHANGED
@@ -3,6 +3,7 @@ html, body { background: white; }
|
|
3
3
|
html { height: 100%; }
|
4
4
|
|
5
5
|
$fontsize: 12px;
|
6
|
+
$maxwidth: 512px;
|
6
7
|
|
7
8
|
body {
|
8
9
|
color: black;
|
@@ -23,15 +24,14 @@ h1, h2, h3, h4, h5, h6 {
|
|
23
24
|
li { margin: 0.15rem 0; }
|
24
25
|
|
25
26
|
.w {
|
26
|
-
max-width:
|
27
|
+
max-width: $maxwidth;
|
27
28
|
height: auto;
|
28
29
|
margin: 1em auto;
|
29
30
|
}
|
30
31
|
|
31
|
-
@media (max-width:
|
32
|
-
|
33
|
-
|
34
|
-
margin: 0;
|
32
|
+
@media (max-width: 980px) {
|
33
|
+
.w {
|
34
|
+
max-width: 100%
|
35
35
|
}
|
36
36
|
}
|
37
37
|
|
@@ -54,7 +54,7 @@ div.highlighter-rouge code {
|
|
54
54
|
|
55
55
|
img {
|
56
56
|
height: auto;
|
57
|
-
max-width:
|
57
|
+
max-width: 50%;
|
58
58
|
display: block;
|
59
59
|
margin: 0 auto;
|
60
60
|
object-fit: scale-down;
|
@@ -62,25 +62,28 @@ img {
|
|
62
62
|
}
|
63
63
|
|
64
64
|
h2 > img {
|
65
|
-
max-width:
|
66
|
-
max-height:
|
65
|
+
max-width: 46.5%;
|
66
|
+
max-height: 50%;
|
67
67
|
object-fit: cover;
|
68
68
|
display: inline;
|
69
|
-
padding: 0 0 0
|
69
|
+
padding: 0 0 0 5%;
|
70
70
|
box-sizing: border-box;
|
71
71
|
}
|
72
72
|
|
73
73
|
h1 > img {
|
74
|
-
max-width:
|
75
|
-
padding: 0
|
74
|
+
max-width: 100%;
|
75
|
+
padding: 0 5%;
|
76
76
|
box-sizing: border-box;
|
77
77
|
}
|
78
78
|
|
79
|
+
|
79
80
|
img.logo {
|
81
|
+
height: 15%;
|
82
|
+
width: 15%;
|
80
83
|
object-fit: cover;
|
81
84
|
border-radius: 50%;
|
82
|
-
|
83
|
-
|
85
|
+
float: left;
|
86
|
+
margin: 0 1em 0 0;
|
84
87
|
}
|
85
88
|
|
86
89
|
img + em {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eleven-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|