|
19 | 19 | * |
20 | 20 | * ENGRID PAGE TEMPLATE ASSETS |
21 | 21 | * |
22 | | - * Date: Friday, August 8, 2025 @ 16:02:05 ET |
| 22 | + * Date: Wednesday, August 13, 2025 @ 18:21:05 ET |
23 | 23 | * By: fernando |
24 | | - * ENGrid styles: v0.22.4 |
25 | | - * ENGrid scripts: v0.22.9 |
| 24 | + * ENGrid styles: v0.22.11 |
| 25 | + * ENGrid scripts: v0.22.14 |
26 | 26 | * |
27 | 27 | * Created by 4Site Studios |
28 | 28 | * Come work with us or join our team, we would love to hear from you |
@@ -4521,6 +4521,42 @@ figure.media-with-attribution figattribution.attribution-topleft{ |
4521 | 4521 | top:auto; |
4522 | 4522 | } |
4523 | 4523 |
|
| 4524 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-topleft figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topleft:before{ |
| 4525 | + background-position:0 0; |
| 4526 | +} |
| 4527 | + |
| 4528 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-topright figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topright:before{ |
| 4529 | + background-position:100% 0; |
| 4530 | +} |
| 4531 | + |
| 4532 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomright figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomright:before{ |
| 4533 | + background-position:100% 100%; |
| 4534 | +} |
| 4535 | + |
| 4536 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomleft figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomleft:before{ |
| 4537 | + background-position:0 100%; |
| 4538 | +} |
| 4539 | + |
| 4540 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-top figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-top:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-topcenter:before{ |
| 4541 | + background-position:top; |
| 4542 | +} |
| 4543 | + |
| 4544 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottom figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottom:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-bottomcenter:before{ |
| 4545 | + background-position:bottom; |
| 4546 | +} |
| 4547 | + |
| 4548 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-left figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-left:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-leftcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-leftcenter:before{ |
| 4549 | + background-position:0; |
| 4550 | +} |
| 4551 | + |
| 4552 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-right figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-right:before,body:not(#en__pagebuilder) .page-backgroundImage.attribution-rightcenter figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-rightcenter:before{ |
| 4553 | + background-position:100%; |
| 4554 | +} |
| 4555 | + |
| 4556 | +body:not(#en__pagebuilder) .page-backgroundImage.attribution-center figure.media-with-attribution,body:not(#en__pagebuilder) .page-backgroundImage.attribution-center:before{ |
| 4557 | + background-position:50%; |
| 4558 | +} |
| 4559 | + |
4524 | 4560 | img,video{ |
4525 | 4561 | aspect-ratio:attr(width)/attr(height); |
4526 | 4562 | display:inherit; |
|
0 commit comments