owncast/webroot/styles/standalone-chat.css

38 lines
651 B
CSS
Raw Normal View History

/*
2020-08-19 09:47:41 +02:00
The styles in this file mostly ovveride those coming from chat.css
*/
2020-08-19 09:47:41 +02:00
2020-08-19 23:46:20 +02:00
.messages-only {
2020-08-19 09:47:41 +02:00
/* modify this px number if you want things to be relatively bigger or smaller 8*/
font-size: 16px;
}
.messages-only .message-content {
text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.message-avatar {
2020-08-19 23:46:20 +02:00
display: none;
2020-08-19 09:47:41 +02:00
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
2020-08-19 23:46:20 +02:00
.message-avatar img {
height: 1.8em;
width: 1.8em;
}
2020-08-19 09:47:41 +02:00
.messages-only .message {
padding: .5em;
}
.messages-only .message-text {
font-weight: 400;
color: white;
}
.messages-only .message-text a {
color: #fc0;
}
.messages-only .message-author {
color: rgba(20,0,40,1);
}