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; } |
Mark de Wever | 67e52d6 | 2021-10-08 21:01:55 +0200 | [diff] [blame] | 20 | .chrono { background-color: #D8BFD8; } |
| 21 | .format { background-color: #FFE4B5; } |
| 22 | .ranges { background-color: #7FFFD4; } |
| 23 | .spaceship { background-color: #B0E0E6; } |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 24 | </style> |
| 25 | |
Kent Ross | 788cf5a | 2021-08-26 10:23:54 -0400 | [diff] [blame] | 26 | .. role:: notstarted |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 27 | .. role:: nothingtodo |
| 28 | .. role:: inprogress |
Kent Ross | 788cf5a | 2021-08-26 10:23:54 -0400 | [diff] [blame] | 29 | .. role:: inreview |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 30 | .. role:: partial |
| 31 | .. role:: complete |
| 32 | |
Kent Ross | 788cf5a | 2021-08-26 10:23:54 -0400 | [diff] [blame] | 33 | .. |Not Started| replace:: :notstarted:`Not Started` |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 34 | .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` |
| 35 | .. |In Progress| replace:: :inprogress:`In Progress` |
Kent Ross | 788cf5a | 2021-08-26 10:23:54 -0400 | [diff] [blame] | 36 | .. |Review| replace:: :inreview:`Review` |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 37 | .. |Partial| replace:: :partial:`Partial` |
| 38 | .. |Complete| replace:: :complete:`Complete` |
| 39 | |
Mark de Wever | 67e52d6 | 2021-10-08 21:01:55 +0200 | [diff] [blame] | 40 | .. role:: chrono |
| 41 | .. role:: format |
| 42 | .. role:: ranges |
| 43 | .. role:: spaceship |
| 44 | |
| 45 | .. |chrono| replace:: :chrono:`chrono` |
| 46 | .. |format| replace:: :format:`format` |
| 47 | .. |ranges| replace:: :ranges:`ranges` |
| 48 | .. |spaceship| replace:: :spaceship:`spaceship` |
| 49 | |
Kent Ross | 8db68cb | 2021-08-26 10:08:59 -0400 | [diff] [blame] | 50 | .. |sect| unicode:: U+00A7 |
| 51 | .. |hellip| unicode:: U+2026 |