/* Base CSS for this, including handling of need & integration flags, is defined in the main all userstyles css, only accessible via advanced config */ .wrap_status.wrap_need.wrap_design { --content:"☐ ☐ ☐ NEED GAME DESIGN"; --color: var(--color-red, red); } .wrap_status.wrap_need.wrap_integration { --content:"☑ ☐ ☐ NEED INTEGRATION"; --color: var(--color-orange, orange); } .wrap_status.wrap_need.wrap_qa { --content:"☑ ☑ ☐ NEED QA"; --color: var(--color-grey, grey); } .wrap_status.wrap_done { --content:"☑ ☑ ☑ DONE!"; --color: var(--color-green, green); } .wrap_status.wrap_design.wrap_ready { --content: "✔"; --color: var(--color-green, green); } .wrap_status.wrap_updated { --content: "•"; --color: var(--color-blue, blue); } .wrap_status.wrap_review { --content: "☉"; --color: var(--color-orange, orange); } .wrap_status.wrap_need.wrap_information { --content: "☀"; --color: var(--color-yellow, yellow); } .wrap_status.wrap_rework { --content: "✖"; --color: var(--color-red, red); } .wrap_status:not(.wrap_need).wrap_integration { --content:"INTEGRATION STATUS: "; --color: var(--color-blue, blue); }