MediaWiki:Common.css:修订间差异
无编辑摘要  | 
				无编辑摘要  | 
				||
| 第3行: | 第3行: | ||
     max-width: 914px;  |      max-width: 914px;  | ||
}  | }  | ||
.mw-logo {  | |||
  position: relative;  | |||
}  | |||
.mw-logo-icon {  | |||
  width: 30px;  | |||
  height: 30px;  | |||
}  | |||
.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;  | |||
}  | |||
2024年4月26日 (五) 13:27的版本
/* 这里放置的CSS将应用于所有皮肤 */
img {
    max-width: 914px;
}
.mw-logo {
  position: relative;
}
.mw-logo-icon {
  width: 30px;
  height: 30px;
}
.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;
}