css HeiHei - 简单时尚的CSS片段,可以打开夜间模式。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css HeiHei - 简单时尚的CSS片段,可以打开夜间模式。相关的知识,希望对你有一定的参考价值。

@namespace url(http://www.w3.org/1999/xhtml);

/**
HeiHei 2015 - by Andy Pan, 2015/9/12 1AM (UTC+8)
MIT Licensed

WARNING: BUGGY in certain sites
If you are visiting some websites, resulting in a blank page,
please exclude it using the regexp below.

*/

@-moz-document regexp("https?://(?!(?:www?)\\.facebook\\.com)(?!www\\.youtube\\.com)(?!.*\\.simplenote\\.com).*"){
  
  html {
    /* background on root element is not affected by the filter */
    background-color: #222;
  }
  
  html, iframe, img:hover {
    /* simply inverting looks odd. let's do some magic... */
    filter: invert(100%) hue-rotate(180deg);
  }
  
  img {
    /* reveal! */
    transition: filter 200ms;
  }
  
  img:hover {
    /* don't be too heihei to see anything */
    background: white;
  }
}

以上是关于css HeiHei - 简单时尚的CSS片段,可以打开夜间模式。的主要内容,如果未能解决你的问题,请参考以下文章

css CSS3时尚复古照片效果

css 从另一边修改时尚

css HabitRPG时尚款式

css app.codeable.io风格(时尚的chrome插件)

css 彩郎(@irodraw)さん「改·WorkFlowyで「三色ボールペン方式」「の时尚(火狐)用CSS(2015/07/27版)

css Pinboard的时尚扩展风格。灵感来自Dan Klammer和Pushpin App的Flat Pinboard。