rDrama/files/assets/css/chat.css

226 lines
3.1 KiB
CSS

#chat-window {
max-height: calc(100vh - 250px);
overflow-y: auto;
background-color: transparent !important;
}
.chat-window-1 {
max-height: calc(100vh - 208px) !important;
}
#online, #members {
max-height: calc(100vh - 200px);
overflow-y: auto;
background-color: var(--background) !important;
}
#online.online-wpd {
max-height: calc(100vh - 365px);
}
#chat-window .chat-profile {
min-width: 42px;
width: 42px;
height: 42px;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
scrollbar-width: none;
}
.chat-mention {
position: relative;
}
.chat-mention::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
background-color: var(--primary);
opacity: 0.3;
pointer-events: none !important;
}
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;
padding-left: 5px;
}
@media (max-width: 768px) {
#shrink * {
font-size: 12px !important;
}
#chat-window {
max-height: calc(100vh - 295px);
}
.chat-window-1 {
max-height: calc(100vh - 263px) !important;
}
}
p {
margin: 0;
}
.chat-line .btn {
background-color: transparent !important;
}
.chat-line-content {
width: 100%;
}
.chat-line {
padding: 0 0 0 10px;
margin: 0 0 0 15px;
}
.quote, .del {
padding: 0 0.5rem !important;
border: none !important;
color: var(--black);
font-size: 12px;
margin-top: auto;
margin-bottom: auto;
}
lite-youtube {
max-width: min(70vw,500px) !important;
width: 500px;
}
.chat-group:nth-child(even) {
background: rgba(255, 255, 255, 0.05);
}
.btn-secondary {
border: none !important;
}
#cancel {
font-size: 12px;
padding: 0 0 0.2rem 0.5rem;
}
.btn:focus, .btn.focus {
box-shadow: none;
}
.time {
font-size: 12px;
opacity: 0.95;
}
.chat-line:target {
background: #ffffff44 !important;
}
.QuotedMessage * {
font-size: 12px !important;
}
.chat-message {
max-height: 50vh;
overflow: auto;
max-width: 80%;
display: inline-block;
}
@media (min-width: 992px)
{
.chat-message {
max-width: calc(100vw - 400px);
}
}
.quotes {
max-width: 80%;
overflow-y: hidden;
}
.resizable > video {
max-height: 28vh !important;
margin: 14px 0 0 0 !important;
}
img[alt^="![]("], .img {
width: 90%;
object-fit: contain;
object-position: left;
}
.muted {
cursor: default;
}
#online > li, #online3 > li {
margin-top: 0.35rem;
}
@media (min-width: 768px) {
.chat-patron {
padding-top: 1px !important;
}
}
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;
}
}
@media (min-width: 768px) {
#chatsend, #shrink .format .fas {
font-size: 1.3rem !important;
}
}
#message *:not(#typing-indicator *) {
vertical-align: middle;
}
.patron[style*="background-color:#ffffff"] {
color: black !important;
}
#leave-private-chat {
margin-top: -6px;
padding-top: 0.1rem;
padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
#leave-private-chat {
margin-top: -3px;
padding-bottom: 0.05rem;
}
}
*:target {
scroll-margin-top: 35vh;
}