PluginProbe
Elementor Website Builder – more than just a page builder / 3.7.0-dev1
Elementor Website Builder – more than just a page builder v3.7.0-dev1
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / common-rtl.css

common-rtl.css in Elementor Website Builder – more than just a page builder 3.7.0-dev1, at assets/css/common-rtl.css

571 lines 15.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.5.6 - 16-03-2022 */
2 .dialog-widget-content {
3 background-color: #fff;
4 position: absolute;
5 border-radius: 3px;
6 -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
7 box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
8 overflow: hidden; }
9
10 .dialog-message {
11 font-size: 12px;
12 line-height: 1.5;
13 -webkit-box-sizing: border-box;
14 box-sizing: border-box; }
15
16 .dialog-type-lightbox {
17 position: fixed;
18 height: 100%;
19 width: 100%;
20 bottom: 0;
21 left: 0;
22 background-color: rgba(0, 0, 0, 0.8);
23 z-index: 9999;
24 -webkit-user-select: none;
25 -moz-user-select: none;
26 -ms-user-select: none;
27 user-select: none; }
28 .dialog-type-lightbox .dialog-widget-content {
29 margin: auto;
30 width: 375px; }
31 .dialog-type-lightbox .dialog-header {
32 font-size: 15px;
33 color: #495157;
34 padding: 30px 0 10px;
35 font-weight: 500; }
36 .dialog-type-lightbox .dialog-message {
37 padding: 0 30px 30px;
38 min-height: 50px; }
39 .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
40 .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
41 text-align: center; }
42 .dialog-type-lightbox .dialog-buttons-wrapper {
43 border-top: 1px solid #e6e9ec;
44 text-align: center; }
45 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
46 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
47 width: 50%;
48 border: none;
49 background: none;
50 color: #6d7882;
51 font-size: 15px;
52 cursor: pointer;
53 padding: 13px 0;
54 outline: 0; }
55 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
56 background-color: #f4f6f7; }
57 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
58 color: #b01b1b; }
59 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
60 color: #39b54a; }
61 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
62 background-color: rgba(230, 233, 236, 0.5); }
63 .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
64 border: 0; }
65
66 .dialog-close-button {
67 cursor: pointer;
68 position: absolute;
69 margin-top: 15px;
70 left: 15px;
71 font-size: 15px;
72 line-height: 1; }
73 .dialog-close-button:not(:hover) {
74 opacity: .4; }
75
76 .dialog-alert-widget .dialog-buttons-wrapper > button {
77 width: 100%; }
78
79 .dialog-confirm-widget .dialog-button:first-child {
80 border-left: 1px solid #e6e9ec; }
81
82 .dialog-prevent-scroll {
83 overflow: hidden;
84 max-height: 100vh; }
85
86 @media (min-width: 1024px) {
87 body.admin-bar .dialog-lightbox-widget {
88 height: calc(100vh - 32px); } }
89
90 @media (max-width: 1024px) {
91 body.admin-bar .dialog-type-lightbox {
92 position: sticky;
93 height: 100vh; } }
94
95 .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
96 padding-bottom: 42.8571%; }
97
98 .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
99 padding-bottom: 56.25%; }
100
101 .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
102 padding-bottom: 75%; }
103
104 .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
105 padding-bottom: 66.6666%; }
106
107 .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
108 padding-bottom: 100%; }
109
110 .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
111 padding-bottom: 177.8%; }
112
113 .elementor-fit-aspect-ratio {
114 position: relative;
115 height: 0; }
116 .elementor-fit-aspect-ratio iframe {
117 position: absolute;
118 top: 0;
119 left: 0;
120 height: 100%;
121 width: 100%;
122 border: 0;
123 background-color: #000; }
124 .elementor-fit-aspect-ratio video {
125 width: 100%; }
126
127 .flatpickr-calendar {
128 width: 280px; }
129 .flatpickr-calendar .flatpickr-current-month span.cur-month {
130 font-weight: 300; }
131 .flatpickr-calendar .dayContainer {
132 width: 280px;
133 min-width: 280px;
134 max-width: 280px; }
135 .flatpickr-calendar .flatpickr-days {
136 width: 280px; }
137 .flatpickr-calendar .flatpickr-day {
138 max-width: 37px;
139 height: 37px;
140 line-height: 37px; }
141
142 .elementor-templates-modal .dialog-widget-content {
143 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
144 background-color: #f1f3f5;
145 width: 100%; }
146 @media (max-width: 1439px) {
147 .elementor-templates-modal .dialog-widget-content {
148 max-width: 990px; } }
149 @media (min-width: 1440px) {
150 .elementor-templates-modal .dialog-widget-content {
151 max-width: 1200px; } }
152
153 .elementor-templates-modal .dialog-header {
154 padding: 0;
155 background-color: #fff;
156 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
157 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
158 position: relative;
159 z-index: 1; }
160
161 .elementor-templates-modal .dialog-buttons-wrapper {
162 background-color: #fff;
163 border: none;
164 display: none;
165 -webkit-box-pack: end;
166 -ms-flex-pack: end;
167 justify-content: flex-end;
168 padding: 5px;
169 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
170 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
171 position: relative; }
172 .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
173 height: 40px;
174 margin-right: 5px; }
175 .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
176 padding: 12px 36px;
177 color: #fff;
178 width: initial;
179 font-size: 15px; }
180 .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
181 background-color: #39b54a; }
182
183 .elementor-templates-modal .dialog-message {
184 height: 750px;
185 max-height: 85vh;
186 overflow: auto;
187 padding-top: 25px; }
188
189 .elementor-templates-modal .dialog-content {
190 height: 100%; }
191
192 .elementor-templates-modal .dialog-loading {
193 display: none; }
194
195 .elementor-templates-modal__header {
196 display: -webkit-box;
197 display: -ms-flexbox;
198 display: flex;
199 -webkit-box-align: center;
200 -ms-flex-align: center;
201 align-items: center;
202 -webkit-box-pack: justify;
203 -ms-flex-pack: justify;
204 justify-content: space-between;
205 height: 50px; }
206 .elementor-templates-modal__header__logo {
207 line-height: 1;
208 text-transform: uppercase;
209 font-weight: bold;
210 cursor: pointer; }
211 .elementor-templates-modal__header__logo-area {
212 text-align: right;
213 padding-right: 15px; }
214 .elementor-templates-modal__header__logo-area > * {
215 display: -webkit-box;
216 display: -ms-flexbox;
217 display: flex;
218 -webkit-box-align: center;
219 -ms-flex-align: center;
220 align-items: center; }
221 .elementor-templates-modal__header__logo__icon-wrapper {
222 margin-left: 10px;
223 font-size: 12px; }
224 .elementor-templates-modal__header__logo__title {
225 padding-top: 2px; }
226 .elementor-templates-modal__header__items-area {
227 display: -webkit-box;
228 display: -ms-flexbox;
229 display: flex;
230 -webkit-box-orient: horizontal;
231 -webkit-box-direction: reverse;
232 -ms-flex-direction: row-reverse;
233 flex-direction: row-reverse; }
234 .elementor-templates-modal__header__item {
235 position: relative;
236 display: -webkit-box;
237 display: -ms-flexbox;
238 display: flex;
239 -webkit-box-align: center;
240 -ms-flex-align: center;
241 align-items: center;
242 -webkit-box-pack: center;
243 -ms-flex-pack: center;
244 justify-content: center;
245 -webkit-box-sizing: content-box;
246 box-sizing: content-box; }
247 .elementor-templates-modal__header__item > i {
248 font-size: 20px;
249 -webkit-transition: all 0.3s;
250 -o-transition: all 0.3s;
251 transition: all 0.3s;
252 cursor: pointer; }
253 .elementor-templates-modal__header__item > i:not(:hover) {
254 color: #a4afb7; }
255 .elementor-templates-modal__header__close--normal {
256 width: 47px;
257 border-right: 1px solid #e6e9ec; }
258 .elementor-templates-modal__header__close--normal i {
259 font-size: 18px; }
260 .elementor-templates-modal__header__close--skip {
261 padding: 10px;
262 padding-right: 20px;
263 margin-left: 10px;
264 color: #fff;
265 background-color: #a4afb7;
266 font-size: 11px;
267 font-weight: normal;
268 line-height: 1;
269 text-transform: uppercase;
270 border-radius: 2px;
271 cursor: pointer; }
272 .elementor-templates-modal__header__close--skip > i {
273 font-size: inherit;
274 padding-right: 10px;
275 margin-right: 15px;
276 border-right: 1px solid; }
277 .elementor-templates-modal__header__close--skip > i:not(:hover) {
278 color: #fff; }
279
280 .elementor-templates-modal__sidebar {
281 -ms-flex-negative: 0;
282 flex-shrink: 0;
283 width: 25%;
284 background-color: rgba(255, 255, 255, 0.3); }
285
286 .elementor-templates-modal__content {
287 -webkit-box-flex: 1;
288 -ms-flex-positive: 1;
289 flex-grow: 1;
290 -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
291 box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); }
292
293 /* Will select next element after last '.elementor-general-section' */
294 #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
295 border-top: 1px solid #464b50;
296 margin-top: 6px; }
297
298 .elementor-hidden {
299 display: none; }
300
301 .elementor-screen-only,
302 .screen-reader-text,
303 .screen-reader-text span,
304 .ui-helper-hidden-accessible {
305 position: absolute;
306 top: -10000em;
307 width: 1px;
308 height: 1px;
309 margin: -1px;
310 padding: 0;
311 overflow: hidden;
312 clip: rect(0, 0, 0, 0);
313 border: 0; }
314
315 .elementor-clearfix:after {
316 content: '';
317 display: block;
318 clear: both;
319 width: 0;
320 height: 0; }
321
322 .e-logo-wrapper {
323 background: #93003c;
324 display: inline-block;
325 padding: 0.75em;
326 border-radius: 50%;
327 line-height: 1; }
328 .e-logo-wrapper i {
329 color: #fff;
330 font-size: 1em; }
331
332 #e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
333 color: #39b54a; }
334
335 #e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
336 color: #b01b1b; }
337
338 #elementor-finder__modal {
339 background: none;
340 z-index: 99999; }
341 #elementor-finder__modal .dialog-widget-content {
342 width: 650px;
343 max-width: 98%;
344 top: 18vh;
345 left: calc( 50% - 650px / 2); }
346 #elementor-finder__modal .dialog-message {
347 height: initial;
348 min-height: 0;
349 padding: 0;
350 text-align: right; }
351
352 #elementor-finder__search {
353 padding: 14px 15px 14px 21px;
354 display: -webkit-box;
355 display: -ms-flexbox;
356 display: flex;
357 -webkit-box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
358 box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03); }
359 #elementor-finder__search i {
360 font-size: 16px;
361 color: #a4afb7;
362 font-weight: bold;
363 margin-left: 15px; }
364 #elementor-finder__search__input {
365 border: none;
366 background: none;
367 outline: none;
368 padding: 0;
369 margin: 0;
370 -webkit-box-flex: 1;
371 -ms-flex-positive: 1;
372 flex-grow: 1;
373 font-size: 14px;
374 color: #495157;
375 -webkit-box-shadow: none;
376 box-shadow: none; }
377 #elementor-finder__search__input::-webkit-input-placeholder {
378 color: #a4afb7;
379 font-style: italic;
380 font-weight: 300; }
381 #elementor-finder__search__input::-moz-placeholder {
382 color: #a4afb7;
383 font-style: italic;
384 font-weight: 300; }
385 #elementor-finder__search__input::-ms-input-placeholder {
386 color: #a4afb7;
387 font-style: italic;
388 font-weight: 300; }
389 #elementor-finder__search__input::placeholder {
390 color: #a4afb7;
391 font-style: italic;
392 font-weight: 300; }
393
394 #elementor-finder__results {
395 max-height: 50vh;
396 overflow: auto; }
397
398 #elementor-finder__no-results {
399 display: none;
400 padding: 20px;
401 color: #a4afb7; }
402
403 .elementor-finder__results__category {
404 position: relative; }
405 .elementor-finder__results__category__title {
406 padding: 5px 25px;
407 color: #6d7882;
408 background-color: #e6e9ec;
409 font-size: 9px;
410 text-transform: uppercase; }
411 .elementor-finder__results__category--dynamic .elementor-finder__results__category__items {
412 min-height: 26px; }
413 .elementor-finder__results__category .eicon-loading {
414 display: none;
415 position: absolute;
416 left: 10px;
417 top: 30px;
418 color: #71d7f7;
419 font-size: 14px; }
420
421 .elementor-finder__results__item {
422 display: -webkit-box;
423 display: -ms-flexbox;
424 display: flex; }
425 .elementor-finder__results__item a {
426 text-decoration: none;
427 -webkit-box-shadow: none;
428 box-shadow: none;
429 outline: none; }
430 .elementor-finder__results__item.elementor-active {
431 background-color: #71d7f7;
432 -webkit-box-shadow: none;
433 box-shadow: none;
434 outline: none; }
435 .elementor-finder__results__item.elementor-active * {
436 color: #fff; }
437 .elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions {
438 display: none; }
439 .elementor-finder__results__item__link {
440 display: -webkit-box;
441 display: -ms-flexbox;
442 display: flex;
443 -webkit-box-align: center;
444 -ms-flex-align: center;
445 align-items: center;
446 height: 35px;
447 -webkit-box-flex: 1;
448 -ms-flex-positive: 1;
449 flex-grow: 1; }
450 .elementor-finder__results__item__icon {
451 width: 60px;
452 text-align: center;
453 color: #6d7882;
454 font-size: 17px; }
455 .elementor-finder__results__item__title {
456 color: #6d7882;
457 font-size: 13px; }
458 .elementor-finder__results__item__description {
459 margin-right: 5px;
460 color: #a4afb7;
461 font-style: italic; }
462 .elementor-finder__results__item__actions {
463 display: -webkit-box;
464 display: -ms-flexbox;
465 display: flex; }
466 .elementor-finder__results__item__action {
467 display: -webkit-box;
468 display: -ms-flexbox;
469 display: flex;
470 -webkit-box-align: center;
471 -ms-flex-align: center;
472 align-items: center;
473 -webkit-box-pack: center;
474 -ms-flex-pack: center;
475 justify-content: center;
476 height: 100%;
477 width: 35px; }
478 .elementor-finder__results__item__action:hover {
479 background-color: rgba(0, 0, 0, 0.07); }
480
481 .tipsy {
482 font-size: 10px;
483 position: absolute;
484 padding: 5px;
485 z-index: 100000; }
486
487 .tipsy-inner {
488 background-color: #000;
489 color: #FFF;
490 font-weight: 500;
491 max-width: 200px;
492 padding: 5px 12px;
493 text-align: center;
494 border-radius: 3px;
495 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
496 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
497
498 .tipsy-arrow {
499 position: absolute;
500 width: 0;
501 height: 0;
502 line-height: 0;
503 border: 5px dashed #000; }
504
505 .tipsy-arrow-n {
506 border-bottom-color: #000; }
507
508 .tipsy-arrow-s {
509 border-top-color: #000; }
510
511 .tipsy-arrow-e {
512 border-left-color: #000; }
513
514 .tipsy-arrow-w {
515 border-right-color: #000; }
516
517 .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow {
518 border-left-color: transparent;
519 border-right-color: transparent;
520 top: 0;
521 border-bottom-style: solid;
522 border-top: none; }
523
524 .tipsy-n .tipsy-arrow {
525 left: 50%;
526 margin-left: -5px; }
527
528 .tipsy-nw .tipsy-arrow {
529 left: 10px; }
530
531 .tipsy-ne .tipsy-arrow {
532 top: 0;
533 right: 10px;
534 border-bottom-style: solid;
535 border-top: none;
536 border-left-color: transparent;
537 border-right-color: transparent; }
538
539 .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow {
540 bottom: 0;
541 border-top-style: solid;
542 border-bottom: none;
543 border-left-color: transparent;
544 border-right-color: transparent; }
545
546 .tipsy-s .tipsy-arrow {
547 left: 50%;
548 margin-left: -5px; }
549
550 .tipsy-sw .tipsy-arrow {
551 left: 10px; }
552
553 .tipsy-se .tipsy-arrow {
554 right: 10px; }
555
556 .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
557 top: 50%;
558 margin-top: -5px;
559 border-top-color: transparent;
560 border-bottom-color: transparent; }
561
562 .tipsy-e .tipsy-arrow {
563 right: 0;
564 border-left-style: solid;
565 border-right: none; }
566
567 .tipsy-w .tipsy-arrow {
568 left: 0;
569 border-right-style: solid;
570 border-left: none; }
571 /*# sourceMappingURL=common-rtl.css.map */