word-games-theme 2.2.4 → 2.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acd5c2902f18fcafe9d53d27921c0c93fef6b4f92cebc6e36f956566e29412fc
4
- data.tar.gz: 67e9e54bf9de26434ac88b036b30e23fe2081873feec2532f14894ecb8e3ad92
3
+ metadata.gz: d58dccb67236b9b3bc4fa08775f8fbaf15e7ebb685162d3d7346de6d2af9be1a
4
+ data.tar.gz: a531ebb59930b052dbf37f0e6e83a3cdab78c0670630c63bcbb79f92e11c75d6
5
5
  SHA512:
6
- metadata.gz: 2ee7ee1253b4db74b7444bcd23546cdb1ccdd7f26ccef7e90e2fd712f429963b9e9beb2eb74f0684266bf47d579d617677ed095c451148261ce8d744ddc1cbbe
7
- data.tar.gz: f827977253aa8baea8115acb34c26c1ed57f1792e612bc2df0468caad988915db2583a80a1a617ff64f8ac72eada9bf776a10c5107b2b294916c6a8fd9d5c4b8
6
+ metadata.gz: 8830bea3f2b81f77ed2fa5b885528d433a8a62667e6174250d81bd29530620b6cd9ae9bd2269f44dd282576b427ff08df10c0973d7a0962c38d7f9b5199b8b75
7
+ data.tar.gz: 2de958682071cf223f41db0e0602410d36e83bb5df6c54d26da3606d6d6374b743c84897ccac99a8eb32bcfbf88fa25aaf9a6b3027bf1422fbb4e861702e8252
@@ -42,20 +42,17 @@
42
42
  <link rel="stylesheet" href="/assets/css/wordgames-variables.css" />
43
43
  <link rel="stylesheet" href="/assets/css/wordgames-theme.css" />
44
44
  <link rel="stylesheet" href="/assets/css/wordgames-home.css" />
45
+
45
46
  {%- if page.layout == "wordgames-result" -%}
46
47
  <link rel="stylesheet" href="/assets/css/wordgames-result.css" />
47
48
  {%- endif -%}
48
49
 
49
50
  {%- if page.layout == "wordgames-autogencontent"-%}
50
- <link rel="stylesheet" href="/assets/css/content.css">
51
- {%- endif -%}
52
-
53
- {%- if page.layout == 'page' or page.layout == 'page2' -%}
54
- <link rel="stylesheet" href="/assets/css/wordGroup.css" />
51
+ <link rel="stylesheet" href="/assets/css/wordgames-autogencontent.css">
55
52
  {%- endif -%}
56
53
 
57
- {%- if page.layout == 'xyzpages' -%}
58
- <link rel="stylesheet" href="/assets/css/wordGroup.css" />
54
+ {%- if page.layout == 'wordgames-xyz' -%}
55
+ <link rel="stylesheet" href="/assets/css/wordgames-result.css" />
59
56
  {%- endif -%}
60
57
 
61
58
  {%- if site.show_allow_ad_blocker_pop -%}
@@ -63,7 +60,7 @@
63
60
  {%- endif -%}
64
61
 
65
62
 
66
- {% include /wordgames/cssfile/links.html %}
63
+ {% include wordgames/cssfile/links.html %}
67
64
 
68
65
  {%- if page.wordle == 'solver' -%}
69
66
  <style>
@@ -35,7 +35,7 @@
35
35
  <option value="wwf" id="wwf">Enable (Words With Friends)</option>
36
36
  </select>
37
37
  </div>
38
- {%- include /wordgames/advanced-filter/advanced-filter.html -%}
38
+ {%- include wordgames/advanced-filter/advanced-filter.html -%}
39
39
 
40
40
  {%- if page.wordle == 'solver' -%}
41
41
  <div class="d-flex w-100 justify-content-center m-0 mt-5 text-center" style="font-size:16px">
data/_layouts/page.html CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
 
6
6
  <body>
7
+ {%- if site.newFeatureBox -%}
8
+ <div class="wordgametheme-sidebar-left"></div>
9
+ <div class="wordgametheme-sidebar-right"></div>
10
+ {%- endif -%}
7
11
 
8
12
  {%- include section/commonPage.html -%}
9
13
 
data/_layouts/page2.html CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  <body>
6
6
 
7
+ {%- if site.newFeatureBox -%}
8
+ <div class="wordgametheme-sidebar-left"></div>
9
+ <div class="wordgametheme-sidebar-right"></div>
10
+ {%- endif -%}
7
11
  {%- include section/commonPage.html -%}
8
12
 
9
13
  {%- include share/socialshare.html -%}
