MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
第111行: | 第111行: | ||
line-height: 1; | line-height: 1; | ||
vertical-align: text-bottom; | vertical-align: text-bottom; | ||
} | |||
/*模糊样式*/ | |||
.fuzzy { | |||
filter: blur(3px); | |||
text-shadow: 0px 0px 5px white; | |||
transition: all 0.1s ease-in-out; | |||
} | |||
.fuzzy:hover { | |||
filter: none; | |||
text-shadow: none; | |||
} | } | ||
@import url('https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css'); | @import url('https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css'); |