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