编辑“︁Template:黑幕”︁
模板页面
更多操作
该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<span | <span class="heimu" title="{{{2|你知道的太多了}}}"> | ||
<span class="heimu-text">{{{1}}}</span> | |||
</span> | |||
" | |||
title="{{{2|你知道的太多了}}}" | |||
>{{{1}}}</span> | |||
</includeonly> | </includeonly> | ||
<noinclude> | |||
== 使用说明 == | |||
在MediaWiki:Common.css中添加以下样式: | |||
<pre> | |||
.heimu { | |||
background: #000; | |||
color: #000; | |||
padding: 0 2px; | |||
border-radius: 3px; | |||
transition: all 0.3s; | |||
cursor: help; | |||
} | |||
.heimu:hover, .heimu:active { | |||
background: #333; | |||
color: #fff; | |||
} | |||
.heimu-text { | |||
transition: inherit; | |||
} | |||
</pre> | |||
</noinclude> |