jekyll-theme-centos 0.7.0 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_main.scss +8 -1
- data/_sass/centos/_variables.scss +1 -1
- data/_sass/centos/centos-blog.scss +40 -0
- data/_sass/centos/centos.scss +1 -1
- data/_sass/fontawesome/_variables.scss +1 -1
- data/assets/img/motif.png +0 -0
- 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: b61096fee457168fb5f9aadc4acb5e3c5666ad33e81ce6a7e1e3e1230201b371
|
4
|
+
data.tar.gz: eb30465655c6f005feea9c13d9d13cff716184fbab9ecb42d47606c78385ebdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82b7d901b04d5e1e890eadfde5a8f0d9519b096da10b422235383462cd6053544e2d333432deacc9e497617bb3006c8c1aa9ee88344f986ad941c7ae78539fcc
|
7
|
+
data.tar.gz: 2af17d93fe67ad6a070a16328c82a888be5eed9dd9c7be5535ecd2172e1caeca93f2d7820abb783121d56a880c46d25d27b0f50c2b37c1a445be8f7d8cb8c90c
|
data/_sass/centos/_main.scss
CHANGED
@@ -3,3 +3,43 @@
|
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|
6
|
+
|
7
|
+
.aside {
|
8
|
+
&__content {
|
9
|
+
.entry {
|
10
|
+
border-bottom: 1px solid $body-bg;
|
11
|
+
margin-bottom: 1.5rem;
|
12
|
+
}
|
13
|
+
.comment-list {
|
14
|
+
padding-left: 0;
|
15
|
+
}
|
16
|
+
.comment-list li {
|
17
|
+
list-style: none;
|
18
|
+
margin-top: 1rem;
|
19
|
+
margin-bottom: 1rem;
|
20
|
+
}
|
21
|
+
.avatar {
|
22
|
+
border-radius: 50px;
|
23
|
+
margin-right: 1rem;
|
24
|
+
margin-bottom: 1rem;
|
25
|
+
}
|
26
|
+
.comment-body {
|
27
|
+
border-radius: 10px;
|
28
|
+
background: #f8f8f8;
|
29
|
+
padding: 1rem;
|
30
|
+
}
|
31
|
+
.comment-form-author textarea, input[type="text"],
|
32
|
+
.comment-form-comment textarea {
|
33
|
+
width: 100%;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
&__nav {
|
37
|
+
.searchform input[type="text"] {
|
38
|
+
width: 80%;
|
39
|
+
margin-bottom: 2rem;
|
40
|
+
}
|
41
|
+
.widget ul {
|
42
|
+
padding-left: 0;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.7.
|
2
|
+
* jekyll-theme-centos v0.7.5 (https://gitlab.com/areguera/jekyll-theme-centos/)
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|
data/assets/img/motif.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alain Reguera Delgado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|