User:RemixMe/common.css:修订间差异

无编辑摘要
无编辑摘要
第3行: 第3行:
.ck2wiki-border-3 { border: solid 3px #004080; }
.ck2wiki-border-3 { border: solid 3px #004080; }
.ck2wiki-textcolor-light { color: #004080; }
.ck2wiki-textcolor-light { color: #004080; }
.ck2wiki-textcolor-dark { color: #004080; }
.ck2wiki-textcolor-dark { color: #002040; }
.mw-wiki-logo {
.mw-wiki-logo {
   display: block;
   display: block;

2019年3月11日 (一) 23:06的版本

/* 满足remixMe同学的自定义主颜色的需求 */
.ck2wiki-background { background: #004080; }
.ck2wiki-border-3 { border: solid 3px #004080; }
.ck2wiki-textcolor-light { color: #004080; }
.ck2wiki-textcolor-dark { color: #002040; }
.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%);
}