PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.5.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.5.0
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / includes / template_library / templates / assets / css / template-library.min.css
spider-elements / includes / template_library / templates / assets / css Last commit date
template-frontend.min.css 1 year ago template-library.min.css 1 year ago
template-library.min.css
346 lines
1 .liteTemplateLibrary_preview {
2 margin: auto;
3 width: 100%;
4 height: 100%;
5 -webkit-transition: width .2s, height .2s;
6 transition: width .2s, height .2s;
7 }
8 .liteTemplateLibrary_preview img{
9 max-width: 100%;
10 }
11
12 .liteTemplateLibrary_preview > iframe {
13 width: 150%;
14 height: 150%;
15 -webkit-transform: scale(.666) translateX(-25%) translateY(-25%);
16 -ms-transform: scale(.666) translateX(-25%) translateY(-25%);
17 transform: scale(.666) translateX(-25%) translateY(-25%);
18 }
19 .liteTemplateLibrary_logo-wrap{
20 height: 25px;
21 width: 25px;
22 margin-right: 5px;
23 }
24 .liteTemplateLibrary_logo-title {
25 padding-top: 2px;
26 }
27
28 .liteTemplateLibrary_responsive-menu-item {
29 display: inline-block;
30 padding: 15px 0;
31 width: 40px;
32 cursor: pointer;
33 }
34 .liteTemplateLibrary_responsive-menu-item.elementor-active {
35 border-bottom: 3px solid #562dd4;
36 background-image: -webkit-linear-gradient(top, #f1f3f5, #fff);
37 background-image: linear-gradient(to bottom, #f1f3f5, #fff);
38 }
39
40 .liteTemplateLibrary_header-menu .elementor-template-library-menu-item.elementor-active {
41 border-bottom-color: #460ec6;
42 }
43
44 #liteTemplateLibrary_toolbar {
45 position: relative;
46 display: -webkit-box;
47 display: -webkit-flex;
48 display: -ms-flexbox;
49 display: flex;
50 -webkit-box-align: center;
51 -webkit-align-items: center;
52 align-items: center;
53 -ms-flex-align: center;
54 -webkit-box-pack: justify;
55 -ms-flex-pack: justify;
56 -webkit-justify-content: space-between;
57 justify-content: space-between;
58 }
59
60 #liteTemplateLibrary_toolbar-search,
61 #liteTemplateLibrary_toolbar-filter {
62 position: relative;
63 width: 160px;
64 }
65
66 #liteTemplateLibrary_toolbar-search i,
67 .liteTemplateLibrary_filter-btn i {
68 position: absolute;
69 top: 50%;
70 right: 0;
71 font-size: 15px;
72 -webkit-transform: translateY(-50%);
73 -ms-transform: translateY(-50%);
74 transform: translateY(-50%);
75 }
76
77 .liteTemplateLibrary_filter-btn {
78 display: block;
79 text-align: left;
80 cursor: pointer;
81 }
82
83 #liteTemplateLibrary_toolbar-counter {
84 position: absolute;
85 right: 183px;
86 font-size: 11px;
87 text-transform: uppercase;
88 }
89
90 #liteTemplateLibrary_toolbar-counter strong {
91 color: #460ec6;
92 letter-spacing: 1px;
93 }
94 #liteTemplateLibrary_toolbar-counter:before{
95 position: absolute;
96 content: '';
97 height: 32px;
98 width: 1px;
99 background: #cfe2f5;
100 right: -12px;
101 top: -5px;
102 }
103 #liteTemplateLibrary_search {
104 border: none;
105 }
106
107 #liteTemplateLibrary_search,
108 .liteTemplateLibrary_filter-btn {
109 padding: 8px 15px 8px 0;
110 border-bottom: 1px solid #d5dadf;
111 border-radius: 0;
112 font-size: 12px;
113 }
114 .liteTemplateLibrary_filter-tags {
115 position: absolute;
116 top: 100%;
117 right: 0%;
118 z-index: 999;
119 opacity: 0;
120 visibility: hidden;
121 overflow: hidden;
122 margin-top: 10px;
123 padding: 10px;
124 width: 100%;
125 min-width: 500px;
126 border-radius: 0 2px 2px;
127 background-color: #fff;
128 box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
129 transition: all 0.3s ease-in-out;
130 }
131 #liteTemplateLibrary_toolbar-filter:hover .liteTemplateLibrary_filter-tags.liteTemplateLibrary_filter-show{
132 opacity: 1;
133 visibility: visible;
134 }
135 #liteTemplateLibrary_filter-tags > li {
136 float: left;
137 padding: 10px;
138 width: calc(100% / 3);
139 text-align: left;
140 text-transform: capitalize;
141 cursor: pointer;
142 }
143 #liteTemplateLibrary_filter-tags > li:hover,
144 #liteTemplateLibrary_filter-tags > li.active {
145 color: #e8357c;
146 }
147 #liteTemplateLibrary_filter-tags:before {
148 position: absolute;
149 bottom: 100%;
150 left: 0;
151 width: 0;
152 height: 0;
153 /*border: solid transparent;
154 border-width: 0 10px 10px 0;*/
155 border-bottom-color: #fff;
156 content: " ";
157 pointer-events: none;
158 }
159
160 #liteTemplateLibrary_templates {
161 height: calc(100% + 30px);
162 }
163
164 .liteTemplateLibrary_templates-window {
165 position: relative;
166 overflow-y: auto;
167 margin: 10px -15px 0;
168 height: calc(100% - 45px);
169 }
170
171 #liteTemplateLibrary_templates-list {
172 display: -webkit-box;
173 display: -webkit-flex;
174 display: -ms-flexbox;
175 display: flex;
176 -webkit-box-align: start;
177 -webkit-align-items: flex-start;
178 align-items: flex-start;
179 -ms-flex-align: start;
180 -webkit-flex-wrap: wrap;
181 -ms-flex-wrap: wrap;
182 flex-wrap: wrap;
183 }
184
185 .liteTemplateLibrary_template {
186 position: relative;
187 overflow: hidden;
188 margin: 15px;
189 border-radius: 2px;
190 background-color: #fff;
191 box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
192 padding: 5px;
193 }
194 .liteTemplateLibrary_templates--section .liteTemplateLibrary_template {
195 width: calc(33.333% - 30px);
196 }
197 .liteTemplateLibrary_templates--page .liteTemplateLibrary_template {
198 width: calc(33.333% - 30px);
199 }
200 .liteTemplateLibrary_template-body {
201 position: relative;
202 }
203 .liteTemplateLibrary_template-preview {
204 position: absolute;
205 top: 0;
206 left: 0;
207 width: 100%;
208 height: 100%;
209 background-color: rgba(0, 0, 0, .5);
210 opacity: 0;
211 cursor: pointer;
212 -webkit-transition: opacity .5s;
213 transition: opacity .5s;
214 }
215 .header-live-preview{
216 font-size: 11px;
217 padding: 10px;
218 color: #a4afb7;
219 }
220
221 .footer-live-preview{
222 color: #a4afb7;
223 }
224
225 .liteTemplateLibrary_template-preview i {
226 position: absolute;
227 top: 50%;
228 left: 50%;
229 color: #d5dadf;
230 font-size: 20px;
231 -webkit-transform: translate(-50%, -50%);
232 -ms-transform: translate(-50%, -50%);
233 transform: translate(-50%, -50%);
234 }
235 .liteTemplateLibrary_template-badge {
236 position: absolute;
237 top: 10px;
238 right: 10px;
239 display: inline-block;
240 padding: 2px 4px;
241 border-radius: 2px;
242 background-color: #460ec6;
243 color: #fff;
244 text-transform: uppercase;
245 letter-spacing: .5px;
246 font-size: 10px;
247 }
248 .liteTemplateLibrary_template:hover .liteTemplateLibrary_template-preview {
249 opacity: 1;
250 }
251 .liteTemplateLibrary_template-thumbnail {
252 display: block;
253 width: 100%;
254 }
255 .liteTemplateLibrary_template-footer {
256 position: absolute;
257 bottom: 0;
258 left: 0;
259 display: -webkit-box;
260 display: -webkit-flex;
261 display: -ms-flexbox;
262 display: flex;
263 -webkit-box-align: center;
264 -webkit-align-items: center;
265 align-items: center;
266 -ms-flex-align: center;
267 -webkit-box-pack: justify;
268 -ms-flex-pack: justify;
269 -webkit-justify-content: space-between;
270 justify-content: space-between;
271 padding: 10px;
272 width: 100%;
273 background-color: #fff;
274 font-size: 11px;
275 line-height: 1;
276 -webkit-transition: -webkit-transform .5s;
277 transition: -webkit-transform .5s;
278 transition: transform .5s;
279 transition: transform .5s, -webkit-transform .5s;
280 -webkit-transform: translateY(100%);
281 -ms-transform: translateY(100%);
282 transform: translateY(100%);
283 }
284 .liteTemplateLibrary_template-body .liteTemplateLibrary_template-name {
285 text-align: left;
286 color: #6d7882;
287 -webkit-box-flex: 1;
288 -ms-flex-positive: 1;
289 flex-grow: 1;
290 white-space: nowrap;
291 -o-text-overflow: ellipsis;
292 text-overflow: ellipsis;
293 overflow: hidden;
294 padding: 10px 5px;
295 }
296 .liteTemplateLibrary_template:hover .liteTemplateLibrary_template-footer {
297 -webkit-transform: translateY(0);
298 -ms-transform: translateY(0);
299 transform: translateY(0);
300 }
301 .liteTemplateLibrary_template .liteTemplateLibrary_pro-button {
302 color: #460ec6;
303 }
304 .liteTemplateLibrary_template .liteTemplateLibrary_pro-button:hover,
305 .liteTemplateLibrary_template .liteTemplateLibrary_pro-button:focus {
306 color: #ed639a;
307 }
308 .liteTemplateLibrary_template .docyTemplateLibrary_insert-button {
309 color: #39b54a;
310 }
311 .liteTemplateLibrary_template .docyTemplateLibrary_insert-button:hover,
312 .liteTemplateLibrary_template .docyTemplateLibrary_insert-button:focus {
313 color: #39b54a;
314 }
315 .liteTemplateLibrary_template .liteTemplateLibrary_preview-button {
316 color: #495157;
317 }
318 .liteTemplateLibrary_template .liteTemplateLibrary_preview-button:hover,
319 .liteTemplateLibrary_template .liteTemplateLibrary_preview-button:focus {
320 color: #606b73;
321 }
322
323 #elementor-template-library-header-preview .liteTemplateLibrary_pro-button {
324 background-color: #e8357c;
325 color: #fff;
326 }
327 #elementor-template-library-header-preview .liteTemplateLibrary_pro-button:hover,
328 #elementor-template-library-header-preview .liteTemplateLibrary_pro-button:focus {
329 background-color: #ed639a;
330 color: #fff;
331 }
332
333 #elementor-template-library-header-preview .docyTemplateLibrary_insert-button {
334 background-color: #562dd4;
335 color: #fff;
336 }
337 #elementor-template-library-header-preview .docyTemplateLibrary_insert-button:hover,
338 #elementor-template-library-header-preview .docyTemplateLibrary_insert-button:focus {
339 background-color: #7857dd;
340 color: #fff;
341 }
342
343
344 .docy_templates_add_button {
345 background: #4c4cf1 !important;
346 }