word-games-theme 1.2.5 → 1.2.6

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: 6daf6ea6bb19ede17cbf8ff6cd3997a7f4925b1ebaa5760f6319a8b24dcdae32
4
- data.tar.gz: 0e1134d4d20b53db8d0a57c8070d856600b90aa5bb6cdd9f886a5c05855bf818
3
+ metadata.gz: 26dba4549d1dcf72b4e57eee04191d71fdb8c89bb6c2c034fd29ca2b36300108
4
+ data.tar.gz: 6bbecf9dc061dfc7c12ac7905ce4216188317dc2dd767f19f49815506d6dcb8d
5
5
  SHA512:
6
- metadata.gz: d66d47997843038a00de44789ad7e143063c3164c11947d4a7a28c8a7a543df039bb4726e99c76fc603fc2299820c37770e67177c4859a862f88fd619704cd61
7
- data.tar.gz: 458cc7b2385e3dfcbea4846513273056d2e599c142bd01c1844f97d4fc2001eb6a541e6fa3ef9d07b268e486a8adcc6f86ee80c615959f7e020c26840df3d24d
6
+ metadata.gz: 6301443d8d46c7d0d99ee069639e0554a2b7fadf041ee69ef845c0f9f5a45cbc3304ce5a31752b1a132e0e774af7a0b543400040eb2d5099fb00cdd07fe4ed6c
7
+ data.tar.gz: 9067279c0bf55f1b567f4617638e52ae8c89807489087fba945afff4bb089648a3874941deb470568fd3ffc99df1458c591ab24d0ba3409a7398a14099717669
@@ -52,37 +52,37 @@
52
52
  {%- if forloop.index == 1 -%}
53
53
 
54
54
  {%- if site.name == "wordswithletters" -%}
55
- <h4 class="{{item.x}}-letter" role="heading" style="font-size: 18px;">
55
+ <h3 class="{{item.x}}-letter" role="heading" style="font-size: 18px;">
56
56
  Top scoring {{item.x}} letter words with letters <span class="joinString">{{item.letter}}</span> for
57
57
  {{item.gameName}}
58
- </h4>
58
+ </h3>
59
59
 
60
60
  {%- endif -%}
61
61
 
62
62
 
63
63
  {%- if site.name == "wordfinders" -%}
64
- <h4 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
64
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
65
65
  {{item.x}} letter words with highest score for {{item.gameName}} containing letters
66
66
  <span class="joinString">{{item.letter }}</span> using {{item.x}} letter word finder
67
- </h4>
67
+ </h3>
68
68
  {%- endif -%}
69
69
 
70
70
  {%- if site.name == "wordscramblers" -%}
71
- <h4 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
71
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
72
72
  Top scoring {{item.x}} letter words for {{item.gameName}} containing letters
73
73
  <span class="joinString">{{item.letter}}</span>
74
74
  using our {{item.x}} letter
75
75
  word scrambler
76
- </h4>
76
+ </h3>
77
77
  {%- endif -%}
78
78
 
79
79
  {%- if site.name == "wordunscramblerss" -%}
80
- <h4 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
80
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
81
81
  {{item.x}} letter words with highest score for {{item.gameName}} with letters
82
82
  <span class="joinString">{{item.letter}}</span>
83
83
  using our {{item.x}} letter
84
84
  word unscrambler
85
- </h4>
85
+ </h3>
86
86
 
87
87
  {%- endif -%}
88
88
  {%- endif -%}
@@ -36,38 +36,38 @@
36
36
  </div>
37
37
  <div class="subHeading" style="margin: 50px 0;">
38
38
  {%- if site.name == "wordswithletters" -%}
39
- <h1 class="content_sub_heading pb-0 m-0">
39
+ <h4 class="content_sub_heading pb-0 m-0">
40
40
  Using our {{dataToShow.x}} letter words with letters , you can find following high
41
41
  scoring words
42
42
  using
43
43
  {{dataToShow.letter | capitalize }}
44
- </h1>
44
+ </h4>
45
45
  {%- endif -%}
46
46
  {%- if site.name == "wordfinders" -%}
47
- <h1 class="content_sub_heading pb-0 m-0">
47
+ <h4 class="content_sub_heading pb-0 m-0">
48
48
  Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
49
49
  given letters
50
50
  {{dataToShow.letter | capitalize }}
51
- </h1>
51
+ </h4>
52
52
  {%- endif -%}
53
53
  {%- if site.name == "wordscramblers" -%}
54
- <h1 class="content_sub_heading pb-0 m-0">
54
+ <h4 class="content_sub_heading pb-0 m-0">
55
55
 
56
56
  All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which you
57
57
  can find
58
58
  using our
59
59
  unscramble {{dataToShow.x}}
60
60
  letter tool are as following
61
- </h1>
61
+ </h4>
62
62
  {%- endif -%}
63
63
  {%- if site.name == "wordunscramblerss" -%}
