elpamplina_mastodon-threading/styles.css

26 lines
350 B
CSS
Raw Permalink Normal View History

2025-01-04 18:49:30 +00:00
.separator {
width: 100%;
text-align: center;
border-bottom: 1px solid #ccc;
overflow: inherit;
margin: 0 0 30px;
font-size: 16px;
color: #222222;
}
2024-11-24 19:06:06 +00:00
2025-01-04 18:49:30 +00:00
.separator span {
background: #ccc;
padding: 0 5px 0 5px;
position: relative;
top: 10px;
font-weight: bold;
}
2024-11-24 19:06:06 +00:00
2025-01-04 18:49:30 +00:00
.separator.warning span {
background: red;
}
2024-11-24 19:06:06 +00:00
2025-01-04 18:49:30 +00:00
span.warning {
color: red;
}