Difference between revisions of "Colors"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| + | |+ Color syntax | ||
|- | |- | ||
! Syntax !! Example !! Since Version !! class="unsortable" | Description | ! Syntax !! Example !! Since Version !! class="unsortable" | Description | ||
|- | |- | ||
| CSS | | CSS | ||
| − | || <code>red</code><br/> | + | || |
| + | <code>red</code><br/> | ||
<code>#f00</code><br/> | <code>#f00</code><br/> | ||
<code>#ff0000</code><br/> | <code>#ff0000</code><br/> | ||
| Line 18: | Line 20: | ||
|- | |- | ||
| <code>msx-{KEY}</code> | | <code>msx-{KEY}</code> | ||
| − | || <code>msx-red</code><br/> | + | || |
| + | <code>msx-red</code><br/> | ||
<code>msx-green</code><br/> | <code>msx-green</code><br/> | ||
<code>msx-yellow</code><br/> | <code>msx-yellow</code><br/> | ||
Latest revision as of 12:27, 13 January 2021
All colors are indicated in the CSS (Cascading Style Sheets) syntax. Additionally, there are 11 pre-defined colors, starting with the prefix msx-.
| Syntax | Example | Since Version | Description |
|---|---|---|---|
| CSS |
|
0.1.0 | CSS-compliant color. |
msx-{KEY}
|
|
0.1.0 |
Pre-defined color. These colors are used in the Media Station X application. The
|