OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
videoAI
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/04/2025 08:32:49 AM
rwxr-xr-x
📄
export.php
1.63 KB
05/19/2025 10:07:13 AM
rw-r--r--
📁
files
-
03/03/2025 08:30:35 AM
rwxr-xr-x
📄
index.html
3.99 KB
03/03/2025 08:18:55 AM
rw-r--r--
📄
script.js
5.78 KB
03/03/2025 08:18:55 AM
rw-r--r--
📄
styles.css
929 bytes
03/03/2025 08:18:55 AM
rw-r--r--
📄
video_process.php
10.29 KB
05/19/2025 10:07:13 AM
rw-r--r--
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; }