1.. raw:: html 2 3 <style type="text/css"> 4 td { text-align: left; } 5 .notstarted { opacity: 60%; } 6 .nothingtodo { 7 background-color: #99FF99; 8 font-style: italic; 9 } 10 .inprogress { 11 background-color: #FFFF99; 12 font-style: italic; 13 } 14 .inreview { background-color: #FFFF99; } 15 .partial { 16 background-color: #2CCCFF; 17 font-style: italic; 18 } 19 .complete { background-color: #99FF99; } 20 </style> 21 22.. role:: notstarted 23.. role:: nothingtodo 24.. role:: inprogress 25.. role:: inreview 26.. role:: partial 27.. role:: complete 28 29.. |Not Started| replace:: :notstarted:`Not Started` 30.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` 31.. |In Progress| replace:: :inprogress:`In Progress` 32.. |Review| replace:: :inreview:`Review` 33.. |Partial| replace:: :partial:`Partial` 34.. |Complete| replace:: :complete:`Complete` 35 36.. |sect| unicode:: U+00A7 37.. |hellip| unicode:: U+2026 38