HEX
Server: Apache
System: Linux digivps 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64
User: www (1000)
PHP: 8.3.15
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/healthyton.com/wp-content/themes/bimber/css/dynamic-style-premade.php
<?php
/**
 * Premade color schemes
 *
 * @license For the full license information, please view the Licensing folder
 * that was distributed with this source code.
 *
 * @package Bimber_Theme
 */
$bimber_stack = bimber_get_current_stack();
?>
.g1-dark { color: rgba(255, 255, 255, 0.8); }

.g1-dark h1,
.g1-dark h2,
.g1-dark h3,
.g1-dark h4,
.g1-dark h5,
.g1-dark h6,
.g1-dark .g1-mega,
.g1-dark .g1-alpha,
.g1-dark .g1-beta,
.g1-dark .g1-gamma,
.g1-dark .g1-delta,
.g1-dark .g1-epsilon,
.g1-dark .g1-zeta {
	color: #fff;
}

<?php if ( 'original-2018' == $bimber_stack ) : ?>
	.g1-dark .g1-giga-2nd,
	.g1-dark .g1-mega-2nd,
	.g1-dark .g1-alpha-2nd,
	.g1-dark .g1-beta-2nd,
	.g1-dark .g1-gamma-2nd,
	.g1-dark .g1-delta-2nd,
	.g1-dark .g1-epsilon-2nd,
	.g1-dark .g1-zeta-2nd {
		border-color: rgba(255, 255, 255, 0.1);
	}
<?php endif; ?>


<?php if ( 'bunchy' === $bimber_stack || 'music' == $bimber_stack ) : ?>
.g1-dark .g1-meta { color: rgba(255, 255, 255, 0.8); }
.g1-dark .g1-meta a { color: rgba(255, 255, 255, 1); }
.g1-dark .entry-categories { color: rgba(255, 255, 255, 1); }
.g1-dark .entry-categories a { color: rgba(255, 255, 255, 1); }
<?php elseif ( 'hardcore' === $bimber_stack ) : ?>
.g1-dark .g1-meta { color: rgba(255, 255, 255, 0.6); }
.g1-dark .g1-meta a { color: rgba(255, 255, 255, 0.8); }
<?php else : ?>
.g1-dark .g1-meta { color: rgba(255, 255, 255, 0.6); }
.g1-dark .g1-meta a { color: rgba(255, 255, 255, 0.8); }
<?php endif;?>
.g1-dark .g1-meta a:hover { color: rgba(255, 255, 255, 1); }

.g1-dark .archive-title:before {
	color: inherit;
}


.g1-dark [type=input],
.g1-dark [type=email],
.g1-dark select {
	border-color: rgba(255,255,255, 0.15);
}

.g1-dark [type=submit] {
	border-color: #fff;
	background-color: #fff;
	color: #1a1a1a;
}

.g1-dark .g1-button-solid {
	border-color: #fff;
	background-color: #fff;
	color: #1a1a1a;
}

.g1-dark .g1-button-simple,
.g1-dark .g1-filter-pill {
	border-color: #fff;
	color: #fff;
}

.g1-dark .g1-newsletter-avatar {
	background-color: #fff;
	color: #1a1a1a;
}