Difference between revisions of "Template:Extension/status.css"
Jump to navigation
Jump to search
>ExE Boss (Copy `ext‑status‑*` styles from MediaWiki:Gadget‑site.css?oldid=4662923) |
>Izno (ws convention) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
border-color: #d33; | border-color: #d33; | ||
} | } | ||
.ext-status-unstable .ext-infobox-header { | .ext-status-unstable .ext-infobox-header { | ||
background-color: #d33; | background-color: #d33; | ||
color: #fff; | color: #fff; | ||
} | } | ||
.ext-status-unstable .ext-infobox-header a { | .ext-status-unstable .ext-infobox-header a { | ||
color: #fff; | color: #fff; | ||
Line 20: | Line 22: | ||
border-color: #ff4500; | border-color: #ff4500; | ||
} | } | ||
.ext-status-experimental .ext-infobox-header { | .ext-status-experimental .ext-infobox-header { | ||
background-color: #ff4500; | background-color: #ff4500; | ||
color: #FFF; | |||
} | |||
.ext-status-experimental .ext-infobox-header a { | |||
color: #FFF; | |||
} | } | ||
Line 29: | Line 37: | ||
border-color: #fc3; | border-color: #fc3; | ||
} | } | ||
.ext-status-beta .ext-infobox-header { | .ext-status-beta .ext-infobox-header { | ||
color: #000; | color: #000; | ||
background-color: #fc3; | background-color: #fc3; | ||
} | |||
.ext-status-beta .ext-infobox-header a { | |||
color: #000; | |||
} | } | ||
Line 39: | Line 52: | ||
border-color: #00af89; | border-color: #00af89; | ||
} | } | ||
.ext-status-stable .ext-infobox-header { | .ext-status-stable .ext-infobox-header { | ||
background-color: #00af89; | background-color: #00af89; | ||
color: #FFF; | |||
} | } | ||
.ext-status-stable .ext-infobox-header a { | .ext-status-stable .ext-infobox-header a { | ||
color: #fff; | color: #fff; | ||
Line 51: | Line 67: | ||
border-color: #ac6600; | border-color: #ac6600; | ||
} | } | ||
.ext-status-unmaintained .ext-infobox-header { | .ext-status-unmaintained .ext-infobox-header { | ||
background-color: #ac6600; | background-color: #ac6600; | ||
color: #FFF; | |||
} | } | ||
.ext-status-unmaintained .ext-infobox-header a { | .ext-status-unmaintained .ext-infobox-header a { | ||
color: #fff; | color: #fff; | ||
} | } |
Latest revision as of 22:29, 6 July 2021
/********************
* 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: #00af89;
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;
}