OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
new_ui
/
genai
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📁
assets
-
05/16/2025 04:32:12 AM
rwxr-xr-x
📁
clients
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
deeplit.php
12.18 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
genai_article_save.php
1.6 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
genai_function.php
21.42 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
genai_save.php
2.13 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
genai_style.css
3.69 KB
05/16/2025 04:31:38 AM
rw-r--r--
📄
genaicreative.php
20.81 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
index.php
32.24 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
latest_genai.php
44.77 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
process_genai.php
2.15 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
request_article.php
24.17 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
test.php
26.84 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
zgenai_function.php
17.26 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
zprocess_genai.php
2.02 KB
05/19/2025 10:07:13 AM
rw-r--r--
Editing: genai_style.css
Close
.button-bar { width: 100%; display: flex; justify-content: space-between; /* overflow-x: hidden; */ padding-top: 20px; } .sidebar .sidebar-content { display: flex; flex-direction: column; gap: 20px; padding: 20px; color: black !important; } @media screen and (max-width: 500px) { .button-container { position: relative; overflow-x: scroll !important ; overflow-y: hidden; display: flex; justify-content: flex-start; /* Align buttons to the start */ border-bottom: 1px solid #b0b0b0; gap: 4px; /* Bottom border */ } .reportButton { min-width: fit-content !important; padding: 0.5rem 0.2rem; margin: 0; outline: 0 !important; outline: none; border: 1px solid transparent; border-bottom: none; border-radius: 4px 4px 0 0; /* Rounded top corners */ cursor: pointer; transition: border 0.3s ease, background-color 0.3s ease; background-color: white; } .button-bar { gap: 4px; } .button-container { display: flex; flex-wrap: nowrap; overflow-x: auto; /* gap: 0px; */ /* padding-bottom: 10px; */ scroll-behavior: smooth; } } .reportButton { min-width: fit-content !important; padding: 0.5rem 1rem; margin: 0; outline: 0 !important; outline: none; border: 1px solid transparent; border-bottom: none; border-radius: 4px 4px 0 0; /* Rounded top corners */ cursor: pointer; transition: border 0.3s ease, background-color 0.3s ease; background-color: white; } /* .reportButton:hover { color: #ffffff; } */ .active-tab { text-decoration: underline; color: #f26522 !important; background-color: #db5919; border: 1px solid transparent; border-left: 1px solid #b0b0b0; /* Grey Border */ border-right: 1px solid #b0b0b0; /* Grey Border */ border-top: 1px solid #b0b0b0; /* Grey Border */ border-bottom: none; /* No bottom border */ margin-bottom: -1px; /* Align with the bottom border */ } .content { display: none; padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 5px; width: 100%; } .dropdown-icon { margin-right: 5px; } .left { display: flex; justify-content: space-between; width: 40%; left: 0; /* background-color: #111; */ } .right { right: 0; /* background-color: red; */ } .gen3 { background-color: #f26522; border: 1px #f26522; /* border-radius: 2px; */ } .gen3:hover { background-color: #cf551d; border: 1px #cf551d; /* border-radius: 2px; */ } .generated-content { /* .generated-content: 225px; */ height: auto; overflow-y: auto; border: 1px solid #ddd; padding: 10px; border-radius: 5px; } .code-block { position: relative; margin: 20px 0; /* padding: 10px; */ background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .code-block code { display: block; padding: 10px; overflow-x: auto; white-space: pre; font-family: Consolas, Monaco, "Andale Mono", monospace; font-size: 14px; line-height: 1.5; } .code-block .copy-button { position: absolute; top: 0px; height: 28px; right: 0px; padding: 4px 10px; background-color: #828282; color: #ffffff; border: none; border-radius: 3px; cursor: pointer; transition: background-color 0.3s ease; } .code-block .copy-button:hover { background-color: #545454; color: white; } .code-language { padding: 4px 8px; border-radius: 5px; background-color: #837d7d; color: white; } .hidden { padding: 0px; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.75rem 0rem; margin-bottom: 1rem; list-style: none; background-color: transparent !important; border-radius: 0.25rem; }