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_old/wp-content/themes/ronneby/inc/dynamic_styles/prettyPhoto.php
<?php
$output .= 'div.pp_default .pp_nav .currentTextHolder {';
	$output .= 'font-size: '. $vars['link_font-size'] .';';
	$output .= 'font-family: '. $vars['link_font-family'] .';';
	$output .= 'font-weight: '. $vars['link_font-weight'] .';';
	$output .= 'font-style: '. $vars['link_font-style'] .';';
	$output .= 'text-transform: '. $vars['link_text-transform'] .';';
	$output .= 'letter-spacing: '. $vars['link_letter-spacing'] .';';
	$output .= 'color: '. $vars['link_color'] .';';
$output .= '}';
$output .= 'div.pp_default .pp_nav .currentTextHolder:hover {';
	$output .= 'color: '. $vars['link_hover_color'] .'; ';
$output .= '}';
$output .= 'div.pp_default .pp_description {';
	$output .= 'font-style: '. $vars['subtitle_font-style'] .';';
	$output .= 'font-weight: '. $vars['subtitle_font-weight'] .';';
	$output .= 'font-size: '. $vars['subtitle_font-size'] .';';
	$output .= 'font-family: '. $vars['subtitle_font-family'] .';';
	$output .= 'line-height: '. $vars['subtitle_line-height'] .';';
	$output .= 'text-transform: '. $vars['subtitle_text-transform'] .';';
	$output .= 'letter-spacing: '. $vars['subtitle_letter-spacing'] .';';
	$output .= 'color: '. $vars['subtitle_color'] .';';
	$output .= 'max-height: '. $vars['subtitle_line-height'] .';';
$output .= '}';
$output .= 'a.pp_next > span > span, a.pp_previous > span > span {';
	$output .= 'position: relative;';
	$output .= 'font-size: '. $vars['link_font-size'] .';';
	$output .= 'font-family: '. $vars['link_font-family'] .';';
	$output .= 'font-weight: '. $vars['link_font-weight'] .';';
	$output .= 'font-style: '. $vars['link_font-style'] .';';
	$output .= 'text-transform: '. $vars['link_text-transform'] .';';
	$output .= 'letter-spacing: '. $vars['link_letter-spacing'] .';';
	$output .= 'color: '. $vars['link_color'] .';';
$output .= '}';
$output .= 'a.pp_next > span > span:hover, a.pp_previous > span > span:hover {';
	$output .= 'color: '. $vars['link_hover_color'] .'; ';
$output .= '}';
$output .= 'a.pp_next > span > span:before, a.pp_previous > span > span:before {';
	$output .= 'margin-top: '. ((int)$vars['link_font-size'] / 2) .'px;';
	$output .= 'border-bottom-style: '. $vars['link_decoration'] .';';
	$output .= 'border-bottom-color: '. $vars['link_decoration_color'] .';';
$output .= '}';
$output .= 'div.ppt {';
	$output .= 'font-style: '. $vars['block_title_font-style'] .';';
	$output .= 'font-weight: '. $vars['block_title_font-weight'] .';';
	$output .= 'font-size: '. $vars['block_title_font-size'] .';';
	$output .= 'font-family: '. $vars['block_title_font-family'] .';';
	$output .= 'line-height: '. $vars['block_title_line-height'] .';';
	$output .= 'text-transform: '. $vars['block_title_text-transform'] .';';
	$output .= 'letter-spacing: '. $vars['block_title_letter-spacing'] .';';
$output .= '}';
$output .= '@media only screen and (min-width: 640px) {';
	$output .= 'body.dfd-custom-padding-html .pp_gallery {';
		$output .= 'left: '. $vars['layout_whitespace_size'] .'px; ';
		$output .= 'right: '. $vars['layout_whitespace_size'] .'px; ';
	$output .= '}';
	$output .= 'body.dfd-custom-padding-html a.pp_previous > span {';
		$output .= 'margin-right: -'. ($vars['layout_whitespace_size'] + 36) .'px;';
	$output .= '}';
	$output .= 'body.dfd-custom-padding-html a.pp_next > span {';
		$output .= 'margin-left: -'. ($vars['layout_whitespace_size'] + 36) .'px;';
	$output .= '}';
	$output .= 'body.dfd-custom-padding-html a.pp_close {';
		$output .= 'top: '. $vars['layout_whitespace_size'] .'px; ';
		$output .= 'right: '. $vars['layout_whitespace_size'] .'px; ';
	$output .= '}';
	$output .= 'body.dfd-custom-padding-html.admin-bar a.pp_close {';
		$output .= 'top: '. ($vars['layout_whitespace_size'] + 32) .'px;';
	$output .= '}';
$output .= '}';