MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的18个中间版本) | |||
| 第10行: | 第10行: | ||
display: inline-block!important; | display: inline-block!important; | ||
} | } | ||
.mw-page-container{ | |||
position: relative; | |||
} | |||
#mw-mf-page-center .mw-body{ | |||
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 .mw-body::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: contain; | |||
display: inline-block; | |||
left: 0; | |||
top: -2px; | |||
height: 640px; | |||
} | |||
@media (max-width: 720px) { | @media (max-width: 720px) { | ||
.mw-logo-icon{ | .mw-logo-icon{ | ||
width: 120px; | width: 120px; | ||
} | } | ||
#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: contain; | |||
display: inline-block; | |||
left: 0; | |||
top: -2px; | |||
height: 640px; | |||
} | |||
} | } | ||
.mw-logo-container{ | .mw-logo-container{ | ||
| 第48行: | 第92行: | ||
border: none!important; | border: none!important; | ||
transform: translateY(-38px); | transform: translateY(-38px); | ||
pointer-events: none; | |||
} | } | ||
.flowthread-btn{ | .flowthread-btn{ | ||
| 第79行: | 第124行: | ||
color: #FFFFFF!important; | color: #FFFFFF!important; | ||
border: none!important; | border: none!important; | ||
pointer-events: all; | |||
} | |||
#page-secondary-actions{ | |||
display: none; | |||
} | } | ||
| 第104行: | 第153行: | ||
} | } | ||
/* | /* 表格格式 */ | ||
.wikitable { | |||
vertical-align:top; | |||
text-align:left; | |||
} | |||
/* 图片自适应 */ | |||
#mw-content-text .mw-parser-output img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
/* WIKI背景图 | |||
body { | body { | ||
// 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; | ||
} | } | ||
*/ | |||
#newest-pages li{ | |||
list-style-image: url(/skins/Vector/resources/skins.vector.styles/images/bullet-icon.svg?d4515) | |||
} | } | ||
#newest-pages ol{ | |||
margin:0.3em 0 0 1.6em; | |||
} | } | ||