User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第6行: 第6行:
}
}
.comment-thread.comment-popular {
.comment-thread.comment-popular {
    background-color: white !important;
    background-color: #FFFAF0 !important;
}
}



2020年3月21日 (六) 10:30的版本

/*热门评论*/
.comment-container-top>div:not(.comment-thread) {
    background-color: #f4c430 !important;
    color: white !important;
    font-weight: bolder !important;
}
.comment-thread.comment-popular {
    background-color: #FFFAF0 !important;
}

/* 评论边距 */
.comment-container-top,
.comment-container {
	margin-left: 2% !important;
	margin-right: 2% !important;
}