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/inside-share.less
/* 
    Created on : 16.01.2015, 13:34:35
    Author     : DFD
	Styles for : Single items social share
*/
/* Entry Share */
.share-cover {
	@s: @box-name-font-size + 4;//36px;
	padding: 40px 0 80px;
	text-align: center;
	
	.entry-share {
		.rel();
		overflow: hidden;
		line-height: @s;
		text-align: center;
		padding: 0 0 20px;
		border-bottom: 1px solid @border-color;
		
		div.subtitle {
			margin-bottom: 5px;
		}
		
		.entry-share-popup {
			.rel();
			.inline-block();
			line-height: @s;
			list-style: none;
			text-align: center;
			padding-top: 15px;
			margin: 0;
			background: transparent;
			.clearfix();

			li {
				display: block;
				float: left;
				height: @s;
				line-height: inherit;
				padding: 0 20px;
				margin: 0;
				
				a {
					.rel();
					overflow: hidden;
					.block();
					width: 100%;
					height: 100%;
					line-height: @s;
					text-align: center;
					padding: 0 20px;
					.transition(text-shadow .3s ease-in-out);
					span {
						color: transparent;
						line-height: @s;
					}
					&.entry-share-link-facebook {
						text-shadow: 0 0 @title-color, 0 @s #3c599f;
					}
					&.entry-share-link-twitter  {
						text-shadow: 0 0 @title-color, 0 @s #32ccfe;
					}
					&.entry-share-link-linkedin {
						text-shadow: 0 0 @title-color, 0 @s #0085ae;
					}
					&:hover {
						&.entry-share-link-facebook {
							text-shadow: 0 -@s @title-color, 0 0 #3c599f;
						}
						&.entry-share-link-twitter  {
							text-shadow: 0 -@s @title-color, 0 0 #32ccfe;
						}
						&.entry-share-link-linkedin {
							text-shadow: 0 -@s @title-color, 0 0 #0085ae;
						}
					}
				}
			}
		}
	}
}