打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:时间线.css

模板页面
Imxiaoanag留言 | 贡献2025年4月12日 (六) 15:06的版本 (创建页面,内容为“table.timeline { box-shadow: none; font-size: var( --font-size-small ); } table.timeline, table.timeline tbody { display: block; } table.timeline tr { position: relative; margin-left: 8px; padding: var( --space-xs ) var( --space-xs ) var( --space-xs ) 20px; display: flex; flex-direction: column; border-top-right-radius: var( --border-radius-small ); border-bottom-right-radius: var( --border-radius-small ); } table.timeline tr:before…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

table.timeline { box-shadow: none; font-size: var( --font-size-small ); }

table.timeline, table.timeline tbody {

   display: block;

}

table.timeline tr { position: relative; margin-left: 8px; padding: var( --space-xs ) var( --space-xs ) var( --space-xs ) 20px;

   display: flex;
   flex-direction: column;
   border-top-right-radius: var( --border-radius-small );
   border-bottom-right-radius: var( --border-radius-small );

}

table.timeline tr:before {

   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -1px;
   display: block;
   width: 2px;
   background-color: var( --border-color-base );

}

table.timeline tr td:first-child {

   font-size: var( --font-size-medium );
   font-weight: var( --font-weight-semi-bold );
   color: var( --color-emphasized );

}

table.timeline tr td:first-child:before { content: "";

   width: 8px;
   height: 8px;
   display: block;
   background-color: var( --color-subtle );
   border-radius: 100%;
   position: absolute;
   left: -4px;
   margin-top: 8px;

}

table.timeline tr td { padding: 0; border: 0 !important; }