word-games-theme 2.3.4 → 2.3.6
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/wordgames/head/head.html +7 -0
- data/_includes/wordgames/word-game/word-game-generator-online.html +1 -1
- data/assets/css/wordgames-game.css +6 -3
- data/assets/css/wordgames-home.css +6 -0
- data/assets/css/wordgames-result.css +1 -0
- data/assets/css/wordle-solver.css +5 -0
- 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: 70cd1125f8709bd3e4af6effe41303dd69a7cedb53027cc49b223e8f7ff0e8df
|
|
4
|
+
data.tar.gz: fe5a792f620eede33cb427abbe45486ab451539412e06c0cb60f0449cb62c056
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11aecd8522c65251f9b6ea7e2d11f8b4328af98fd7e7f375dbc1604fcfbe49a1ba02ba2ec41473e165b7d1a3ca3531fcb5453bf0fdadcb38e0c334caa57e33c2
|
|
7
|
+
data.tar.gz: 4f64bd040d1105551bfd1594c68465ab05995260b42bce380050b247715bb12a7eb0b686424ccbf5432dfc9905cc338ff56f417f9cde0e3a70d7e730b766ce1f
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
transition: all 0.3s ease-in-out;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.modal-content{
|
|
18
|
+
.word-game .modal-content{
|
|
19
19
|
background-color: var(--primary-color);
|
|
20
20
|
box-shadow: 2px 2px 0px 0px #131313FC;
|
|
21
21
|
border-radius: 11px;
|
|
@@ -58,7 +58,7 @@ border-radius: 11px;
|
|
|
58
58
|
.create-wordle .custom-word {
|
|
59
59
|
font-weight: 600;
|
|
60
60
|
text-transform: uppercase;
|
|
61
|
-
width: 376px
|
|
61
|
+
width: 376px;
|
|
62
62
|
height: 56px;
|
|
63
63
|
margin: 18px auto;
|
|
64
64
|
text-align: center;
|
|
@@ -498,9 +498,12 @@ border-radius: 11px;
|
|
|
498
498
|
padding: 0 10px;
|
|
499
499
|
}
|
|
500
500
|
|
|
501
|
-
.create-wordle .custom-word {
|
|
501
|
+
.create-wordle .custom-word,.wordle-game-link {
|
|
502
502
|
width: 100%;
|
|
503
503
|
}
|
|
504
|
+
.wordle-game-play-links{
|
|
505
|
+
padding: 1rem;
|
|
506
|
+
}
|
|
504
507
|
|
|
505
508
|
.tile {
|
|
506
509
|
caret-color: transparent;
|
|
@@ -839,8 +839,14 @@ summary::-webkit-details-marker {
|
|
|
839
839
|
}
|
|
840
840
|
.infographics-title{
|
|
841
841
|
font-size: 28px;
|
|
842
|
+
width: 100%;
|
|
843
|
+
text-align: center;
|
|
842
844
|
}
|
|
843
845
|
|
|
846
|
+
.points-table{
|
|
847
|
+
width: auto !important;
|
|
848
|
+
font-size: 28px;
|
|
849
|
+
}
|
|
844
850
|
|
|
845
851
|
.card-text{
|
|
846
852
|
font-size: 12px !important;
|
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.3.
|
|
4
|
+
version: 2.3.6
|
|
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-12-
|
|
11
|
+
date: 2023-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|