MediaWiki:Common.css:修订间差异

删除244字节 、​ 2024年5月24日 (星期五)
无编辑摘要
无编辑摘要
无编辑摘要
第10行: 第10行:
display: inline-block!important;
display: inline-block!important;
}
}
.mw-page-container{
  position: relative;
}
.mw-mf-page-center{
  position: relative;
}
.mw-page-container::before {
  content: '';
  position: absolute;
  width: 100%;
  background: url("https://tst.fannq.com/images/f/f1/%E9%A6%96%E9%A1%B5.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  height: 640px;
}
.mw-mf-page-center::before {
  content: '';
  position: absolute;
  width: 100%;
  background: url("https://tst.fannq.com/images/6/67/%E9%A6%96%E9%A1%B5-%E5%8F%B3.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  height: 640px;
}
@media (max-width: 720px) {
@media (max-width: 720px) {
.mw-logo-icon{
.mw-logo-icon{
第108行: 第141行:
// background:url("https://tst.fannq.com/lndb/api/download/de7d0b44f3803ac697b29017252f50cd.png") no-repeat fixed 50% 0;
// background:url("https://tst.fannq.com/lndb/api/download/de7d0b44f3803ac697b29017252f50cd.png") no-repeat fixed 50% 0;
// background-size:cover;
// background-size:cover;
}
.mw-page-container{
  position: relative;
}
.mw-page-container::after {
 
  position: absolute;
  width: 50%;
  background: url("https://tst.fannq.com/lndb/api/download/f87b87aed9bc2d97710d6da0ad52813b.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  right: 0;
  top: 0;
  height: 640px;
  z-index: -1;
}
.mw-page-container::before {
  content: '';
  position: absolute;
  width: 100%;
  background: url("https://tst.fannq.com/images/f/f1/%E9%A6%96%E9%A1%B5.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  height: 640px;
}
.mw-mf-page-center .mw-body::before {
  content: '';
  position: absolute;
  width: 100%;
  background: url("https://tst.fannq.com/images/6/67/%E9%A6%96%E9%A1%B5-%E5%8F%B3.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  height: 640px;
}
}
1,549

个编辑