64
- <h1 class="content_sub_heading pb-0 m-0">
64
+ <h4 class="content_sub_heading pb-0 m-0">
65
65
  Following are the high scoring unscrambled words with the letters {{dataToShow.letter | capitalize}}
66
66
  which you
67
67
  can find using
68
68
  our {{dataToShow.x}}
69
69
  letter word scramble
70
- </h1>
70
+ </h4>
71
71
  {%- endif -%}
72
72
  </div>
73
73
  <div class="listofwords">
@@ -75,17 +75,15 @@
75
75
  {%- for item in letter -%}
76
76
  <div class="wordsdata" id="{{item.word}}">
77
77
  <a>
78
- <h2 class="word-heading">
78
+ <h3 class="word-heading">
79
79
  {{forloop.index}}.
80
80
  {{dataToShow.wordLength }}
81
- </h2>
81
+ </h3>
82
82
  </a>
83
83
  <ul class="word-details">
84
- <a>
85
- <h2 class="word-title">
86
- {{item.word | capitalize }}
87
- </h2>
88
- </a>
84
+ <li style="font-size: 18px; list-style: none;" class="word-title">
85
+ {{item.word | capitalize }}
86
+ </li>
89
87
  <li class="wordsDetails">
90
88
  {{item.scrabble}}
91
89
  </li>
@@ -18,7 +18,7 @@
18
18
 
19
19
  {%- if site.MonumetricID -%}
20
20
 
21
- <span class="mobile_bars"><i id="bars_style" class="bi bi-list bi-2x bars"></i></span>
21
+ <span class="mobile_bars"><i style="top:0px" id="bars_style" class="bi bi-list bi-2x bars"></i></span>
22
22
  <div id="open_list_bar">
23
23
  {%- if header.megaMenu -%}
24
24
  <div style="padding:2rem 0">
@@ -26,14 +26,14 @@
26
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
- <h3 class="meduim-text2 text-center mb-0">{{entry.Question}}</h2>
29
+ <h3 class="meduim-text2 text-center mb-2">{{entry.Question}}</h2>
30
30
  <p class="meduim-text text-center mb-0">{{entry.Answer}}</p>
31
31
  </div>
32
32
  {% endfor %}
33
33
  {%- else -%}
34
34
  {% for entry in dataToShow.faqList %}
35
35
  <div class="col-md-6 pt-5">
36
- <h3 class="meduim-text2 mb-0">{{entry.Question}}</h3>
36
+ <h3 class="meduim-text2 mb-2">{{entry.Question}}</h3>
37
37
  <p class="meduim-text mb-0">{{entry.Answer}}</p>
38
38
  </div>
39
39
  {% endfor %}
@@ -35,32 +35,32 @@
35
35
 
36
36
  <div class="subHeading template-heading" style="margin: 50px 0;">
37
37
  {%- if site.name == "wordswithletters" -%}
38
- <h1 class="content_sub_heading pb-0 m-0">
38
+ <h4 class="content_sub_heading pb-0 m-0">
39
39
  Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
40
40
  words in
41
41
  scrabble/word with friends as follows.
42
- </h1>
42
+ </h4>
43
43
  {%- endif -%}
44
44
  {%- if site.name == "wordfinders" -%}
45
- <h1 class="content_sub_heading pb-0 m-0">
45
+ <h4 class="content_sub_heading pb-0 m-0">
46
46
  Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
47
47
  words in
48
48
  scrabble/word with friends as follows.
49
- </h1>
49
+ </h4>
50
50
  {%- endif -%}
51
51
  {%- if site.name == "wordscramblers" -%}
52
- <h1 class="content_sub_heading pb-0 m-0">
52
+ <h4 class="content_sub_heading pb-0 m-0">
53
53
  Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
54
54
  words in
55
55
  scrabble/word with friends as follows.
56
- </h1>
56
+ </h4>
57
57
  {%- endif -%}
58
58
  {%- if site.name == "wordunscramblerss" -%}
59
- <h1 class="content_sub_heading pb-0 m-0">
59
+ <h4 class="content_sub_heading pb-0 m-0">
60
60
  Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
61
61
  words in
62
62
  scrabble/word with friends as follows.
63
- </h1>
63
+ </h4>
64
64
  {%- endif -%}
65
65
  </div>
66
66
 
data/assets/css/home.css CHANGED
@@ -323,7 +323,7 @@ input:-webkit-autofill:active {
323
323
  .mobile_bars{
324
324
  cursor: pointer;
325
325
  position: absolute;
326
- top:2px;
326
+ top:0px;
327
327
  margin:0 40px
328
328
  }
329
329
 
@@ -351,7 +351,7 @@ input:-webkit-autofill:active {
351
351
  position: absolute;
352
352
  right: 8px;
353
353
  font-size: 28px;
354
- top: 22px;
354
+ top: 15px;
355
355
  cursor: pointer;
356
356
  }
357
357
  .cat_bar_logo_link{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms