MediaWiki:Common.css:修订间差异
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →设置评论区在底端: .mw-body { grid-template-areas: 'titlebar-cx .' 'titlebar columnEnd' 'toolbar columnEnd' 'content columnEnd' 'flowthread columnEnd'!important; } #flowthread { grid-area: flowthread; }”) |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* 设置评论区在底端 */ | /* 设置评论区在底端 */ | ||
.mw-body { | .mw-body { | ||
| 第11行: | 第10行: | ||
#flowthread { | #flowthread { | ||
grid-area: 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; | |||
} | } | ||
2024年5月13日 (一) 10:26的版本
/* 设置评论区在底端 */
.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;
}