65
|
1 |
.Tl-Main { |
|
2 |
border: 1px solid #ccc; |
|
3 |
} |
|
4 |
|
|
5 |
.Tl-TopBar { |
|
6 |
height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px; |
|
7 |
background: url(../img/barbgd.png); |
|
8 |
} |
|
9 |
|
|
10 |
.Tl-TopBar-Button { |
|
11 |
float: left; background: url(../img/barbgd.png); cursor: pointer; |
|
12 |
} |
|
13 |
|
|
14 |
.Tl-TopBar-TextBtn { |
|
15 |
font-size: 12px; height: 15px; padding: 5px; |
|
16 |
} |
|
17 |
|
|
18 |
.Tl-TopBar-Button.active, .Tl-TopBar-Button:hover { |
|
19 |
background-position: 0 -25px; |
|
20 |
} |
|
21 |
|
|
22 |
.Tl-Border-Right { |
|
23 |
border-right: 1px solid #ccc; |
|
24 |
} |
|
25 |
|
|
26 |
.Tl-Border-Left { |
|
27 |
border-left: 1px solid #ccc; |
|
28 |
} |
|
29 |
|
|
30 |
.Tl-TopBar-Spacer { |
|
31 |
float: left; height: 25px; width: 25px; |
|
32 |
} |
|
33 |
|
|
34 |
.Tl-TopBar-AddButton { |
|
35 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -50px 0; |
|
36 |
} |
|
37 |
|
|
38 |
.Tl-TopBar-AddButton.active, .Tl-TopBar-AddButton:hover { |
|
39 |
background-position: -50px -25px; |
|
40 |
} |
|
41 |
|
|
42 |
.Tl-TopBar-PreviousButton { |
|
43 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -100px 0; |
|
44 |
} |
|
45 |
|
|
46 |
.Tl-TopBar-PreviousButton.active, .Tl-TopBar-PreviousButton:hover { |
|
47 |
background-position: -100px -25px; |
|
48 |
} |
|
49 |
|
|
50 |
.Tl-TopBar-NextButton { |
|
51 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -75px 0; |
|
52 |
} |
|
53 |
|
|
54 |
.Tl-TopBar-NextButton.active, .Tl-TopBar-NextButton:hover { |
|
55 |
background-position: -75px -25px; |
|
56 |
} |
|
57 |
|
|
58 |
.Tl-TopBar-SyncButton { |
|
59 |
width: 25px; height: 25px; background: url(../img/sprites.png); background-position: 0 0; |
|
60 |
} |
|
61 |
|
|
62 |
.Tl-TopBar-SyncButton.active, .Tl-TopBar-SyncButton:hover { |
|
63 |
background-position: 0 -25px; |
|
64 |
} |
|
65 |
|
|
66 |
.Tl-TopBar-TimeSpan { |
|
67 |
float: left; width: 120px; text-align: center; |
|
68 |
} |
|
69 |
|
|
70 |
.Tl-BottomPart { |
|
71 |
position: relative; |
|
72 |
} |
|
73 |
|
|
74 |
.Tl-MainPart { |
66
|
75 |
position: absolute; right: 0; top: 0; bottom: 0; border-left: 1px solid #ccc; right: 0; top: 0; bottom: 0; overflow: hidden; |
65
|
76 |
} |
|
77 |
|
|
78 |
.Tl-UniversLabels { |
|
79 |
list-style: none; margin: 0; padding: 0; border: none; |
|
80 |
} |
|
81 |
|
|
82 |
.Tl-Line-Even { |
|
83 |
background: #e0e0e0; |
|
84 |
} |
|
85 |
|
66
|
86 |
.Tl-Layer { |
65
|
87 |
position: absolute; top: 0; left: 50%; height: 100%; |
|
88 |
} |
|
89 |
|
|
90 |
.Tl-Grid-Column { |
|
91 |
position: absolute; top: 0; height: 100%; border-left: 1px solid #999; |
|
92 |
} |
|
93 |
/* |
|
94 |
.Tl-Grid-Major { |
|
95 |
z-index: 3; border-left: 1px solid #999; |
|
96 |
} |
|
97 |
*/ |
|
98 |
.Tl-Grid-Label { |
|
99 |
position: absolute; height: 12px; bottom: 0; left: 1px; font-size: 10px; z-index: 4; width: 80px; |
|
100 |
} |
|
101 |
|
|
102 |
.Tl-Grid-Now { |
|
103 |
position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff; |
|
104 |
} |
66
|
105 |
|
|
106 |
.Tl-Occurrence, .Tl-Cluster { |
|
107 |
position: absolute; width: 19px; height: 22px; background: url(../img/sprites.png); margin-left: -9px; margin-top: -1px; cursor: pointer; |
|
108 |
} |
|
109 |
|
|
110 |
.Tl-Occnarrative { |
|
111 |
background-position: 0 -50px; |
|
112 |
} |
|
113 |
|
|
114 |
.Tl-Occproduction { |
|
115 |
background-position: -19px -50px; |
|
116 |
} |
|
117 |
|
|
118 |
.Tl-Occboth { |
|
119 |
background-position: -38px -50px; |
|
120 |
} |
|
121 |
|
|
122 |
.Tl-ClusterCount { |
|
123 |
position: absolute; right: 0; top: 0; border: 1px solid #999999; background: #333333; |
|
124 |
padding: 1px 2px; font-size: 9px; color: #ffffff; border-radius: 5px; |
|
125 |
} |
|
126 |
|
|
127 |
.Tl-Overlay-Container { |
|
128 |
position: absolute; top: 0; |
|
129 |
} |
|
130 |
|
|
131 |
.Tl-Overlay-Box { |
|
132 |
position: absolute; width: 0; height: 0; display: none; |
|
133 |
} |
|
134 |
|
|
135 |
.Tl-Overlay { |
|
136 |
position: absolute; left: -105px; bottom: 0; width: 210px; |
|
137 |
} |
|
138 |
|
|
139 |
.Tl-Overlay-Main { |
|
140 |
width: 190px; padding: 10px 10px 0; background: url(../img/tooltip.png) top; |
|
141 |
} |
|
142 |
|
|
143 |
.Tl-Overlay-Tip { |
|
144 |
width: 210px; height: 20px; background: url(../img/tooltip.png) bottom; |
|
145 |
} |