rDrama/files/assets/css/chat.css

226 lines
3.1 KiB
CSS
Raw Normal View History

2023-01-21 10:36:21 +00:00
#chat-window {
2024-03-10 19:58:15 +00:00
max-height: calc(100vh - 250px);
2023-01-21 10:36:21 +00:00
overflow-y: auto;
background-color: transparent !important;
}
2024-04-06 05:01:17 +00:00
.chat-window-1 {
2024-04-06 05:04:51 +00:00
max-height: calc(100vh - 208px) !important;
2024-04-06 05:01:17 +00:00
}
2024-03-10 15:09:26 +00:00
#online, #members {
2023-01-21 10:36:21 +00:00
max-height: calc(100vh - 200px);
overflow-y: auto;
background-color: var(--background) !important;
}
2024-03-01 20:46:18 +00:00
#online.online-wpd {
2024-03-01 20:43:54 +00:00
max-height: calc(100vh - 365px);
}
2023-01-21 10:36:21 +00:00
#chat-window .chat-profile {
min-width: 42px;
width: 42px;
height: 42px;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
scrollbar-width: none;
}
.chat-mention {
2023-07-03 00:26:20 +00:00
position: relative;
2023-01-22 07:13:44 +00:00
}
.chat-mention::before {
2023-07-03 00:26:20 +00:00
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
background-color: var(--primary);
2023-09-15 00:38:37 +00:00
opacity: 0.3;
2023-01-22 07:19:23 +00:00
pointer-events: none !important;
2023-01-21 10:36:21 +00:00
}
p, h1, h2, h3, h4, h5 {
display: inherit;
}
blockquote + :not(blockquote) {
display: inline-block;
margin-top: 0.5rem;
}
blockquote {
margin-top: 0.5rem;
}
.chat-group {
margin-top: 1rem;
2023-01-22 09:13:37 +00:00
padding-left: 5px;
2023-01-21 10:36:21 +00:00
}
@media (max-width: 768px) {
2023-01-21 12:15:59 +00:00
#shrink * {
font-size: 12px !important;
}
2023-01-21 10:36:21 +00:00
#chat-window {
2024-04-06 05:17:34 +00:00
max-height: calc(100vh - 295px);
2024-04-06 05:01:17 +00:00
}
.chat-window-1 {
2024-04-06 05:10:40 +00:00
max-height: calc(100vh - 263px) !important;
2023-01-21 10:36:21 +00:00
}
}
p {
margin: 0;
}
.chat-line .btn {
background-color: transparent !important;
}
.chat-line-content {
width: 100%;
}
2023-01-22 02:43:28 +00:00
.chat-line {
2023-02-10 10:04:45 +00:00
padding: 0 0 0 10px;
2023-01-22 09:09:57 +00:00
margin: 0 0 0 15px;
2023-01-21 10:36:21 +00:00
}
.quote, .del {
padding: 0 0.5rem !important;
border: none !important;
color: var(--black);
2023-01-21 10:40:48 +00:00
font-size: 12px;
2023-02-10 10:20:24 +00:00
margin-top: auto;
2023-07-03 00:26:20 +00:00
margin-bottom: auto;
2023-01-21 10:36:21 +00:00
}
lite-youtube {
2023-06-22 14:22:05 +00:00
max-width: min(70vw,500px) !important;
2023-07-03 00:26:20 +00:00
width: 500px;
2023-01-21 10:36:21 +00:00
}
.chat-group:nth-child(even) {
background: rgba(255, 255, 255, 0.05);
}
.btn-secondary {
2023-07-03 00:26:20 +00:00
border: none !important;
2023-01-21 10:36:21 +00:00
}
#cancel {
font-size: 12px;
2023-01-21 10:36:21 +00:00
padding: 0 0 0.2rem 0.5rem;
}
.btn:focus, .btn.focus {
box-shadow: none;
}
.time {
font-size: 12px;
2023-01-21 10:36:21 +00:00
opacity: 0.95;
}
.chat-line:target {
background: #ffffff44 !important;
}
.QuotedMessage * {
font-size: 12px !important;
2023-01-21 10:36:21 +00:00
}
.chat-message {
2023-02-10 10:04:45 +00:00
max-height: 50vh;
2023-01-21 12:24:00 +00:00
overflow: auto;
2023-07-03 00:26:20 +00:00
max-width: 80%;
2023-02-10 10:04:45 +00:00
display: inline-block;
}
2023-01-21 11:39:42 +00:00
2024-01-07 00:35:12 +00:00
@media (min-width: 992px)
{
.chat-message {
max-width: calc(100vw - 400px);
}
}
2023-02-17 17:22:10 +00:00
.quotes {
max-width: 80%;
2024-02-06 02:53:57 +00:00
overflow-y: hidden;
2023-02-17 17:22:10 +00:00
}
2023-08-29 08:44:37 +00:00
.resizable > video {
max-height: 28vh !important;
margin: 14px 0 0 0 !important;
2023-01-21 11:39:42 +00:00
}
2023-01-21 11:52:12 +00:00
2023-03-12 13:13:28 +00:00
img[alt^="![]("], .img {
2023-07-03 00:26:20 +00:00
width: 90%;
object-fit: contain;
object-position: left;
2023-01-21 11:52:12 +00:00
}
2023-01-22 05:18:57 +00:00
2023-01-23 06:04:02 +00:00
.muted {
cursor: default;
2023-01-23 06:04:02 +00:00
}
2023-01-27 18:23:18 +00:00
#online > li, #online3 > li {
2023-07-03 00:26:20 +00:00
margin-top: 0.35rem;
2023-01-27 18:23:18 +00:00
}
2023-08-14 20:01:05 +00:00
@media (min-width: 768px) {
2023-12-15 01:59:22 +00:00
.chat-patron {
padding-top: 1px !important;
}
2023-08-14 20:01:05 +00:00
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6 {
margin-top: 0.5rem;
margin-bottom: 0.3rem;
}
}
2023-10-05 11:11:03 +00:00
2023-10-06 15:02:39 +00:00
@media (min-width: 768px) {
#chatsend, #shrink .format .fas {
font-size: 1.3rem !important;
}
2023-10-05 11:11:03 +00:00
}
2023-10-08 12:11:33 +00:00
2023-10-10 19:46:54 +00:00
#message *:not(#typing-indicator *) {
2023-10-08 12:11:33 +00:00
vertical-align: middle;
}
.patron[style*="background-color:#ffffff"] {
color: black !important;
}
2024-04-05 08:08:34 +00:00
#leave-private-chat {
margin-top: -6px;
2024-04-05 08:08:34 +00:00
padding-top: 0.1rem;
padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
#leave-private-chat {
margin-top: -3px;
2024-04-05 08:08:34 +00:00
padding-bottom: 0.05rem;
}
}
2024-04-06 05:35:53 +00:00
*:target {
scroll-margin-top: 35vh;
}