intia-theme 0.1.42 → 0.1.45
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/button.html +1 -1
- data/_includes/highlighter.html +1 -1
- data/_layouts/default.html +3 -1
- data/_sass/_layout.scss +15 -4
- 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: 471051ff8cd8ec78726c2c0a3e56d70e857078144a8a88bab28c3107ecee4bc7
|
4
|
+
data.tar.gz: 632182e8e2631f683ebbb929cf3d7ea324a3235f1765918e091d20fde974033f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e972860dacb34b17f4f4cacf6bb97dbc530d117fa14b2dd126a4e0421b0c40b7b3614f1d3bdda47a3acc86f7e021e1b6b7218974eac795156f9a7ff963d8201
|
7
|
+
data.tar.gz: c027124c943e75a74f9ef9a78cb5505490403b670ec2fa5c0685a2dc1e94b91b12bdc0d227b9d4891ed761475329fbf6bf388446766028d74cda189756dc6bff
|
data/_includes/button.html
CHANGED
data/_includes/highlighter.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -19,12 +19,14 @@ The Default layout that everything is using
|
|
19
19
|
{% else %}
|
20
20
|
{% endunless %}
|
21
21
|
<div id="main" class="content-wrapper has-background-primary-light">
|
22
|
-
|
23
22
|
{% include story-slider.html %}
|
24
23
|
{% include latest-story.html %}
|
25
24
|
{% include contact.html %}
|
26
25
|
<div class="columns is-centered">
|
27
26
|
<div id="content" class="container column is-10-desktop is-12-tablet">
|
27
|
+
{% if page.toc %}
|
28
|
+
{% include toc.html html=content class='menu-list' h_min=1 h_max=1 %}
|
29
|
+
{% endif %}
|
28
30
|
{{content | markdownify}}
|
29
31
|
</div>
|
30
32
|
</div>
|
data/_sass/_layout.scss
CHANGED
@@ -991,9 +991,9 @@ a:hover .tooltip-popup,
|
|
991
991
|
div.faq {
|
992
992
|
position: relative;
|
993
993
|
}
|
994
|
-
|
995
994
|
.faq input[type="checkbox"] {
|
996
995
|
position: absolute;
|
996
|
+
display: inherit;
|
997
997
|
top: 0;
|
998
998
|
left: 0;
|
999
999
|
width: 100%;
|
@@ -1027,15 +1027,26 @@ div.faq {
|
|
1027
1027
|
margin-left: -4px;
|
1028
1028
|
margin-top: -4px;
|
1029
1029
|
}
|
1030
|
-
|
1030
|
+
.faq h2 {
|
1031
|
+
padding-top: 40px;
|
1032
|
+
}
|
1031
1033
|
.faq p {
|
1032
|
-
|
1034
|
+
display: none;
|
1033
1035
|
overflow: hidden;
|
1034
1036
|
padding-left: 30px;
|
1035
1037
|
transition: max-height 0.4s ease;
|
1036
1038
|
}
|
1037
1039
|
.faq input[type="checkbox"]:checked ~ h2 ~ p {
|
1038
|
-
|
1040
|
+
display: inherit;
|
1041
|
+
}
|
1042
|
+
.faq input[type="checkbox"]:checked ~ h2 ~ div.faq-hide {
|
1043
|
+
display: inherit;
|
1044
|
+
}
|
1045
|
+
.faq div.faq-hide {
|
1046
|
+
display: none;
|
1047
|
+
max-height: none !important;
|
1048
|
+
padding-left: 30px;
|
1049
|
+
padding-bottom: 50px;
|
1039
1050
|
}
|
1040
1051
|
|
1041
1052
|
// Mobil
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intia-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.45
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Schmidt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|