word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -1,174 +0,0 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
-
5
- {%- assign CustomColor = site.data.theme.colors -%}
6
- <!-- starting landingPage -->
7
- <div class="pageHeaderBg">
8
- <div class="container">
9
- <div class="pageHeading text-center" style="margin:22px 0px">
10
- <h1 class="heading pb-0 mb-3">
11
- {{dataToShow.h1}}</h1>
12
- {%- if dataToShow.h2 != "" -%}
13
- <h2>
14
- {{dataToShow.h2}}</h2>
15
- {%- endif -%}
16
- </div>
17
- </div>
18
- <div class="container-fluid" id="containerWd">
19
- <div class="serachSection">
20
- <div class="position-relative serachBox">
21
- <form action="{{page.url}}/result" id='form' method="GET">
22
- <div style="position: relative;">
23
- <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
24
- placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
25
- required autocomplete="off">
26
- <span class="focus-border">
27
- <i></i>
28
- </span>
29
- <div class="letter-close-button">
30
- <i class="ltr-cls-btn bi bi-x-circle-fill"></i>
31
- </div>
32
- </div>
33
-
34
- <input
35
- style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
36
- type="submit" class="serachBtn" id="serach" value="">
37
-
38
- <div class="dictonaryDropdown">
39
- <select class="form-select select_dropDown2" name="dictionary"
40
- aria-label="Default select example">
41
- <option value="Dictionary">Dictionary</option>
42
- <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
43
- <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
44
- <option value="wwf" id="wwf">Enable (Words With Friends)</option>
45
- </select>
46
- </div>
47
-
48
- <br>
49
- <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
50
- <div class="advancedFilter" style="position: relative;" onclick="myFunction()">
51
- <input type="button" value="Advanced Filter" class="filterButton">
52
- <div class="angle-arrow2"></div>
53
- </div>
54
- </div>
55
- <div class="fillterWrapper hide">
56
- <div class="text-right times" style="cursor: pointer;">
57
- <img src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
58
- width="12px">
59
-
60
- </div>
61
- <div class="startsWith">
62
- <label for="startsWith">Starts With</label>
63
- <input type="text" id="startsWith" placeholder="Prefix" value="" name="prefix">
64
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
65
- title="Find words that start with these letters(AB-&gt; Able)">
66
- <i class="bi bi-question-circle"></i>
67
- </div>
68
- </div>
69
- <div class="mustInclude">
70
- <label for="mustInclude">Must Contains </label>
71
- <input type="text" id="mustInclude" placeholder="Contains" name="contains">
72
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
73
- title="Words that contain letters in this order(ab)">
74
- <i class="bi bi-question-circle"></i>
75
- </div>
76
-
77
- </div>
78
- <div class="endsWith">
79
- <label for="endsWith">End With</label>
80
- <input type="text" id="endsWith" placeholder="Suffix" name="suffix">
81
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
82
- title="Filter for words that ends with these letters">
83
- <i class="bi bi-question-circle"></i>
84
- </div>
85
- </div>
86
- <div class="exculdeWith">
87
- <label for="exculdeWith">Exculde</label>
88
- <br>
89
- <input type="text" id="exculdeWith" placeholder="Exculde" value="" name="exculde">
90
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
91
- title="Only words that not contain the letters you enter here">
92
- <i class="bi bi-question-circle"></i>
93
- </div>
94
- </div>
95
-
96
- <div class="inculdeWith">
97
- <label for="inculdeWith">Inculde</label>
98
- <br>
99
- <input type="text" id="inculdeWith" placeholder="Inculde" value="" name="inculde">
100
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
101
- title="Only words that contain the letters you enter here">
102
- <i class="bi bi-question-circle"></i>
103
- </div>
104
- </div>
105
-
106
- <div class="wordLength same">
107
- <label for="wordLength">Word Length </label>
108
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length"
109
- value="">
110
- <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
111
- <input type="button" value="Clear" class="clearFilter btn-info text-white"
112
- style="background-color: {{CustomColor.inputButtonBg}};">
113
- <input type="submit" value="Apply" class="btn-info text-white"
114
- style="background-color: {{CustomColor.inputButtonBg}};">
115
- </div>
116
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
117
- title="Filter for words with this length">
118
- <i class="bi bi-question-circle"></i>
119
- </div>
120
- </div>
121
-
122
- </div>
123
- </form>
124
- {%- if page.wordle == 'solver' -%}
125
- <!-- Solve wordle quickly using our wordle solver -->
126
- <label class="d-block m-0 mt-4 text-center" style="font-size:16px">
127
- <a onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Try Wordle Solver'});"
128
- class="trywordle" href="/wordle-solver">Try Wordle Solver</a>
129
- </label>
130
- {%- endif -%}
131
- </div>
132
- </div>
133
- </div>
134
- </div>
135
- <!-- close landingPage -->
136
- <script>
137
- const clearFilter = document.querySelector('.clearFilter')
138
- let startsWith = document.getElementById('startsWith')
139
- let mustInclude = document.getElementById('mustInclude')
140
- let endsWith = document.getElementById('endsWith')
141
- let wordLength = document.getElementById('wordLength')
142
-
143
- clearFilter.addEventListener('click', () => {
144
- startsWith.value = ''
145
- mustInclude.value = ''
146
- endsWith.value = ''
147
- exculdeWith.value = ''
148
- wordLength.value = ''
149
- })
150
- const advancedFilter = document.querySelector('.advancedFilter')
151
- const fillterWrapper = document.querySelector('.fillterWrapper')
152
- advancedFilter.addEventListener('click', () => {
153
- fillterWrapper.classList.toggle('actives')
154
- fillterWrapper.classList.remove('hide')
155
- })
156
-
157
- // document.addEventListener('click', (event) => {
158
- // const withinBoundaries = event.composedPath().includes(advancedFilter)
159
- // if (!withinBoundaries) {
160
- // closeModal()
161
- // }
162
- // })
163
- function closeModal() {
164
- fillterWrapper.classList.remove('actives')
165
- fillterWrapper.classList.add('hide')
166
- }
167
-
168
- const close = document.querySelector('.times')
169
- close.addEventListener('click', () => {
170
-
171
-
172
- closeModal()
173
- })
174
- </script>
@@ -1,170 +0,0 @@
1
- <!-- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign folder = page.folderName %}
4
- {% assign homeData= site.data[folder][lang][file] %} -->
5
-
6
- <!-- <!DOCTYPE html>
7
- <html lang="en">
8
-
9
- {%- include head/index.html -%}
10
-
11
- <body>
12
- <link rel="stylesheet" href="../assets/css/wordScrabble.css">
13
- {%- include header/index.html -%}
14
-
15
- {%- if homeData.h1 or homeData.h2 -%}
16
- <div class="tools_headings">
17
- <div class="container">
18
- <div class="pageHeading text-center">
19
- <h1 class="heading pb-0 m-0">{{homeData.h1}}</h1>
20
- {%- if homeData.h2 != '' -%}
21
- <h2>{{homeData.h2}}</h2>
22
- {%- endif -%}
23
- </div>
24
- </div>
25
- </div>
26
- {%- endif -%}
27
-
28
- <div class="tools-feature">
29
- <div class="container" id="containerWd">
30
- <section class="result_sticky_nav">
31
- <div class="serachSection2">
32
- <div class="position-relative serachBox">
33
- <form action="" id='form'>
34
- <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
35
- placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
36
- maxlength="15" value required autocomplete="off">
37
- <input
38
- style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
39
- type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
40
- {%- include filterWords/index.html -%}
41
- <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
42
- <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
43
- <span class="filter_count" style="display: none;"></span>
44
- <input type="button" value="Advanced Filter" class="filterButton">
45
- <div class="angle-arrow"></div>
46
- </div>
47
- <div id="sort-select">
48
- <select class="form-select sort-select" id="select_dropDown">
49
- <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
50
- <option id="alpha" value="alpha">A-Z</option>
51
- <option id="alpha" value="alpha">Z-A</option>
52
- <option id="alpha" value="alpha">Points</option> -->
53
- <!-- </select>
54
- </div>
55
- </div>
56
- <div class="fillterWrapper hide">
57
- <div class="text-right times" style="cursor: pointer; margin-top:-15px;">
58
- <img src="../../assets/images/window-close.png" alt="" width="15px">
59
-
60
- </div>
61
- <div class="startsWith same">
62
- <label data-toggle="tooltip" data-placement="top" title="Filter for words that starts with these letters"
63
- for="startsWith">Starts
64
- With</label>
65
- <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value="" name="prefix">
66
- </div>
67
- <div class="mustInclude same">
68
- <label for="mustInclude" data-toggle="tooltip" data-placement="top"
69
- title=" Words that contain letters in this order(ab)">Must Contains </label>
70
- <input type="text" class="filter_val" id="mustInclude" placeholder="Contains" name="contains" value="">
71
- </div>
72
- <div class="endsWith same">
73
- <label for="endsWith" data-toggle="tooltip" data-placement="top"
74
- title="Filter for words that ends with these letters">End With</label>
75
- <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix" value="">
76
- </div>
77
- <div class="exculdeWith same">
78
- <label data-toggle="tooltip" data-placement="top" title="Only words that not contain the letters you enter here"
79
- for="exculdeWith">Exculde</label>
80
- <br>
81
- <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde" value="" name="exculde">
82
- </div>
83
- <div class="inculdeWith same">
84
- <label data-toggle="tooltip" data-placement="top" title="Only words that contain the letters you enter here"
85
- for="inculdeWith">Include</label>
86
- <br>
87
- <input type="text" class="filter_val" id="inculdeWith" placeholder="Include" value="" name="include">
88
- </div>
89
- <div class="wordLength same">
90
- <label data-toggle="tooltip" data-placement="top" title="Filter for words with this length"
91
- for="wordLength">Word Length </label>
92
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length" value="">
93
- </div>
94
-
95
- <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
96
- <input type="button" value="Clear" class="clearFilter btn-info text-white" style="background-color:#808080;">
97
- <input type="submit" value="Apply" class="btn-info text-white" style="background: #808080" id="applyfilter">
98
- </div>
99
- </div>
100
- </form>
101
- </div>
102
- </div>
103
- </section>
104
- </div>
105
- <div class="container" id="containerWd">
106
- {% include section/wordGroup.html %}
107
- </div>
108
- close commonPage as LandingPage -->
109
- <!-- <link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
110
-
111
- </div> -->
112
-
113
- <!-- {% include section/feature.html %}
114
-
115
- {%- if dataToShow.faqList -%}
116
- {%- if dataToShow.faqList.first.Question !='' -%}
117
- {% include section/news.html %}
118
- {% endif %}
119
- {% endif %} -->
120
-
121
-
122
- <!-- {%- include Rating/rating.html -%}
123
-
124
- {%- assign langen = "en" -%}
125
- {%- if site.data[folder][langen][file].categories -%}
126
- {% assign categories= site.data[folder][langen][file].categories %}
127
- {%- else -%}
128
- {% assign categories= page.categories %}
129
- {%- endif -%}
130
- {%- if site.data[folder][langen][file].tags -%}
131
- {% assign tags= site.data[folder][langen][file].tags %}
132
- {%- else -%}
133
- {% assign tags= page.tags %}
134
- {%- endif -%}
135
- {%- if categories.size> 0 or tags.size>0-%}
136
- {%- include section/related_categories_post.html -%}
137
- {%- else -%}
138
- {%- include section/recent_posts.html -%}
139
- {% endif %}
140
-
141
-
142
- {%- include footer/index.html -%}
143
-
144
- {%- include script.html -%}
145
- <script>
146
- const clearFilter = document.querySelector('.clearFilter')
147
-
148
- clearFilter.addEventListener('click', () => {
149
- startsWith.value = ''
150
- mustInclude.value = ''
151
- endsWith.value = ''
152
- exculdeWith.value = ''
153
- inculdeWith.value = ''
154
- wordLength.value = ''
155
- document.getElementById("applyfilter").click();
156
- })
157
- const fillterWrapper = document.querySelector('.fillterWrapper')
158
- function myFunction() {
159
- fillterWrapper.classList.toggle('hide')
160
- }
161
- const close = document.querySelector('.times')
162
- close.addEventListener('click', () => {
163
- fillterWrapper.classList.add('hide')
164
- })
165
-
166
- </script>
167
- <script src="../assets/js/other-lang-wordScrabble.js" crossorigin></script>
168
- </body>
169
-
170
- </html> -->
@@ -1,215 +0,0 @@
1
- #home_page_search_result {
2
- padding: 10px;
3
- font-size: 12px;
4
- }
5
-
6
- #home_page_search_result:hover {
7
- text-decoration: underline !important;
8
- }
9
-
10
- .result_header>.result_header_logo {
11
- position: fixed;
12
- z-index: 999;
13
- top: 0px;
14
- }
15
-
16
- .tick {
17
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL7SURBVEhL7ZZdSBRRFMf/s+PWSrsUFGoUfi1ooWISFUQPvfRhH1hUL5agvogvaQ/hamBRbz0W2VNBQb2IgqJsGL2VVBK11UNpPkhGKmWK6wfu7kznzFxGx5lxZ+tN/MGdOefOzP3PnTn3noN11jySOLvnWamfniqGJGVovqpOQMVnHI9ENd8l7oTDe/zwSGfp7nPkHaPm0/qXWKD2kl7gERS1A+Uf5vVuZ1YXbg9KCAT2kWgjeaeoBbR+Z/gFupFQWhGNDuLCsKp3W3EW1kQ3HYRHfkhegd7pmkEoiVrMzPY7iXvE2YrfXyJEg3pHShTQsw9oDMcXthfuLfNDlq+RxQ/KWl/qFNIYN7WxbLAX9uIMhWu58P4D9TSNVSEcE06fmqM3WSAZ+DwbcCXnEk5sO7QyaNKpVeumGWtw9ZYE4E2bIGvlkrGFRZtyqxHKq8HQ3HfsfVOJmBIXVzUWEItn4OSnGeFrWGcspxXR0ZXolrQAmkgwlFeL4blRtAzdRVxJiKsGPhqzUNgGVmFJzRSWCVmSqZlvb8ipRCi3BtPxGYSG7qD3F+8hNqtHUncIy8DpH5tg0VvBeoTL7iHbl6XN9HqwDjfy6zCy8BPnI1edRXUsv9QqrEo/hGXAA+7fXIwjWw+gbXczmunTNmZX4uvcCFq/teHVVGQ1UR5zTFgGroMrJz0LbbtatMhlxhd/azNNKuoQXNbN4enEIqq2HyYrX+/QmY5H8XzyNYr8QSwqMVz+chsvJgeSiTI9KI88FraB/V7dV3aRjvepWdYyz3znxkz0T310I8qzrMfR9090dwn74Iqhk94pLDwTI/Njbj6vQOqhsbqEY8J+xky4lPZaTzdZqWYmhhfzMBSligqEt3qXGeflxPmUUxunuNQhUU6L0QHhW3DOPO1/gAr/KLzePioEuMzhYPNq15zhf9pJhUADorPv/q0QWA6XPrLEWYaTB2ctu9KHY6IDCbWLSp+k9Zc74eVwseehXAuJt0GJir1xirOUi7111jrAXwKK6K/PgrsYAAAAAElFTkSuQmCC) no-repeat;
18
- background-position: 95% 50%;
19
- }
20
-
21
- .filter_count {
22
- width: 20px;
23
- color: white;
24
- height: 20px;
25
- text-align: center;
26
- background-color: #808080;
27
- padding-top: 2px;
28
- border-radius: 50%;
29
- margin-right: 1px;
30
- position: relative;
31
- left: 150px;
32
- }
33
-
34
- .Advancedbtn .filterButton {
35
- background: #f8f9fa;
36
- box-shadow: 0 0 3px #343a4063;
37
- width: 190px;
38
- border-radius: 10px;
39
- outline: none;
40
- border: none;
41
- font-weight: 900;
42
- font-size: 13px;
43
- padding: 8.5px;
44
- text-align: left;
45
- z-index: 99;
46
- }
47
-
48
- .hide {
49
- visibility: hidden;
50
- }
51
-
52
- .fillterWrapper {
53
- display: block;
54
- background: #fff;
55
- position: absolute;
56
- z-index: 999;
57
- top: 100px;
58
- right: 150px;
59
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
60
- padding: 30px 15px;
61
- border-radius: 15px;
62
- width: 240px;
63
- }
64
-
65
- .fa-times {
66
- position: absolute;
67
- top: 12px;
68
- right: 15px;
69
- font-size: 15px;
70
- cursor: pointer;
71
- }
72
-
73
- .fillterWrapper .same {
74
- margin-bottom: 10px;
75
- }
76
-
77
- .fillterWrapper input[type='text'] {
78
- border-radius: 15px;
79
- width: 100%;
80
- outline: none;
81
- /* text-indent: 8px; */
82
- }
83
-
84
- .sticky_nav {
85
- position: sticky;
86
- width: inherit;
87
- top: 58px;
88
- background-color: #fff;
89
- z-index: 99;
90
- }
91
-
92
- .flex-row {
93
- -ms-flex-direction: row !important;
94
- flex-direction: row !important;
95
- display: flex;
96
- overflow: hidden;
97
- margin: 0 13px;
98
- }
99
-
100
- .tab_link_wrapper {
101
- display: flex;
102
- width: 100%;
103
- /* overflow: auto; */
104
- justify-content: center;
105
- background: #f8f9fa;
106
- border-radius: 40px;
107
- /* padding: 8px; */
108
- /* white-space: wrap; */
109
- margin: 10px 0px;
110
- }
111
-
112
- .tab_link {
113
- font-size: 15px;
114
- font-weight: 900;
115
- margin: 0 5px;
116
- padding-top: 5px;
117
- border: none;
118
- outline: none;
119
- background-color: inherit;
120
- }
121
-
122
- a {
123
- text-decoration: none !important;
124
- }
125
-
126
- .active-tab {
127
- border-bottom: solid 2px black;
128
- }
129
-
130
- #next {
131
- background: url('/assets/images/next.webp');
132
- background-size: cover;
133
- width: 21px;
134
- height: 21px;
135
- object-fit: cover;
136
- padding: 3px;
137
- border: none;
138
- position: absolute;
139
- top: 14px;
140
- right: 20px;
141
- }
142
-
143
- #prev {
144
- background: url('/assets/images/prev.webp');
145
- background-size: cover;
146
- width: 21px;
147
- height: 21px;
148
- object-fit: cover;
149
- padding: 3px;
150
- border: none;
151
- position: absolute;
152
- top: 14px;
153
- left: 20px;
154
- }
155
-
156
- @media (max-width: 768px) {
157
- .result_header {
158
- margin: 0px;
159
- }
160
-
161
- .result_page_navbar {
162
- background-color: #f8f9fa;
163
- }
164
-
165
- .Advancedbtn {
166
- margin: 0;
167
- height: 0;
168
- width: 0;
169
- }
170
-
171
- .Advancedbtn .filterButton {
172
- display: none;
173
- position: fixed;
174
- bottom: 0;
175
- width: 50%;
176
- left: 0px;
177
- border-radius: 0;
178
- }
179
-
180
- .fillterWrapper {
181
- right: auto;
182
- position: fixed;
183
- left: 0px;
184
- top: 135px;
185
- width: 100%;
186
- }
187
-
188
- .filter_count {
189
- z-index: 999;
190
- display: none !important;
191
- position: fixed;
192
- left: 112px;
193
- bottom: 8px;
194
- }
195
-
196
- .tab_link {
197
- font-size: 12px;
198
- }
199
-
200
- #prev {
201
- top: 12px;
202
- left: 8px;
203
- }
204
-
205
- #next {
206
- top: 12px;
207
- right: 8px;
208
- }
209
- }
210
-
211
- @media (min-width: 576px) {
212
- #containerWd {
213
- max-width: 100% !important;
214
- }
215
- }
@@ -1,58 +0,0 @@
1
- .feature {
2
- padding: 15px;
3
- background-color: #b641da;
4
- margin-left: 0;
5
- margin-top: 5rem;
6
- margin-bottom: 0;
7
- color: white;
8
- text-align: center;
9
- width: 100%;
10
- }
11
-
12
- .feature .feature-title,
13
- .feature-description {
14
- width: 100% !important;
15
- text-align: center;
16
- }
17
-
18
- .card-body>i {
19
- font-size: 20px;
20
- }
21
-
22
- .features_data .card-body>.card-title {
23
- transition: all 0.5s ease;
24
- font-size: 1.5rem;
25
- line-height: 25px;
26
- color: #000;
27
- font-weight: 600;
28
- margin-bottom: 8px;
29
- margin-top: 5px;
30
- }
31
-
32
- .features_data .card-body:hover i {
33
- transform: scale(1.2);
34
- transition: all 0.5s linear;
35
- }
36
-
37
- .features_data .card-body:hover .card-text {
38
- transition: all 0.5s linear;
39
- color: #6c757d !important;
40
- }
41
-
42
- .features_data .card-body:hover {
43
- border-radius: 10px;
44
- transition: all 0.5s ease;
45
- background-color: #f7f7f7;
46
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
47
- }
48
-
49
- @media (max-width: 1125px) {
50
-
51
-
52
- .features_data .card-body {
53
- border-radius: 10px;
54
- background-color: #f7f7f7;
55
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
56
- margin: 20px 0;
57
- }
58
- }