129 lines
1.5 KiB
CSS
129 lines
1.5 KiB
CSS
.author {
|
|
font-size: 150%;
|
|
}
|
|
|
|
.chat_img {
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|
|
|
|
.author_img {
|
|
border-radius 100%;
|
|
}
|
|
|
|
.owner {
|
|
background-color: red;
|
|
color: white;
|
|
}
|
|
|
|
.admin {
|
|
background-color: orange;
|
|
color: white;
|
|
}
|
|
|
|
.member {
|
|
background-color: lime;
|
|
color: white;
|
|
}
|
|
|
|
.moderator {
|
|
color: magenta;
|
|
}
|
|
|
|
.visitor {
|
|
color: grey;
|
|
}
|
|
|
|
.pending {
|
|
color: grey;
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
.hat {
|
|
background-color: orange;
|
|
color: black;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.subject {
|
|
color: lime;
|
|
}
|
|
|
|
.icon {
|
|
padding: 2px;
|
|
}
|
|
|
|
.jid {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.error {
|
|
color: white;
|
|
background-color: red;
|
|
}
|
|
|
|
.RedGreen_CVD {
|
|
filter: hue-rotate(30deg) saturate(120%) contrast(110%);
|
|
}
|
|
|
|
.Blue_CVD {
|
|
filter: hue-rotate(30deg);
|
|
}
|
|
|
|
.None_CVD {
|
|
|
|
}
|
|
|
|
.link_preview {
|
|
color: white;
|
|
background-color: grey;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.status {
|
|
color: cyan;
|
|
font-family: serif;
|
|
}
|
|
|
|
.blocked {
|
|
background-color: orange;
|
|
color: black;
|
|
}
|
|
|
|
.away {
|
|
color: orange;
|
|
font-style: italic;
|
|
}
|
|
|
|
.xa {
|
|
opacity: 50%;
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.dnd {
|
|
font-style: bold;
|
|
color: red;
|
|
}
|
|
|
|
.chat {
|
|
font-style: bold;
|
|
text-decoration: underline;
|
|
color: green;
|
|
}
|
|
|
|
.rainbow {
|
|
background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.correction {
|
|
font-style: italic;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
color: black;
|
|
|
|
}
|