Template:Extension/status.css: Difference between revisions
From The Maceys in California
Lynn Macey (talk | contribs) Created page with "→******************* * 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..." |
Lynn Macey (talk | contribs) Lynn changed the content model of the page Template:Extension/status.css from "wikitext" to "Sanitized CSS" |
(No difference)
| |
Latest revision as of 00:46, 25 January 2026
/********************
* 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;
}
