PluginProbe
LoginPress | wp-login Custom Login Page Customizer / 3.0.2
LoginPress | wp-login Custom Login Page Customizer v3.0.2
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.3 1.0.4 All 118 releases
loginpress / include / login-footer.php

login-footer.php in LoginPress | wp-login Custom Login Page Customizer 3.0.2, at include/login-footer.php

28 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * The footer styling when default template is disabled by usage of hook.
4 *
5 * @since 1.6.4
6 */
7 ?>
8
9 <style>
10 .loginpress-show-love{color: #222;}
11 .loginpress-show-love a{color: #2171b1;}
12 .loginpress-show-love a:hover{color: #4d5d95;}
13 .loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
14 .loginpress-show-love a{text-decoration: none;}
15 .loginpress-caps-lock{display: none;}
16 .loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
17 .loginpress-show-love a{ text-decoration: none; }
18 .footer-wrapper{ position: -webkit-sticky; position: sticky; top: 100vh; width: 100%;}
19 .footer-cont{ right: 0; bottom: 0; left: 0; text-align: center; vertical-align: bottom; }
20 .login .copyRight{ background-color: #ffffff }
21 .login .copyRight{ color: #3c434a }
22 .copyRight{ padding: 12px 170px; }
23 @media screen and (max-width: 767px) {
24 .copyRight{ padding: 12px; }
25 .loginpress-show-love{ display: none; }
26 }
27 </style>
28