用户:你好/common.css:修订间差异

来自Limbo Wiki Mirror
你好已使用非默认内容模型“已过滤的CSS”创建页面用户:你好/common.css
 
Gaoice留言 | 贡献
已从limbowiki:用户:你好/common.css导入2个版本
 
(未显示2个用户的5个中间版本)
第1行: 第1行:
.blackbtn {
position:fixed;
margin:auto;
left:0;
right:0;
top:0;
bottom:0;
background-color:black;
}
.opacity {
opacity:0;
}
.div-relative {
    position:relative;
    width:100%;
    height:100px
}


.div-a {
    position:absolute;
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -0.5s;
}
.div-b {
    position:absolute;
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -1s;
}
.div-c {
    position:absolute;
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -1.5s;
}
        @keyframes example {
  0%  {z-index:1;}
  33%  {z-index:-1;}
  66%  {z-index:-2;}
  100% {z-index:1;}
        }
.rightbtn {
  position:absolute;
  top:0;
  bottom:0;
  width:20%;
  right:0;
  opacity:0;
}
.leftbtn {
  position:absolute;
  top:0;
  bottom:0;
  width:20%;
  left:0;
  opacity:0;
}
.kuangrltv {
  position:relative;
  width:100%;
}

2025年9月28日 (日) 01:30的最新版本

.blackbtn {
	position:fixed;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:black;
}
.opacity {
	opacity:0;
}
.div-relative {
    position:relative; 
    width:100%;
    height:100px
}

.div-a { 
    position:absolute; 
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -0.5s;
}
.div-b { 
    position:absolute;
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -1s;
}
.div-c { 
    position:absolute;
    width:auto;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: -1.5s;
}
        @keyframes example {
  0%   {z-index:1;}
  33%  {z-index:-1;}
  66%  {z-index:-2;}
  100% {z-index:1;}
        }
.rightbtn {
  position:absolute;
  top:0;
  bottom:0;
  width:20%;
  right:0;
  opacity:0;
}
.leftbtn {
  position:absolute;
  top:0;
  bottom:0;
  width:20%;
  left:0;
  opacity:0;
}
.kuangrltv {
  position:relative;
  width:100%;
}