OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
inc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
📁
PHPMailer
-
08/22/2020 06:22:13 AM
rwxr-xr-x
📄
bcommon.js
41.75 KB
08/20/2024 09:30:52 AM
rw-r--r--
📄
bconfig.php
18.75 KB
07/26/2024 06:00:21 AM
rw-r--r--
📄
bgenai_func.js
13.09 KB
07/15/2024 07:24:32 AM
rw-r--r--
📄
common.js
52.65 KB
03/04/2025 05:16:43 AM
rw-r--r--
📄
config.php
26.7 KB
03/02/2025 12:09:42 PM
rw-r--r--
📁
fontawesome
-
08/22/2020 06:22:09 AM
rwxr-xr-x
📄
function.php
2.8 KB
08/07/2024 10:48:20 AM
rw-r--r--
📄
genai_func.js
13.81 KB
09/17/2024 07:25:44 AM
rw-r--r--
📄
genai_style.css
3.13 KB
03/02/2025 11:15:28 AM
rw-r--r--
📄
grayscale.min.css
4.55 KB
08/16/2020 03:58:30 PM
rw-r--r--
📄
jquery.magnific-popup.min.js
19.74 KB
06/05/2017 08:11:48 AM
rw-r--r--
📄
magnific-popup.css
6.79 KB
06/05/2017 08:11:48 AM
rw-r--r--
📄
old_genai_func.js
10.34 KB
06/27/2024 11:56:41 AM
rw-r--r--
📄
old_genai_style.css
2.21 KB
06/27/2024 11:56:41 AM
rw-r--r--
📄
oldcommon.js
45.07 KB
07/02/2024 11:04:36 AM
rw-r--r--
📄
repconfig.php
16.79 KB
07/22/2024 10:59:00 AM
rw-r--r--
📁
simplepie
-
08/22/2020 06:22:26 AM
rwxr-xr-x
📄
style.css
7.75 KB
05/19/2024 04:39:49 PM
rw-r--r--
📄
validate.logged.php
433 bytes
06/06/2021 07:12:13 AM
rw-r--r--
📄
zconfig.php
9.7 KB
04/04/2024 02:35:08 PM
rw-r--r--
📄
zzconfig.php
10.02 KB
07/04/2024 12:55:22 PM
rw-r--r--
Editing: genai_style.css
Close
.button-bar { width: 100%; display: flex; justify-content: space-between; /* overflow-x: hidden; */ padding-top: 20px; } .button-container { position: relative; display: flex; justify-content: flex-start; /* Align buttons to the start */ border-bottom: 1px solid #b0b0b0; /* Bottom border */ } @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; /* Bottom border */ } } .reportButton { min-width: fit-content !important; padding: .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; /* Light Grey */ } .reportButton:hover { color: #007bff; } .active-tab { color: #495057; background-color: white; 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 { max-height: 300px; /* Adjust as needed */ 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; }