From 9d4123cee1867ee7199b06bdc92d40611f547ecc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 14:54:07 -0500 Subject: Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/. --- assets/css/unminified/galleries-rtl.css | 81 +++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 assets/css/unminified/galleries-rtl.css (limited to 'assets/css/unminified/galleries-rtl.css') diff --git a/assets/css/unminified/galleries-rtl.css b/assets/css/unminified/galleries-rtl.css new file mode 100644 index 0000000..bfb7956 --- /dev/null +++ b/assets/css/unminified/galleries-rtl.css @@ -0,0 +1,81 @@ +.gallery-item { + display: inline-block; + text-align: center; + vertical-align: top; + width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 50%; +} + +.gallery-columns-3 .gallery-item { + max-width: 33.33%; +} + +.gallery-columns-4 .gallery-item { + max-width: 25%; +} + +.gallery-columns-5 .gallery-item { + max-width: 20%; +} + +.gallery-columns-6 .gallery-item { + max-width: 16.66%; +} + +.gallery-columns-7 .gallery-item { + max-width: 14.28%; +} + +.gallery-columns-8 .gallery-item { + max-width: 12.5%; +} + +.gallery-columns-9 .gallery-item { + max-width: 11.11%; +} + +.gallery-caption { + display: block; +} + +.ast-blog-featured-section .gallery { + margin-bottom: 0; +} + +.single .entry-content .gallery { + margin-right: -10px; + margin-left: -10px; +} + +.gallery-caption { + color: black; + padding: 10px; + border-radius: 0 0 2px 2px; + border: 1px solid #eaeaea; + border-top: none; + font-size: 0.9em; +} + +.gallery-icon { + border-bottom: 0; + border-radius: 2px 2px 0 0; + border: 1px solid #eaeaea; + overflow: hidden; +} + +.gallery-item { + margin: 0; + padding: 10px; + border-radius: 2px; +} + +.gallery-item:last-child { + margin-bottom: 2em; +} + +.elementor-image-gallery .gallery-icon { + border: none; +} -- cgit v1.2.3-70-g09d2