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

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:HanazonoSerenya/hanatest/style.css:修订间差异

来自RIA | Wiki
HanazonoSerenya留言 | 贡献
无编辑摘要
HanazonoSerenya留言 | 贡献
无编辑摘要
第15行: 第15行:
       .timeline {
       .timeline {
         width: 5px;
         width: 5px;
         height: 4rem;
         height: 5rem;
         background-color: #ffc72c;
         background-color: #ffc72c;
         position: absolute;
         position: absolute;
         left: 0.5rem;
         left: 0.5rem;
         top: 0.5rem;
         top: 1rem;
         z-index: 0;
         z-index: 0;
       }
       }

2025年7月25日 (五) 14:48的版本

.container{
	color:red;
	border:2px solid #73c5ff;
}

.tag {
        display: inline-block;
        /*background-color: #ff8a80;*/
        color: white;
        padding: 0.2rem 0.5rem;
        border-radius: 0.5rem;
      }


      .timeline {
        width: 5px;
        height: 5rem;
        background-color: #ffc72c;
        position: absolute;
        left: 0.5rem;
        top: 1rem;
        z-index: 0;
      }
      .timeline-item {
        position: relative;
        z-index: 1;
      }
      .timeline-item::before {
        content: "●";
        color: #ffc72c;
        font-size: 3rem;
        position: relative;
        top: 9px;
        left: -4px;
      }