author | veltr |
Wed, 04 Sep 2013 18:23:51 +0200 | |
changeset 95 | 907a53a35a95 |
parent 94 | bf8879a6470e |
child 96 | 7d1c2c21d891 |
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; |
|
94 | 86 |
width: 200px; top: 0; background: #DEDEDE; z-index: 5; |
87 |
background: -moz-linear-gradient(to right, rgba(220,220,220,1) 80px, rgba(220,220,220,.1) 140px ); |
|
95 | 88 |
background: -webkit-linear-gradient(left, rgba(220,220,220,1) 80px, rgba(220,220,220,.1) 140px ); |
89 | 89 |
} |
90 |
||
91 |
.Tl-UniversLabels li:after { |
|
92 |
content: "."; position: absolute; height: 0; text-indent: -9999px; |
|
93 |
width: 0; right: -8px; top: 50%; margin-top: -6px; |
|
94 |
border-top: 6px solid transparent; |
|
95 |
border-bottom: 6px solid transparent; |
|
94 | 96 |
border-left: 8px solid #ffffff; z-index: 5; |
65 | 97 |
} |
98 |
||
74 | 99 |
.Tl-UniversText { |
89 | 100 |
margin-right: 2px; |
65 | 101 |
} |
102 |
||
77 | 103 |
.Tl-Grid { |
89 | 104 |
position: absolute; top: 0; right: 0; bottom: 0; overflow: hidden; |
94 | 105 |
background: -moz-linear-gradient(to right, #cccccc 0, #ffffff 3%, #ffffff 97%, #cccccc 100% ); |
95 | 106 |
background: -webkit-linear-gradient(left, #cccccc 0, #ffffff 3%, #ffffff 97%, #cccccc 100% ); |
77 | 107 |
} |
108 |
||
65 | 109 |
.Tl-Grid-Column { |
89 | 110 |
position: absolute; top: 10px; bottom: 0; border-left: 1px solid #999; |
65 | 111 |
} |
112 |
/* |
|
113 |
.Tl-Grid-Major { |
|
114 |
z-index: 3; border-left: 1px solid #999; |
|
115 |
} |
|
116 |
*/ |
|
117 |
.Tl-Grid-Label { |
|
89 | 118 |
position: absolute; height: 12px; top: -10px; left: 2px; font-size: 11px; z-index: 4; width: 80px; |
65 | 119 |
} |
120 |
||
121 |
.Tl-Grid-Now { |
|
122 |
position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff; |
|
123 |
} |
|
66 | 124 |
|
91 | 125 |
.Tl-Occurrence { |
95 | 126 |
width: 38px; height: 38px; cursor: pointer; border: 2px solid rgba(255,255,255,.9); |
91 | 127 |
} |
128 |
||
129 |
.Tl-Occurrence img { |
|
95 | 130 |
max-width: 100%; max-height: 100%; |
91 | 131 |
} |
132 |
||
133 |
.Tl-Editing { |
|
94 | 134 |
border-color: #c00000; z-index: 3; |
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
135 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
136 |
|
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
137 |
.Tl-OccOnGrid, .Tl-Cluster { |
91 | 138 |
position: absolute; margin-left: -2px; margin-top: 4px; background: rgba(0,0,0,.9); |
75 | 139 |
} |
140 |
||
141 |
.Tl-Cluster { |
|
142 |
background-position: -114px -50px; |
|
143 |
} |
|
144 |
||
66 | 145 |
.Tl-Overlay-Container { |
146 |
position: absolute; top: 0; |
|
147 |
} |
|
148 |
||
149 |
.Tl-Overlay-Box { |
|
150 |
position: absolute; width: 0; height: 0; display: none; |
|
151 |
} |
|
152 |
||
153 |
.Tl-Overlay { |
|
95 | 154 |
position: absolute; left: -105px; width: 210px; z-index: 6; top: 22px; |
66 | 155 |
} |
156 |
||
157 |
.Tl-Overlay-Main { |
|
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
158 |
width: 190px; |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
159 |
background: url(../img/tooltip-down.png) bottom; padding: 0 10px 10px; |
66 | 160 |
} |
161 |
||
95 | 162 |
.Tl-Overlay-Tip-Top { |
68
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
163 |
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
|
164 |
} |
4def147b1604
Added a visualization of the contents of clusters + mousewheel support
veltr
parents:
67
diff
changeset
|
165 |
|
70 | 166 |
h3.Tl-Tooltip-Title { |
167 |
font-size: 14px; font-weight: bold; color: #000080; margin: 0; |
|
168 |
} |
|
169 |
||
170 |
p.Tl-Tooltip-Date { |
|
171 |
font-size: 11px; margin: 2px 0; color: #000080; border-bottom: 1px dotted; float: left; |
|
172 |
} |
|
173 |
||
174 |
p.Tl-Tooltip-Description, p.Tl-Tooltip-Characters { |
|
175 |
font-size: 12px; margin: 5px 0 0; clear: both; |
|
176 |
} |
|
71 | 177 |
|
178 |
ul.Tl-Adding { |
|
179 |
position: absolute; left: -150px; top: 0; display: none; |
|
180 |
list-style: none; font-size: 12px; padding: 0; margin: 0; width: 150px; border-style: none solid; border-color: #999999; border-width: 1px; |
|
181 |
} |
|
182 |
||
183 |
.Tl-Adding li { |
|
184 |
border-style: none none solid; border-color: #cccccc; border-width: 1px; padding: 4px; background: rgba(255,255,255,.9); |
|
185 |
} |
|
186 |
||
187 |
li.Tl-AddingTitle { |
|
188 |
background: rgba(215,215,215,.9); font-weight: bold; |
|
189 |
} |
|
190 |
||
191 |
.Tl-AddOccurrence { |
|
192 |
float: right; margin: -3px; |
|
94 | 193 |
} |
194 |
||
195 |
/**************/ |
|
196 |
||
197 |
.Tl-Detail { |
|
198 |
border: 1px solid #cccccc; margin: 10px 0 0 80px; padding: 10px; text-align: left; min-height: 135px; font-size: 12px; |
|
199 |
} |
|
200 |
||
201 |
.Tl-Detail-Image { |
|
202 |
float: left; |
|
203 |
} |
|
204 |
||
205 |
.Tl-Detail-Title { |
|
206 |
font-size: 18px; font-weight: bold; margin-left: 145px; |
|
207 |
} |
|
208 |
||
209 |
.Tl-Detail-Description { |
|
210 |
margin: 5px 0 5px 145px; |
|
211 |
} |
|
212 |
||
213 |
.Tl-Detail-Bottom { |
|
214 |
margin-left: 145px; text-align: right; |
|
215 |
} |
|
216 |
||
217 |
.Tl-Detail-Date { |
|
218 |
float: left; color: #666666; |
|
219 |
} |
|
220 |
||
221 |
.Tl-Detail-Read { |
|
222 |
text-decoration: none; color: #000000; |
|
223 |
} |
|
224 |
||
225 |
.Tl-Detail-Read:hover { |
|
226 |
text-decoration: underline; |
|
227 |
} |