| Server IP : 172.67.159.97 / Your IP : 216.73.216.111 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/plugins/loginpress/include/ |
Upload File : |
<?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>