帮助:Test/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
第9行: 第9行:
border:3px #5597d9 solid;
border:3px #5597d9 solid;
}
}
th.main-entry_before-text#text {
th.main-entry_before-text#p {
content: 'the changed text';
content: 'the changed text';
}
}

2022年11月15日 (二) 01:14的版本

/* [[Category:CSS页面]] */
/* 此处用于测试样式,使用后务必清空 */
th.main-entry_before-text {
	background:#66B3FF;
	color:white;
	padding:5px;
	margin: 0;
	border-radius: 15px;
	border:3px #5597d9 solid;
}
th.main-entry_before-text#p {
content: 'the changed text';
}