403Webshell
Server IP : 208.109.34.209  /  Your IP : 216.73.217.134
Web Server : Apache
System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User : oceanproject ( 1012)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/oceanproject/public_html/wp-content/themes/reda/assets/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/oceanproject/public_html/wp-content/themes/reda/assets/scss//gallery.scss
/**
 *
 * Gallery
 *
 */

.gallery {
	@include breakpoint(small only) {
		.gallery-filters-list { margin-bottom: 30px; }
		.reda-gallery-item { width: 100%; padding-left: 0 !important; padding-right: 0 !important; }
		.gallery-container { padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 9 !important; }
	}
	@include breakpoint(medium only) {
		.gallery-filters-list { margin-bottom: 30px; }
		.reda-gallery-item { width: 50%; }
	}
	@include breakpoint(large) {
		.gallery-filters-list { height: 60px; line-height: 60px;
			li { padding-bottom: 0; }
		}
		.gallery-4-col .reda-gallery-item { width: 25%; }
		.gallery-3-col .reda-gallery-item { width: 33.33% }
		.gallery-2-col .reda-gallery-item { width: 50%; }
		.gallery-load-more { padding: 60px 60px 0 60px; }
	}
	.gallery-load-more { clear: both; margin: 15px 0; padding-top: 45px; }
	.footer { margin-top: 60px; }
	.gallery-load-more-content { display: none; }
}
.gallery-filters { margin-bottom: 60px; }
.gallery-filters-list { margin: 0; position: relative; padding: 0 15px;
	&.filters-right { text-align: right; }
	&.filters-center { text-align: center; }
	&.filters-left { text-align: left; }
	li { list-style-type: none; display: inline-block; margin: 0 10px; padding-bottom: 15px; height: 60px; position: relative; 
		&:after { content: ""; position: absolute; bottom: 2px; left: 0; width: 100%; height: 2px; opacity: 0; transition: opacity .4s, transform .4s; }
		&:hover {
			&:after { opacity: 1; }
		}
		&.active-filter { 
			&:after { opacity: 1; }
		}
		a { font-size: 12px; display: block; line-height: 60px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
	}
	&:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; z-index: -1; background: $light-gray; }
}	
.gallery-container { overflow: hidden; border-radius: 10px; }
.reda-gallery-item { float: left; position: relative; display: block; margin: 0; padding: 0; 
	&:hover { 
		.reda-gallery-item-title, .gallery-icon { opacity: 1; } 
		
	}
	.reda-gallery-item-title { position: absolute; bottom: 0; left: 0; padding: 20px; opacity: 0; transition: opacity .4s 0s; z-index: 2; 
		h5 { letter-spacing: 1px; color: inherit; }
		*:last-child { margin-bottom: 0; }
	}
	.reda-gallery-item-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: background .4s; z-index: 1; }
	.reda-gallery-item-img { position: relative; display: block; overflow: hidden; }
}

.reda-gallery-item-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.reda-gallery-item .gallery-icon { position: absolute; top: 20px; right: 20px; z-index: 2; text-align: center; opacity: 0; transition: opacity .4s;
	i { font-size: 26px; transform: scale(1) !important; vertical-align: middle; 
		&.fa-play { font-size: 12px; vertical-align: middle; height: 24px; line-height: 22px; border: 2px solid; width: 24px; border-radius: 50%; padding-left: 2px; }
		&:last-of-type() { margin-left: 20px; }
	}
}

.gallery.hide-icon .gallery-icon { display: none; }

.reda-gallery-item:hover .img-wrapper.loaded-img img:first-child {
    transform: translateX(0) scale(1.2);
}

/**
 *
 * Single gallery
 *
 */

.single-gallery {
	.slide { text-align: center; padding: 0 30px; }
	.swiper-arrows { cursor: pointer; 
		.gallery-arrow { width: 60px; height: 60px; background: $light-gray; transform: translateX(0) !important; opacity: 1; text-align: center; box-shadow: 0px 2px 4px rgba(0,0,0,.2);
			i { color: $accent-color; line-height: 60px; }
		}
		i { line-height: 50px; color: $accent-color; font-size: 24px; }
		.arrow-prev { position: absolute; left: 0; top: 50%; margin-top: -30px; z-index: 4; /* left: 30px; */ border-radius: 0 50%;}
		.arrow-next { position: absolute; right: 0; top: 50%; margin-top: -30px; z-index: 4;/* right: 30px; */ border-radius: 50% 0; }
	}
	.page-header { padding: 60px 30px 0 30px; }
	.single-gallery-content { padding: 60px 30px 60px 30px; }
	.footer { margin-top: 90px; }
	.gallery-video-wrapper { position: relative; display: inline-block; 
		.gallery-video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: $black; opacity: 0.5; 
		}
		.gallery-icon { position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; right: auto; opacity: 1; width: 50px; height: 50px; border-radius: 50%; border: 3px solid $white;
			i { color: $white; line-height: 50px; font-size: 24px; margin-left: 5px; }
		}
	}
}


/**
 *
 * VC Masonry Gallery
 *
 */

.reda-masonry-gallery { transform: translateZ(0);
	article a { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; }

	.load-more { position:relative}
	.grid-sizer, .w1-h1 { width: 25%; height: 0; padding-bottom: 25%;}
	.w2-h1 { width: 50%; height: 0; padding-bottom: 25%; }
	.w2-h2 { width: 50%; height: 0; padding-bottom: 50%; }	
	.w1-h2 { width: 25%; height: 0; padding-bottom: 50%;  }	
	.grid-sizer,
	.w1-h1,
	.w2-h1,
	.w2-h2,
	.w1-h2 { 
		.mix { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 11; /*box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,.3);*/ }
		.layer { position: absolute; overflow: hidden;  /* left: 0; top: 0; right: 0; bottom: 0;*/ 
			.img-bg { background-size: cover; background-position: center center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
		}
		
		@include breakpoint(medium down) {
			width: 100% !important; padding-bottom: 50% !important; 
		}
		&:hover {
			.img-bg {  transform: translateX(0) scale(1.2);}
			.overlay-masonry { }
		}
	}
	.portfolio-masonry { margin: 2px; 
		img { display: none; }
	}

	.overlay-masonry { position: absolute;}
	.layer, .overlay-masonry { right: 2px; left: 2px; height: 100%; top: 2px; height: calc(100% - 4px); }
	.img-content-lightbox:before, .gallery-content-lightbox:before {
		display: none; 
	}

}


/**
 *
 * Colors
 *
 */

.gallery .reda-gallery-item-title { color: $white; }
.gallery-load-more .link-hover:after { background: $body-font-color; }
.single-gallery .swiper-arrows line { stroke: $black; }

Youez - 2016 - github.com/yon3zu
LinuXploit