模板:Tracked/styles.css

来自决策链云智库
< 模板:Tracked
Zeroclanzhang讨论 | 贡献2024年1月16日 (二) 16:01的版本 (创建页面,内容为“→‎{{pp|small=y}}:​ .tracked { float: right; clear: right; margin: 0 0 1em 1em; width: 12em; border: 1px solid #72777d; border-radius: 2px; background-color: #eaecf0; font-size: 85%; text-align: center; padding: 0.5em; } .tracked-url { font-weight: bold; } .tracked-closure { color: black; font-weight: bold; text-transform: uppercase; } .tracked-resolved { color: green; }”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp|small=y}} */
.tracked {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	width: 12em;
	border: 1px solid #72777d;
	border-radius: 2px;
	background-color: #eaecf0;
	font-size: 85%;
	text-align: center;
	padding: 0.5em;
}

.tracked-url {
	font-weight: bold;
}

.tracked-closure {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.tracked-resolved {
	color: green;
}