MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第485行: | 第485行: | ||
border:solid 1px rgb(170,170,170); | border:solid 1px rgb(170,170,170); | ||
background-color:rgb(249,249,249); | background-color:rgb(249,249,249); | ||
} | |||
/* 彩虹字体 */ | |||
.rainbowText { | |||
color:red; | |||
background:-webkit-linear-gradient(left,#f3c741,#e21d3a,#bb44b8,#3c7af7); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
} | } | ||