forked from mavlink/mavlink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmavlink.css
80 lines (65 loc) · 1.12 KB
/
mavlink.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
font-family:'Helvetica',Arial;
font-size:90%;
margin: 80px;
}
h1 {
margin-top: 2em;
}
h2 {
margin-top: 1em;
}
h3 {
margin-top: 0.8em;
font-size:150%;
}
p.description {
font-style:italic;
}
table {
margin-bottom: 5em;
}
table.sortable {
border: 1px solid #656575;
width: 100%;
}
table.sortable th {
margin: 5px;
}
#tr:nth-child(odd) { background-color:#eee; }
#tr:nth-child(even) { background-color:#fff; }
table.sortable thead {
background-color:#eee;
color:#666666;
font-weight: bold;
cursor: default;
}
table.sortable td {
margin: 5px 5px 20px 5px;
vertical-align: top;
}
table.sortable td.mavlink_name {
color:#226633;
font-weight: bold;
width: 25%;
vertical-align: top;
}
table.sortable td.mavlink_mission_param {
color:#334455;
font-weight: bold;
width: 25%;
}
table.sortable td.mavlink_type {
color:#323232;
font-weight: normal;
width: 12%;
}
table.sortable td.mavlink_comment {
color:#555555;
font-weight: normal;
width: 60%;
}
p.description {
color:#808080;
font-weight: normal;
}