真的是太黑啦!鼠标移动上去即可显示内容和tip!
看不见我看不见我
说明
下面这是黑幕效果的CSS文件代码,这是存在网站服务器外观文件里面的,也就是说黑幕的代码是全网站生效的。
一些博客主题可以自定义css把下面代码复制进去保存就好
.heimu, .heimu a, a .heimu, .heimu a.new {
background-color: #252525;
color: #252525;
text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
color: white !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
color: #BA0000 !important;
}
使用
写博文的时候将下面的代码复制进文章内需要使用的地方发布后即可实现黑幕功能(需要编辑器支持html标签)
♾️ html 代码:<span class="heimu" title="你知道的太多了(可自由更改)">看不见我看不见我(可自由更改)</span>