MediaWiki:Vector.css:修订间差异

添加884字节 、​ 2024年1月10日 (星期三)
无编辑摘要
无编辑摘要
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将影响使用Vector皮肤的用户 */
/* 这里放置的CSS将影响使用Vector皮肤的用户 */
#content {
    grid-template-areas:
    'titlebar-cx .'
'titlebar columnEnd'
'toolbar columnEnd'
'content columnEnd'
'post-content columnEnd';
}
#flowthread {
grid-area: post-content;
}
.vector-sticky-header-context-bar-primary {
font-family: sans-serif !important;
}
/*@media screen and (min-width: 1200px) */
/* { .mw-page-container-inner {*/
/*    grid-template-columns: 10em minmax(0,1fr) !important;*/
/* }*/
/* }*/
/*@media screen and (min-width: 1000px) */
/* { .mw-page-container-inner {*/
/*    grid-template-columns: 10em minmax(0,1fr) !important;*/
/* }*/
/* }*/
/*.mw-portlet {*/
/* border-bottom: 1px solid #c8ccd1 !important;*/
/*}*/
/*.vector-menu-heading {*/
/* font-size: 1em !important;*/
/*}*/
/*.vector-menu-content-list {*/
/*    margin: -5px 0 10px 5px !important;*/
/*}*/
/*.vector-menu-content-list li {*/
/* margin-bottom: -0.67em;*/
/*}*/