PHP 8.5.2
Preview: _gallery-grid.scss Size: 1.85 KB
/home/serveshikshafoundation/htdocs/serveshikshafoundation.org.in/sass/components/_gallery-grid.scss

/***********************
	gallery grid
***********************/	
.gallery {
	a:hover,
	a:focus {
		text-decoration: none !important;
	}

	.gallery-filters {
		text-align: center;
		margin-bottom: 36px;

		@include media-query(991px) {
			margin-bottom: 25px;
		}

		ul {
			display: inline-block;
			overflow: hidden;
			margin-top: -5px;
		}

		ul li {
			float: left;
			margin-right: 25px;
			padding-right: 25px;
			position: relative;

			@include media-query(991px) {
				margin-right: 10px;
				padding-right: 10px;
			}

			&:after {
				content: "/";
				color: lighten($black, 70%);
				font-size: 20px;
				font-weight: bold;
				position: absolute;
				right: 0;
				top: 0;

				@include media-query(991px) {
					font-size: 14px;
				}
			}
		}

		ul li:last-child {
			margin: 0;
			padding: 0;
		}

		ul li:last-child:after {
			display: none;
		}

		ul li a {
			font-size: 17px;
			font-weight: bold;
			color: lighten($black, 70%);
			display: block;
			text-transform: uppercase;

			@include media-query(991px) {
				font-size: 14px;
			}
		}

		ul li a:hover,
		ul li .current {
			color: $theme-primary-color;
		}
	}

	.gallery-container {
		overlay: hidden;
	}

	.gallery-container .box {
		> a {
			display: block;
			position: relative;
		}

		> a:before {
			content: "";
			opacity: 0;
			@include overlay(transparentize($theme-primary-color, 0.15));
			@include scaleing(0.5, 0.5, 1);
			@include transition-time(0.4s);
		}

		> a:after {
			font-family: "FontAwesome";
			content: "\f00e";
			font-size: 22px;
			color: $white;
			position: absolute;
			left: 50%;
			top: 50%;
			@include center-by-translating();
			opacity: 0;
		}

		> a:hover:before {
			opacity: 1;
			@include scaleing(1, 1, 1);
		}

		> a:hover:after {
			opacity: 1;
		}
	}
}

Directory Contents

Dirs: 0 × Files: 19

Name Size Perms Modified Actions
1.40 KB lrw-r--r-- 2017-02-02 20:40:54
Edit Download
828 B lrw-r--r-- 2017-02-04 22:32:46
Edit Download
1.36 KB lrw-r--r-- 2017-02-03 00:05:30
Edit Download
1.30 KB lrw-r--r-- 2017-01-30 21:08:08
Edit Download
841 B lrw-r--r-- 2017-01-22 00:14:38
Edit Download
1.85 KB lrw-r--r-- 2017-01-30 21:01:52
Edit Download
2.68 KB lrw-r--r-- 2017-01-30 18:08:38
Edit Download
1.27 KB lrw-r--r-- 2017-01-31 22:18:54
Edit Download
952 B lrw-r--r-- 2017-01-30 21:15:24
Edit Download
1.25 KB lrw-r--r-- 2017-01-24 23:39:48
Edit Download
1.91 KB lrw-r--r-- 2017-02-04 22:36:56
Edit Download
900 B lrw-r--r-- 2017-01-18 20:22:48
Edit Download
1.73 KB lrw-r--r-- 2017-01-30 21:15:12
Edit Download
2.57 KB lrw-r--r-- 2017-01-21 22:00:22
Edit Download
217 B lrw-r--r-- 2017-02-03 00:08:52
Edit Download
1.52 KB lrw-r--r-- 2017-01-31 22:30:52
Edit Download
208 B lrw-r--r-- 2017-01-15 22:40:16
Edit Download
1.78 KB lrw-r--r-- 2017-02-05 21:36:32
Edit Download
1.79 KB lrw-r--r-- 2017-01-30 20:42:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).