word-games-theme 2.2.3 → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75c6c4d81802ef8a787636132b3275be6f9da5e2f0f8fe3c0db4841ed6c7f6dd
4
- data.tar.gz: 651add9495216b5b6cc6271347735e81b01fe2fdbd18652a7cc2ede4fa7d4f78
3
+ metadata.gz: d58dccb67236b9b3bc4fa08775f8fbaf15e7ebb685162d3d7346de6d2af9be1a
4
+ data.tar.gz: a531ebb59930b052dbf37f0e6e83a3cdab78c0670630c63bcbb79f92e11c75d6
5
5
  SHA512:
6
- metadata.gz: 3e6b85ee3a03a482478a8ba62eee3d9cfa913b2dbf9b99781c695fce2abd25aff7b7dc3679b30f8ffe42b30f8128277abb4e0e4802e1532e99d55178acc40da4
7
- data.tar.gz: 8f0dd06ff58716f85fdb09a6d99dc991e557e3c51d63e064c951b28dfd498e32f0be6d36a91a298dd546db4ee19d835b29af0f973f5e0fb0a5baeeaec314a586
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 cssfile/links.html %}
63
+ {% include wordgames/cssfile/links.html %}
67
64
 
68
65
  {%- if page.wordle == 'solver' -%}
69
66
  <style>
@@ -31,24 +31,8 @@
31
31
  {{site.data.customcdns.customcdns.jsfiles}}
32
32
  {%- if scriptData.jsfilepaths -%}
33
33
  {%- for path in scriptData.jsfilepaths -%}
34
-
35
- {%- assign asset_dir = path -%}
36
- {%- if site.versioning and asset_dir != "" -%}
37
-
38
- {%- if asset_dir contains "https" and asset_dir contains "https://" -%}
39
- <script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
40
- data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
41
- {%- else -%}
42
- <script defer src="{% ministamp { source_path: '{{ asset_dir }}', destination_path: '{{ asset_dir }}' } %}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
43
- data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
44
- {%- endif -%}
45
-
46
- {%- else -%}
47
- {%- assign asset_dir = path -%}
48
34
  <script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
49
35
  data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
50
- {%- endif -%}
51
-
52
36
  {%- endfor -%}
53
37
  {%- endif -%}
54
38
  {%- if scriptData.jscdns -%}
@@ -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.3
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