跳转到内容

MediaWiki:Common.css:修订间差异

来自Vend88百科
Vend留言 | 贡献
Created page with "CSS placed here will be applied to all skins:​ .mw-logo-wordmark, .mw-logo-container { display: none; }"
 
Vend留言 | 贡献
撤销Vend讨论)的修订版本33
标签替换 撤销
 
(未显示同一用户的3个中间版本)
第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;
}
 
/* Force Sidebar to remain permanently open */
.vector-sidebar-collapse-button,
.vector-main-menu-action-button {
    display: none !important;
}
.vector-sidebar {
    display: block !important;
}
}

2026年7月10日 (五) 13:10的最新版本

/* 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;
}

/* Force Sidebar to remain permanently open */
.vector-sidebar-collapse-button,
.vector-main-menu-action-button {
    display: none !important;
}
.vector-sidebar {
    display: block !important;
}