Jeremy Kerr | 9b0e0ba | 2015-09-14 21:49:21 +0800 | [diff] [blame] | 1 | body { |
2 | font-family: sans-serif; | ||||
3 | font-size: 12pt; | ||||
4 | } | ||||
5 | |||||
6 | .method, .property { | ||||
7 | font-family: monospace; | ||||
8 | } | ||||
9 | |||||
10 | .method-arg-type { | ||||
11 | color: #080; | ||||
12 | } | ||||
13 | |||||
14 | .property-value { | ||||
15 | color: #800; | ||||
16 | } | ||||
17 | |||||
18 | #method-call-ui { | ||||
19 | margin-left: 3em; | ||||
20 | padding: 0.1em 0.3em; | ||||
21 | background: #ffd; | ||||
22 | border: thin dashed #ccc; | ||||
23 | } | ||||
24 | |||||
25 | #method-call-ui th, #method-call-ul td { | ||||
26 | font-family: monospace; | ||||
27 | } | ||||
28 | |||||
29 | #method-call-ui th { | ||||
30 | text-align: right; | ||||
31 | font-weight: normal; | ||||
32 | } | ||||
33 | |||||
34 | input { | ||||
35 | border: thin solid #ccc; | ||||
36 | } | ||||
37 | |||||
38 |