<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui.form {
    position: relative;
}

.ui.checkbox.anonymity {
    margin-left: auto;
    margin-right: 10px;
}

.ui.checkbox.anonymity label {
    color: #999;
}

.ui.form .unlogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.field textarea.tweet-textarea {
    resize: none;
}

.field.foot-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.field.foot-bar .ui.horizontal.link.small.list.toolbox a {
    font-size: 16px;
    font-weight: bold;
}

.foot-bar .right-content {
    display: flex;
    align-items: center;
}

.count {
    padding: 0 6px;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 100px;
    right: 5px;
}

.upload-tips {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 10px;
    left: 65px;
    text-align: right;
    z-index: 0;
    width: 230px;
}</pre></body></html>