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

MediaWiki:Vector.css

来自舰R百科
Laoweek留言 | 贡献2024年1月10日 (三) 07:00的版本
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存

如果您已登陆但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?id=1来访问最新页面,添加代码后的本页地址如下: https://www.zjsnrwiki.com/wiki/MediaWiki:Vector.css?id=1

公共代码页
  1. 全局CSS
  2. 全局JS
  3. 移动端CSS
  4. 移动端JS
  5. 管理员CSS
  6. 管理员JS
/* 这里放置的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;*/
/*}*/