MediaWiki:Common.css

来自反女权网
User003留言 | 贡献2024年5月13日 (一) 10:26的版本

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 设置评论区在底端 */
.mw-body {
	grid-template-areas:
        'titlebar-cx .'
        'titlebar columnEnd'
        'toolbar columnEnd'
        'content columnEnd'
        'flowthread columnEnd'!important;
}
#flowthread {
	grid-area: flowthread;
}


/* 模板-通用-公共样式*/
.template-common-transition{
	transition: 300ms all;
}

/* 模板-按钮-样式*/
.template-btn-container{
	background: #F7F7F7;
	border-radius: 4px;
	padding: 10px 0;
	margin: 5px;
	cursor: pointer;
}

.template-btn-container:hover{
	background: #F1F1F1;
}

.template-btn-container .mw-file-description{
  pointer-events: none;
}