跳转到内容

MediaWiki:Common.css:修订间差异

创建页面,内容为“这里放置的CSS将应用于所有皮肤:​ #scrollDiv li { list-style: none; }”
 
模糊
第2行: 第2行:
#scrollDiv li {
#scrollDiv li {
   list-style: none;
   list-style: none;
}
/*模糊样式*/
.fuzzy {
  filter: blur(3px);
  text-shadow: 0px 0px 5px white;
  transition: all 0.1s ease-in-out;
}
.fuzzy:hover {
  filter: none;
  text-shadow: none;
}
}