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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的63个中间版本)
第1行: 第1行:
html {
.comment-container-top {
  scrollbar-color: rgb(213, 213, 213) #fff;
   border: none;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  scrollbar-width: thin;
}
}
input {
.comment-container-top > div:first-child {
  transition:
   height: 30px;
    background-color 0.1s linear,
    line-height: 30px;
    border-color 0.1s linear,
    border-radius: 4px 4px 0 0;
   color 0.1s linear,
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    box-shadow 0.1s linear,
}
    transform 0.1s ease;
.comment-container-top, .comment-container {
  transition:
    margin-left: 0 !important;
   background-color var(--animation-duration) linear,
   margin-right: 0 !important;
    border-color var(--animation-duration) linear,
}
    color var(--animation-duration) linear,
.comment-body textarea, .comment-preview {
    box-shadow var(--animation-duration) linear,
    margin: 20px 0px 0px -8px;
    transform var(--animation-duration) ease;
    width: 102%;
}
.comment-toolbar {
    width: 102%;
    margin: 0px 0px 0px -8px;
}
}

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

.comment-container-top {
    border: none;
}
.comment-container-top > div:first-child {
    height: 30px;
    line-height: 30px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}
.comment-container-top, .comment-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.comment-body textarea, .comment-preview {
    margin: 20px 0px 0px -8px;
    width: 102%;
}
.comment-toolbar {
    width: 102%;
    margin: 0px 0px 0px -8px;
}