OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
assets
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/05/2025 10:50:21 AM
rwxr-xr-x
📄
choose_templates.css
2.33 KB
03/14/2025 04:37:09 AM
rw-r--r--
📄
cream.css
5.21 KB
03/05/2025 10:50:11 AM
rw-r--r--
📄
creamstyle.css
7.75 KB
03/05/2025 10:50:11 AM
rw-r--r--
📄
genai_style.css
3.78 KB
03/05/2025 10:50:11 AM
rw-r--r--
📄
magnific-popup.css
6.7 KB
03/05/2025 10:50:11 AM
rw-r--r--
📄
stream.css
13.56 KB
03/06/2025 10:09:55 AM
rw-r--r--
📄
styles.css
9.71 KB
03/06/2025 10:07:17 AM
rw-r--r--
Editing: choose_templates.css
Close
h2 { text-align: center; padding-top: 10px; } .container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: left; } .card { width: 350px; background: #fff; border-radius: 10px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; cursor: pointer; transition: transform 0.3s ease-in-out; } .card:hover { transform: scale(1.05); } .card img, .card iframe { width: 100%; height: 300px; object-fit: cover; } .card-title { padding: 10px; font-size: 16px; font-weight: medium; margin-bottom: 0px; color: #db5919; } .button-container { display: flex; gap: 10px; justify-content: center; } .email-button, button { /* padding: 8px 20px; */ font-size: 16px; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s, transform 0.3s ease-in-out; text-align: center; } .email-button { background-color: #db5919; color: white; } .email-button:hover { background-color: #db5919; transform: scale(1.05); } button { background-color: #db5919; color: white; } button:hover { transform: scale(1.05); } .modal-content { margin-top: 100px; } .modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0; } button:focus { outline: 0; outline: 0; } .go-back-bar { margin-top: 1px !important; } #editButton { display: none; } .Preview_button { margin-top: 0px; background-color: #db5919; color: #fafafa; } .title_button { display: flex; flex-direction: row; justify-content: space-around; gap: 10px; padding: 10px; } .sideWithMainContainer { display: flex; flex-direction: row; gap: 10px; overflow-x: hidden; } .sideMaincontent { height: 100vh; overflow-y: scroll; padding: 30px 0; } @media (min-width: 768px) { .col-md-2 { padding: 0px !important; } } @media (max-width: 768px) { .col-md-2 { display: none !important; } } .panelContent { height: 80% !important; overflow-y: auto !important; } /* #nleditor-editButton{ display: none; } */