Mercurial > repos > greg > pima_report
comparison pima.css @ 0:0a558f444c98 draft
Uploaded
author | greg |
---|---|
date | Fri, 03 Mar 2023 22:06:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0a558f444c98 |
---|---|
1 html { | |
2 line-height: 1.5; | |
3 font-family: Georgia, serif; | |
4 font-size: 20px; | |
5 color: #1a1a1a; | |
6 background-color: #fdfdfd; | |
7 } | |
8 body { | |
9 margin: 0 auto; | |
10 max-width: 50em; | |
11 padding-left: 20px; | |
12 padding-right: 20px; | |
13 padding-top: 20px; | |
14 padding-bottom: 20px; | |
15 hyphens: auto; | |
16 overflow-wrap: break-word; | |
17 font-kerning: normal; | |
18 } | |
19 @media print { | |
20 body { | |
21 background-color: transparent; | |
22 color: black; | |
23 font-size: 10pt; | |
24 } | |
25 p, h2, h3 { | |
26 orphans: 3; | |
27 widows: 3; | |
28 } | |
29 h2, h3, h4 { | |
30 page-break-after: avoid; | |
31 } | |
32 } | |
33 p { | |
34 margin: 1em 0; | |
35 } | |
36 a { | |
37 color: #3333FF; | |
38 } | |
39 a:visited { | |
40 color: #1a1a1a; | |
41 } | |
42 img { | |
43 max-width: 100%; | |
44 } | |
45 h1, h2, h3, h4, h5, h6 { | |
46 margin-top: 1.4em; | |
47 } | |
48 h5, h6 { | |
49 font-size: .8em; | |
50 font-style: italic; | |
51 } | |
52 h6 { | |
53 font-weight: normal; | |
54 } | |
55 ol, ul { | |
56 padding-left: 1.7em; | |
57 margin-top: 1em; | |
58 } | |
59 li > ol, li > ul { | |
60 margin-top: 0; | |
61 } | |
62 blockquote { | |
63 margin: 1em 0 1em 1.7em; | |
64 padding-left: 1em; | |
65 border-left: 2px solid #e6e6e6; | |
66 color: #606060; | |
67 } | |
68 code { | |
69 font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; | |
70 font-size: 85%; | |
71 margin: 0; | |
72 } | |
73 pre { | |
74 margin: 1em 0; | |
75 overflow: auto; | |
76 } | |
77 pre code { | |
78 padding: 0; | |
79 overflow: visible; | |
80 overflow-wrap: normal; | |
81 } | |
82 .sourceCode { | |
83 background-color: transparent; | |
84 overflow: visible; | |
85 } | |
86 hr { | |
87 background-color: #1a1a1a; | |
88 border: none; | |
89 height: 1px; | |
90 margin: 1em 0; | |
91 } | |
92 table { | |
93 border-collapse: collapse; | |
94 font-variant-numeric: lining-nums tabular-nums; | |
95 /* | |
96 margin-left: auto; | |
97 margin-right: auto; */ | |
98 } | |
99 | |
100 table caption { | |
101 margin-bottom: 0.75em; | |
102 } | |
103 tbody { | |
104 margin-top: 0.5em; | |
105 border-top: 1px solid #1a1a1a; | |
106 border-bottom: 1px solid #1a1a1a; | |
107 text-align: center; | |
108 } | |
109 th { | |
110 border-top: 1px solid #1a1a1a; | |
111 padding: 0.25em 0.5em 0.25em 0.5em; | |
112 } | |
113 td { | |
114 padding: 0.125em 0.5em 0.25em 0.5em; | |
115 | |
116 } | |
117 | |
118 tr:nth-child(even) {background: #CCC} | |
119 tr:nth-child(odd) {background: #FFF} | |
120 | |
121 header { | |
122 margin-bottom: 4em; | |
123 text-align: center; | |
124 } | |
125 #TOC li { | |
126 list-style: none; | |
127 } | |
128 #TOC ul { | |
129 padding-left: 1.3em; | |
130 } | |
131 #TOC > ul { | |
132 padding-left: 0; | |
133 } | |
134 #TOC a:not(:hover) { | |
135 text-decoration: none; | |
136 } | |
137 code{white-space: pre-wrap;} | |
138 span.smallcaps{font-variant: small-caps;} | |
139 span.underline{text-decoration: underline;} | |
140 div.column{display: inline-block; vertical-align: top; width: 50%;} | |
141 div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | |
142 ul.task-list{list-style: none;} | |
143 .display.math{display: block; text-align: center; margin: 0.5rem auto;} |