PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.7
Easy Elements for Elementor – Addons & Website Templates v1.3.7
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / archive-post / css / archive-post.css

archive-post.css in Easy Elements for Elementor – Addons & Website Templates 1.3.7, at widgets/archive-post/css/archive-post.css

301 lines 5.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #FFD012;
3 --e-global-color-secondary: #0B3665;
4 }
5
6 .eel-post-grid-wrap {
7 display: grid;
8 flex-wrap: wrap;
9 gap: 30px;
10 }
11
12 .eel-post-grid-wrap .grid-item {
13 box-sizing: border-box;
14 }
15
16 .eel-post-grid-wrap .eel-blog-img {
17 max-width: 100%;
18 height: auto;
19 display: block;
20 margin: 0 auto;
21 }
22
23 .eel--blog-img img {
24 display: block;
25 -o-object-fit: cover;
26 object-fit: cover;
27 width: 100%;
28 }
29
30 .elementor-widget-eel-archive-post .eel--blog-img {
31 overflow: hidden;
32 }
33
34 .eel-post-grid-wrap .grid-item img {
35 max-width: 100%;
36 height: auto;
37 display: block;
38 -o-object-fit: cover;
39 object-fit: cover;
40 transition: transform 0.5s ease;
41 }
42
43 .eel-post-grid-wrap .grid-item-inner {
44 overflow: hidden;
45 }
46
47 .eel-post-grid-wrap .post-title {
48 font-weight: bold;
49 margin: 10px 0 5px;
50 font-size: 1.2em;
51 }
52
53 .elementor-widget-eel-archive-post .eel--blog-meta li + li {
54 padding-left: 10px;
55 margin-left: 10px;
56 }
57
58 .eel-post-grid-wrap .eel--blog-meta {
59 margin: 20px 0 5px;
60 padding: 0;
61 list-style: none;
62 display: inline-flex;
63 flex-wrap: wrap;
64 font-size: 14px;
65 line-height: 120%;
66 align-items: center;
67 }
68 .eel-post-grid-wrap .eel--blog-meta a {
69 color: currentColor;
70 }
71 .eel-post-grid-wrap .eel--blog-meta a:hover {
72 color: var(--e-global-color-primary);
73 }
74 .eel-post-grid-wrap .eel--blog-meta li {
75 position: relative;
76 }
77
78 .eel--separator--line li + li {
79 padding-left: 10px;
80 }
81 .eel--separator--line li + li::before {
82 content: "";
83 position: absolute;
84 left: 0;
85 top: 3px;
86 background: #000;
87 width: 1px;
88 height: 10px;
89 }
90
91 .eel--separator--circle li + li {
92 padding-left: 14px;
93 }
94 .eel--separator--circle li + li::before {
95 content: "";
96 position: absolute;
97 left: 0;
98 top: 8px;
99 background: #000;
100 width: 5px;
101 height: 5px;
102 border-radius: 100%;
103 }
104
105 .eel-post-grid-wrap .read-more {
106 display: inline-block;
107 margin-top: 10px;
108 text-decoration: none;
109 }
110
111 .eel--blog-excerpt {
112 margin-bottom: 20px;
113 }
114 .eel--blog-excerpt a {
115 color: currentColor;
116 }
117
118 .ee--blog-title a {
119 color: currentColor;
120 }
121 .ee--blog-title a:hover {
122 color: var(--e-global-color-primary);
123 }
124
125 .eel-post-grid-wrap .read-more:hover {
126 text-decoration: underline;
127 }
128
129 .eel--read-more a {
130 display: inline-flex;
131 align-items: center;
132 color: currentColor;
133 }
134 .eel--read-more a:hover {
135 color: var(--e-global-color-primary);
136 }
137
138 .eel--read-more-icon.after {
139 margin-left: 6px;
140 top: 1px;
141 }
142
143 .eel--read-more-icon.before {
144 margin-right: 6px;
145 top: 1px;
146 }
147
148 .eel-post-grid-wrap svg,
149 .eel-post-grid-wrap i {
150 font-size: 16px;
151 height: 1em;
152 margin-right: 5px;
153 position: relative;
154 top: 2px;
155 }
156
157 .eel--button-icon {
158 display: inline-grid;
159 width: 40px;
160 height: 40px;
161 border-radius: 100%;
162 place-content: center;
163 transition: all 0.5s ease;
164 background: var(--e-global-color-primary);
165 align-items: center;
166 cursor: pointer;
167 }
168 .eel--button-icon svg,
169 .eel--button-icon i {
170 margin: 0;
171 top: 0;
172 color: #fff;
173 fill: #fff;
174 }
175
176 .eel-blog-pagination {
177 text-align: center;
178 margin-top: 40px;
179 }
180
181 .eel-blog-pagination ul {
182 display: inline-flex;
183 gap: 8px;
184 padding-left: 0;
185 list-style: none;
186 margin: 0;
187 }
188
189 .eel-blog-pagination ul li {
190 display: inline-block;
191 }
192
193 .eel-blog-pagination ul li a,
194 .eel-blog-pagination ul li span {
195 display: inline-flex;
196 justify-content: center;
197 align-items: center;
198 width: 40px;
199 height: 40px;
200 font-size: 14px;
201 color: #333;
202 background-color: #f3f3f3;
203 border-radius: 8px;
204 text-decoration: none;
205 transition: all 0.3s ease;
206 box-shadow: 0 5px 10px rgba(14, 13, 13, 0.1019607843);
207 }
208
209 .eel-blog-pagination ul li a:hover {
210 background-color: var(--e-global-color-primary);
211 color: var(--e-global-color-secondary);
212 border-color: var(--e-global-color-primary);
213 }
214
215 .eel-blog-pagination ul li span.current {
216 background-color: var(--e-global-color-primary);
217 color: var(--e-global-color-secondary);
218 border-color: var(--e-global-color-primary);
219 cursor: default;
220 }
221
222 .eel-blog-pagination ul li span.current {
223 background-color: var(--e-global-color-primary);
224 color: var(--e-global-color-secondary);
225 border-color: var(--e-global-color-primary);
226 cursor: default;
227 }
228
229 .eel-blog-pagination ul li span.current {
230 background-color: var(--e-global-color-primary);
231 color: var(--e-global-color-secondary);
232 border-color: var(--e-global-color-primary);
233 cursor: default;
234 }
235
236 .eel-no-posts-found {
237 text-align: center;
238 max-width: 700px;
239 margin: 0 auto;
240 }
241
242 .eel-no-posts-found p {
243 margin-bottom: 20px;
244 line-height: 1.6;
245 }
246
247 .eel-no-posts-found p:first-child {
248 font-size: 45px;
249 color: var(--e-global-color-secondary);
250 margin-bottom: 10px;
251 margin-top: 0;
252 }
253
254 .eel-search-form {
255 margin-top: 30px;
256 }
257
258 .eel-search-form form {
259 display: flex;
260 margin: 0 auto;
261 border-radius: 8px;
262 overflow: hidden;
263 transition: all 0.3s ease;
264 border: 1px solid rgba(0, 0, 0, 0.1490196078);
265 }
266
267 .eel-search-field {
268 flex: 1;
269 padding: 17px 20px;
270 border: none;
271 outline: none;
272 font-size: 16px;
273 background: #fff;
274 }
275
276 .eel-search-field::-moz-placeholder {
277 color: #999;
278 }
279
280 .eel-search-field::placeholder {
281 color: #999;
282 }
283
284 .eel-search-submit {
285 padding: 17px 20px;
286 background: none;
287 border: none;
288 color: var(--e-global-color-secondary);
289 cursor: pointer;
290 transition: all 0.3s ease;
291 display: flex;
292 align-items: center;
293 justify-content: center;
294 min-width: 50px;
295 }
296
297 .eel-search-submit i {
298 font-size: 22px;
299 margin: 0;
300 top: 0;
301 }