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

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

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

来自RIA | Wiki
HanazonoSerenya留言 | 贡献
无编辑摘要
HanazonoSerenya留言 | 贡献
无编辑摘要
 
(未显示同一用户的30个中间版本)
第12行: 第12行:
       }
       }


 
.timeline {
      .timeline {
         width: 5px;
         width: 5px;
         height: 6rem;
         height: 5rem;
         background-color: #ffc72c;
         background-color: #ffc72c;
         position: absolute;
         position: absolute;
         left: 0.5rem;
         left: -1.15rem;
         top: 1rem;
         top: -1rem;
         z-index: 0;
         z-index: 0;
       }
       }
第25行: 第24行:
         position: relative;
         position: relative;
         z-index: 1;
         z-index: 1;
        padding-bottom: 1rem;
       }
       }
       .timeline-item::before {
       .timeline-item::before {
         content: "";
         content: "";
         color: #ffc72c;
         background-color: #ffc72c;
         font-size: 3rem;
         width: 1rem;
         position: relative;
        height: 1rem;
         top: 9px;
        border-radius: 50%;
         left: -0.25rem;
         position: absolute;
         top: 0.5rem;
         left: -1.5rem;
      }
      .starting::before{
      background-color: #B2FF59;
      }
      .starting>div.timeline{
      background-color: #B2FF59;
      }
      .mid{
      height:3rem;
      width:100%;
      }
     
      .mid::before{
      width:0;
      height:0;
      }
      .mid>div.timeline{
      background: linear-gradient(to bottom, #ffc72c , #B2FF59, #B2FF59);
      }
      .timeline-ul{
      list-style:none !important;
      }
     
      .blueline::before{
      background-color:#80D8FF;
      }
      .blueline>div.timeline{
      background-color:#80D8FF;
      }
      .top>div.timeline{
      top:1.5rem;
      }
      .bottom>div.timeline{
      width:0;
      height:0;
       }
       }

2025年7月28日 (一) 10:44的最新版本

.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: -1.15rem;
        top: -1rem;
        z-index: 0;
      }
      .timeline-item {
        position: relative;
        z-index: 1;
        padding-bottom: 1rem;
      }
      .timeline-item::before {
        content: "";
        background-color: #ffc72c;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        position: absolute;
        top: 0.5rem;
        left: -1.5rem;
      }
      .starting::before{
      	background-color: #B2FF59;
      }
      .starting>div.timeline{
      	background-color: #B2FF59;
      }
      .mid{
      	height:3rem;
      	width:100%;
      }
      
      .mid::before{
      	width:0;
      	height:0;
      }
      .mid>div.timeline{
      	background: linear-gradient(to bottom, #ffc72c , #B2FF59, #B2FF59);
      }
      .timeline-ul{
      	list-style:none !important;
      }
      
      .blueline::before{
      	background-color:#80D8FF;
      }
      .blueline>div.timeline{
      	background-color:#80D8FF;
      }
      .top>div.timeline{
      	top:1.5rem;
      }
      .bottom>div.timeline{
      	width:0;
      	height:0;
      }