User:Pokewiz/common.css

< User:Pokewiz
Pokewiz讨论 | 贡献2019年12月6日 (五) 00:37的版本

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

  • 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
<!-- /* 满足remixMe同学的自定义主颜色的需求 */
.ck2wiki-background { background: #004080; }
.ck2wiki-border-3 { border: solid 3px #004080; }
.ck2wiki-textcolor-light { color: #739DE5; }
.ck2wiki-textcolor-dark { color: #004080; }
.mw-wiki-logo {
  display: block;
  width: 10em;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  -webkit-filter: hue-rotate(310deg) saturate(230%);
  filter: hue-rotate(310deg) saturate(230%);
}
 -->