@@ -2,7 +2,6 @@
2
2
  <html lang="en">
3
3
 
4
4
  {%- include wordgames/head/head.html -%}
5
-
6
5
  <body>
7
6
 
8
7
  {%- include wordgames/header/header.html -%}
@@ -15,12 +14,11 @@
15
14
  {{content}}
16
15
 
17
16
  {% include adBlocker/adBlocker.html %}
18
- {% include autogenerated/footer.html %}
17
+ {% include wordgames/autogenerated/footer.html %}
19
18
 
20
19
 
21
20
  {%- include wordgames/scripts/scripts.html -%}
22
21
  <script defer src="/assets/js/theme.js"></script>
23
-
24
22
  </body>
25
23
 
26
24
  </html>
@@ -0,0 +1,127 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {%- include wordgames/head/head.html -%}
4
+ <style>
5
+ .main_row {
6
+ background-color: #262626;
7
+ color: var(--txtColor1);
8
+ font-size: 12px;
9
+ }
10
+
11
+ .footer__link {
12
+ color: var(--txtColor1) !important;
13
+ }
14
+
15
+ .footer__link:hover {
16
+ text-decoration: underline !important;
17
+ transition: all 0.5s linear;
18
+ }
19
+
20
+ .footer_subheading {
21
+ color: rgb(160, 160, 160);
22
+ }
23
+
24
+ .input_div {
25
+ background: #fff;
26
+ border: 1px solid rgba(0, 0, 0, 0.26);
27
+ padding: 4px 4px;
28
+ border-radius: 4px;
29
+ }
30
+
31
+ .input_div>.input__design {
32
+ border: none;
33
+ font-size: 0.7rem;
34
+ padding-left: 5px;
35
+ outline: none;
36
+ }
37
+
38
+ .my_btn {
39
+ border-radius: 5px;
40
+ padding: 4px 20px !important;
41
+ border: none;
42
+ color: #fff;
43
+ background: linear-gradient(90deg,
44
+ rgba(224, 23, 42, 0.9490196078431372),
45
+ var(--primary-color) 99%);
46
+ }
47
+
48
+ .s_link {
49
+ margin: 0 20px;
50
+ font-size: 1.3rem;
51
+ cursor: pointer;
52
+ background: linear-gradient(90deg,
53
+ rgba(224, 23, 42, 0.9490196078431372),
54
+ var(--primary-color));
55
+ background-clip: unset;
56
+ -webkit-background-clip: text;
57
+ -webkit-text-fill-color: transparent;
58
+ }
59
+
60
+ @media (max-width: 768px) {
61
+ .footer__flexbox {
62
+ flex-direction: column;
63
+ text-align: center;
64
+ }
65
+
66
+ .main_row {
67
+ text-align: center;
68
+ }
69
+
70
+ .input_div {
71
+ text-align: left;
72
+ }
73
+
74
+ .my_btn {
75
+ width: 100%;
76
+ }
77
+
78
+ .usefull_links {
79
+ flex-direction: column;
80
+ }
81
+
82
+ .decimal_links {
83
+ padding: 0 !important;
84
+ }
85
+ }
86
+ </style>
87
+
88
+ <body>
89
+ {%- include wordgames/header/header.html -%}
90
+
91
+ {%- if site.newFeatureBox -%}
92
+ <div class="wordgametheme-sidebar-left"></div>
93
+ <div class="wordgametheme-sidebar-right"></div>
94
+ {%- endif -%}
95
+
96
+
97
+ {%- include wordgames/xyzpages/xyz.html -%}
98
+
99
+
100
+ {% include wordgames/featurehighlights/featurehighlights.html %}
101
+ {%- include wordgames/howto/howto.html -%}
102
+
103
+ {%- if dataToShow.faqList -%}
104
+ {%- if dataToShow.faqList.first.Question !='' -%}
105
+ {% include wordgames/faqs/faqs.html %}
106
+ {% endif %}
107
+ {% endif %}
108
+
109
+ {%- if dataToShow.infographics.size > 0 -%}
110
+ {%- include wordgames/infographics/infographics.html -%}
111
+ {%- endif -%}
112
+
113
+ {%- include wordgames/rating/rating.html -%}
114
+
115
+ {%- include share/socialshare.html -%}
116
+
117
+ {% include adBlocker/adBlocker.html %}
118
+
119
+ {% include xyzpages/xyzFooter.html %}
120
+
121
+
122
+ <script defer src="/assets/js/xyz.js"></script>
123
+
124
+ {%- include wordgames/scripts/scripts.html -%}
125
+ </body>
126
+
127
+ </html>
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: 2.2.4
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-18 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll