全站置灰(悼念模式/纪念模式)教程

全站置灰(悼念模式/纪念模式)教程

全站置灰(悼念模式/纪念模式)教程

一、HTML方式

1
2
3
4
5
6
7
8
9
10
<style type="text/css">
html{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
}
</style>

二、CSS方式

1
2
3
4
5
6
7
8
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
}

PS:蜡烛Emoji - 🕯️

全站置灰(悼念模式/纪念模式)教程

https://imjipa.top/1959/

作者

jipa233

发布于

2022-11-30

更新于

2025-07-29

许可协议


评论

Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×