MediaWiki:Attributes.css: Difference between revisions
No edit summary |
Chilli Crab (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
--attribute-Hate: #9b8ec1; | --attribute-Hate: #9b8ec1; | ||
--attribute-Insatiability: #d3df82; | --attribute-Insatiability: #d3df82; | ||
--attribute-Joy: #f68481; | |||
--attribute-Light: #efbf3c; | --attribute-Light: #efbf3c; | ||
--attribute-Love: #eda1b6; | --attribute-Love: #eda1b6; | ||
--attribute-Memory: #95c2e7; | --attribute-Memory: #95c2e7; | ||
--attribute-Oblivion: #aab4da; | |||
--attribute-Peace: #deceb0; | --attribute-Peace: #deceb0; | ||
--attribute-Pride: #8879bc; | --attribute-Pride: #8879bc; | ||
--attribute-Reality: #959595; | |||
--attribute-Regret: #775378; | --attribute-Regret: #775378; | ||
--attribute-Right: #5bb8e7; | --attribute-Right: #5bb8e7; | ||
--attribute-Satiation: #f5a77d; | --attribute-Satiation: #f5a77d; | ||
--attribute-Strength: #87b5f3; | |||
--attribute-Ugliness: #7c93aa; | |||
--attribute-War: #964545; | --attribute-War: #964545; | ||
--attribute-Weakness: #b6d0e7; | --attribute-Weakness: #b6d0e7; | ||
| Line 58: | Line 63: | ||
.attribute-pill-Insatiability { background-color: var(--attribute-Insatiability); } | .attribute-pill-Insatiability { background-color: var(--attribute-Insatiability); } | ||
.attribute-pill-Insatiability a { color: black; } | .attribute-pill-Insatiability a { color: black; } | ||
.attribute-pill-Joy { background-color: var(--attribute-Joy); } | |||
.attribute-pill-Light { background-color: var(--attribute-Light); } | .attribute-pill-Light { background-color: var(--attribute-Light); } | ||
.attribute-pill-Love { background-color: var(--attribute-Love); } | .attribute-pill-Love { background-color: var(--attribute-Love); } | ||
.attribute-pill-Memory { background-color: var(--attribute-Memory); } | .attribute-pill-Memory { background-color: var(--attribute-Memory); } | ||
.attribute-pill-Oblivion { background-color: var(--attribute-Oblivion); } | |||
.attribute-pill-Peace { background-color: var(--attribute-Peace); } | .attribute-pill-Peace { background-color: var(--attribute-Peace); } | ||
.attribute-pill-Peace a { color: black; } | .attribute-pill-Peace a { color: black; } | ||
.attribute-pill-Pride { background-color: var(--attribute-Pride); } | .attribute-pill-Pride { background-color: var(--attribute-Pride); } | ||
.attribute-pill-Regret { background-color: var(--attribute-Regret); } | .attribute-pill-Regret { background-color: var(--attribute-Regret); } | ||
.attribute-pill-Reality { background-color: var(--attribute-Reality); } | |||
.attribute-pill-Right { background-color: var(--attribute-Right); } | .attribute-pill-Right { background-color: var(--attribute-Right); } | ||
.attribute-pill-Satiation { background-color: var(--attribute-Satiation); } | .attribute-pill-Satiation { background-color: var(--attribute-Satiation); } | ||
.attribute-pill-Strength { background-color: var(--attribute-Strength); } | |||
.attribute-pill-Ugliness { background-color: var(--attribute-Ugliness); } | |||
.attribute-pill-War { background-color: var(--attribute-War); } | .attribute-pill-War { background-color: var(--attribute-War); } | ||
.attribute-pill-Weakness { background-color: var(--attribute-Weakness); } | .attribute-pill-Weakness { background-color: var(--attribute-Weakness); } | ||