Template:Create/styles.css:修订间差异
Tbpedia>Sophivorus 无编辑摘要 |
小 (导入1个版本) |
(没有差异)
| |
2024年3月2日 (六) 16:47的最新版本
/**
* [[Category:Template style pages]]
*/
.template-create {
margin: 1em 0;
}
.template-create .mw-inputbox-centered {
text-align: left;
}
.template-create .createboxInput {
margin-bottom: .3em;
width: 300px;
}
.template-create .createboxButton {
margin-bottom: .3em;
}
/**
* Small screens
*/
@media screen and (max-width:600px) {
.template-create .mw-ui-input {
width: 100%;
}
.template-create .mw-ui-button {
display: block;
margin: .5em 0;
width: 100%;
max-width: 100%;
}
}