HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux newsites.squeezer-software.com 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: www-data (33)
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: /home/sites/ileskneiss/wp-content/plugins/learnpress/templates/emails/email-styles.php
<?php
ob_start();
?>
	<style type="text/css">
		#wrapper {
			color: #777;
		}

		#template_container {
			background: #f2fbff;
		}

		#template_header_image {
			text-align: center;
		}

		.order-heading {
			background: #00adff;
			padding: 20px;
			color: #FFF;
			margin: 0 0 20px 0;
			font-weight: lighter;
			font-size: 24px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		.order-details {
			width: 100%;
			margin-bottom: 20px;
		}

		.order-details th {
			text-align: left;
			font-weight: normal;
			padding: 5px 0;
		}

		.order-details td {
			text-align: right;
			padding: 5px 0;
		}

		.order-table-items-heading {
			background: #dedede;
			color: #656565;
			text-align: center;
			padding: 10px;
			text-transform: uppercase;
			font-weight: normal;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		.order-table-items {
			width: 100%;
			font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
			border: none;
			font-size: 14px;
		}

		.order-table-items th {
			border-top: 1px solid #DDD;
		}

		.order-table-items th,
		.order-table-items td {
			text-align: left;
			vertical-align: middle;
			border-bottom: 1px solid #DDD;
			padding: 8px 0;
		}

		.order-table-items .column-name {

		}

		.order-table-items .column-quantity {
			width: 100px;
			text-align: right;
		}

		.order-table-items .column-number {
			width: 100px;
			text-align: right;
		}

		#email-body > tr > td {
			padding: 0 20px 20px 20px;
		}

		#template_container #email-footer td {
			text-align: center;
			padding: 20px;
			border-top: 1px solid #DDD;
		}

		.order-heading-total {
			display: block;
			font-size: 32px;
		}

		p {
			margin: 0 0 20px 0;
		}

	</style>
<?php
echo preg_replace( '!</?style.*>!', '', ob_get_clean() );