MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
创建页面,内容为“→更紧凑的 editOptions: .editOptions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 1rem; gap: 0.5rem; } #wpSummaryLabel { width: 100%; } #wpSummaryLabel .oo-ui-fieldLayout-body { display: flex; align-items: center; } #wpSummaryLabel .oo-ui-fieldLayout-field { flex: 1; } #wpSummaryWidget { margin-bottom: 0 !important; } #editpage-copywarn { display: none; } #wpSaveWidget, #wpPreviewWidget, #wpD…” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 亮色主题下不给 wordmark 图片反色 */ | |||
.skin-citizen-light #footer-sitetitle img.mw-logo-wordmark { | |||
filter: none; | |||
} | |||
/* 更紧凑的 editOptions */ | /* 更紧凑的 editOptions */ | ||
.editOptions { | .editOptions { | ||
2023年5月21日 (日) 21:15的版本
/* 亮色主题下不给 wordmark 图片反色 */
.skin-citizen-light #footer-sitetitle img.mw-logo-wordmark {
filter: none;
}
/* 更紧凑的 editOptions */
.editOptions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 1rem;
gap: 0.5rem;
}
#wpSummaryLabel {
width: 100%;
}
#wpSummaryLabel .oo-ui-fieldLayout-body {
display: flex;
align-items: center;
}
#wpSummaryLabel .oo-ui-fieldLayout-field {
flex: 1;
}
#wpSummaryWidget {
margin-bottom: 0 !important;
}
#editpage-copywarn {
display: none;
}
#wpSaveWidget,
#wpPreviewWidget,
#wpDiffWidget {
margin-top: 0;
}
#mw-editform-cancel {
margin: 0;
}