User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
(清空页面)
imported>=海豚=
无编辑摘要
第1行: 第1行:
body {
-webkit-animation: bgChange 10s ease-in-out infinite;
     animation: bgChange 10s ease-in-out infinite;
}


@-webkit-keyframes bgChange {
0% {
background-color: #000;
}
25% {
background-color: #2d3436;
}
50% {
background-color: #000;
}
75% {
background-color: #2d3436;
}
100% {
background-color: #000;
}
}
@keyframes bgChange {
0% {
background-color: #000;
}
25% {
background-color: #2d3436;
}
50% {
background-color: #000;
}
75% {
background-color: #2d3436;
}
100% {
background-color: #000;
}
}

2021年7月7日 (三) 21:10的版本

body {
	-webkit-animation: bgChange 10s ease-in-out infinite;
	        animation: bgChange 10s ease-in-out infinite;
}

@-webkit-keyframes bgChange {
	0% {
		background-color: #000;
	}
	25% {
		background-color: #2d3436;
	}
	50% {
		background-color: #000;
	}
	75% {
		background-color: #2d3436;
	}
	100% {
		background-color: #000;
	}
}

@keyframes bgChange {
	0% {
		background-color: #000;
	}
	25% {
		background-color: #2d3436;
	}
	50% {
		background-color: #000;
	}
	75% {
		background-color: #2d3436;
	}
	100% {
		background-color: #000;
	}
}