Template:黑幕:修订间差异
模板页面
更多操作
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<span | <span class="heimu" title="{{{2|你知道的太多了}}}"> | ||
<span class="heimu-text">{{{1}}}</span> | |||
</span> | |||
" title="{{{2| | |||
</includeonly> | </includeonly> | ||
<noinclude> | <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> | </noinclude> |