HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/html/wpprm/wp-content/themes/ronneby/assets/less.lib/widgets/instagram.less
/* Instagram widget styles */
@instagram-number-color: #ef745c;
@instagram-label-color: #939393;

.instagram-wrap {
	.clearfix();
	width: 100%;
}

.instagram-autor {
	float: left;
	width: 21%;
	margin-right: 5%;
	
	> a {
		display: block;
		
		&, img {
			width: 100%;
		}
	}
	.instagram-stat {
		width: 100%;
		height: auto;

		> span {
			display: block;
			width: 100%;
			border-bottom: 1px solid @third-light-site-light-color;
			padding: 10px 0px;
			text-align: center;
			
			&:last-child {
				border-bottom: 0px;
			}
		}
		.numb {
			color: @instagram-number-color;
			font-size: 20px;
			font-weight: 500;
			line-height: 1.1;
		}
		.diopinfo {
			display: block;
			color: @instagram-label-color;
			font-size: 14px;
		}
	}
}

.intagram-gallery {
	@intagram-gutter-width: 4px;
	
	float: left;
	overflow: hidden;
	width: 74%;
	
	.intagram-gallery-row {
		.rel();
		margin: 0 -(@intagram-gutter-width / 2);
	}
	.item {
		.rel();
		.box-sizing(border-box);
		width: 50%;
		float: left;
		padding: 0 (@intagram-gutter-width / 2) @intagram-gutter-width;
		text-align: center;
		
		a, img {
			display: block;
			width: 100%;
		}
		img{
			&:first-child{
				opacity:0;
			}   
		}
		.item-authorinfo {
			.abs();
			z-index: 2;
			top: 0;
			left: 0; right: 0;
			display: block;
			width: 95%;
			height: 95%;
			.rounded(50%);
			color: @footer-background;
			font-size: 18px;
			font-weight: 500;
			line-height: 1em;
			background: @main-site-light-color;
			
			a {
				color: inherit;
				font-size: @default-text-font-size;
				font-style: italic;
			}
			> span {
				display: block;
				.vertical-align();
			}
		}
	}
}