<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#barrage {
    overflow: hidden
}

#barrage li {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 32px;
    opacity: 0;
    color: #000;
    padding: 3px 10px 3px 4px;
    clear: both;
    max-width: 100%;
    font-size: 13px;
    align-items: center;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	border: 1px solid hsla(0, 0%, 100%, 0.5);
}

#barrage li img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    border-radius: 100%;
    vertical-align: middle;
}

#barrage li .post-info {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#barrage li a {
    color: #000
}

#barrage li a:hover {
    color: var(--is-element) !important
}</pre></body></html>