MediaWiki:Common.css:修订间差异
外观
Created page with "→CSS placed here will be applied to all skins: .mw-logo-wordmark, .mw-logo-container { display: none; }" |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-logo-wordmark | .mw-logo-wordmark { | ||
display: none; | |||
} | |||
.mw-logo-container { | .mw-logo-container { | ||
display: none; | display: flex; | ||
width: 220px; | |||
} | |||
.mw-logo-icon { | |||
width: 200px; | |||
height: 55px; | |||
max-width: none; | |||
object-fit: contain; | |||
} | } | ||
2026年6月23日 (二) 12:08的版本
/* CSS placed here will be applied to all skins */
.mw-logo-wordmark {
display: none;
}
.mw-logo-container {
display: flex;
width: 220px;
}
.mw-logo-icon {
width: 200px;
height: 55px;
max-width: none;
object-fit: contain;
}