MediaWiki:Common.css:修订间差异
无编辑摘要
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
第29行: | 第29行: | ||
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; | |||
} | } | ||
第40行: | 第53行: | ||
} | } | ||
.comment-body textarea, .comment-preview { | .comment-body textarea, .comment-preview { | ||
border: 1px solid #ccc | border: 1px solid #ccc; | ||
border-radius: | 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行: | 第72行: | ||
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; | ||
第59行: | 第79行: | ||
border: none!important; | border: none!important; | ||
} | } | ||
/* 模板-通用-公共样式*/ | /* 模板-通用-公共样式*/ |