blob: 6b0f0e6e02e9da2e5e83b5bc9cef5edcfb091790 [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');
Marc Kupietz898e5482024-02-20 15:03:07 +01002@import url('https://cdn.datatables.net/buttons/3.0.0/css/buttons.dataTables.css');
3@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
Marc Kupietz4e561c72021-02-10 16:53:07 +01004
Marc Kupietza9270572018-03-17 15:17:07 +01005body, input {
Marc Kupietz4e561c72021-02-10 16:53:07 +01006 font-family: 'Fira Sans', sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +01007 font-size: 11pt;
8}
9
Marc Kupietz5c0b0e12024-04-12 14:42:17 +020010p, dt, dd {
Marc Kupietz7b0e0b22019-12-06 15:27:20 +010011 line-height: 150%;
12 font-size: 10pt;
13}
14
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010015.footer {
Marc Kupietza9270572018-03-17 15:17:07 +010016 font-size: 8pt;
17 margin-top: 4px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010018 padding-top: 8px;
19 border-top: 1px solid #c0c0c0;
20
Marc Kupietza9270572018-03-17 15:17:07 +010021/* position: absolute;
22 bottom: 0;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010023 left: 0;*/
24 right: 2vw;
25 width: 98vw;
Marc Kupietza9270572018-03-17 15:17:07 +010026}
27
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010028.footertext {
29 display: flow-root;
30 text-align: center;
31 color: grey;
32 font-size: 8pt;
33}
34
35.footertext a:any-link {
36 color: grey;
37}
38
Marc Kupietzc053d972019-01-10 10:41:51 +010039h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010040 margin: 5px 10px 0 0;
41 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +010042 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +010043 font-weight: bold;
44 line-height: 1.35;
45 letter-spacing: normal;
46 text-transform: uppercase;
47 text-shadow: none;
48 word-wrap: break-word;
49}
50
Marc Kupietzc053d972019-01-10 10:41:51 +010051h2 {
52 color: grey;
Marc Kupietz4e561c72021-02-10 16:53:07 +010053 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietzc053d972019-01-10 10:41:51 +010054 font-weight: bold;
55 letter-spacing: normal;
56 text-transform: uppercase;
57 text-shadow: none;
58 word-wrap: break-word;
59 font-size: 12pt;
60 margin-top: 0pt;
61 margin-bottom: 0pt;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010062 margin-left: 2px;
Marc Kupietzc053d972019-01-10 10:41:51 +010063}
Marc Kupietza9270572018-03-17 15:17:07 +010064
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010065h3 {
66 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +010067 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010068 font-weight: bold;
69 /* line-height: 1.35; */
70 font-size: 18pt;
71 margin-bottom: 2pt;
72 letter-spacing: normal;
73 text-transform: uppercase;
74 text-shadow: none;
75 word-wrap: break-word;
76}
77
Marc Kupietz4e561c72021-02-10 16:53:07 +010078.ui-widget-header {
79 font-family: "Fira Sans Condensed"; sans-serif;
80 font-weight: bold;
81}
82
83.ui-widget {
84 font-family: "Fira Sans", sans-serif;
85}
86
87.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
88 font-weight: bold;
89}
90
Marc Kupietza9270572018-03-17 15:17:07 +010091showoptions, #SEARCH {
92 margin-left: 10px;
93 margin-right: 10px;
94}
95
96.tabs-left-vertical .ui-tabs-nav {
97 position: absolute;
98 width: 21em;
99 transform: translate(-100%,0%) rotate(-90deg);
100 transform-origin: 100% 0%;
101}
102
103.tabs-left-vertical .ui-tabs-nav li {
104 float: right;
105}
106
107.tabs-left-vertical .ui-tabs-panel {
108 padding-left: 3.5em;
109}
110
111.tabs-left-vertical .ui-tabs-panel {
112 height: 20em;
113}
114
115.mono {
116 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
Marc Kupietz7b0e0b22019-12-06 15:27:20 +0100117 font-size: 9pt;
118 line-height: 150%;
Marc Kupietza9270572018-03-17 15:17:07 +0100119}
120
121.ui-tooltip-content {
122 font-size: 10pt;
123 color: #222222;
124}
125
126svg > .ui-tooltip-content {
127 font-size: 8pt;
128 color: #222222;
129}
130
131a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100132 color: #0000ff;
133 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +0100134}
135
Marc Kupietzc053d972019-01-10 10:41:51 +0100136.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100137 color: #0000ff;
138 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +0100139}
140
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100141#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +0100142 text-decoration: none;
143}
144
145a.marked, #first a.marked {
146 text-decoration: underline;
147}
148
Marc Kupietz4750d872019-02-20 09:43:53 +0100149.somtext {
150 font-style: normal;
151 color: #333;
152}
153
154.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100155 color: #0000ff;
156 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100157}
158
159.somtext.target {
160 font-weight: bold;
161 animation: blink-animation 0.5s steps(5, start) 100;
162 -webkit-animation: blink-animation 1s steps(5, start) infinite;
163}
164
165a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100166 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100167 color: #0000ff;
168 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100169 animation: blink-animation 0.5s steps(5, start) 100;
170 -webkit-animation: blink-animation 1s steps(5, start) infinite;
171}
172
Marc Kupietz223fd282019-02-21 09:02:31 +0100173a.target {
174 font-weight: bold;
175 color: orange;
176 fill: orange;
177 animation: blink-animation 0.5s steps(5, start) 100;
178 -webkit-animation: blink-animation 1s steps(5, start) infinite;
179}
180
181
Marc Kupietz4df4e102019-01-10 10:43:46 +0100182@keyframes blink-animation {
183 to {
184 opacity: 0.5;
185 }
186}
187
188@-webkit-keyframes blink-animation {
189 to {
190 opacity:0.5;
191 }
Marc Kupietza9270572018-03-17 15:17:07 +0100192}
193
194table.display {
195 width: 40% important!;
196 margin: 1; /* <- works for me this way ****/
197}
198
199table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
200 padding: 2px 2px;
201 // border-bottom: 1px solid #111;
202}
203
Marc Kupietz898e5482024-02-20 15:03:07 +0100204.dataTables_filter input { width: 16ex }
205
206.dt-button {
207 margin-top: 4px !important;
208 padding: 0px 6px 0px 6px !important;
209 border: none;
210 border-collapse:collapse;
211}
212
Marc Kupietza9270572018-03-17 15:17:07 +0100213g.u a, g.tsnet a, td.collocator {
214 cursor: pointer;
215}
216
217#collocators {
218 margin-bottom: 15px;
219}
220
221#header {
222 width: 100%;
223 // border: 1px solid red;
224 overflow: hidden; /* will contain if #first is longer than #second */
225}
226
227#topwrapper {
228 width: 100%;
229 display: flex;
230 // border: 1px solid red;
231}
232
233#wrapper {
234 width: 100%;
235 display: flex;
236 flex-wrap: wrap;
237 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100238 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100239 // border: 1px solid red;
240 // overflow: hidden; /* will contain if #first is longer than #second */
241}
242
243#pagetitle {
244 max-width: 460px;
245 margin-right: 20px;
246 float: left;
247 overflow: hidden; /* if you don't want #second to wrap below #first */
248 // border: 1px solid green;
249}
250
251#options {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100252 /* float: left; */
Marc Kupietza9270572018-03-17 15:17:07 +0100253 width: 800px;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100254 margin: 20px auto 10px auto;
Marc Kupietza9270572018-03-17 15:17:07 +0100255 overflow: hidden; /* if you don't want #second to wrap below #first */
256}
257
258#word {
259 width: 50%;
260}
261
262#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100263 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100264 float: left;
265 overflow: hidden; /* if you don't want #second to wrap below #first */
266 // border: 1px solid green;
267}
268#tabs {
269 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100270 min-width: 98vw;
271 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100272 overflow: hidden; /* if you don't want #second to wrap below #first */
273}
274
275.tabs-min {
276 background: transparent;
277 border: none;
278}
279
280.tabs-min .ui-widget-header {
281 background: transparent;
282 border: none;
283 border-bottom: 1px solid #c0c0c0;
284 -moz-border-radius: 0px;
285 -webkit-border-radius: 0px;
286 border-radius: 0px;
287}
288
289.tabs-min .ui-tabs-nav .ui-state-default {
290 background: transparent;
291 border: none;
292}
293
294.tabs-min .ui-tabs-nav .ui-state-active {
295 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
296 border: none;
297}
298
299.tabs-min .ui-tabs-nav .ui-state-default a {
300 color: #c0c0c0;
301}
302
303.tabs-min .ui-tabs-nav .ui-state-active a {
304 color: rgb(246,168,0);
305}
306
307#embed {
308 max-width: 802px;
309 border: 1px solid #333;
310}
311
312#second {
313 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100314/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100315 overflow: hidden; /* if you don't want #second to wrap below #first */
316}
317#som2 svg {
318 border: 1px solid #333;
319}
320
321#cost {
Marc Kupietz4e561c72021-02-10 16:53:07 +0100322 font-family: "Fira Sans Condensed"; sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100323 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100324 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100325 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100326 color: #222222;
327 margin-top: 4px;
328 margin-bottom: 12px;
329}
330
331#sominfo1, #sominfo {
332 font-size: 8pt;
333 color: #222222;
334 margin-top: 0px;
335}
336
337#somcolor1, #somcolor2, #somcolor3 {
338 display: inline-block;
339 height: 10px;
340 width: 10px;
341}
342
343#third {
344 border: 1px solid #333;
345}
346
347th {
348 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100349 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100350}
351
Marc Kupietz95104512019-12-05 10:13:05 +0100352th, th .regular {
353 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100354 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietz95104512019-12-05 10:13:05 +0100355}
356
Marc Kupietza9270572018-03-17 15:17:07 +0100357p.citation {
358 font-size: 8pt;
359 color: #999999;
360}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100361
362.ui-widget.ui-widget-content {
363 border: none;
364}
365
366#ids_logo {
367 position: absolute;
368 top: 0px;
369 right: 2vw;
370 width: 200px;
371}
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100372
373#tabs-4, #tabs-3, #tabs-2, #tabs-1, #tabs-0, #wrapper {
374 display: flex;
375 justify-content: center;
376 place-items: center;
377}
378
379#info {
380 width: 90ex;
381 max-width: 90vw;
382}
383
Marc Kupietz5c0b0e12024-04-12 14:42:17 +0200384#info p, dd {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100385 text-align: justify;
386}
387
388#info pre {
389 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
390}
391
392p.refkey {
393 font-size: 90%;
394 font-weight: bold;
395 text-align: left;
396 margin: 0;
397 color: #657b83;
398}
399
400p.reference {
401 font-size: 90%;
402 text-align: left;
403 margin: 0;
404 margin-left: 2em;
405 margin-bottom: 1ex;
406 color: #657b83;
407}
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100408dt {
409 float: left;
410 clear: left;
411 width: 25ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100412 font-variant-ligatures: common-ligatures;
413 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100414 text-align: right;
415 font-weight: bold;
416 margin-right: 1ex;
Marc Kupietzdd8cfbe2024-04-05 11:00:12 +0200417 margin-left: -5ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100418}
419
420dd {
421 font-variant-ligatures: common-ligatures;
422 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100423}