MediaWiki:Common.css

来自天下贰-云轩
Admin留言 | 贡献2024年4月26日 (五) 13:38的版本

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

  • 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将应用于所有皮肤 */
.vector-body img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}

.mw-logo {
  position: relative;
}
.mw-logo-icon {
  width: 90px;
  height: 50px;
}
.mw-logo:before {
    content: '';
    background-image: url(https://wiki.tianxia.world//w/images/c/c9/Logo.png);
    width: 200px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 50px auto;
     transform: rotate(-20deg);
    position: absolute;
    top: -63px;
    left: 41px;
}