无编辑摘要
无编辑摘要 标签:已被回退 |
无编辑摘要 |
||
| (未显示同一用户的3个中间版本) | |||
| 第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
. | .chador, | ||
.chador rt{ | |||
background-color:#252525; | |||
} | } | ||
. | .chador, | ||
.chador a, | |||
a .chador, | |||
a.new .chador, | |||
span.chador a.new, | |||
span.chador a.external, | |||
span.chador a.external:visited, | |||
span.chador a.extiw, | |||
span.chador a.extiw:visited, | |||
span.chador a.mw-disambig, | |||
span.chador a.mw-redirect{ | |||
transition:color 0.13s linear; | |||
color:#252525; | |||
text-shadow:none; | |||
} | |||
span.chador:hover, | |||
span.chador:active{ | |||
color:white; | |||
} | |||
span.chador:hover a, | |||
a:hover span.chador{ | |||
color:lightblue; | |||
} | |||
span.chador:hover a:visited, | |||
a:visited:hover span.chador{ | |||
color:#C5CAE9; | |||
} | |||
span.chador:hover a.new, | |||
a.new:hover span.chador{ | |||
color:#FCC; | |||
} | } | ||
. | span.chador a.new:hover:visited, | ||
a.new:hover:visited span.chador{ | |||
color:#EF9A9A; | |||
} | } | ||
. | span.chador:hover a.extiw:visited, | ||
. | a.extiw:visited:hover span.chador{ | ||
color:#D1C4E9; | |||
} | } | ||
| 第85行: | 第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'); | ||