📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: ssl.css
// Copyright 2025 WebPros International, LLC // All rights reserved. // copyright@cpanel.net http://cpanel.net // This code is subject to the cPanel license. Unauthorized copying is prohibited. .textarea-base64 { font-family: monospace; white-space: pre; font-size: 10px; /* no need to actually read base 64 data so lets make it easy to move around */ } .textarea-parse { width: 100%; } .textarea-parse { padding: 8px; border: 1px solid #555555; border-top: none; border-radius: 4px; } /* Tab bar styles for SSL/TLS Certificates */ .tls-tabs { margin: 8px 0 16px; } .tls-tabs__nav { margin-bottom: 12px; } .tls-tabs__tab { display: inline-flex; align-items: center; gap: 6px; } .tls-tabs__nav.is-busy .tls-tabs__tab { pointer-events: none; cursor: default; } .tls-tabs__overlay-parent { position: relative; } .tls-tabs__spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #cdd4db; border-top-color: #2b69ff; display: none; animation: tls-tabs-spin 0.8s linear infinite; } .tls-tabs__tab.is-loading .tls-tabs__spinner { display: inline-block; animation: tls-tabs-spin 0.8s linear infinite; } .tls-tabs__overlay { position: absolute; inset: 0; background: rgba(255, 255, 255, 0.5); z-index: 5; display: none; pointer-events: all; } .tls-tabs__overlay.is-visible { display: block; } @keyframes tls-tabs-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
Save