word-games-theme 1.3.9 → 1.4.0
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/section/commonPage.html +11 -6
- data/assets/css/blog.css +6 -2
- data/assets/css/style.css +8 -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: 0745c4b5b421798ee6cb95653187e018f6ab4baf088fe638ddbbd096033bbe97
|
|
4
|
+
data.tar.gz: 999d1e7a3c7596d581a3515f243e330a01ef7516a68f400db3b5c9e2fd01acc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f57c3bc2f7b74da1fdb269a74101b94389c8e8e446e9cb149d8cbc5a9ea8d7c249746257e7322dcea21fb8d8901203426867a49090c6cf62fde2d4a4c12235a
|
|
7
|
+
data.tar.gz: '0486938ff0d4ed199f12df78231ad582b65748e534ae6e09f37a89144631743dffc4b593246f4f96bbb1b22159f37204e5c6a50a5fbbbf6883795465af3cc083'
|
|
@@ -15,13 +15,7 @@
|
|
|
15
15
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
|
16
16
|
</a>
|
|
17
17
|
|
|
18
|
-
<!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
|
19
|
-
<div id="ezoic-pub-ad-placeholder-109"> </div>
|
|
20
|
-
<!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
|
21
18
|
|
|
22
|
-
<!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
|
23
|
-
<div id="ezoic-pub-ad-placeholder-110"> </div>
|
|
24
|
-
<!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
|
25
19
|
|
|
26
20
|
{%- if site.MonumetricID -%}
|
|
27
21
|
|
|
@@ -159,6 +153,17 @@
|
|
|
159
153
|
</div>
|
|
160
154
|
</nav>
|
|
161
155
|
<!-- </header> -->
|
|
156
|
+
|
|
157
|
+
<!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
|
158
|
+
<div id="ezoic-pub-ad-placeholder-109"> </div>
|
|
159
|
+
<!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
|
160
|
+
|
|
161
|
+
<!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
|
162
|
+
<div id="ezoic-pub-ad-placeholder-110"> </div>
|
|
163
|
+
<!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
162
167
|
<div class="container" id="containerWd">
|
|
163
168
|
{%- if page.layout == "page2" -%}
|
|
164
169
|
|
data/assets/css/blog.css
CHANGED
|
@@ -573,15 +573,19 @@ header {
|
|
|
573
573
|
|
|
574
574
|
/* for ezoic ads css */
|
|
575
575
|
#ezoic-pub-ad-placeholder-109 {
|
|
576
|
-
position:
|
|
576
|
+
position: absolute;
|
|
577
577
|
top: 60px;
|
|
578
578
|
left: 0;
|
|
579
579
|
z-index: 99999;
|
|
580
|
+
width: 160px;
|
|
581
|
+
height: 100vh;
|
|
580
582
|
}
|
|
581
583
|
|
|
582
584
|
#ezoic-pub-ad-placeholder-110 {
|
|
583
|
-
position:
|
|
585
|
+
position: absolute;
|
|
584
586
|
top: 60px;
|
|
585
587
|
right: 0;
|
|
586
588
|
z-index: 99999;
|
|
589
|
+
width: 160px;
|
|
590
|
+
height: 100vh;
|
|
587
591
|
}
|
data/assets/css/style.css
CHANGED
|
@@ -584,15 +584,19 @@ header {
|
|
|
584
584
|
|
|
585
585
|
/* for ezoic ads css */
|
|
586
586
|
#ezoic-pub-ad-placeholder-109 {
|
|
587
|
-
position:
|
|
588
|
-
top:
|
|
587
|
+
position: absolute;
|
|
588
|
+
top: 60px;
|
|
589
589
|
left: 0;
|
|
590
590
|
z-index: 99999;
|
|
591
|
+
width: 160px;
|
|
592
|
+
height: 100vh;
|
|
591
593
|
}
|
|
592
594
|
|
|
593
595
|
#ezoic-pub-ad-placeholder-110 {
|
|
594
|
-
position:
|
|
595
|
-
top:
|
|
596
|
+
position: absolute;
|
|
597
|
+
top: 60px;
|
|
596
598
|
right: 0;
|
|
597
599
|
z-index: 99999;
|
|
600
|
+
width: 160px;
|
|
601
|
+
height: 100vh;
|
|
598
602
|
}
|
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.
|
|
4
|
+
version: 1.4.0
|
|
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-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|