[go: up one dir, main page]

Menu

[r3949]: / ag.css  Maximize  Restore  History

Download this file

97 lines (91 with data), 1.8 kB

 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
div.graph {
/* white-space: nowrap; */
}
table.anchorColumn {
display: inline-table;
text-align: center;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px;
}
table.anchorColumn, table.anchorColumn td, table.anchorColumn div.layerRow, table.anchorColumn div.annotation {
padding: 0px;
white-space: nowrap;
}
td.endingColumn {
text-align: right;
vertical-align: bottom;
}
td.endingColumn {
text-align: center;
vertical-align: bottom;
}
td.startingColumn {
text-align: left;
vertical-align: bottom;
}
div.layerRow {
width: 100%;
display: table-row;
}
div.annotation {
width: 100%;
}
div.tag {
display: inline;
}
div.tag::before {
}
div.tag::after {
}
div.vertical {
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
-moz-transform: rotate(-90deg); /* Chrome, Safari, Opera */
transform: rotate(-90deg);
position: absolute;
text-align: center;
}
div.offset {
position: relative;
top: -20px;
left: -10px;
text-align: center;
color: silver;
text-align: center;
}
td.offset {
padding-bottom: 30px;
}
td.anchor {
text-align: center;
color: silver;
}
td.timeline {
border-top: silver dashed 1px;
}
div.starting {
border-top: black solid 1px;
border-left: black solid 1px;
border-top-left-radius: 8px;
}
div.instant {
border-top: black dashed 1px;
}
div.ongoing {
border-top: black solid 1px;
}
div.not_ongoing {
border-top: white solid 1px;
}
div.ending {
border-top: black solid 1px;
border-right: black solid 1px;
border-top-right-radius: 8px;
}
div.confidence_100 {
text-decoration: underline;
}
div.confidence_10 {
font-style: italic;
}