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%;
|
|
|
|
|
}
|
2026-02-01 13:49:30 +00:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visitor {
|
|
|
|
|
color: grey;
|
|
|
|
|
}
|
2026-02-08 09:44:45 +00:00
|
|
|
|
|
|
|
|
.hat {
|
|
|
|
|
background-color: orange;
|
|
|
|
|
color: black;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
2026-02-15 13:08:52 +00:00
|
|
|
|
|
|
|
|
.subject {
|
|
|
|
|
color: lime;
|
|
|
|
|
}
|