File: /var/www/html/wpprm_err/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 .= '}';