📁
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: custom.css
/* ===== EB BILL STEPS DESIGN ===== */ .step-box { transition: all 0.3s ease; } .step-box:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); } .step-number { font-weight: bold; color: #1F32E0; margin-bottom: 10px; } /* Fix spacing issue */ .mcb-section { padding: 0 !important; margin: 0 !important; } /* Gradient text */ .text-gradient { background: linear-gradient(90deg, #1F32E0, #00c6ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Feature icons */ .feature-icon { font-size: 18px; margin-right: 10px; } /* Button upgrade */ .btn-primary { background: linear-gradient(90deg, #1F32E0, #007bff); border: none; } .btn-primary:hover { opacity: 0.9; } /* Gradient */ .text-gradient { background: linear-gradient(90deg, #1F32E0, #00c6ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Feature boxes */ .feature-box { display: flex; gap: 15px; background: #fff; padding: 20px; border-radius: 12px; transition: 0.3s; box-shadow: 0 10px 25px rgba(0,0,0,0.05); } .feature-box:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); } .feature-box span { font-size: 22px; } .feature-box h6 { margin: 0; font-weight: 600; } .feature-box p { margin: 5px 0 0; font-size: 14px; color: #777; } /* FAQ cards */ .faq-card { background: #fff; padding: 15px 20px; border-radius: 10px; margin-bottom: 15px; transition: 0.3s; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } .faq-card:hover { background: #f8f9ff; } .faq-card h6 { font-weight: 600; } .faq-card p { font-size: 14px; color: #777; } /* Image */ .faq-img { max-width: 90%; } /* FIX TEMPLATE GAP */ .mcb-section { padding: 40px 0 !important; } .step-box i { margin-top: 10px; margin-bottom: 10px; }
Save