jekyll-theme-centos 0.6.23 → 0.6.29
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/_sass/centos/_main.scss +5 -3
- data/_sass/centos/_variables.scss +2 -2
- data/_sass/centos/centos.scss +1 -1
- data/_sass/centos/mixins/_content.scss +0 -2
- 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: 3b66219aac2fb0ae4d7aea7cfc408e03a67a71977fddd332108cbb99ad38ff8b
|
|
4
|
+
data.tar.gz: 14fc9be0a33f3b68d39b639d3dfff9349f89f7241eb7745fd7073ff1871e547f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fa32fa94c55f70d7563904807a2fc040d2822cf5e7f239faedec3e82a9190c0e14cf87ecd1d23ecccfd358767fa7220995682736ea5b3ec1505daf576264866
|
|
7
|
+
data.tar.gz: 4c475507c4ec047ac9a9e25f6e48cb497b875e87d299829713468d290b90c91ad5db73f243687901e4b07e457b2190b745d4acb7461abb8ed169eea9ba9d29f2
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
|
|
36
36
|
.aside {
|
|
37
37
|
display: flex;
|
|
38
|
-
align-items: flex-start;
|
|
39
38
|
|
|
40
39
|
&__nav {
|
|
41
40
|
@include aside-nav;
|
|
@@ -101,6 +100,9 @@
|
|
|
101
100
|
}
|
|
102
101
|
}
|
|
103
102
|
&__welcome {
|
|
103
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
|
|
104
|
+
border: none;
|
|
105
|
+
}
|
|
104
106
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
|
|
105
107
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
106
108
|
display: none;
|
|
@@ -136,7 +138,8 @@
|
|
|
136
138
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
|
|
137
139
|
border: none;
|
|
138
140
|
}
|
|
139
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3)
|
|
141
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
|
|
142
|
+
&> hr:nth-child(2) {
|
|
140
143
|
display: none;
|
|
141
144
|
}
|
|
142
145
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
|
|
@@ -215,7 +218,6 @@
|
|
|
215
218
|
|
|
216
219
|
.post {
|
|
217
220
|
display: flex;
|
|
218
|
-
align-items: flex-start;
|
|
219
221
|
|
|
220
222
|
&__nav {
|
|
221
223
|
@include aside-nav;
|
|
@@ -12,9 +12,9 @@ $centos-img-motif: "/assets/img/motif.png";
|
|
|
12
12
|
// Color system - based in the artistic motif palette and the number of
|
|
13
13
|
// occurrence each color has in the image.
|
|
14
14
|
$white: #fff;
|
|
15
|
-
$primary: #
|
|
15
|
+
$primary: #0f5dd5;
|
|
16
16
|
$secondary: #0f1c4c;
|
|
17
|
-
$dark: #
|
|
17
|
+
$dark: #00001d;
|
|
18
18
|
|
|
19
19
|
// Header
|
|
20
20
|
$home-header-padding-top: 202px;
|
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.6.
|
|
2
|
+
* jekyll-theme-centos v0.6.29 (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
|
*/
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
background: #fff;
|
|
4
4
|
padding: 2.75rem;
|
|
5
5
|
margin-top: -120px;
|
|
6
|
-
min-height: 490px;
|
|
7
6
|
box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.25);
|
|
8
7
|
|
|
9
8
|
h1, h2, h3, h4, h5, h6 {
|
|
@@ -21,7 +20,6 @@
|
|
|
21
20
|
|
|
22
21
|
img {
|
|
23
22
|
@extend .img-fluid;
|
|
24
|
-
width: 100%;
|
|
25
23
|
}
|
|
26
24
|
|
|
27
25
|
pre {
|
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.6.
|
|
4
|
+
version: 0.6.29
|
|
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-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|