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/visual-composer/dfd-timeline.less
/* 
    Created on : 18.04.2015, 11:09:57
    Author     : DFD
	Styles for : DFD Timeline container & elements
*/

.dfd-timeline-container-wrap {
	.rel();
	&.dfd_timeline_vertical {
		> div {
			.rel();
			width: 50%;
			padding: 10px 0;
			&:nth-child(even) {
				padding-left: 10px;
				margin-left: 50%;
				&.timeline-block {
					.timeline-icon-block {
						right: 110%;
						.timeline-date {
							right: 150%;
						}
					}
				}
			}
			&:nth-child(odd) {
				padding-right: 10px;
				text-align: right;
				&.timeline-block {
					.timeline-icon-block {
						left: 110%;
						.timeline-date {
							left: 150%;
						}
					}
				}
			}
			&.timeline-block {
				.timeline-icon-block {
					.abs();
					top: 50%;
					.translate(0; -50%);
					z-index: -1;
					.timeline-date {
						.abs();
						top: 50%;
						.translate(0; -50%);
					}
				}
				.timeline-header-block {
					.timeline-header {
						padding: 0;
					}
				}
			}
		}
		&.included_vertical_line {
			border-width: 0;
			> div {
				border-width: 0;
				border-style: inherit;
				border-color: inherit;
				&:before {
					content: "";
					.abs();
					width: 20px;
					height: 0;
					top: 50%;
					.rotate(45deg);
					border-width: 0;
					border-bottom: 1px;
					border-color: inherit;
					border-style: inherit;
				}
				&:nth-child(even) {
					&:before {
						left: -10px;
						.rotate(-45deg);
					}
				}
			}
			.separation_line {
				.abs();
				top: 0;
				bottom: 0;
				left: 50%;
				border-width: 0;
				border-right: 1px;
			}
		}
		&.included_horisontal_line {
			border-width: 0;
			> div {
				border-width: 0;
				border-style: inherit;
				border-color: inherit;
				&:before {
					content: "";
					.abs();
					.block();
					width: 200%;
					bottom: 0;
					border-width: 0;
					border-bottom: 1px;
					border-color: inherit;
					border-style: inherit;
				}
				&:after {
					content: "";
					.abs();
					width: 0;
					height: 0;
					border-left: 5px solid transparent;
					border-right: 5px solid transparent;
					border-top: 10px solid;
					border-top-color: inherit;
					bottom: -9px;
					left: 100%;
					margin-left: -5px;
				}
				&:last-child {
					border-bottom-width: 0;
					&:after,
					&:before {
						.hide();
					}
				}
				&:nth-child(even) {
					&:before {
						left: -100%;
					}
					&:after {
						left: 0;
					}
				}
			}
		}
	}
	&.dfd_timeline_horisontal {}
}