📁
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: style.css
:root{ --primary-blue: #1662ff; /* top bar blue */ --muted-bg: #f6f7fb; --card-bg: #ffffff; --accent: #ff5252; --badge-bg: #e9f8ef; } html,body { font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; background: var(--muted-bg); color: #222; } /* ---------- Main navbar ---------- */ .main-navbar { background: linear-gradient(90deg, #00348d, #5c5eff); padding: 0.45rem 0; } .main-navbar .navbar-brand { color: #fff; font-weight: 700; letter-spacing: .2px; } .main-navbar .nav-link { color: rgba(255,255,255,0.95); font-weight: 500; font-size: 14px; } .main-navbar .nav-link:hover { color: #fff; opacity: .85; } /* ---------- Submenu ---------- */ .sub-menu { background: #fff; border-bottom: 1px solid #eee; } .sub-menu .nav-link { color: #333; font-size: 13px; padding: .7rem .9rem; font-weight: 500; } /* ---------- Layout ---------- */ .content-wrap { padding: 28px 16px; } .left-col, .center-col, .right-col { margin-bottom: 20px; } /* ---------- Cards ---------- */ .card-score { background: var(--card-bg); border-radius: 10px; box-shadow: 0 6px 18px rgba(18,21,26,0.05); padding: 16px; margin-bottom: 18px; border: 0; } .live-header { background: linear-gradient(90deg,#2b7bff,#5f5cff); color: #fff; display:flex; align-items:center; justify-content:space-between; padding: .45rem .9rem; border-radius: 8px; margin-bottom: 14px; font-weight:600; } .live-header .share-icons i { font-size: 18px; margin-left: 10px; opacity:.95;} .match-title { font-size: 15px; font-weight:700; color:#000000; margin-bottom:6px; } .match-venue { font-size: 14px; color:#818181; margin-bottom:6px; padding-bottom: 10px; } .match-staus { font-size: 14px; color:#d43f3f; margin-bottom:6px; padding-bottom: 10px;} .venue { font-size: 12px; color:#666; margin-bottom: 8px; } .score-row { display:flex; align-items:center; justify-content:space-between; gap:10px; } .team { display:flex; align-items:center; gap:10px; font-size: 15px; font-weight:600; } .team-sub { font-size: 13px; color:#666; font-weight:500; } .score-number { font-size: 18px; font-weight:700; } .small-muted { padding: 8px; font-size: 13px; color: #212121; background: #d1d1d1; border-radius: 12px; font-weight: 600; } .btn-pill { border-radius: 999px; padding:6px 12px; font-size:13px; font-weight:600; } /* Team logo placeholder */ .team-logo { width:36px; height:36px; border-radius:50%; background:#eee; display:inline-flex; align-items:center; justify-content:center; font-weight:700; color:#333; font-size:14px; border:2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.06); } /* Left sidebar trending */ .trending-item { display:flex; gap:12px; margin-bottom:16px; align-items:flex-start; } .trending-thumb { width:72px; height:72px; border-radius:8px; overflow:hidden; flex-shrink:0; } .trending-title { font-size:13px; color:#444; font-weight:600; } /* Right sidebar widgets */ .side-widget {border-radius:10px; box-shadow: 0 6px 18px rgba(18,21,26,0.04); margin-bottom:16px; } .points-table th, .points-table td { font-size:13px; padding:8px 10px; vertical-align:middle; } .points-table thead th { font-weight:700; font-size:13px; background:transparent; color:#444; } /* Responsive tweaks */ @media (max-width:992px){ .team-logo{ width:32px; height:32px; font-size:13px; } .live-header { font-size:14px; } } /* Extracted font sizes (explicit) */ /* main menu: 14px, submenu: 13px, live heading: 16px, score numbers: 18px, sidebar headings: 15px, news links: 13px */ .ex-mainmenu { font-size:14px; } .ex-submenu { font-size:13px; } .ex-liveheading { font-size:16px; font-weight:700; } .ex-score { font-size:18px; font-weight:700; } .ex-sidebarhead { font-size:15px; font-weight:700; } .ex-newstitle { font-size:13px; } /* newscard */ .card { border: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease-in-out; } .card:hover { transform: translateY(-5px); } .card-img-top { max-height: 250px; object-fit: cover; border-top-left-radius: 10px; border-top-right-radius: 10px; } .card-title a { color: #000000; text-decoration: none; } .card-title a:hover { text-decoration: underline; } .card-text { color: #333; } /* sidebar */ .sidebar { width: min(var(--sidebar-w), 96vw); background: var(--card); border-radius:10px; box-shadow: 0 6px 18px rgba(15,23,20,0.06); border:1px solid var(--border); overflow:hidden; } .sidebar-header { padding:18px 20px; border-bottom:1px solid var(--border); } .title { font-weight:700; font-size:18px; margin:0 0 6px 0; } .tabs { display:flex; gap:8px; } .tab { font-size:13px; padding:6px 12px; border-radius:16px; background:#f1f6f4; color:var(--muted); cursor:pointer; border: 1px solid #afafaf; } .tab.active { background: #198754; color: #ffffff; } .list-head { display:grid; grid-template-columns:48px 1fr 64px; gap:12px; padding:14px 18px; font-weight:600; font-size:14px; color:var(--muted); background:#f6f9f8; border-bottom:1px solid var(--border); } .players { list-style:none; margin:0; padding:0; overflow:auto; } .player { display:grid; grid-template-columns:48px 1fr 64px; align-items:center; gap:12px; padding:14px 18px; border-bottom:1px solid var(--border); } .pos { font-weight:700; color:var(--muted); text-align:center; } .avatar { display:flex; align-items:center; gap:12px; } .avatar-circle{ width:44px; height:44px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:700; color:#fff; } .bg-1{background:#3aa57a;} .bg-2{background:#2b6edc;} .bg-3{background:#ff6b35;} .bg-4{background:#6b4df2;} .bg-5{background:#ff3c6a;} .player-info { display:flex; flex-direction:column; } .player-name { font-weight:700; font-size:14px; } .player-country { font-size:12px; color:var(--muted); text-transform:uppercase; } .rating { text-align:right; font-weight:700; font-size:15px; } .ranking-list { display:none; } .ranking-list.active { display:block; }
Save