📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: subscribe.css
/*================================================== GOOGLE FONT ==================================================*/ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); /*================================================== RESET ==================================================*/ *{ margin:0; padding:0; box-sizing:border-box; } html{ scroll-behavior:smooth; } body{ font-family:'Poppins',sans-serif; background:#223d92; color:#fff; overflow-x:hidden; position:relative; min-height:100vh; } /*================================================== BACKGROUND SHAPES ==================================================*/ body::before{ content:""; position:fixed; width:450px; height:450px; border-radius:50%; background:rgba(255,255,255,.04); left:-180px; top:-180px; z-index:0; } body::after{ content:""; position:fixed; width:350px; height:350px; border-radius:50%; background:rgba(255,255,255,.04); right:-150px; bottom:-150px; z-index:0; } /*================================================== WRAPPER ==================================================*/ .wrapper{ width:100%; min-height:100vh; padding:150px 20px 80px; display:flex; justify-content:center; align-items:flex-start; position:relative; z-index:2; } /*================================================== CONTAINER ==================================================*/ .container{ width:100%; max-width:950px; margin:auto; text-align:center; } /*================================================== HEADING ==================================================*/ .container h1{ font-size:60px; font-weight:800; line-height:1.15; margin-bottom:25px; } .container h1 span{ color:#ff6c43; font-style:italic; } /*================================================== SUBTITLE ==================================================*/ .subtitle{ max-width:760px; margin:0 auto 55px; font-size:20px; line-height:1.8; } .subtitle strong{ font-weight:700; } /*================================================== FORM ==================================================*/ .form{ width:100%; max-width:500px; margin:auto; } .form input, .form select, .form textarea{ width:100%; height:60px; border:none; border-radius:10px; padding:0 18px; margin-bottom:18px; font-size:16px; font-family:'Poppins',sans-serif; outline:none; } .form textarea{ height:140px; padding:15px 18px; resize:vertical; } .form input:focus, .form select:focus, .form textarea:focus{ box-shadow:0 0 0 4px rgba(255,108,67,.25); } /*================================================== EMAIL ICON ==================================================*/ .email{ position:relative; } .email span{ position:absolute; left:18px; top:40%; transform:translateY(-50%); color:#777; } .email input{ padding-left:48px; } /*================================================== BUTTON ==================================================*/ button{ width:220px; height:60px; border:none; border-radius:10px; background:#ff6c43; color:#fff; font-size:18px; font-weight:600; cursor:pointer; transition:.3s; } button:hover{ background:#ff5722; transform:translateY(-4px); } /*================================================== FOOTER NOTE ==================================================*/ .note{ margin-top:60px; max-width:700px; margin-left:auto; margin-right:auto; } .note strong{ display:block; margin-bottom:10px; } .note p{ line-height:1.8; font-size:14px; opacity:.9; } .note a{ color:#fff; text-decoration:none; } .note a:hover{ text-decoration:underline; } /*================================================== RESPONSIVE ==================================================*/ @media(max-width:992px){ .wrapper{ padding:130px 20px 60px; } .container h1{ font-size:48px; } .subtitle{ font-size:18px; } } @media(max-width:768px){ .wrapper{ padding:110px 15px 50px; } .container h1{ font-size:38px; } .subtitle{ font-size:16px; margin-bottom:35px; } .form{ max-width:100%; } .form input, .form select, .form textarea{ height:55px; font-size:15px; } .form textarea{ height:120px; } button{ width:100%; height:55px; } .note{ margin-top:40px; } } @media(max-width:480px){ .wrapper{ padding:90px 15px 40px; } .container h1{ font-size:30px; } .subtitle{ font-size:15px; line-height:1.7; } .note p{ font-size:13px; } }
Save