MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
/*全局样式*/ | /*全局样式*/ | ||
/* 为高分辨率设置更大的字体 */ | |||
/*@media (-webkit-min-device-pixel-ratio: 2) { | |||
body { | |||
font-size: 135%; | |||
} | |||
}*/ | |||
.vector-header-container{ | .vector-header-container{ | ||
min-width: auto!important; | min-width: auto!important; | ||
| 第23行: | 第31行: | ||
width: 100%; | width: 100%; | ||
background: url("https://t.fannq.com/images/f/f1/%E9%A6%96%E9%A1%B5.svg") no-repeat; | background: url("https://t.fannq.com/images/f/f1/%E9%A6%96%E9%A1%B5.svg") no-repeat; | ||
background-size: | background-size: contain; | ||
display: inline-block; | display: inline-block; | ||
left: 0; | left: 0; | ||
top: 0; | top: 0; | ||
z-index: -1; | z-index: -1; | ||
height: | height: 660px; | ||
} | } | ||
| 第40行: | 第48行: | ||
left: 0; | left: 0; | ||
top: -2px; | top: -2px; | ||
height: | height: 660px; | ||
} | } | ||
| 第92行: | 第100行: | ||
border: none!important; | border: none!important; | ||
transform: translateY(-38px); | transform: translateY(-38px); | ||
pointer-events: none; | |||
} | } | ||
.flowthread-btn{ | .flowthread-btn{ | ||
| 第123行: | 第132行: | ||
color: #FFFFFF!important; | color: #FFFFFF!important; | ||
border: none!important; | border: none!important; | ||
pointer-events: all; | |||
} | |||
#page-secondary-actions{ | |||
display: none; | |||
} | } | ||
| 第146行: | 第159行: | ||
.template-btn-container .mw-file-description{ | .template-btn-container .mw-file-description{ | ||
pointer-events: none; | pointer-events: none; | ||
} | |||
/* 图片自适应 */ | |||
#mw-content-text .mw-parser-output img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
#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; | |||
} | } | ||