word-games-theme 1.8.6 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
data/assets/css/style.css CHANGED
@@ -39,11 +39,11 @@ header {
39
39
  top: 0;
40
40
  left: 0;
41
41
  z-index: 999;
42
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
42
43
  }
43
44
 
44
45
  .navbar {
45
46
  padding: 1.2rem 9% !important;
46
- background-color: #FAFAFA !important;
47
47
  }
48
48
 
49
49
  .navbar-brand {
@@ -90,8 +90,9 @@ header {
90
90
  left: -50px;
91
91
  font-size: 14px;
92
92
  border: none;
93
- background: whitesmoke;
94
- box-shadow: 0 1px 1px 0 #bdcad2;
93
+ background: #f8f9fa;
94
+ /* box-shadow: 0 1px 1px 0 #bdcad2; */
95
+ top: 50px !important;
95
96
  }
96
97
 
97
98
  .dropdown-menu.show {
@@ -100,14 +101,16 @@ header {
100
101
  grid-template-columns: auto auto;
101
102
  column-gap: 5rem;
102
103
  row-gap: 1rem;
104
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
105
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
106
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
103
107
  }
104
108
 
105
109
  /* pageheaderBg and pageheading(h1,h2) css */
106
110
  .pageHeaderBg {
107
- background: url(/assets/images/bg_elements.png);
108
111
  background-position: center;
109
112
  background-size: cover;
110
- margin-bottom: 20vh;
113
+ margin-bottom: 30vh;
111
114
  padding: 15px 0;
112
115
  }
113
116
 
@@ -278,11 +281,11 @@ header {
278
281
  .serachSection .serachBox .advancedFilter .filterButton {
279
282
  background: #f8f9fa;
280
283
  box-shadow: 0 0 2px #343a4063;
281
- width: 190px;
284
+ width: 210px;
282
285
  border-radius: 10px;
283
286
  cursor: pointer;
284
287
  border: none;
285
- padding: 10px;
288
+ padding: 12px;
286
289
  text-align: left;
287
290
  color: #1c1107;
288
291
  font-size: 13px;
@@ -359,23 +362,70 @@ header {
359
362
  }
360
363
 
361
364
  .fillterWrapper .filter-tooltip {
362
- opacity: .5;
365
+ /* opacity: .5; */
363
366
  position: absolute;
364
367
  top: 20px;
365
368
  right: 10px;
366
369
  font-size: 15px;
370
+ cursor: pointer;
371
+ }
372
+
373
+
374
+ .filter-tooltip::after,
375
+ .filter-tooltip::before {
376
+ left: 25%;
377
+ opacity: 0;
378
+ position: absolute;
379
+ z-index: -100;
380
+
367
381
  }
368
382
 
369
- .tooltip-inner {
370
- width: 140px !important;
371
- margin: 0 auto;
383
+ .filter-tooltip:focus::after,
384
+ .filter-tooltip:focus::before,
385
+ .filter-tooltip:hover::after,
386
+ .filter-tooltip:hover::before {
387
+ opacity: 1;
388
+ transform: scale(1) translateY(0);
389
+ z-index: 100
372
390
  }
373
391
 
374
- .tooltip {
375
- z-index: 99999;
376
- font-size: 1rem;
392
+ .filter-tooltip::before {
393
+ border-style: solid;
394
+ border-width: 1em .75em 0 .75em;
395
+ border-color: #3e474f transparent transparent transparent;
396
+ transition: 0 !important;
397
+ bottom: 100%;
398
+ content: '';
399
+ margin-left: -.5em;
400
+ transform: scale(.6) translateY(-90%);
401
+ font-size: 12px;
402
+ top: -10px;
377
403
  }
378
404
 
405
+ .filter-tooltip:focus::before,
406
+ .filter-tooltip:hover::before {
407
+ transition: all .65s cubic-bezier(.84, -.18, .31, 1.26) .2s
408
+ }
409
+
410
+ .filter-tooltip::after {
411
+ font-size: 10px;
412
+ text-align: center;
413
+ background: #000;
414
+ border-radius: .25em;
415
+ bottom: 120%;
416
+ color: #edeff0;
417
+ content: attr(data-tip);
418
+ margin-left: -4em;
419
+ padding: 0.5rem;
420
+ transition: all .65s cubic-bezier(.84, -.18, .31, 1.26);
421
+ transform: scale(.6) translateY(50%);
422
+ width: 150px;
423
+ }
424
+
425
+ .filter-tooltip:focus::after,
426
+ .filter-tooltip:hover::after {
427
+ transition: all .65s cubic-bezier(.84, -.18, .31, 1.26)
428
+ }
379
429
 
380
430
  /* Feature highlightes section css */
381
431
  .feature,
@@ -8,11 +8,11 @@ small {
8
8
  flex-direction: column;
9
9
  justify-content: center;
10
10
  align-items: center;
11
- position: sticky;
11
+ /* position: sticky; */
12
12
  width: -webkit-fill-available;
13
- top: 58px;
13
+ /* top: 58px; */
14
14
  background-color: #fff;
15
- z-index: 99;
15
+ /* z-index: 99; */
16
16
  }
17
17
 
18
18
  .errMessage {
@@ -130,6 +130,9 @@ small {
130
130
  }
131
131
 
132
132
  .tab_link_wrapper {
133
+ position: sticky !important;
134
+ top: 66px;
135
+ z-index: 9;
133
136
  display: flex;
134
137
  width: 100%;
135
138
  /* overflow: auto; */
data/assets/js/default.js CHANGED
@@ -2,11 +2,6 @@ let letterCloseButton = document.querySelector('.letter-close-button')
2
2
  let txtBox = document.querySelector('.txtBox')
3
3
  let focusBorder = document.querySelector('.focus-border')
4
4
  txtBox.focus()
5
-
6
- $(function () {
7
- $('[data-toggle="tooltip"]').tooltip()
8
- })
9
-
10
5
  document.querySelector(".serachBtn").value = ""
11
6
 
12
7
  function myFunction(x) {
@@ -50,4 +45,6 @@ txtBox.addEventListener('input', (e) => {
50
45
  letterCloseButton.addEventListener("click", () => {
51
46
  txtBox.value = ""
52
47
  letterCloseButton.classList.remove("close_ltr_icon")
53
- })
48
+ })
49
+
50
+
@@ -0,0 +1,45 @@
1
+ ---
2
+ ---
3
+
4
+ console.log('');
5
+
6
+ if ("{{ site.removeBootstrapJs }}" === "true") {
7
+ const languagesModal = document.querySelector("#staticBackdrop");
8
+ const intModalBtn = document.querySelector("#int-modal-btn");
9
+ const closeBtn = document.querySelector("#close-modal");
10
+
11
+ if(intModalBtn){
12
+ intModalBtn.addEventListener("click", () => {
13
+ languagesModal.style.display = "block";
14
+ languagesModal.classList.add("show");
15
+ let modal = document.createElement("div");
16
+ modal.classList.add("modal-backdrop", "show");
17
+ document.body.appendChild(modal);
18
+ });
19
+ closeBtn.addEventListener("click", () => {
20
+ languagesModal.style.display = "none";
21
+ languagesModal.classList.remove("show");
22
+ let modal = document.querySelector(".modal-backdrop");
23
+ document.body.removeChild(modal);
24
+ });
25
+ }
26
+
27
+ let navbarDropdown = document.querySelector("#navbarDropdown");
28
+ let dropmenu = document.querySelector(".dropmenu");
29
+ navbarDropdown.addEventListener("click", () => {
30
+ if (dropmenu.classList.contains("show")) {
31
+ dropmenu.classList.remove("show");
32
+ } else {
33
+ dropmenu.classList.add("show");
34
+ }
35
+ });
36
+ const navbarToggler = document.querySelector('.navbar-toggler')
37
+ const navBar = document.querySelector('#navbarSupportedContent')
38
+ navbarToggler.addEventListener('click', () => {
39
+ if (navBar.classList.contains("show")) {
40
+ navBar.classList.remove("show");
41
+ } else {
42
+ navBar.classList.add("show");
43
+ }
44
+ })
45
+ }
@@ -29,9 +29,6 @@ let exculdeWith = document.getElementById("exculdeWith");
29
29
  let inculdeWith = document.getElementById("inculdeWith");
30
30
  let wordLength = document.getElementById("wordLength");
31
31
 
32
- $(function () {
33
- $('[data-toggle="tooltip"]').tooltip()
34
- })
35
32
 
36
33
  let ok = true;
37
34
 
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.8.6
4
+ version: 1.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-22 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '12.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - manpreet@appscms.com
58
58
  executables: []
@@ -120,12 +120,14 @@ files:
120
120
  - _includes/adBlocker/adBlocker.html
121
121
  - _includes/adsense/adsense.html
122
122
  - _includes/author_bio.html
123
+ - _includes/authorpagehead/index.html
123
124
  - _includes/authors/authors.html
124
125
  - _includes/autogenerated/content.html
125
126
  - _includes/autogenerated/footer.html
126
127
  - _includes/cssfile/links.html
127
128
  - _includes/custom-head.html
128
129
  - _includes/disqus_comments.html
130
+ - _includes/featurePageAuthors/featurePageAuthors.html
129
131
  - _includes/filterWords/index.html
130
132
  - _includes/find-words-in-certain-positions/words-in-certain-positions.html
131
133
  - _includes/footer/index.html
@@ -163,7 +165,10 @@ files:
163
165
  - _includes/wordle-solver/wordle-solver.html
164
166
  - _includes/xyzpages/xyz.html
165
167
  - _includes/xyzpages/xyzFooter.html
168
+ - _layouts/aboutUs.html
169
+ - _layouts/allAuthors.html
166
170
  - _layouts/allpages.html
171
+ - _layouts/author.html
167
172
  - _layouts/autogencontent.html
168
173
  - _layouts/blank.html
169
174
  - _layouts/blog.html
@@ -180,8 +185,14 @@ files:
180
185
  - _layouts/xyzpages.html
181
186
  - assets/css/adBlocker.css
182
187
  - assets/css/blog.css
188
+ - assets/css/bootstrap-icons.css
183
189
  - assets/css/bootstrap.min.css
184
190
  - assets/css/content.css
191
+ - assets/css/font/bootstrap-icons.css
192
+ - assets/css/font/bootstrap-icons.json
193
+ - assets/css/font/bootstrap-icons.scss
194
+ - assets/css/fonts/bootstrap-icons.woff
195
+ - assets/css/fonts/bootstrap-icons.woff2
185
196
  - assets/css/game.css
186
197
  - assets/css/multiple-word-anagram-solver.css
187
198
  - assets/css/style.css
@@ -275,6 +286,7 @@ files:
275
286
  - assets/js/repeat-letters.js
276
287
  - assets/js/resultPage.js
277
288
  - assets/js/scrabbleDictonary.js
289
+ - assets/js/theme.js
278
290
  - assets/js/wordScrabble-test.js
279
291
  - assets/js/wordScrabble.js
280
292
  - assets/js/wordleSolver.js
@@ -286,7 +298,7 @@ homepage: https://github.com/Contenttool/word-games-theme
286
298
  licenses:
287
299
  - MIT
288
300
  metadata: {}
289
- post_install_message:
301
+ post_install_message:
290
302
  rdoc_options: []
291
303
  require_paths:
292
304
  - lib
@@ -301,8 +313,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
301
313
  - !ruby/object:Gem::Version
302
314
  version: '0'
303
315
  requirements: []
304
- rubygems_version: 3.1.2
305
- signing_key:
316
+ rubygems_version: 3.3.7
317
+ signing_key:
306
318
  specification_version: 4
307
319
  summary: Word-Games theme for all word-games-sites
308
320
  test_files: []