Files

139 lines
1.6 KiB
CSS
Raw Permalink Normal View History

2026-01-29 21:35:36 +00:00
.author {
font-size: 150%;
}
.chat_img {
max-width: 50px;
max-height: 50px;
}
2026-01-30 15:56:58 +00:00
.author_img {
border-radius 100%;
}
.owner {
background-color: red;
color: white;
}
.admin {
background-color: orange;
color: white;
}
.member {
background-color: lime;
color: white;
}
2026-02-02 13:23:08 +00:00
.moderator {
color: magenta;
}
.moderated {
color: magenta;
opacity: 50%;
}
.retracted {
color: grey;
opacity: 50%;
}
2026-02-02 13:23:08 +00:00
.visitor {
color: grey;
}
.pending {
color: grey;
transition-duration: 0.5s;
}
.hat {
background-color: orange;
color: black;
font-family: monospace;
}
.subject {
color: lime;
}
2026-02-17 09:27:46 +00:00
.icon {
padding: 2px;
}
2026-03-10 16:35:56 +00:00
.jid {
font-family: monospace;
}
.error {
color: white;
background-color: red;
}
2026-04-06 11:04:53 +01:00
.RedGreen_CVD {
filter: hue-rotate(30deg) saturate(120%) contrast(110%);
}
.Blue_CVD {
filter: hue-rotate(30deg);
}
.None_CVD {
}
2026-04-26 10:40:13 +01:00
.link_preview {
color: white;
background-color: grey;
border-radius: 5px;
padding: 5px;
}
2026-07-10 09:52:18 +01:00
.status {
color: cyan;
font-family: serif;
}
.blocked {
background-color: orange;
color: black;
}
2026-08-06 07:53:46 +01:00
.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;
}
2026-08-16 20:07:53 +01:00
.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;
}