-
Notifications
You must be signed in to change notification settings - Fork 24
/
documentation.css
99 lines (99 loc) · 1.5 KB
/
documentation.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
font-family: sans-serif;;
color: black;
background: white;
}
table {
border-collapse: collapse;
border-spacing: 0 0;
table-layout: fixed;
margin: 0;
padding: 0;
width: 100%;
}
th {
font-size: small;
text-align: left;
color: white;
background: black;
padding-left: 3px;
}
td {
padding: 3px;
}
.legend {
text-align: center;
}
.header {
font-size: small;
text-align: center;
color: white;
background: black;
font-weight: bold;
}
.knot {
border: 1px solid #f66;
padding-left: 2px;
}
.anchor {
border: 1px solid #f66;
background: #f66;
padding-left: 2px;
}
.attribute {
border: 1px solid #f66;
padding-left: 2px;
}
.tie {
border: 1px solid #c0c0c0;
background: #c0c0c0;
padding-left: 2px;
}
.anchorlight {
background: #fcc;
padding-left: 2px;
}
.even {
background: #f0f0f0;
padding-left: 2px;
}
.odd {
background: white;
padding-left: 2px;
}
.derived {
font-style: italic;
color: #a88;
}
.mnemonic .type {
width: 5em;
overflow: hidden;
}
.descriptor {
width: 30%;
overflow: hidden;
}
.role {
width: 30%;
overflow: hidden;
}
.capsule {
width: 10%;
overflow: hidden;
padding-left: 2px;
}
.identity .dataRange .timeRange .knotRange .identifier .generator {
width: 10%;
overflow: hidden;
}
.generator {
text-align: center;
}
.identifier {
text-align: right;
padding-right: 10px;
}
.filler {
width: 40%;
overflow: hidden;
}