Arcaea中文维基:沙盒/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第4行: 第4行:


.test-show {display:block;}
.test-show {display:block;}
.test-show-switch {display:block;}


.content {
.content {

2020年12月26日 (六) 23:14的版本

.test-hidden {display:none;}

.test-hidden-switch {display:none;}

.test-show {display:block;}

.test-show-switch {display:block;}

.content {

	padding: 1em;
	width: 600px;
	border:1px solid #96C2F1;
	background-color:#EFF7FF;
	text-align:center;
    margin-left: auto;
    margin-right: auto;
}