舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

MediaWiki:Vector.css:修订间差异

来自舰R百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第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;*/
/*}*/

2024年1月10日 (三) 07:00的版本

/* 这里放置的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;*/
/*}*/