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_err/wp-content/themes/ronneby/assets/less.lib/components/blog-top-panel.less
/*------------------------------------------------------------------
Blog top panel
-------------------------------------------------------------------*/
.blog-top-block {
	.rel();
	.block();
	.clearfix();
	padding: 25px 0;
	border-bottom: 1px dotted @border-color;
	.title {
		font-size: @default-text-font-size;
		float: left;
		height: 36px;
		line-height: 36px;
		padding-right: 10px;
		font-family: @entry-meta-font-family;
		font-style: @entry-meta-font-style;
		font-weight: @entry-meta-font-weight;
		//font-family: @box-name-font-family;
		//font-size: @box-name-font-size;
	}
}
.columns > .dfd-blog-page-icon {
	right: 10px;
}
.dfd-blog-page-icon {
	@s: 30px;
	@dot: 2px;
	.block();
	width: @s;
	height: @s;
	.abs();
	top: 50%;
	right: 0;
	margin-top: -@s/2;
	background: @third-site-light-color;
	-webkit-transition: -webkit-border-radius .3s ease;
	-moz-transition: -moz-border-radius .3s ease;
	-o-transition: -o-border-radius .3s ease;
	-ms-transition: -ms-border-radius .3s ease;
	transition: -webkit-border-radius .3s ease, border-radius .3s ease;
	> span {
		.block();
		width: @dot;
		height: @dot;
		.abs();
		top: 50%;
		left: 50%;
		margin-top: -@dot/2;
		margin-left: -@dot/2;
		background: @main-site-dark-color;
		&:before {
			content: "";
			.block();
			width: 100%;
			height: 100%;
			.abs();
			bottom: 100%;
			margin-bottom: @dot;
			background: inherit;
		}
		&:after {
			content: "";
			.block();
			width: 100%;
			height: 100%;
			.abs();
			top: 100%;
			margin-top: @dot;
			background: inherit;
		}
		&:first-child {
			margin-left: -@dot*2.5;
		}
		&:last-child {
			margin-left: @dot*1.5;
		}
	}
	&:hover {
		.rounded(@s);
	}
}