OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
assets
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/17/2025 09:15:05 AM
rwxrwxr-x
📄
13-01-25stream.css
14.61 KB
01/10/2025 09:15:33 AM
rw-r--r--
📄
b_stream.css
13.72 KB
11/23/2024 12:56:37 PM
rw-r--r--
📄
b_styles.css
5.95 KB
11/18/2024 06:28:54 AM
rw-rw-r--
📄
bstream.css
11.85 KB
11/21/2024 06:51:16 AM
rw-r--r--
📄
bstyles.css
3.18 KB
11/18/2024 06:28:56 AM
rw-rw-r--
📄
cream.css
5.39 KB
03/06/2025 09:42:13 AM
rw-r--r--
📄
creamstyle.css
7.75 KB
03/06/2025 09:42:13 AM
rw-rw-r--
📄
genai_style.css
3.56 KB
03/11/2025 09:32:15 AM
rw-rw-r--
📄
magnific-popup.css
6.7 KB
03/06/2025 09:42:13 AM
rw-r--r--
📄
main.css
42.97 KB
03/06/2025 09:42:13 AM
rw-r--r--
📄
sidebar.php
19.68 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
social.css
18.82 KB
04/17/2025 09:14:33 AM
rw-r--r--
📄
stream.css
12.9 KB
05/14/2025 08:53:29 AM
rw-r--r--
📄
streamNew.css
12.58 KB
04/07/2025 04:49:50 AM
rw-r--r--
📄
styles.css
8.01 KB
03/07/2025 06:23:11 AM
rw-r--r--
📄
stylesNew.css
8.01 KB
04/04/2025 12:07:30 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; } 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; }