word-games-theme 1.1.7 → 1.1.8
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/_includes/head/index.html +3 -0
- data/_includes/howto.html +2 -2
- data/_includes/section/feature.html +2 -2
- data/_includes/section/news.html +2 -2
- data/_includes/section/recent_posts.html +1 -1
- data/_layouts/default.html +1 -1
- data/assets/css/advancedFilter.css +16 -5
- 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: a411013804718321bc4795c345acdb82cbdefdf7182cebef2651b9fdaeceb9e5
|
|
4
|
+
data.tar.gz: 791c421fb697e3caf75b955e9f1ae761f0523a4dc01120c19235614ce99b5f2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9adabd67dd7fbc995bb728d0dd2f3bbfc245a975082ba567ed2270187481ea46e9075df093deaf4c36aec2e626a2e7720f9b636c0588fdf8166977f53a676865
|
|
7
|
+
data.tar.gz: ace616d2a6d3753a2f09b04d71315d31180ae589ae43a3befa13b99836e47bc6bdbca0508440dfd1428526562680c628dd4a981ac5535ff22961a87cfcf057f9
|
data/_includes/head/index.html
CHANGED
data/_includes/howto.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<section class="how-to-section">
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
{%- if site.MonumetricID -%}
|
|
6
|
+
{%- if site.MonumetricID and page.url != '/'-%}
|
|
7
7
|
<div class="ads_layout">
|
|
8
8
|
<h5 class="title">{{dataToShow.howto}}</h5>
|
|
9
9
|
</div>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
<div class="container">
|
|
20
20
|
<div class="row pt-5 justify-content-center">
|
|
21
|
-
{% if site.MonumetricID %}
|
|
21
|
+
{% if site.MonumetricID and page.url != '/' %}
|
|
22
22
|
<div class="col-md-4 order-0 ">
|
|
23
23
|
{%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
|
|
24
24
|
<div class="how-to-img-wrapper ">
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="container-fluid">
|
|
5
5
|
<div class="row">
|
|
6
6
|
|
|
7
|
-
{%- if site.MonumetricID -%}
|
|
7
|
+
{%- if site.MonumetricID and page.url != '/' -%}
|
|
8
8
|
<div class="ads_layout">
|
|
9
9
|
<h5 class="title">{{dataToShow.feature_title}}</h5>
|
|
10
10
|
<p class="description">{{dataToShow.feature_description}}</p>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<div class="container">
|
|
22
22
|
<!--class earlier= col-xl-9 col-lg-12-->
|
|
23
23
|
<div class="row text-center features_data">
|
|
24
|
-
{% if site.MonumetricID %}
|
|
24
|
+
{% if site.MonumetricID and page.url != '/' %}
|
|
25
25
|
{% for entry in dataToShow.featureList %}
|
|
26
26
|
<div class="col-md-8 my-3 mx-auto">
|
|
27
27
|
<div class="card-body h-100">
|
data/_includes/section/news.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
{%- if site.MonumetricID -%}
|
|
10
|
+
{%- if site.MonumetricID and page.url != '/' -%}
|
|
11
11
|
<div class="ads_layout">
|
|
12
12
|
<h5 class="title">{{dataToShow.Faq_title}}</h5>
|
|
13
13
|
</div>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<div class="container">
|
|
24
24
|
<!--class earlier=col-xl-9 col-lg-12 -->
|
|
25
25
|
<div class="row my-xl-0">
|
|
26
|
-
{% if site.MonumetricID %}
|
|
26
|
+
{% if site.MonumetricID and page.url != '/' %}
|
|
27
27
|
{% for entry in dataToShow.faqList %}
|
|
28
28
|
<div class="col-md-8 mx-auto pt-5">
|
|
29
29
|
<p class="meduim-text2 text-center mb-0">{{entry.Question}}</p>
|
data/_layouts/default.html
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
flex-direction: row !important;
|
|
86
86
|
display: flex;
|
|
87
87
|
overflow: hidden;
|
|
88
|
-
margin: 0
|
|
88
|
+
margin: 0 20px;
|
|
89
89
|
}
|
|
90
90
|
.tab_link_wrapper {
|
|
91
91
|
display: flex;
|
|
@@ -122,8 +122,8 @@ a {
|
|
|
122
122
|
padding: 3px;
|
|
123
123
|
border: none;
|
|
124
124
|
position: absolute;
|
|
125
|
-
top:
|
|
126
|
-
right:
|
|
125
|
+
top: 14px;
|
|
126
|
+
right: 20px;
|
|
127
127
|
}
|
|
128
128
|
#prev {
|
|
129
129
|
background: url('/assets/images/prev.webp');
|
|
@@ -133,8 +133,8 @@ a {
|
|
|
133
133
|
padding: 3px;
|
|
134
134
|
border: none;
|
|
135
135
|
position: absolute;
|
|
136
|
-
top:
|
|
137
|
-
left:
|
|
136
|
+
top: 14px;
|
|
137
|
+
left: 20px;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
@media (max-width: 768px) {
|
|
@@ -172,6 +172,17 @@ a {
|
|
|
172
172
|
left: 112px;
|
|
173
173
|
bottom: 8px;
|
|
174
174
|
}
|
|
175
|
+
.tab_link{
|
|
176
|
+
font-size: 12px;
|
|
177
|
+
}
|
|
178
|
+
#prev{
|
|
179
|
+
top:12px;
|
|
180
|
+
left: 15px;
|
|
181
|
+
}
|
|
182
|
+
#next{
|
|
183
|
+
top:12px;
|
|
184
|
+
right: 15px;
|
|
185
|
+
}
|
|
175
186
|
}
|
|
176
187
|
|
|
177
188
|
@media (min-width: 576px) {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|