blob: be98310ad33e34b6033a8871ad87c5a1cb20dbf8 [file] [log] [blame]
Marc Kupietz4e561c72021-02-10 16:53:07 +01001@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;700;800&family=Fira+Sans:wght@300;400;700&display=swap');
2
Marc Kupietza9270572018-03-17 15:17:07 +01003body, input {
Marc Kupietz4e561c72021-02-10 16:53:07 +01004 font-family: 'Fira Sans', sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +01005 font-size: 11pt;
6}
7
Marc Kupietz7b0e0b22019-12-06 15:27:20 +01008p {
9 line-height: 150%;
10 font-size: 10pt;
11}
12
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010013.footer {
Marc Kupietza9270572018-03-17 15:17:07 +010014 font-size: 8pt;
15 margin-top: 4px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010016 padding-top: 8px;
17 border-top: 1px solid #c0c0c0;
18
Marc Kupietza9270572018-03-17 15:17:07 +010019/* position: absolute;
20 bottom: 0;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010021 left: 0;*/
22 right: 2vw;
23 width: 98vw;
Marc Kupietza9270572018-03-17 15:17:07 +010024}
25
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010026.footertext {
27 display: flow-root;
28 text-align: center;
29 color: grey;
30 font-size: 8pt;
31}
32
33.footertext a:any-link {
34 color: grey;
35}
36
Marc Kupietzc053d972019-01-10 10:41:51 +010037h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010038 margin: 5px 10px 0 0;
39 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +010040 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +010041 font-weight: bold;
42 line-height: 1.35;
43 letter-spacing: normal;
44 text-transform: uppercase;
45 text-shadow: none;
46 word-wrap: break-word;
47}
48
Marc Kupietzc053d972019-01-10 10:41:51 +010049h2 {
50 color: grey;
Marc Kupietz4e561c72021-02-10 16:53:07 +010051 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietzc053d972019-01-10 10:41:51 +010052 font-weight: bold;
53 letter-spacing: normal;
54 text-transform: uppercase;
55 text-shadow: none;
56 word-wrap: break-word;
57 font-size: 12pt;
58 margin-top: 0pt;
59 margin-bottom: 0pt;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010060 margin-left: 2px;
Marc Kupietzc053d972019-01-10 10:41:51 +010061}
Marc Kupietza9270572018-03-17 15:17:07 +010062
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010063h3 {
64 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +010065 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010066 font-weight: bold;
67 /* line-height: 1.35; */
68 font-size: 18pt;
69 margin-bottom: 2pt;
70 letter-spacing: normal;
71 text-transform: uppercase;
72 text-shadow: none;
73 word-wrap: break-word;
74}
75
Marc Kupietz4e561c72021-02-10 16:53:07 +010076.ui-widget-header {
77 font-family: "Fira Sans Condensed"; sans-serif;
78 font-weight: bold;
79}
80
81.ui-widget {
82 font-family: "Fira Sans", sans-serif;
83}
84
85.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
86 font-weight: bold;
87}
88
Marc Kupietza9270572018-03-17 15:17:07 +010089showoptions, #SEARCH {
90 margin-left: 10px;
91 margin-right: 10px;
92}
93
94.tabs-left-vertical .ui-tabs-nav {
95 position: absolute;
96 width: 21em;
97 transform: translate(-100%,0%) rotate(-90deg);
98 transform-origin: 100% 0%;
99}
100
101.tabs-left-vertical .ui-tabs-nav li {
102 float: right;
103}
104
105.tabs-left-vertical .ui-tabs-panel {
106 padding-left: 3.5em;
107}
108
109.tabs-left-vertical .ui-tabs-panel {
110 height: 20em;
111}
112
113.mono {
114 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
Marc Kupietz7b0e0b22019-12-06 15:27:20 +0100115 font-size: 9pt;
116 line-height: 150%;
Marc Kupietza9270572018-03-17 15:17:07 +0100117}
118
119.ui-tooltip-content {
120 font-size: 10pt;
121 color: #222222;
122}
123
124svg > .ui-tooltip-content {
125 font-size: 8pt;
126 color: #222222;
127}
128
129a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100130 color: #0000ff;
131 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +0100132}
133
Marc Kupietzc053d972019-01-10 10:41:51 +0100134.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100135 color: #0000ff;
136 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +0100137}
138
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100139#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +0100140 text-decoration: none;
141}
142
143a.marked, #first a.marked {
144 text-decoration: underline;
145}
146
Marc Kupietz4750d872019-02-20 09:43:53 +0100147.somtext {
148 font-style: normal;
149 color: #333;
150}
151
152.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100153 color: #0000ff;
154 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100155}
156
157.somtext.target {
158 font-weight: bold;
159 animation: blink-animation 0.5s steps(5, start) 100;
160 -webkit-animation: blink-animation 1s steps(5, start) infinite;
161}
162
163a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100164 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100165 color: #0000ff;
166 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100167 animation: blink-animation 0.5s steps(5, start) 100;
168 -webkit-animation: blink-animation 1s steps(5, start) infinite;
169}
170
Marc Kupietz223fd282019-02-21 09:02:31 +0100171a.target {
172 font-weight: bold;
173 color: orange;
174 fill: orange;
175 animation: blink-animation 0.5s steps(5, start) 100;
176 -webkit-animation: blink-animation 1s steps(5, start) infinite;
177}
178
179
Marc Kupietz4df4e102019-01-10 10:43:46 +0100180@keyframes blink-animation {
181 to {
182 opacity: 0.5;
183 }
184}
185
186@-webkit-keyframes blink-animation {
187 to {
188 opacity:0.5;
189 }
Marc Kupietza9270572018-03-17 15:17:07 +0100190}
191
192table.display {
193 width: 40% important!;
194 margin: 1; /* <- works for me this way ****/
195}
196
197table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
198 padding: 2px 2px;
199 // border-bottom: 1px solid #111;
200}
201
202g.u a, g.tsnet a, td.collocator {
203 cursor: pointer;
204}
205
206#collocators {
207 margin-bottom: 15px;
208}
209
210#header {
211 width: 100%;
212 // border: 1px solid red;
213 overflow: hidden; /* will contain if #first is longer than #second */
214}
215
216#topwrapper {
217 width: 100%;
218 display: flex;
219 // border: 1px solid red;
220}
221
222#wrapper {
223 width: 100%;
224 display: flex;
225 flex-wrap: wrap;
226 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100227 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100228 // border: 1px solid red;
229 // overflow: hidden; /* will contain if #first is longer than #second */
230}
231
232#pagetitle {
233 max-width: 460px;
234 margin-right: 20px;
235 float: left;
236 overflow: hidden; /* if you don't want #second to wrap below #first */
237 // border: 1px solid green;
238}
239
240#options {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100241 /* float: left; */
Marc Kupietza9270572018-03-17 15:17:07 +0100242 width: 800px;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100243 margin: 20px auto 10px auto;
Marc Kupietza9270572018-03-17 15:17:07 +0100244 overflow: hidden; /* if you don't want #second to wrap below #first */
245}
246
247#word {
248 width: 50%;
249}
250
251#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100252 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100253 float: left;
254 overflow: hidden; /* if you don't want #second to wrap below #first */
255 // border: 1px solid green;
256}
257#tabs {
258 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100259 min-width: 98vw;
260 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100261 overflow: hidden; /* if you don't want #second to wrap below #first */
262}
263
264.tabs-min {
265 background: transparent;
266 border: none;
267}
268
269.tabs-min .ui-widget-header {
270 background: transparent;
271 border: none;
272 border-bottom: 1px solid #c0c0c0;
273 -moz-border-radius: 0px;
274 -webkit-border-radius: 0px;
275 border-radius: 0px;
276}
277
278.tabs-min .ui-tabs-nav .ui-state-default {
279 background: transparent;
280 border: none;
281}
282
283.tabs-min .ui-tabs-nav .ui-state-active {
284 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
285 border: none;
286}
287
288.tabs-min .ui-tabs-nav .ui-state-default a {
289 color: #c0c0c0;
290}
291
292.tabs-min .ui-tabs-nav .ui-state-active a {
293 color: rgb(246,168,0);
294}
295
296#embed {
297 max-width: 802px;
298 border: 1px solid #333;
299}
300
301#second {
302 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100303/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100304 overflow: hidden; /* if you don't want #second to wrap below #first */
305}
306#som2 svg {
307 border: 1px solid #333;
308}
309
310#cost {
Marc Kupietz4e561c72021-02-10 16:53:07 +0100311 font-family: "Fira Sans Condensed"; sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100312 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100313 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100314 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100315 color: #222222;
316 margin-top: 4px;
317 margin-bottom: 12px;
318}
319
320#sominfo1, #sominfo {
321 font-size: 8pt;
322 color: #222222;
323 margin-top: 0px;
324}
325
326#somcolor1, #somcolor2, #somcolor3 {
327 display: inline-block;
328 height: 10px;
329 width: 10px;
330}
331
332#third {
333 border: 1px solid #333;
334}
335
336th {
337 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100338 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100339}
340
Marc Kupietz95104512019-12-05 10:13:05 +0100341th, th .regular {
342 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100343 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietz95104512019-12-05 10:13:05 +0100344}
345
Marc Kupietza9270572018-03-17 15:17:07 +0100346p.citation {
347 font-size: 8pt;
348 color: #999999;
349}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100350
351.ui-widget.ui-widget-content {
352 border: none;
353}
354
355#ids_logo {
356 position: absolute;
357 top: 0px;
358 right: 2vw;
359 width: 200px;
360}
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100361
362#tabs-4, #tabs-3, #tabs-2, #tabs-1, #tabs-0, #wrapper {
363 display: flex;
364 justify-content: center;
365 place-items: center;
366}
367
368#info {
369 width: 90ex;
370 max-width: 90vw;
371}
372
373#info p {
374 text-align: justify;
375}
376
377#info pre {
378 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
379}
380
381p.refkey {
382 font-size: 90%;
383 font-weight: bold;
384 text-align: left;
385 margin: 0;
386 color: #657b83;
387}
388
389p.reference {
390 font-size: 90%;
391 text-align: left;
392 margin: 0;
393 margin-left: 2em;
394 margin-bottom: 1ex;
395 color: #657b83;
396}
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100397dt {
398 float: left;
399 clear: left;
400 width: 25ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100401 font-variant-ligatures: common-ligatures;
402 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100403 text-align: right;
404 font-weight: bold;
405 margin-right: 1ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100406}
407
408dd {
409 font-variant-ligatures: common-ligatures;
410 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100411}