css:wrap_need_or_done

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

css:wrap_need_or_done [2023/08/07 14:35] – créée avillepreuxcss:wrap_need_or_done [2023/10/14 00:13] (Version actuelle) avillepreux
Ligne 3: Ligne 3:
     /* Base CSS for this, including handling of need & integration flags, is defined in the main all userstyles css, only accessible via advanced config */     /* 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_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_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_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_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);    }     .wrap_status:not(.wrap_need).wrap_integration  { --content:"INTEGRATION STATUS: ";     --color: var(--color-blue,     blue);    }
  
 </CSS> </CSS>
  • css/wrap_need_or_done.1691411710.txt.gz
  • Dernière modification : 2023/08/07 14:35
  • de avillepreux