MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第8行: | 第8行: | ||
.vector-settings{ | .vector-settings{ | ||
display: none; | display: none; | ||
} | |||
.vector-page-toolbar-container{ | |||
box-shadow: 0 0px #c8ccd1; | |||
} | |||
.vector-page-toolbar-container{ | |||
box-shadow: 0 0px #c8ccd1; | |||
} | |||
.mw-content-container{ | |||
position: relative; | |||
} | |||
.vector-feature-zebra-design-disabled .mw-body .vector-page-toolbar { | |||
position: absolute; | |||
width: 100%; | |||
} | |||
#left-navigation { | |||
opacity: 0; | |||
pointer-events: none; | |||
} | } | ||
2024年5月15日 (三) 10:51的版本
/*全局样式*/ .vector-header-container{ min-width: auto!important; } .mw-logo{ min-width: auto!important; } .vector-settings{ display: none; } .vector-page-toolbar-container{ box-shadow: 0 0px #c8ccd1; } .vector-page-toolbar-container{ box-shadow: 0 0px #c8ccd1; } .mw-content-container{ position: relative; } .vector-feature-zebra-design-disabled .mw-body .vector-page-toolbar { position: absolute; width: 100%; } #left-navigation { opacity: 0; pointer-events: none; } /* 设置评论区在底端 */ .mw-body { grid-template-areas: 'titlebar-cx .' 'titlebar columnEnd' 'toolbar columnEnd' 'content columnEnd' 'flowthread columnEnd'!important; } #flowthread { grid-area: flowthread; } /* 模板-通用-公共样式*/ .template-common-transition{ transition: 300ms all; } /* 模板-按钮-样式*/ .template-btn-container{ background: #F7F7F7; border-radius: 4px; padding: 10px 0; margin: 5px; cursor: pointer; } .template-btn-container:hover{ background: #EAEFFC; color:#3F66E0; } .template-btn-container .mw-file-description{ pointer-events: none; }