User:11LAM11/common.css:修订间差异

删除306字节 、​ 2024年3月24日 (星期日)
无编辑摘要
无编辑摘要
无编辑摘要
第83行: 第83行:


/* Indents */
/* Indents */
.pre-space[pos="top"] {
.pre-space-1 {
   border-radius: 0.3em 0.3em 0 0;
}
.pre-space[pos="bottom"] {
   border-radius: 0 0 0.3em 0.3em;
}
.pre-space[pos="top-in"] {
   border-radius: 0 0.3em 0 0;
}
.pre-space[pos="bottom-in"] {
   border-radius: 0 0 0.3em 0;
}
.pre-space[value="1"] {
    background: #202531;
    background: #202531;
    padding: 1px 0 1px 0;
    padding: 1px 0 1px 0;
    color: #ffffff33;
    color: #ffffff33;
}
}
.pre-space[value="2"] {
.pre-space-2 {
    background: #292127;
    background: #292127;
    padding: 1px 0 1px 0;
    padding: 1px 0 1px 0;
第186行: 第174行:
      font-size: 13px;
      font-size: 13px;
    }
    }
    .pre-space[value="1"], .pre-space[value="2"] {
    .pre-space-1, .pre-space-2 {
      padding: 3px 0 3px 0;
      padding: 3px 0 3px 0;
    }
    }
第203行: 第191行:
      font-weight: bold;
      font-weight: bold;
    }
    }
    .pre-space[value="1"], .pre-space[value="2"] {
    .pre-space-1, .pre-space-2 {
      padding: 5px 0 5px 0;
      padding: 5px 0 5px 0;
    }
    }
47

个编辑