OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zvideoAI
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 10:17:24 AM
rwxrwxr-x
📄
export.php
1.63 KB
05/19/2025 10:07:15 AM
rwxrwxrwx
📁
files
-
01/20/2025 09:45:20 AM
rwxrwxrwx
📄
index.html
3.99 KB
01/20/2025 09:45:19 AM
rw-r--r--
📄
script.js
5.78 KB
01/20/2025 09:45:19 AM
rw-r--r--
📄
styles.css
929 bytes
01/20/2025 09:45:19 AM
rw-r--r--
📄
video_process.php
10.29 KB
05/19/2025 10:07:15 AM
rwxrwxrwx
Editing: styles.css
Close
body { padding: 20px; } h1 { text-align: center; margin-bottom: 30px; } .storyboard { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; } .storyboard-item { border: 1px solid #ddd; padding: 10px; width: 250px; text-align: center; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); background-color: #fff; } .storyboard-item img { max-width: 100%; height: auto; } .storyboard-item input[type="number"] { width: 100%; box-sizing: border-box; } .storyboard-item textarea { width: 100%; box-sizing: border-box; margin-top: 10px; height: 60px; } .delete-row { color: red; cursor: pointer; display: block; margin-top: 10px; } .form-container { max-width: 900px; margin: 0 auto; } .form-container button { margin-top: 20px; }