author | veltr |
Tue, 13 Aug 2013 17:25:20 +0200 | |
changeset 91 | 5b770cf1a6e3 |
parent 89 | 6b1a038edbf7 |
child 94 | bf8879a6470e |
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 |
|
91 | 122 |
.Tl-Occurrence { |
123 |
width: 85px; height: 38px; cursor: pointer; border: 2px solid rgba(255,255,255,.9); |
|
124 |
} |
|
125 |
||
126 |
.Tl-Occurrence img { |
|
127 |
max-width: 100%; max-height: 100%; opacity: .6; |
|
128 |
} |
|
129 |
||
130 |
.Tl-Editing { |
|
131 |
border-color: #c00000; z-index: 200; |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
132 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
133 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
134 |
.Tl-OccOnGrid, .Tl-Cluster { |
91 | 135 |
position: absolute; margin-left: -2px; margin-top: 4px; background: rgba(0,0,0,.9); |
75 | 136 |
} |
137 |
||
138 |
.Tl-Cluster { |
|
139 |
background-position: -114px -50px; |
|
140 |
} |
|
141 |
||
66 | 142 |
.Tl-Overlay-Container { |
143 |
position: absolute; top: 0; |
|
144 |
} |
|
145 |
||
146 |
.Tl-Overlay-Box { |
|
147 |
position: absolute; width: 0; height: 0; display: none; |
|
148 |
} |
|
149 |
||
150 |
.Tl-Overlay { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
151 |
position: absolute; left: -105px; width: 210px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
152 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
153 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
154 |
.Tl-Overlay-Up .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
155 |
bottom: 0; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
156 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
157 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
158 |
.Tl-Overlay-Down .Tl-Overlay { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
159 |
top: 22px; |
66 | 160 |
} |
161 |
||
162 |
.Tl-Overlay-Main { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
163 |
width: 190px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
164 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
165 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
166 |
.Tl-Overlay-Up .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
167 |
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
|
168 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
169 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
170 |
.Tl-Overlay-Down .Tl-Overlay-Main { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
171 |
background: url(../img/tooltip-down.png) bottom; padding: 0 10px 10px; |
66 | 172 |
} |
173 |
||
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
174 |
.Tl-Overlay-Up .Tl-Overlay-Tip-Bottom { |
66 | 175 |
width: 210px; height: 20px; background: url(../img/tooltip.png) bottom; |
176 |
} |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
177 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
178 |
.Tl-Overlay-Down .Tl-Overlay-Tip-Top { |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
179 |
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
|
180 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
181 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
182 |
.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
|
183 |
display: none; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
184 |
} |
70 | 185 |
|
186 |
h3.Tl-Tooltip-Title { |
|
187 |
font-size: 14px; font-weight: bold; color: #000080; margin: 0; |
|
188 |
} |
|
189 |
||
190 |
p.Tl-Tooltip-Date { |
|
191 |
font-size: 11px; margin: 2px 0; color: #000080; border-bottom: 1px dotted; float: left; |
|
192 |
} |
|
193 |
||
194 |
p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters { |
|
195 |
font-size: 12px; margin: 5px 0 0; clear: both; |
|
196 |
} |
|
71 | 197 |
|
198 |
ul.Tl-Adding { |
|
199 |
position: absolute; left: -150px; top: 0; display: none; |
|
200 |
list-style: none; font-size: 12px; padding: 0; margin: 0; width: 150px; border-style: none solid; border-color: #999999; border-width: 1px; |
|
201 |
} |
|
202 |
||
203 |
.Tl-Adding li { |
|
204 |
border-style: none none solid; border-color: #cccccc; border-width: 1px; padding: 4px; background: rgba(255,255,255,.9); |
|
205 |
} |
|
206 |
||
207 |
li.Tl-AddingTitle { |
|
208 |
background: rgba(215,215,215,.9); font-weight: bold; |
|
209 |
} |
|
210 |
||
211 |
.Tl-AddOccurrence { |
|
212 |
float: right; margin: -3px; |
|
89 | 213 |
} |