aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/Helpers/Styles.rst
blob: b13d2c91ac323ae033bf9579eb8b7da1d6da8f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. raw:: html

      <style type="text/css">
        td { text-align: left; }
        .notstarted { opacity: 60%; }
        .nothingtodo {
            background-color: #99FF99;
            font-style: italic;
         }
        .inprogress {
            background-color: #FFFF99;
            font-style: italic;
         }
        .inreview { background-color: #FFFF99; }
        .partial {
            background-color: #2CCCFF;
            font-style: italic;
         }
        .complete { background-color: #99FF99; }
      </style>

.. role:: notstarted
.. role:: nothingtodo
.. role:: inprogress
.. role:: inreview
.. role:: partial
.. role:: complete

.. |Not Started| replace:: :notstarted:`Not Started`
.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
.. |In Progress| replace:: :inprogress:`In Progress`
.. |Review| replace:: :inreview:`Review`
.. |Partial| replace:: :partial:`Partial`
.. |Complete| replace:: :complete:`Complete`

.. |sect| unicode:: U+00A7
.. |hellip| unicode:: U+2026