p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/dpmptsp/public_html/home/admin/assets/stylesheets/sass/modules/ui-elements/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home/dpmptsp/public_html/home/admin/assets/stylesheets/sass/modules/ui-elements/_lightbox.scss
/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: $font-primary;
	font-weight: $font-weight-semibold;
	font-size: 22px;
	color: #838383;
}

/* No Margins */
.mfp-no-margins {
	img.mfp-img {
		padding: 0;
	}
	.mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-container {
		padding: 0;
	}
}

/* Zoom */
.mfp-with-zoom {
	.mfp-container, &.mfp-bg {
		opacity: 0.001;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	&.mfp-ready {
		.mfp-container {
			opacity: 1;
		}
		&.mfp-bg {
			opacity: 0.8;
		}
	}
	&.mfp-removing {
		.mfp-container, &.mfp-bg {
			opacity: 0;
		}
	}
}

/* Animnate */
.my-mfp-zoom-in {
	.zoom-anim-dialog {
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	&.mfp-ready .zoom-anim-dialog {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	&.mfp-removing .zoom-anim-dialog {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
	&.mfp-bg {
		opacity: 0.001;
		/* Chrome opacity transition bug */
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	&.mfp-ready.mfp-bg {
		opacity: 0.8;
	}
	&.mfp-removing.mfp-bg {
		opacity: 0;
	}
}

.my-mfp-slide-bottom {
	.zoom-anim-dialog {
		opacity: 0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
		-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
		-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
		-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
		transform: translateY(-20px) perspective(600px) rotateX(10deg);
	}
	&.mfp-ready .zoom-anim-dialog {
		opacity: 1;
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		-moz-transform: translateY(0) perspective(600px) rotateX(0);
		-ms-transform: translateY(0) perspective(600px) rotateX(0);
		-o-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
	}
	&.mfp-removing .zoom-anim-dialog {
		opacity: 0;
		-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
		-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
		-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
		-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
		transform: translateY(-10px) perspective(600px) rotateX(10deg);
	}
	&.mfp-bg {
		opacity: 0.01;
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	&.mfp-ready.mfp-bg {
		opacity: 0.8;
	}
	&.mfp-removing.mfp-bg {
		opacity: 0;
	}
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
	&.dialog-xs {
		max-width: 200px;
	}
	&.dialog-sm {
		max-width: 400px;
	}
	&.dialog-md {
		max-width: 600px;
	}
	&.dialog-lg {
		max-width: 900px;
	}
}

/* White Popup Block */
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	&.white-popup-block-xs {
		max-width: 200px;
	}
	&.white-popup-block-sm {
		max-width: 400px;
	}
	&.white-popup-block-md {
		max-width: 600px;
	}
	&.white-popup-block-lg {
		max-width: 900px;
	}
}

// DARK
// -----------------------------------------------------------------------------
/* Dark */
html.dark {
	.white-popup-block,
	.dialog {
		background: $dark-bg;
	}
}
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
December 21 2023 09:29:23
1000 / 1000
0755
_accordions.scss
1.448 KB
January 13 2024 08:34:45
1000 / 1000
0755
_alerts.scss
0.699 KB
January 13 2024 08:34:44
1000 / 1000
0755
_animations.scss
29.171 KB
January 13 2024 08:34:45
1000 / 1000
0755
_carousel.scss
0.159 KB
January 13 2024 08:34:45
1000 / 1000
0755
_charts.scss
5.256 KB
January 13 2024 08:34:45
1000 / 1000
0755
_labels.scss
0.334 KB
January 13 2024 08:34:45
1000 / 1000
0755
_lightbox.scss
4.34 KB
January 13 2024 08:34:45
1000 / 1000
0755
_modals.scss
2.289 KB
January 13 2024 08:34:45
1000 / 1000
0755
_nav-pills.scss
0.565 KB
January 13 2024 08:34:45
1000 / 1000
0755
_nestable.scss
3.131 KB
January 13 2024 08:34:45
1000 / 1000
0755
_notifications.scss
4.257 KB
January 13 2024 08:34:45
1000 / 1000
0755
_panels.scss
8.152 KB
January 13 2024 08:34:45
1000 / 1000
0755
_portlet.scss
0.17 KB
January 13 2024 08:34:45
1000 / 1000
0755
_progressbars.scss
3.7 KB
January 13 2024 08:34:45
1000 / 1000
0755
_sliders.scss
2.432 KB
January 13 2024 08:34:46
1000 / 1000
0755
_tabs.scss
13.084 KB
January 13 2024 08:34:46
1000 / 1000
0755
_toggles.scss
2.104 KB
January 13 2024 08:34:46
1000 / 1000
0755
_treeview.scss
1.126 KB
January 13 2024 08:34:46
1000 / 1000
0755
_widgets.scss
15.477 KB
January 13 2024 08:34:46
1000 / 1000
0755
_word-rotate.scss
0.61 KB
January 13 2024 08:34:46
1000 / 1000
0755