HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/loginpress/include/login-footer.php
<?php
/**
 * LoginPress Login Footer Styles.
 *
 * This file contains the footer styling when default template is disabled by usage of hook.
 * Purpose of this file is to provide custom CSS styles for the login page footer.
 *
 * @package LoginPress
 * @since 1.6.4
 * @version 6.2.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>

<style>
	.loginpress-show-love{color: #222;}
	.loginpress-show-love a{color: #2171b1;}
	.loginpress-show-love a:hover{color: #4d5d95;}
	.loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
	.loginpress-show-love a{text-decoration: none;}
	.loginpress-caps-lock{display: none;}
	.loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
	.loginpress-show-love a{ text-decoration: none; }
	.footer-wrapper{  position: -webkit-sticky; position: sticky; top: 100vh; width: 100%;}
	.footer-cont{ right: 0; bottom: 0; left: 0; text-align: center; vertical-align: bottom; }
	.login .copyRight{ background-color: #ffffff }
	.login .copyRight{ color: #3c434a }
	.copyRight{ padding: 12px 170px; }
	@media screen and (max-width: 767px) {
		.copyRight{ padding: 12px; }
		.loginpress-show-love{ display: none; }
	}
</style>