jekyll-theme-centos 0.8.6 → 0.8.10

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: 2eae5f3c1059a5f4e8f244e51777cdbe430808b3fdb8176c109ab8f5dd1e6961
4
- data.tar.gz: b32daad96ef34d04d0192224e2b2350fca32d4e46f368605c4cb4b2ac682dc64
3
+ metadata.gz: fe78d17b7fb465528dc83d54eb327afb63c640c7604abe6000935f316cf80bff
4
+ data.tar.gz: 2b6c1c0e29348fa8ab655a45307d03367c22e714862898f12162e545de4647ec
5
5
  SHA512:
6
- metadata.gz: 825fc3c21805cd817467a2e0386e01a796b95da903a9a05506afa9ecfcc27635d6cf15b556f1d743163359651bf751a5f568845833ae10826ab3adcd77b5cd8e
7
- data.tar.gz: 48b85dc9f5a071422ddcc11b84a9270958bcaf8d5e0396bf5eccc49c5d17666d0984c1b550b04a8455147ab3e4d78400b73ed539b35a5961066f482249bced24
6
+ metadata.gz: 237977d78432263dfa6c6f210087e96a5bf5a7932bf6a7cd976de30460fe640ab234f4cacc1a347e49b8885684ef5b58684677d853386fe2de8695b18a80750f
7
+ data.tar.gz: d8b5c864ee5d534d4d1f420bf476d0c8336788e7f7ee2682ff2f39a77055916a4af25de3323ade4413eee8d651cd736b881c56b0305639349d6fde2f17d2c854
@@ -6,7 +6,7 @@
6
6
 
7
7
  background-image: url($centos-img-motif);
8
8
  background-size: cover;
9
- background-position: top left;
9
+ background-position: top right;
10
10
 
11
11
  %-margin {
12
12
  margin-top: $line-height-base * 1.5rem;
@@ -6,7 +6,7 @@
6
6
  background-image: url($centos-img-motif);
7
7
  background-color: $dark;
8
8
  background-size: cover;
9
- background-position: top left;
9
+ background-position: top right;
10
10
 
11
11
  text-shadow: 0 0 5px $dark;
12
12
 
@@ -33,6 +33,7 @@
33
33
  width: 100%;
34
34
  }
35
35
  }
36
+
36
37
  &__nav {
37
38
  .searchform input[type="text"] {
38
39
  width: 80%;
@@ -40,6 +40,7 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
+ &> table:nth-child(1) > tbody > tr:nth-child(1) > td,
43
44
  &> form > table > tbody > tr > td > center > table > tbody > tr > td,
44
45
  &> form > table > tbody > tr > td {
45
46
  background-color: white;
@@ -48,7 +49,6 @@
48
49
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
49
50
  border: none;
50
51
  }
51
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
52
52
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
53
53
  display: none;
54
54
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.6 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.10 (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
  */
@@ -51,8 +51,8 @@
51
51
  border-left: 5px solid $success;
52
52
  background-color: rgba($success, 0.05);
53
53
  blockquote {
54
- border-left: 5px solid $warning;
55
- background-color: rgba($warning, 0.05);
54
+ border-left: 5px solid $warning;
55
+ background-color: rgba($warning, 0.05);
56
56
  blockquote {
57
57
  border-left: 5px solid $danger;
58
58
  background-color: rgba($danger, 0.05);
@@ -66,7 +66,6 @@
66
66
  }
67
67
 
68
68
  input[type=checkbox], input[type=radio] {
69
- @extend .form-check-input;
70
69
  }
71
70
 
72
71
  input[type=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.8.6
4
+ version: 0.8.10
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-08-01 00:00:00.000000000 Z
11
+ date: 2021-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll