跳转到内容

沙盒:修订间差异

来自简中Robloxian Wiki
页面内容被替换为“{{沙盒}}”
标签替换 手工回退
无编辑摘要
标签已被回退
第1行: 第1行:
{{沙盒}}
{{沙盒}}
<span class="blackout" style="display:inline-block; position:relative; cursor:pointer;">
<span style="color:#000; background:#000; user-select:none;">{{{1|隐藏内容}}}</span>
<span style="position:absolute; top:0; left:0; opacity:0; white-space:nowrap;">{{{1|隐藏内容}}}</span>
</span>
<style>
.blackout:hover span:first-child,
.blackout:active span:first-child {
    opacity: 0;
}
.blackout:hover span:last-child,
.blackout:active span:last-child {
    opacity: 1;
}
</style>

2026年4月28日 (二) 17:38的版本

这是沙盒页面,随意测试编辑。

离开时请清空此页面。

隐藏内容 隐藏内容

<style> .blackout:hover span:first-child, .blackout:active span:first-child {

   opacity: 0;

} .blackout:hover span:last-child, .blackout:active span:last-child {

   opacity: 1;

} </style>