blob: d7cb6b43f8dfeccb44c4ff575a5733136fff5f5d [file] [log] [blame]
Jeremy Kerr9b0e0ba2015-09-14 21:49:21 +08001body {
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
34input {
35 border: thin solid #ccc;
36}
37
38