jekyll-theme-lcsb-default 0.3.3 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/minima.scss +3 -1
- data/_sass/minima/_boxes.scss +49 -0
- data/_sass/minima/_search.scss +38 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02cc9ca4293a1162de5832930727a97eb8d802ce72fb1da4ad117558636f39fb
|
4
|
+
data.tar.gz: 8de76e7d7cd1ba106df377d5305a37d9087226e9ce722c797d56ec6d58c6015e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '07836a68975371e128386e57e0afebc976ae9f8ec535784a6b9d6752c556f8c4b0a21aaf426ac3e6d959ac3cb8cce7655d9650897ab1cef787f1c3770ff4e2b9'
|
7
|
+
data.tar.gz: 94c6c133fd482bb7e9e3f35d9c29cc0322c653901359c2dadb49b942ee1fac4dff1fc6026e67095863457915ce8a7023fafc36ae3e40416d45e5e2695a173923
|
data/_sass/minima.scss
CHANGED
@@ -0,0 +1,49 @@
|
|
1
|
+
$COLOR_BOX_PRIMARY: #4085e4;
|
2
|
+
$COLOR_BOX_SECONDARY: #efefef;
|
3
|
+
$COLOR_BOX_FONT: #444;
|
4
|
+
|
5
|
+
.index-box-container {
|
6
|
+
columns: 2;
|
7
|
+
column-gap: 0px;
|
8
|
+
display: inline-block;
|
9
|
+
max-width: 100%;
|
10
|
+
|
11
|
+
@media (max-width: 800px) {
|
12
|
+
columns: 1;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
.index-box {
|
17
|
+
width: 80%;
|
18
|
+
min-height: 120px;
|
19
|
+
display: inline-block;
|
20
|
+
|
21
|
+
padding: 10px 20px 0px 20px;
|
22
|
+
|
23
|
+
border: solid 2px $COLOR_BOX_SECONDARY;
|
24
|
+
margin-bottom: #{"min(35px, 5%)"};
|
25
|
+
border-radius: 0 0 15px 15px;
|
26
|
+
border-top: solid 5px $COLOR_BOX_PRIMARY;
|
27
|
+
|
28
|
+
&:hover {
|
29
|
+
border-color: #ddd;
|
30
|
+
border-top: solid 5px $COLOR_BOX_PRIMARY;
|
31
|
+
}
|
32
|
+
|
33
|
+
@media (max-width: 800px) {
|
34
|
+
width: 90%;
|
35
|
+
margin-right: 0;
|
36
|
+
}
|
37
|
+
|
38
|
+
h3 {
|
39
|
+
font-size: 20pt;
|
40
|
+
color: $COLOR_BOX_FONT;
|
41
|
+
margin-block-end: 10px;
|
42
|
+
border-bottom: solid 1px $COLOR_BOX_SECONDARY;
|
43
|
+
}
|
44
|
+
|
45
|
+
ul {
|
46
|
+
margin-block-end: 12px;
|
47
|
+
margin-inline-start: 5px;
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
h3.result {
|
2
|
+
font-size: large;
|
3
|
+
}
|
4
|
+
|
5
|
+
#search_query {
|
6
|
+
border: solid 2px #eee;
|
7
|
+
padding: 8px;
|
8
|
+
height: 20px;
|
9
|
+
font-size: 20px;
|
10
|
+
width: 500px;
|
11
|
+
min-width: 400px;
|
12
|
+
}
|
13
|
+
|
14
|
+
button.search[type=submit] {
|
15
|
+
border: solid 2px #eee;
|
16
|
+
padding: 1px;
|
17
|
+
height: 35px;
|
18
|
+
width: 150px;
|
19
|
+
font-size: 20px;
|
20
|
+
color: #4c4c4c;
|
21
|
+
background: #efefef;
|
22
|
+
border-radius: 8px;
|
23
|
+
margin-top: 3px;
|
24
|
+
}
|
25
|
+
|
26
|
+
#search_header {
|
27
|
+
margin-top: 50px;
|
28
|
+
display: none
|
29
|
+
}
|
30
|
+
|
31
|
+
#search_results_table {
|
32
|
+
margin-top: 20px;
|
33
|
+
width: 100%;
|
34
|
+
}
|
35
|
+
|
36
|
+
#search_results_placeholder_td {
|
37
|
+
border: none;
|
38
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-lcsb-default
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trefex
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -90,9 +90,11 @@ files:
|
|
90
90
|
- _layouts/post.html
|
91
91
|
- _sass/minima.scss
|
92
92
|
- _sass/minima/_base.scss
|
93
|
+
- _sass/minima/_boxes.scss
|
93
94
|
- _sass/minima/_frozen.scss
|
94
95
|
- _sass/minima/_layout.scss
|
95
96
|
- _sass/minima/_lcsb.scss
|
97
|
+
- _sass/minima/_search.scss
|
96
98
|
- _sass/minima/_syntax-highlighting.scss
|
97
99
|
- assets/banners/default/banner.svg
|
98
100
|
- assets/banners/default/logos.svg
|