author | veltr |
Tue, 13 Aug 2013 16:22:32 +0200 | |
changeset 89 | 6b1a038edbf7 |
parent 88 | 8bab0eb0d791 |
child 91 | 5b770cf1a6e3 |
permissions | -rw-r--r-- |
75 | 1 |
html, body, div, span, applet, object, iframe, |
2 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
3 |
a, abbr, acronym, address, big, cite, code, |
|
4 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
5 |
small, strike, strong, sub, sup, tt, var, |
|
6 |
b, u, i, center, |
|
7 |
dl, dt, dd, ol, ul, li, |
|
8 |
fieldset, form, label, legend, |
|
9 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
10 |
article, aside, canvas, details, embed, |
|
11 |
figure, figcaption, footer, header, hgroup, |
|
12 |
menu, nav, output, ruby, section, summary, |
|
13 |
time, mark, audio, video { |
|
14 |
margin: 0; |
|
15 |
padding: 0; |
|
16 |
border: 0; |
|
17 |
font-size: 100%; |
|
18 |
font: inherit; |
|
19 |
vertical-align: baseline; |
|
20 |
} |
|
21 |
||
22 |
ul, li { |
|
23 |
list-style: none; |
|
24 |
} |
|
25 |
||
26 |
input::-moz-focus-inner /*Remove button padding in FF*/ |
|
27 |
{ |
|
28 |
border: 0; |
|
29 |
padding: 0; |
|
30 |
} |
|
31 |
||
32 |
table { |
|
33 |
border-collapse: separate; border-spacing: 0; |
|
34 |
} |
|
35 |
||
36 |
th, td { |
|
37 |
vertical-align: top; |
|
38 |
} |
|
39 |
||
40 |
img a { |
|
41 |
border: none; |
|
42 |
} |
|
43 |
||
44 |
body { |
|
45 |
font-size: 10px; font-family: Arial, Helvetica, sans-serif; |
|
46 |
} |
|
47 |
||
74 | 48 |
/************************************************/ |
49 |
||
65 | 50 |
.Tl-Main { |
89 | 51 |
font-family: Arial, Helvetica, sans-serif; text-align: left; |
52 |
position: relative; |
|
65 | 53 |
} |
54 |
||
55 |
.Tl-TopBar { |
|
89 | 56 |
height: 20px; width: 100%; |
65 | 57 |
} |
58 |
||
59 |
.Tl-Border-Right { |
|
60 |
border-right: 1px solid #ccc; |
|
61 |
} |
|
62 |
||
63 |
.Tl-Border-Left { |
|
64 |
border-left: 1px solid #ccc; |
|
65 |
} |
|
66 |
||
67 |
.Tl-BottomPart { |
|
89 | 68 |
position: absolute; bottom: 0; left: 0; right: 0; |
65 | 69 |
} |
70 |
||
71 |
.Tl-MainPart { |
|
89 | 72 |
position: absolute; right: 0; top: 0; bottom: 0; overflow: hidden; |
65 | 73 |
} |
74 |
||
75 |
.Tl-UniversLabels { |
|
76 |
list-style: none; margin: 0; padding: 0; border: none; |
|
89 | 77 |
font-size: 13px; |
78 |
} |
|
79 |
||
80 |
.Tl-UniversLabels li { |
|
81 |
position: relative; float: left; clear: both; width: 100%; |
|
82 |
} |
|
83 |
||
84 |
.Tl-UniversLabels li:before { |
|
85 |
content: "."; position: absolute; height: 1px; text-indent: -9999px; |
|
86 |
width: 100%; top: 0; background: #DEDEDE; |
|
87 |
} |
|
88 |
||
89 |
.Tl-UniversLabels li:after { |
|
90 |
content: "."; position: absolute; height: 0; text-indent: -9999px; |
|
91 |
width: 0; right: -8px; top: 50%; margin-top: -6px; |
|
92 |
border-top: 6px solid transparent; |
|
93 |
border-bottom: 6px solid transparent; |
|
94 |
border-left: 8px solid #ffffff; |
|
65 | 95 |
} |
96 |
||
74 | 97 |
.Tl-UniversText { |
89 | 98 |
margin-right: 2px; |
65 | 99 |
} |
100 |
||
77 | 101 |
.Tl-Grid { |
89 | 102 |
position: absolute; top: 0; right: 0; bottom: 0; overflow: hidden; |
103 |
background: -moz-linear-gradient(to right, #cccccc 0, #ffffff 3%, #ffffff 97%, #cccccc 100% ) |
|
77 | 104 |
} |
105 |
||
65 | 106 |
.Tl-Grid-Column { |
89 | 107 |
position: absolute; top: 10px; bottom: 0; border-left: 1px solid #999; |
65 | 108 |
} |
109 |
/* |
|
110 |
.Tl-Grid-Major { |
|
111 |
z-index: 3; border-left: 1px solid #999; |
|
112 |
} |
|
113 |
*/ |
|
114 |
.Tl-Grid-Label { |
|
89 | 115 |
position: absolute; height: 12px; top: -10px; left: 2px; font-size: 11px; z-index: 4; width: 80px; |
65 | 116 |
} |
117 |
||
118 |
.Tl-Grid-Now { |
|
119 |
position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff; |
|
120 |
} |
|
66 | 121 |
|
75 | 122 |
.Tl-Occurrence, .Tl-Cluster, .Tl-AddOccurrence, .Ls-OccIcon { |
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
123 |
width: 19px; height: 22px; background: url(../img/sprites.png); cursor: pointer; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
124 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
125 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
126 |
.Tl-OccOnGrid, .Tl-Cluster { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
127 |
position: absolute; margin-left: -9px; margin-top: -1px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
128 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
129 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
130 |
.Tl-OccInCluster { |
70 | 131 |
float: left; position: relative; |
132 |
} |
|
133 |
||
134 |
.Tl-Locked { |
|
135 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/sprites.png); background-position: -57px -50px; |
|
66 | 136 |
} |
137 |
||
138 |
.Tl-Occnarrative { |
|
139 |
background-position: 0 -50px; |
|
140 |
} |
|
141 |
||
73
642ef9139fad
Replaced "Production" by "Publication". Added beautiful arrows
veltr
parents:
71
diff
changeset
|
142 |
.Tl-Occpublication { |
66 | 143 |
background-position: -19px -50px; |
144 |
} |
|
145 |
||
67 | 146 |
.Tl-Occnarrative.Tl-Editing { |
147 |
background-position: 0 -72px; |
|
148 |
} |
|
149 |
||
73
642ef9139fad
Replaced "Production" by "Publication". Added beautiful arrows
veltr
parents:
71
diff
changeset
|
150 |
.Tl-Occpublication.Tl-Editing { |
67 | 151 |
background-position: -19px -72px; |
152 |
} |
|
153 |
||
75 | 154 |
.Tl-Occnarrative.Tl-Occa_valider { |
66 | 155 |
background-position: -38px -50px; |
156 |
} |
|
157 |
||
75 | 158 |
.Tl-Occpublication.Tl-Occa_valider { |
159 |
background-position: -57px -50px; |
|
160 |
} |
|
161 |
||
162 |
.Tl-Occnarrative.Tl-Editing.Tl-Occa_valider { |
|
163 |
background-position: -38px -72px; |
|
164 |
} |
|
165 |
||
166 |
.Tl-Occpublication.Tl-Editing.Tl-Occa_valider { |
|
167 |
background-position: -57px -72px; |
|
168 |
} |
|
169 |
||
170 |
.Tl-Occnarrative.Tl-Occvalide { |
|
171 |
background-position: -76px -50px; |
|
172 |
} |
|
173 |
||
174 |
.Tl-Occpublication.Tl-Occvalide { |
|
175 |
background-position: -95px -50px; |
|
176 |
} |
|
177 |
||
178 |
.Tl-Occnarrative.Tl-Editing.Tl-Occvalide { |
|
179 |
background-position: -76px -72px; |
|
180 |
} |
|
181 |
||
182 |
.Tl-Occpublication.Tl-Editing.Tl-Occvalide { |
|
183 |
background-position: -95px -72px; |
|
184 |
} |
|
185 |
||
186 |
.Tl-Cluster { |
|
187 |
background-position: -114px -50px; |
|
188 |
} |
|
189 |
||
70 | 190 |
.Tl-Link { |
75 | 191 |
position: absolute; left: 0; bottom: 0; width: 11px; height: 11px; background: url(../img/sprites.png) -114px -83px; display: none; |
70 | 192 |
} |
193 |
||
66 | 194 |
.Tl-ClusterCount { |
195 |
position: absolute; right: 0; top: 0; border: 1px solid #999999; background: #333333; |
|
196 |
padding: 1px 2px; font-size: 9px; color: #ffffff; border-radius: 5px; |
|
197 |
} |
|
198 |
||
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
199 |
.Tl-ClusterOverlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
200 |
position: absolute; margin-top: -20px; height: 30px; background: url(../img/cluster-overlay.png) center; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
201 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
202 |
|
66 | 203 |
.Tl-Overlay-Container { |
204 |
position: absolute; top: 0; |
|
205 |
} |
|
206 |
||
207 |
.Tl-Overlay-Box { |
|
208 |
position: absolute; width: 0; height: 0; display: none; |
|
209 |
} |
|
210 |
||
211 |
.Tl-Overlay { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
212 |
position: absolute; left: -105px; width: 210px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
213 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
214 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
215 |
.Tl-Overlay-Up .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
216 |
bottom: 0; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
217 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
218 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
219 |
.Tl-Overlay-Down .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
220 |
top: 22px; |
66 | 221 |
} |
222 |
||
223 |
.Tl-Overlay-Main { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
224 |
width: 190px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
225 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
226 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
227 |
.Tl-Overlay-Up .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
228 |
background: url(../img/tooltip.png) top; padding: 10px 10px 0; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
229 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
230 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
231 |
.Tl-Overlay-Down .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
232 |
background: url(../img/tooltip-down.png) bottom; padding: 0 10px 10px; |
66 | 233 |
} |
234 |
||
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
235 |
.Tl-Overlay-Up .Tl-Overlay-Tip-Bottom { |
66 | 236 |
width: 210px; height: 20px; background: url(../img/tooltip.png) bottom; |
237 |
} |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
238 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
239 |
.Tl-Overlay-Down .Tl-Overlay-Tip-Top { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
240 |
width: 210px; height: 20px; background: url(../img/tooltip-down.png) top; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
241 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
242 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
243 |
.Tl-Overlay-Up .Tl-Overlay-Tip-Top, .Tl-Overlay-Down .Tl-Overlay-Tip-Bottom { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
244 |
display: none; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
245 |
} |
70 | 246 |
|
247 |
h3.Tl-Tooltip-Title { |
|
248 |
font-size: 14px; font-weight: bold; color: #000080; margin: 0; |
|
249 |
} |
|
250 |
||
251 |
p.Tl-Tooltip-Date { |
|
252 |
font-size: 11px; margin: 2px 0; color: #000080; border-bottom: 1px dotted; float: left; |
|
253 |
} |
|
254 |
||
255 |
p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters { |
|
256 |
font-size: 12px; margin: 5px 0 0; clear: both; |
|
257 |
} |
|
71 | 258 |
|
259 |
ul.Tl-Adding { |
|
260 |
position: absolute; left: -150px; top: 0; display: none; |
|
261 |
list-style: none; font-size: 12px; padding: 0; margin: 0; width: 150px; border-style: none solid; border-color: #999999; border-width: 1px; |
|
262 |
} |
|
263 |
||
264 |
.Tl-Adding li { |
|
265 |
border-style: none none solid; border-color: #cccccc; border-width: 1px; padding: 4px; background: rgba(255,255,255,.9); |
|
266 |
} |
|
267 |
||
268 |
li.Tl-AddingTitle { |
|
269 |
background: rgba(215,215,215,.9); font-weight: bold; |
|
270 |
} |
|
271 |
||
272 |
.Tl-AddOccurrence { |
|
273 |
float: right; margin: -3px; |
|
89 | 274 |
} |