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