| Server IP : 172.67.159.97 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/themes/x/framework/legacy/cranium/footers/output/ |
Upload File : |
<?php
// =============================================================================
// FUNCTIONS/GLOBAL/ADMIN/CUSTOMIZER/OUTPUT/INTEGRITY.PHP
// -----------------------------------------------------------------------------
// Integrity CSS ouptut.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Footer
// =============================================================================
$x_integrity_design = x_get_option( 'x_integrity_design' );
$x_integrity_footer_transparency_enable = x_get_option( 'x_integrity_footer_transparency_enable' );
?>
/* Footer
// ========================================================================== */
<?php if ( $x_integrity_design == 'light' ) : ?>
<?php if ( $x_integrity_footer_transparency_enable == 1 ) : ?>
.x-colophon.top,
.x-colophon.bottom {
border-top: 1px solid #e0e0e0;
border-top: 1px solid rgba(0, 0, 0, 0.085);
background-color: transparent;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
<?php endif; ?>
<?php else : ?>
<?php if ( $x_integrity_footer_transparency_enable == 1 ) : ?>
.x-colophon.top,
.x-colophon.bottom {
border-top: 1px solid #000;
border-top: 1px solid rgba(0, 0, 0, 0.75);
background-color: transparent;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.075);
}
<?php endif; ?>
<?php endif; ?>