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/entry-meta.less
/* 
    Created on : 13.01.2015, 10:02:04
    Author     : DFD
	Styles for : Entry meta
*/
.entry-meta {
	.clearfix();
	.rel();
	padding: 0px;
	
	.subtitle {
		.rel();
		bottom: 1px;
	}

	> * {
		float: left;
		padding-right: 6px;
		&:last-child {
			padding-right: 0;
		}
		&.right {
			float: right;
		}
	}
	i {
		line-height: inherit;
		padding-right: 5px;
	}
	a {
		.block();
		color: inherit;
	}
	.byline {
		//font-family: @default-text-font-family;
		//font-style: @default-text-font-style;
		font-style: normal;
		color: @title-color;
		.transition(color .3s ease-in-out);
		&:hover {
			color: @main-site-light-color;
		}
	}
	.entry-comments {
		i {
			margin-right: 5px;
			padding-right: 5px;
			font-size: 14px;
		}
		span {
			//padding-right: 6px;
			&:last-child {
				padding-right: 0;
			}
		}
	}
	.delim {
		.rel();
		padding-right: 3px;
		margin-right: 3px;
		border-right: 1px solid @border-color;

		&.blank {
			border-width: 0px;
		}
	}
	.social-share {
		i {
			float: left;
		}
	}
	&.without-icons {
		i {
			display: none;
		}
	}
	.entry-tags {
		font: inherit;
		ul {
			font: inherit;
			overflow: hidden;
			li {
				font: inherit;
				float: left;
				a {
					font-weight: @default-text-font-weight;;
					color: @title-color;
				}
			}
		}
	}
}