403Webshell
Server IP : 216.250.13.251  /  Your IP : 216.73.217.37
Web Server : nginx/1.24.0
System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : root ( 0)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/gunay/wp-content/themes/rttheme19/css/sass/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/gunay/wp-content/themes/rttheme19/css/sass/partials/_helpers.scss
/* ==========================================================================
	HELPERS
	========================================================================== */

	/* alignments */
	.aligncenter{
		display: table;
		margin: auto;
		text-align: center;
	}

	.alignleft{
		float: left;
	}

	.alignright{
		float: right;
	}


	/* mobile alignments */
	@media screen and (max-width: 767px) {
		.mobile_aligncenter{
			display: table;
			margin: auto;
			float: none;
			text-align: center;
		}

		.mobile_alignleft{
			float: left;
		}

		.mobile_alignright{
			float: right;
		}
	}

	/* img alignments */
	img,.wp-caption, .imgeffect, .entry-thumbnail{
		&.alignleft{
			margin: 4px 20px 4px 2px;
		}

		&.alignright{
			margin: 4px 2px 4px 20px;
		}

		&.aligncenter{
			margin:5px auto 10px;
		}
	}


	/* responsive images */
	#container img{
		max-width: 100%;
		height: auto;
	}

	/* WP Captions */
	.wp-caption{
		text-align: center;
		padding: 10px;
		background-color: rgba(0,0,0,0.02);
		border-style: solid;
		border-width: 1px;
		max-width: 100%;
		//use color border-color;

		img{
			max-width: 100%;
		}

		.wp-caption-text{
			clear:both;
			display:block;
			padding:8px 0 0 0;
			font-style: oblique;
		}	

		&.aligncenter{
			display: block;
		}
	}

	/* wp image */
	[class^="wp-image-"], [class*=" wp-image-"]{ 
		max-width: 100%;
		height: auto;
	}

	/* margins */	
	.margin{
		&-t0{margin-top:0px;}	
		&-t1{margin-top:1px;}	
		&-t10{margin-top:10px;}
		&-t15{margin-top:15px;}	 
		&-t20{margin-top:20px;}
		&-t30{margin-top:30px;}
		&-t40{margin-top:40px;}
		&-t50{margin-top:50px;}
		&-t60{margin-top:60px;}
		&-t70{margin-top:70px;}
		&-t80{margin-top:80px;}
		&-b0{margin-bottom:10px;}	 
		&-b10{margin-bottom:10px;}	 
		&-b15{margin-bottom:15px;}
		&-b20{margin-bottom:20px;}	
		&-b30{margin-bottom:30px;}
		&-b40{margin-bottom:40px;}
		&-b50{margin-bottom:50px;}
		&-b60{margin-bottom:60px;}
		&-b70{margin-bottom:70px;}
		&-b80{margin-bottom:80px;}
		&-b0{margin-bottom:0;}
		&-l0{margin-left:0;}
		&-r0{margin-right:0;}
	}

	/* padding */
	.padding{
		&-t0{padding-top:0px;}
		&-t1{padding-top:1px;}
		&-t10{padding-top:10px;}
		&-t20{padding-top:20px;}
		&-t30{padding-top:30px;}
		&-b0{padding-bottom:0px;}
		&-b10{padding-bottom:10px;}
		&-b20{padding-bottom:20px;}
		&-b30{padding-bottom:30px;}
		&-b40{padding-bottom:40px;}
		&-b0{padding-bottom:0;}
		&-t0{padding-top:0;}
		&-l0{padding-left:0;}
		&-r0{padding-right:0;}
	}

	/* no margin no padding */
	.nomargin{
		margin-left:0 !important;
		margin-bottom:0 !important; 
		margin-right:0 !important; 
		margin-top:0 !important;
	}

	.nopadding{
		padding-left:0 !important;
		padding-bottom:0 !important; 
		padding-right:0 !important; 
		padding-top:0 !important;		
	}

	.clear{clear:both;width:100%;}

	.space{
		clear:both;
		width:100%;
		position:relative;
		display:table;	
	}

	/* responsive images */
	.content img{
		max-width: 100%;	
		display: block;
	}

	.responsive .content img{
		height: auto;
	}	

	/* border box sizing  */
	.box_sizing{		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		-o-box-sizing: border-box;	
		-ms-box-sizing: border-box;	
		box-sizing: border-box;
	}

	/* Responsive video container for embedded videos */
	*:not(.wpb_video_wrapper){
		> .video-container {
			position: relative;
			padding-bottom: 56.25% !important;
			padding-top: 30px !important; 
			height: auto; 
			overflow: hidden;
		}
		 
		> .video-container iframe,
		> .video-container object,
		> .video-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	}

	[class^="icon-"]:before, [class*=" icon-"]:before {
		direction: ltr;
	}	

	.sticky, .bypostauthor{
		display: block;
	}

	.gallery-caption {
		margin-top: 10px;
	}

	.content_row  .gallery img {
		border: 2px solid rgba(0, 0, 0, 0.03) !important;
	}

	/* BG video */
	#body-bg-video{
		bottom: 0;
		left: 0;
		position: fixed !important;
		right: 0;
		top: 0; 
	}

	.layout2 #body-bg-video{ 
		z-index: 0;
	}

	.layout2 #body-bg-video{
		z-index: -1;	
	}

	//fix lightbox plugin nav bar position
	.admin-bar .lg-toolbar.group {
		top: 32px;
	}		
	@media screen and (max-width: 782px) {
		.admin-bar .lg-toolbar.group {
				top: 46px;
		}		
	}
	
	.body-lock-scroll{
		overflow: hidden;
	}	

	
	/* Customizer window messages for front end */	
	.customizer-notification{
		bottom: 0;
		position: fixed;
		right: 0;
		z-index: 999999;

		.icon-attention-circle {
			animation: 2s ease 0s normal none infinite running slideInUp;
			float: right;
			font-size: 40px;
			color: #e10f0f;
		}

		.customizer-notification-text {
			background: #e10f0f;
			color: #ffffff;
			display: none;
			font-size: 16px;
			padding: 40px;
		}
	}

	.customizer-notification:hover{
		.customizer-notification-text {
			display: block;
		}

		.icon-attention-circle {
			animation: none; 
			color: #ffffff;
		}
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important; 
	}

	.screen-reader-text:focus {
		background-color: #eee;
		clip: auto !important;
		clip-path: none;
		color: #444;
		display: block;
		font-size: 1em;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; 
	}	

/* Gutenberg
   ========================================================================== */
	#container{   
		.wp-block-gallery.is-cropped .blocks-gallery-image a, 
		.wp-block-gallery.is-cropped .blocks-gallery-image img, 
		.wp-block-gallery.is-cropped .blocks-gallery-item a,
		.wp-block-gallery.is-cropped .blocks-gallery-item img{
			height: 100%;
		}
	}

	.entry-content{
		.alignleft{
			margin-right: 30px;
		}
		.alignright{
			margin-left: 30px;
		}		
	}

Youez - 2016 - github.com/yon3zu
LinuXploit