诚邀有MediaWiki开发维护经验的朋友和我们一起共建英雄联盟中文Wiki平台,期待你的加入! 甜咖啡(QQ:815798492)(微信:glf101012) 请备注来意,并附带您的GitHub/Gitee主页或作品链接。

MediaWiki:StatWheel.css

MediaWiki界面页面

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5

.stat-wheel-svg {
  max-width: 100%;
  max-height: 100%;
}
.stat-wheel-section {
  cursor: help;
}
.stat-wheel-hover {
  fill-opacity: 0;
}
 
.stat-wheel-middle,
.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(1) {
  fill: #0097ac;
}
.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(2) {
  fill: #70b6c2;
}
.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(3) {
  fill: #b0d9db;
}
.stat-wheel-icon {
  fill: #eee;
}
 
.stat-wheel-section:hover .stat-wheel-middle,
.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(1) {
  fill: #00c6e0;
}
.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(2) {
  fill: #94c8d1;
}
.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(3) {
  fill: #d2e9ea;
}
.stat-wheel-section:hover .stat-wheel-icon {
  fill: #fff;
  transform: scale(1.1);
  transform-origin: 50% 50%;
}