|
1 | | -/* These selectors moves things around to make space for the warning on the |
2 | | - top of each page. Get rid of it when the warning goes away. */ |
3 | | -.page-wrapper > .nav-chapters { |
4 | | - /* add height for warning content & margin */ |
5 | | - top: 120px; |
6 | | -} |
7 | | - |
8 | | -.sidebar-visible .content { |
9 | | - top: 120px; |
10 | | -} |
11 | | - |
12 | | -.nav-chapters { |
13 | | - top: 120px; |
14 | | -} |
15 | | - |
16 | | -p.warning { |
17 | | - background-color: rgb(242, 222, 222); |
18 | | - border-bottom-color: rgb(238, 211, 215); |
19 | | - border-bottom-left-radius: 4px; |
20 | | - border-bottom-right-radius: 4px; |
21 | | - border-bottom-style: solid; |
22 | | - border-bottom-width: 0.666667px; |
23 | | - border-image-outset: 0 0 0 0; |
24 | | - border-image-repeat: stretch stretch; |
25 | | - border-image-slice: 100% 100% 100% 100%; |
26 | | - border-image-source: none; |
27 | | - border-image-width: 1 1 1 1; |
28 | | - border-left-color: rgb(238, 211, 215); |
29 | | - border-left-style: solid; |
30 | | - border-left-width: 0.666667px; |
31 | | - border-right-color: rgb(238, 211, 215); |
32 | | - border-right-style: solid; |
33 | | - border-right-width: 0.666667px; |
34 | | - border-top-color: rgb(238, 211, 215); |
35 | | - border-top-left-radius: 4px; |
36 | | - border-top-right-radius: 4px; |
37 | | - border-top-style: solid; |
38 | | - border-top-width: 0.666667px; |
39 | | - color: rgb(185, 74, 72); |
40 | | - margin-bottom: 0px; |
41 | | - margin-left: 0px; |
42 | | - margin-right: 0px; |
43 | | - margin-top: 30px; |
44 | | - padding-bottom: 8px; |
45 | | - padding-left: 14px; |
46 | | - padding-right: 35px; |
47 | | - padding-top: 8px; |
48 | | -} |
49 | | -p.warning strong { |
50 | | - color: rgb(185, 74, 72) |
51 | | -} |
52 | | -p.warning a { |
53 | | - color: rgb(0, 136, 204) |
54 | | -} |
55 | | - |
56 | 1 | /* |
57 | 2 | .parenthetical class used to keep e.g. "less-than symbol (<)" from wrapping |
58 | 3 | the end parenthesis onto its own line. Use in a span between the last word and |
|
0 commit comments