HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/ctoivenusin/public_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
 */

?>

<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>