跳转到内容

模板:Extension/status.css

来自代码酷
Admin留言 | 贡献2025年4月28日 (一) 23:42的版本 (创建页面,内容为“******************* * Extension Status * ******************:​ Unstable:​ .ext-status-unstable, .ext-status-unstable td { border-color: #d33; } .ext-status-unstable .ext-infobox-header { background-color: #d33; color: #fff; } .ext-status-unstable .ext-infobox-header a { color: #fff; } Experimental:​ .ext-status-experimental, .ext-status-experimental td { border-color: #ff4500; } .ext-status-experimental .ext-infobox-header { background-colo…”)

(差异) ←上一版本 | 已核准修订 (差异) | 最后版本 (差异) | 下一版本→ (差异)
/********************
 * Extension Status *
 *******************/
/* Unstable */
.ext-status-unstable,
.ext-status-unstable td {
	border-color: #d33;
}

.ext-status-unstable .ext-infobox-header {
	background-color: #d33;
	color: #fff;
}

.ext-status-unstable .ext-infobox-header a {
	color: #fff;
}

/* Experimental */
.ext-status-experimental,
.ext-status-experimental td {
	border-color: #ff4500;
}

.ext-status-experimental .ext-infobox-header {
	background-color: #ff4500;
	color: #FFF;
}

.ext-status-experimental .ext-infobox-header a {
	color: #FFF;
}

/* Beta */
.ext-status-beta,
.ext-status-beta td {
	border-color: #fc3;
}

.ext-status-beta .ext-infobox-header {
	color: #000;
	background-color: #fc3;
}

.ext-status-beta .ext-infobox-header a {
	color: #000;
}

/* Stable */
.ext-status-stable,
.ext-status-stable td {
	border-color: #00af89;
}

.ext-status-stable .ext-infobox-header {
	background-color: #068468;
	color: #FFF;
}

.ext-status-stable .ext-infobox-header a {
	color: #fff;
}

/* Unmaintained */
.ext-status-unmaintained,
.ext-status-unmaintained td {
	border-color: #ac6600;
}

.ext-status-unmaintained .ext-infobox-header {
	background-color: #ac6600;
	color: #FFF;
}

.ext-status-unmaintained .ext-infobox-header a {
	color: #fff;
}