跳转到内容

MediaWiki:Common.css:修订间差异

添加718字节 、​ 2024年5月23日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
标签移动版编辑 移动版网页编辑
第29行: 第29行:
     opacity: 0;
     opacity: 0;
     pointer-events: none;
     pointer-events: none;
}
.comment-toolbar {
    background: none!important;
    border: none!important;
    transform: translateY(-38px);
}
.flowthread-btn{
display: none;
}
.comment-body textarea, .comment-preview {
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
    background: white!important;
    padding-bottom: 15px;
    font-size: 14px!important;
}
.comment-submit {
    right: 12px!important;
    height: 30px!important;
    width: 62px!important;
    text-shadow: none!important;
    box-shadow: none!important;
    font-weight: normal!important;
    background: #3F66E0!important;
    border-radius: 4px!important;
    font-size: 13px!important;
    color: #FFFFFF!important;
    border: none!important;
}
}