打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
登录后可编辑和发表评论。

Template:ArchiveBox/styles.css

模板页面
/* [[Category:在模板命名空间下的CSS页面]] */
.archive-box {
  width: 18em;
  background: var(--background-color-neutral-subtle,#f8f9fa);
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--border-color-base,#a2a9b1);
  float: right;
  padding: 1em;
  text-align: center;
  font-weight: 600;
}

.archive-box-list {
  font-weight: 400;
  text-align: left;
  max-height: 11.5em;
  overflow-y: auto;
  margin-right: -1em;
}

body:not(.main-sm) .archive-box {
  width: 100%;
  margin-bottom: 1em;
}