|
1 |
| -span.versionmodified.deprecated { |
2 |
| - color: #c00; |
3 |
| - font-weight: bold; |
4 |
| -} |
5 |
| - |
6 | 1 | span.classifier:before {
|
7 | 2 | font-style: normal;
|
8 | 3 | margin: 0 0.5em;
|
9 | 4 | content: ":";
|
10 | 5 | display: inline-block;
|
11 | 6 | }
|
12 | 7 |
|
13 |
| -div.deprecated, div.versionadded, div.versionchanged { |
14 |
| - background-color: #FFFFFF; |
15 |
| - border: .05rem solid; |
16 |
| - border-color: #459db9; |
17 |
| - border-radius: .2rem; |
18 |
| - /* box-shadow: 0 .2rem .5rem #d8d8d8,0 0 .0625rem #d8d8d8!important; */ |
19 |
| - margin: 1.5625em auto; |
20 |
| - overflow: hidden; |
21 |
| - padding: 0 .6rem; |
22 |
| - page-break-inside: avoid; |
23 |
| - position: relative; |
24 |
| - transition: color .25s,background-color .25s,border-color .25s; |
25 |
| - vertical-align: middle; |
26 |
| - font-size: 0.64rem; |
27 |
| -} |
28 |
| -div.deprecated>p, div.versionadded>p, div.versionchanged>p { |
29 |
| - margin-bottom: .6rem; |
30 |
| - margin-top: .6rem; |
31 |
| -} |
32 |
| - |
33 |
| -div.deprecated { |
34 |
| - border-color: #dc3545; |
35 |
| - background-color: rgba(255, 0, 0, 0.1); |
| 8 | +span.versionmodified.deprecated, span.versionmodified.changed, span.versionmodified.added { |
| 9 | + font-weight: bold; |
36 | 10 | }
|
37 | 11 |
|
38 |
| -span.versionmodified { |
39 |
| - font-weight: 600; |
| 12 | +span.versionmodified.deprecated { |
| 13 | + color: rgb(203,70,83); |
40 | 14 | }
|
41 | 15 |
|
42 |
| -.versionmodified { |
43 |
| - font-style: italic; |
| 16 | +span.versionmodified.changed { |
| 17 | + color: rgb(238,144,64); |
44 | 18 | }
|
45 | 19 |
|
46 |
| -div.deprecated p:before { |
47 |
| - background-color: #dc3545; |
| 20 | +span.versionmodified.added { |
| 21 | + color: rgb(72,138,87); |
48 | 22 | }
|
49 | 23 |
|
50 |
| -span.versionmodified.deprecated:before { |
51 |
| - color: #dc3545; |
| 24 | +div.versionadded p.admonition-title, div.deprecated.admonition p.admonition-title, div.versionchanged p.admonition-title { |
| 25 | + font-weight: normal !important; |
52 | 26 | }
|
53 |
| - |
0 commit comments