OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
assets
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:16:41 AM
rwxr-xr-x
📄
13-01-25stream.css
14.61 KB
03/26/2025 04:06:54 AM
rw-r--r--
📄
all.min.5.15.3.css
57.96 KB
03/26/2025 04:06:54 AM
rw-r--r--
📄
all.min.5.15.css
57.92 KB
03/26/2025 04:06:54 AM
rw-r--r--
📄
all.min.6.6.css
94.27 KB
03/26/2025 04:06:54 AM
rw-r--r--
📄
all.min.css
82.02 KB
03/26/2025 04:06:54 AM
rw-r--r--
📄
animate.min.4.0.css
70.08 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
animate.min.css
70.05 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
aos.css
25.44 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
b_stream.css
13.72 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
b_styles.css
5.95 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bootstrap-icons.min.1.10.css
80.02 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bootstrap-icons.min.css
81.59 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bootstrap.min.4.5.0.css
156.65 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bootstrap.min.4.5.css
156.55 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bootstrap.min.css
227.46 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bstream.css
11.85 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
bstyles.css
3.18 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
cream.css
5.39 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
creamstyle.css
7.75 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
cropper.min.css
3.66 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
fontsgoogle.css
11.43 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
genai_style.css
3.56 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
magnific-popup.css
6.79 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
magnific-popup.min.css
5.14 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
main.css
42.97 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
stream.css
12.92 KB
03/26/2025 04:06:55 AM
rw-r--r--
📄
styles.css
8.01 KB
03/26/2025 04:06:55 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; } body.light-mode .button-container button { background-color: var(--link-color-dark); color: var(--navbar-bg-dark) ; border: none; } @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 */ } } body.light-mode .btn-warning { color: #212529; } .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: #ffffff; } */ .active-tab { color: #495057 !important; background-color: white !important; 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 { /* 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; } .footer { text-align: center; padding: 20px; background-color: var(--footer-bg-dark) !important; color: #777; position: fixed; bottom: 0; width: 100%; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 0rem; margin-bottom: 1rem; list-style: none; background-color: transparent !important; border-radius: .25rem; }