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/inc/dynamic_styles/styled-button.php
<?php
$output .= '.styled-button.dfd-block-title-family {';
	$output .= 'font-family: '. $vars['block_title_font-family'] .';';
$output .= '}';
$output .= '.styled-button.dfd-subtitle-family {';
	$output .= 'font-family: '. $vars['subtitle_font-family'] .';';
$output .= '}';
$output .= '.styled-button.dfd-default-text-family {';
	$output .= 'font-family: '. $vars['text_font-family'] .';';
$output .= '}';
$output .= '.styled-button.text-main span {';
	$output .= 'color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-second span {';
	$output .= 'color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-third span {';
	$output .= 'color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-dark span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-1 {';
	$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-1.without-border:hover {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['main_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2:before,';
$output .= '.styled-button.bg-main.style-3:before {';
	$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2.without-border,';
$output .= '.styled-button.bg-main.style-3.without-border {';
	$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2.without-border:before,';
$output .= '.styled-button.bg-main.style-3.without-border:before {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['main_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-main:not(.without-border):hover i,';
$output .= '.styled-button.bg-main:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-1 {';
	$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-1.without-border:hover {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['secondary_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2:before,';
$output .= '.styled-button.bg-second.style-3:before {';
	$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2.without-border,';
$output .= '.styled-button.bg-second.style-3.without-border {';
	$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2.without-border:before,';
$output .= '.styled-button.bg-second.style-3.without-border:before {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['secondary_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-second:not(.without-border):hover i,';
$output .= '.styled-button.bg-second:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-1 {';
	$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-1.without-border:hover {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['third_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2:before,';
$output .= '.styled-button.bg-third.style-3:before {';
	$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2.without-border,';
$output .= '.styled-button.bg-third.style-3.without-border {';
	$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2.without-border:before,';
$output .= '.styled-button.bg-third.style-3.without-border:before {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['third_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-third:not(.without-border):hover i,';
$output .= '.styled-button.bg-third:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-fourth:not(.without-border):hover i,';
$output .= '.styled-button.bg-fourth:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-white:not(.without-border):hover i,';
$output .= '.styled-button.bg-white:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-1 {';
	$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-1.without-border:hover {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['title_color'], 5) .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2:before,';
$output .= '.styled-button.bg-dark.style-3:before {';
	$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2.without-border,';
$output .= '.styled-button.bg-dark.style-3.without-border {';
	$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2.without-border:before,';
$output .= '.styled-button.bg-dark.style-3.without-border:before {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['title_color'], 5) .';';
$output .= '}';
$output .= '.styled-button.bg-dark:not(.without-border):hover i,';
$output .= '.styled-button.bg-dark:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-gray.style-1.without-border:hover {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['background_gray'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-gray.style-2.without-border:before,';
$output .= '.styled-button.bg-gray.style-3.without-border:before {';
	$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['background_gray'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-gray:not(.without-border):hover i,';
$output .= '.styled-button.bg-gray:not(.without-border):hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-main.style-1:hover {';
	$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-main.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-main.style-3:before {';
	$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-second.style-1:hover {';
	$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-second.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-second.style-3:before {';
	$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-third.style-1:hover {';
	$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-third.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-third.style-3:before {';
	$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-white:hover i,';
$output .= '.styled-button.bg-transparent.border-color-white:hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-gray:hover i,';
$output .= '.styled-button.bg-transparent.border-color-gray:hover span {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-main i {';
	$output .= 'color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-second i {';
	$output .= 'color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-third i {';
	$output .= 'color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-dark i {';
	$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-main {';
	$output .= 'border-color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-second {';
	$output .= 'border-color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-third {';
	$output .= 'border-color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-dark {';
	$output .= 'border-color: '. $vars['title_color'] .';';
$output .= '}';