用户:Staf Irity/Sandbox.css:修订间差异

来自Limbo Wiki
(Staf Irity将页面用户:Staf Irity/Sandbox.css的内容模型从“CSS”更改为“已过滤的CSS”)
标签内容模型更改
无编辑摘要
第2行: 第2行:
position:fixed;
position:fixed;
overflow:hidden;
overflow:hidden;
top:25vh;
right:0;
right:0;
margin:0px;
margin:0px;

2022年9月23日 (五) 12:02的版本

.float0{
	position:fixed;
	overflow:hidden;
	top:25vh;
	right:0;
	margin:0px;
	padding:0px;
	z-index:100;
}
.float{
	position:relative;
	right:calc(20px - 100%);
	transition: all .2s ease-out;
}
.float0:hover .float{
	right:0;
}