MediaWiki:Common.css

来自A level and IG Revision Wiki
Jienachou讨论 | 贡献2021年10月19日 (二) 19:53的版本 (创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤 .heimu, .heimu a, a .heimu, .heimu a.new { background-color: #252525; color: #252525; text-shadow: non…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

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

  • 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
/* 这里放置的CSS将应用于所有皮肤 */
.heimu, .heimu a, a .heimu, .heimu a.new {
   background-color:  #252525;
    color:  #252525;
    text-shadow:  none;
 }
 .heimu:hover, .heimu:active,
 .heimu:hover .heimu, .heimu:active .heimu {
     color:  white !important;
 }
 .heimu:hover a, a:hover .heimu,
 .heimu:active a, a:active .heimu {
     color:  lightblue !important;
 }
 .heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
 .heimu:active .new, .heimu .new:active, .new:active .heimu {
     color:  #BA0000 !important;
 }