OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
NLEditor
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:19 AM
rwxrwxrwx
📄
24-02-25index.php
42.37 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
28index.php
55.04 KB
05/19/2025 10:07:19 AM
rw-r--r--
📁
NW_images
-
02/24/2025 11:21:37 AM
rwxrwxrwx
📄
aditya_index.php
39.95 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
aditya_load_template.php
2.39 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
aditya_save-template.php
2.44 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
aditya_upload.php
851 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📄
back_index.php
28.33 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
backup_index.php
25.17 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
db_gallery.php
294 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📄
edit_template.php
658 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📄
fetch_data.php
779 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📄
fetch_titles.php
0 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📄
himanshu_test_index.php
51.33 KB
05/19/2025 10:07:19 AM
rw-r--r--
📁
images10
-
02/24/2025 11:21:26 AM
rwxr-xr-x
📁
images11
-
02/24/2025 11:21:26 AM
rwxr-xr-x
📁
images12
-
02/24/2025 11:21:26 AM
rwxr-xr-x
📁
images13
-
02/24/2025 11:21:26 AM
rwxr-xr-x
📁
images14
-
02/24/2025 11:21:27 AM
rwxr-xr-x
📁
images15
-
02/24/2025 11:21:28 AM
rwxr-xr-x
📁
images16
-
02/24/2025 11:21:28 AM
rwxr-xr-x
📁
images17
-
02/24/2025 11:21:28 AM
rwxr-xr-x
📁
images18
-
02/24/2025 11:21:29 AM
rwxr-xr-x
📁
images19
-
02/24/2025 11:21:29 AM
rwxr-xr-x
📁
images2
-
02/24/2025 11:21:30 AM
rwxr-xr-x
📁
images20
-
02/24/2025 11:21:31 AM
rwxr-xr-x
📁
images21
-
02/24/2025 11:21:31 AM
rwxr-xr-x
📁
images3
-
02/24/2025 11:21:31 AM
rwxr-xr-x
📁
images4
-
02/24/2025 11:21:32 AM
rwxr-xr-x
📁
images5
-
02/24/2025 11:21:33 AM
rwxr-xr-x
📁
images6
-
02/24/2025 11:21:33 AM
rwxr-xr-x
📁
images7
-
02/24/2025 11:21:34 AM
rwxr-xr-x
📁
images8
-
02/24/2025 11:21:34 AM
rwxr-xr-x
📁
images9
-
02/24/2025 11:21:35 AM
rwxr-xr-x
📄
index.php
58.95 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
load_template.php
2.2 KB
05/19/2025 10:07:19 AM
rw-r--r--
📁
newsletter
-
03/01/2025 07:50:05 AM
rwxrwxrwx
📄
newsletter.png
194.94 KB
02/24/2025 11:21:26 AM
rw-r--r--
📄
nleditor_navbar.php
22.6 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
save-template.php
2.39 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
script.js
34.02 KB
02/24/2025 11:21:26 AM
rw-r--r--
📄
styles.css
2.43 KB
02/24/2025 11:21:26 AM
rw-r--r--
📄
template1.jpg
0 bytes
02/24/2025 11:21:26 AM
rw-r--r--
📄
test.html
5.84 KB
02/24/2025 11:21:26 AM
rw-r--r--
📄
test.php
1.58 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
test_index.php
46.98 KB
05/19/2025 10:07:19 AM
rw-r--r--
📄
texts.txt
1.7 KB
02/24/2025 11:21:26 AM
rw-r--r--
📄
upload.php
858 bytes
05/19/2025 10:07:19 AM
rw-r--r--
📁
uploads
-
03/05/2025 11:35:09 AM
rwxrwxrwx
Editing: styles.css
Close
/* Main styles */ :root { --primary-color: #db5919; --secondary-color: #f4d03f; --text-color: #333; --background-color: #f5f5f5; } body { margin: 0; padding: 0; font-family: Arial, sans-serif; display: flex; height: 100vh; background-color: var(--background-color); } /* Sidebar styles */ .sidebar { width: 250px; background-color: white; padding: 20px; border-right: 1px solid #ddd; overflow-y: auto; } .template-list, .elements-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; } .template, .element { padding: 10px; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; } .template:hover, .element:hover { background-color: #f0f0f0; border-color: var(--primary-color); } .template img { width: 100%; height: 120px; object-fit: cover; margin-bottom: 5px; } /* Main content styles */ .main-content { flex: 1; display: flex; flex-direction: column; padding: 20px; } .toolbar { background-color: white; padding: 10px; border-radius: 4px; margin-bottom: 20px; display: flex; gap: 10px; align-items: center; } .text-controls { display: flex; gap: 10px; align-items: center; } .canvas-area { flex: 1; background-color: white; border-radius: 4px; padding: 20px; overflow-y: auto; min-height: 800px; position: relative; } /* Element styles */ .draggable { position: absolute; padding: 10px; border: 1px solid transparent; cursor: move; user-select: none; } .draggable:hover { border-color: var(--primary-color); } .draggable.selected { border: 2px solid var(--primary-color); } /* Button styles */ button { padding: 8px 16px; background-color: var(--primary-color); color: white; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #c24c15; } /* Form controls */ select, input[type="color"] { padding: 5px; border: 1px solid #ddd; border-radius: 4px; } /* Responsive design */ @media (max-width: 768px) { body { flex-direction: column; } .sidebar { width: 100%; height: 200px; } }