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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的51个中间版本)
第1行: 第1行:
 
.comment-container-top {
::-webkit-scrollbar {
   border: none;
  height: 10px;
   box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
  width: 10px;
}
}
::-webkit-scrollbar-track {
.comment-container-top > div:first-child {
  background: #efefef;
   height: 30px;
  border-radius: 6px;
   line-height: 30px;
}
}
::-webkit-scrollbar-thumb {
.comment-container-top, .comment-container {
  background: rgb(213, 213, 213);
   margin-left: 0 !important;
  border-radius: 6px;
   margin-right: 0 !important;
}
}
::-webkit-scrollbar-thumb:hover {
.comment-replybox{
  background: rgb(196, 196, 196);
padding-top: 5px;
}
.comment-body {
   padding-left: 7px !important;
   padding-right: 6px !important;
}
}

2021年5月6日 (四) 21:25的版本

.comment-container-top {
    border: none;
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}
.comment-container-top > div:first-child {
    height: 30px;
    line-height: 30px;
}
.comment-container-top, .comment-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.comment-replybox{
	padding-top: 5px;
}
.comment-body {
    padding-left: 7px !important;
    padding-right: 6px !important;
}