OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
groupchat
/
inc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/31/2024 11:08:59 AM
rwxr-xr-x
📄
db_connect.php
614 bytes
09/02/2024 12:32:22 PM
rw-r--r--
📄
delete_chat.php
382 bytes
09/02/2024 12:32:22 PM
rw-r--r--
📄
delete_group.php
410 bytes
09/02/2024 12:32:22 PM
rw-r--r--
📄
exit_group.php
431 bytes
09/02/2024 12:32:22 PM
rw-r--r--
📄
function.php
22.65 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
memberSearch.php
1.32 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
navbar.php
607 bytes
09/02/2024 12:32:22 PM
rw-r--r--
📄
script.js
11.89 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
sendreview.php
1.71 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
sidebar.php
5.71 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
style.css
11.12 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
test.php
1.83 KB
09/02/2024 12:32:22 PM
rw-r--r--
📄
update_member.php
460 bytes
09/02/2024 12:32:22 PM
rw-r--r--
Editing: style.css
Close
body { font-family: Arial, sans-serif; margin: 0; padding: 0; display: flex; min-height: 100vh; flex-direction: column; } .header { background-color: #343a40 !important; color: white; padding: 10px 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); position: fixed; top: 0; left: 0; width: 100%; z-index: 3; } .header img { width: auto; height: 40px; cursor: pointer; margin-right: 10px; padding-left: 10px; } .sidebar { height: 100%; width: 250px; overflow-y: scroll; position: fixed; top: 54px; left: 0; background-color: #212529; color: rgba(255, 255, 255, 0.5); padding-top: 20px; transition: width 0.3s ease, left 0.3s ease; z-index: 2; } .sidebar.collapsed { width: 0px; } .sidebar ul { list-style-type: none; padding: 0; } .sidebar ul li a { color: white; text-decoration: none; display: block; padding: 10px; text-align: center; } .group-name, .broadcast-name { display: block; height: 70%; overflow-y: scroll; overflow-x: hidden; } .group-name::-webkit-scrollbar, .broadcast-name::-webkit-scrollbar { display: none; } .group-name a, .broadcast-name a { padding: 5px 20px; color: rgba(255, 255, 255, 0.5); } .group-name a:hover, .broadcast-name a:hover { color: #fff; } .content { margin-left: 250px; flex: 1; padding: 20px; transition: margin-left 0.3s ease; margin-top: 40px; } .create-chat { background-color: #f2f2f2; padding: 20px; } .sidebar-toggle-btn { position: absolute; /* right: 0px; */ top: 0; border: none; z-index: 3; } .sidebar-toggle-btn:hover { background-color: #555; } .sidebar-toggle-btn:hover .toggle-icon { transform: scale(1.1); } .toggle-icon { font-size: 24px; transition: transform 0.3s ease; } .side-nav { width: 250px; background-color: #333; color: white; height: 100%; position: fixed; top: 40px; left: -250px; overflow-x: hidden; padding-top: 20px; transition: left 0.3s ease; z-index: 1; } .side-nav a { padding: 10px; text-decoration: none; color: white; display: block; text-align: center; } .side-nav a:hover { background-color: #555; } .main-icons { margin-left: 50px; transition: margin-left 0.3s ease; } .group-link, .broadcast-link { font-family: 'Work Sans', sans-serif; font-size: 14px; display: flex; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; position: relative; } .button { display: inline-block; padding: 10px 20px; color: #fff; text-decoration: none; border-radius: 5px; margin-right: 10px; } #signout-btn .group-link { text-decoration: none; } .sidebar .sidebar-link { display: block; } .sidebar.hidden .sidebar-link { display: none; } .group-name { /* Your styles for group name */ display: block; /* Ensure it's initially visible */ } .sidebar.hidden .group-name { display: none; /* Hide group-name when sidebar is hidden */ } .chat-message { background-color: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow: hidden; /* width: 100%; */ max-width: 100%; height: 96vh; display: flex; flex-direction: column; } .chat-box { flex: 1; padding: 10px; overflow-y: auto; display: flex; flex-direction: column; -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */ scrollbar-width: none; /* Hide scrollbar for Firefox */ } .chat-box::-webkit-scrollbar { display: none; /* Hide scrollbar for WebKit (Chrome, Safari, etc.) */ } .message-input { display: flex; align-items: center; padding: 10px; border-top: 1px solid #ccc; } .message-input button { padding: 8px 16px; background-color: #007bff; color: #fff; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s; } .message-input button:hover { background-color: #0056b3; } textarea { flex: 1; resize: none; padding: 8px; border: 1px solid #ccc; border-radius: 4px; margin-right: 10px; } .chat-message button { /* padding: 8px 16px; */ background-color: #007bff; color: #fff; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s; } .chat-message button:hover { background-color: #0056b3; } .message { border-radius: 8px; padding: 8px 12px; margin-bottom: 8px; max-width: 70%; } .outgoing { background-color: #007bff; color: #fff; align-self: flex-end; text-align: left; /* Ensure text is left-aligned within outgoing message */ margin-left: auto; /* Pushes outgoing messages to the right side */ } .header-keys { display: flex; justify-content: space-between; } .user-details { display: flex; padding: 10px; font-weight: bold; font-family: sans-serif; padding-right: 30px; } form { max-width: 600px; background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } label { font-weight: bold; margin-bottom: 5px; } input[type=text], textarea { width: calc(100% - 20px); padding: 10px; /* margin-bottom: 15px; */ border: 1px solid #ccc; border-radius: 4px; font-size: 16px; } .scrollable-list { max-height: 200px; overflow-y: auto; border: 1px solid #ccc; padding: 10px; border-radius: 4px; margin-top: 15px; width: 41vw; } .scrollable-list-item { margin-bottom: 5px; } .selected-options { border: 1px solid #ccc; padding: 10px; border-radius: 4px; margin-bottom: 15px; margin-top: 20px; width: 41vw; } .selected-options h3 { margin-top: 0; } #selected-members-info { margin-bottom: 10px; } .member-link { text-decoration: none; color: #333; display: block; padding: 8px; background-color: #f9f9f9; border-radius: 4px; transition: background-color 0.3s ease; } .member-link:hover { background-color: #e0e0e0; } input[type=submit] { padding: 10px 20px; font-size: 18px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease; } input[type=submit]:hover { background-color: #0069d9; } #signout-btn { position: relative; bottom: 0px; } .a .button .group-link { padding: 5px 10px; } .a .button .broadcast-link { padding: 5px 10px; } .delete-button { position: absolute; top: 5px; right: 5px; } .context-menu { display: none; position: absolute; z-index: 10000; background-color: #f9f9f9; border-radius: 3px; color: #212529; border: 1px solid #ccc; padding: 5px 0; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } .context-menu a { color: #212529; text-decoration: none; font-family: 'Work Sans', sans-serif; font-size: 14px; } .context-menu li { list-style: none; padding: 5px 15px; cursor: pointer; } .context-menu li:hover { background-color: #f0f0f0; } .incoming { max-width: 88%; margin: 10px; /* padding: 10px; */ background-color: #f0f0f0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); font-family: Arial, sans-serif; color: #333; align-self: flex-start; padding: 6px 14px; margin-block: 5px; border-radius: 5px; } .group-heading { display: flex; justify-content: space-between; padding: 10px 20px; font-weight: 600; font-family: sans-serif; color: black; } .group-heading button { height: 30px; background-color: white; color: black; } .group-heading button:hover { height: 30px; background-color: #343a40; color: white; } .group-members-container { background-color: #fff; display: none; position: absolute; right: 0; min-width: 200px; width: fit-content; margin-top: 50px; margin-right: 40px; padding: 10px; border: 1px solid #ccc; z-index: 10; padding-top: 30px; } @media screen and (max-width:540px) { .group-members-container { background-color: #fff; display: none; position: absolute; right: 0; min-width: 25px; width: 302px; margin-top: 50px; margin-right: 9px; padding: 10px; border: 1px solid #ccc; z-index: 10; } } .dateWithTime { font-size: 11px; color: #777; margin-top: 1px; } .nameWithTime { display: flex; column-gap: 5px; margin: 5px 0; } .Sendername { font-weight: bold; font-size: 12px; color: #555; } .incoming-text { font-size: 14px; font-weight: 300; color: #333; word-wrap: break-word; } /* Style for the delete button */ .delete-chat { position: absolute; right: -14px; top: 3px; z-index: 1; border-radius: 5px; background-color: white; border: 1px solid #ccc; padding: 4px 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } /* Show delete button when hovering over chat-delete-option */ .chat-delete-option:hover+.delete-chat, .delete-chat:hover { display: block; } .delete-chat button { padding: 0px 0px; background-color: #f0f0f0; color: darkgrey; border: none; } .delete-chat button:active { padding: 0px 0px; background-color: #f0f0f0; color: darkgrey; border: none; outline-color: white; } .delete-chat button:hover { width: 10px; height: auto; background-color: #f0f0f0; cursor: pointer; } .btn-link:hover { color: #212529; text-decoration: underline; /* outline-color: white; */ } .btn-link:focus, .btn-link:active { outline-color: #f0f0f0; border-color: #f0f0f0; } .btn-link { color: darkgrey; outline-color: #212529; } .fa, .fas { font-weight: 700; } .chat-delete-option { position: absolute; top: 0; right: 0; margin: 6px 10px; } .chat-delete-option a { display: block; text-decoration: none; /* Removes default underline from link */ } .chat-delete-option .btn-link:active { /* Additional styles for the link if needed */ outline-color: red; } .chat-delete-option .fas.fa-ellipsis-v { /* Styles for the ellipsis icon */ outline-color: red; } #redirectPage { padding-top: 15px; padding-left: 15px; } #imagePreview { max-width: 10vw; display: none; /* Hide initially */ padding-bottom: 5vh; } #image_icon { max-width: 5vw; max-height: 5vh; object-fit: cover; margin-right: 15px; }