OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
videoAI
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
📄
export.php
1.63 KB
09/16/2024 01:28:39 PM
rw-r--r--
📁
files
-
09/16/2024 02:37:49 PM
rwxrwxrwx
📄
index.html
3.99 KB
09/16/2024 01:28:39 PM
rw-r--r--
📄
script.js
5.78 KB
09/16/2024 01:28:39 PM
rw-r--r--
📄
styles.css
929 bytes
09/16/2024 01:28:39 PM
rw-r--r--
📄
video_process.php
10.29 KB
09/16/2024 02:39:15 PM
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; }