MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 |
||
| (未显示同一用户的11个中间版本) | |||
| 第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; | ||
| 第10行: | 第18行: | ||
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://t.fannq.com/images/f/f1/%E9%A6%96%E9%A1%B5.svg") no-repeat; | |||
background-size: contain; | |||
display: inline-block; | |||
left: 0; | |||
top: 0; | |||
z-index: -1; | |||
height: 660px; | |||
} | |||
#mw-mf-page-center .mw-body::before { | |||
content: ''; | |||
position: absolute; | |||
width: 100%; | |||
background: url("https://t.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: 660px; | |||
} | |||
@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://t.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{ | ||
| 第29行: | 第81行: | ||
opacity: 0; | opacity: 0; | ||
pointer-events: none; | pointer-events: none; | ||
} | |||
/* 设置评论区在底端 */ | |||
.mw-body { | |||
grid-template-areas: | |||
'titlebar-cx .' | |||
'titlebar columnEnd' | |||
'toolbar columnEnd' | |||
'content columnEnd' | |||
'flowthread columnEnd'!important; | |||
} | |||
#flowthread { | |||
grid-area: flowthread; | |||
} | } | ||
| 第35行: | 第100行: | ||
border: none!important; | border: none!important; | ||
transform: translateY(-38px); | transform: translateY(-38px); | ||
pointer-events: none; | |||
} | } | ||
.flowthread-btn{ | .flowthread-btn{ | ||
| 第40行: | 第106行: | ||
} | } | ||
.comment-body textarea, .comment-preview { | .comment-body textarea, .comment-preview { | ||
border: 1px solid #ccc | color: #000000; | ||
border-radius: | border: 1px solid #ccc; | ||
border-radius: 4px!important; | |||
background: white!important; | background: white!important; | ||
padding-bottom: 15px; | padding-bottom: 15px; | ||
font-size: 14px!important; | font-size: 14px!important; | ||
outline: 0; | |||
transition: border-color 0.3s; | |||
} | |||
.comment-body textarea:focus { | |||
border: 1px solid #3F66E0!important; | |||
border-radius: 4px; | |||
box-shadow: 0px 0px 0px 2px #D1DDFC; | |||
} | } | ||
.comment-submit { | .comment-submit { | ||
| 第52行: | 第126行: | ||
text-shadow: none!important; | text-shadow: none!important; | ||
box-shadow: none!important; | box-shadow: none!important; | ||
font-weight: normal!important; | |||
background: #3F66E0!important; | background: #3F66E0!important; | ||
border-radius: 4px!important; | border-radius: 4px!important; | ||
| 第58行: | 第132行: | ||
color: #FFFFFF!important; | color: #FFFFFF!important; | ||
border: none!important; | border: none!important; | ||
pointer-events: all; | |||
} | } | ||
#page-secondary-actions{ | |||
display: none; | |||
} | } | ||
/* 模板-通用-公共样式*/ | /* 模板-通用-公共样式*/ | ||
| 第95行: | 第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; | |||
} | } | ||