You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
788 B
32 lines
788 B
7 months ago
|
.. raw:: html
|
||
|
|
||
|
<style type="text/css">
|
||
|
.nothingtodo {
|
||
|
background-color: #99FF99;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
.inprogress {
|
||
|
background-color: #FFFF99;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
.partial {
|
||
|
background-color: #2CCCFF;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
.complete { background-color: #99FF99; }
|
||
|
</style>
|
||
|
|
||
|
.. role:: nothingtodo
|
||
|
.. role:: inprogress
|
||
|
.. role:: partial
|
||
|
.. role:: complete
|
||
|
|
||
|
|
||
|
.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
|
||
|
.. |In Progress| replace:: :inprogress:`In Progress`
|
||
|
.. |Partial| replace:: :partial:`Partial`
|
||
|
.. |Complete| replace:: :complete:`Complete`
|
||
|
|
||
|
.. |sect| unicode:: U+00A7
|
||
|
.. |hellip| unicode:: U+2026
|