blob: c049257ee98ff38b8596f3cfbf1bd5611d208f78 [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 Kupietzf5abdcd2026-09-04 18:44:21 +0200204/* The scores in the result tables are read column by column, which only works
205 if the digits line up. Fira Sans and Fira Sans Condensed both carry tabular
206 figures in their tnum feature - without it their digits vary in width by
207 almost a third, from 433 to 558 units. font-feature-settings is the fallback
208 for browsers that do not know font-variant-numeric. */
209table.dataTable {
210 font-variant-numeric: tabular-nums;
211 font-feature-settings: "tnum" 1;
212}
213
Marc Kupietz898e5482024-02-20 15:03:07 +0100214.dataTables_filter input { width: 16ex }
215
216.dt-button {
217 margin-top: 4px !important;
218 padding: 0px 6px 0px 6px !important;
219 border: none;
220 border-collapse:collapse;
221}
222
Marc Kupietza9270572018-03-17 15:17:07 +0100223g.u a, g.tsnet a, td.collocator {
224 cursor: pointer;
225}
226
227#collocators {
228 margin-bottom: 15px;
229}
230
231#header {
232 width: 100%;
233 // border: 1px solid red;
234 overflow: hidden; /* will contain if #first is longer than #second */
235}
236
237#topwrapper {
238 width: 100%;
239 display: flex;
240 // border: 1px solid red;
241}
242
243#wrapper {
244 width: 100%;
245 display: flex;
246 flex-wrap: wrap;
247 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100248 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100249 // border: 1px solid red;
250 // overflow: hidden; /* will contain if #first is longer than #second */
251}
252
253#pagetitle {
254 max-width: 460px;
255 margin-right: 20px;
256 float: left;
257 overflow: hidden; /* if you don't want #second to wrap below #first */
258 // border: 1px solid green;
259}
260
261#options {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100262 /* float: left; */
Marc Kupietza9270572018-03-17 15:17:07 +0100263 width: 800px;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100264 margin: 20px auto 10px auto;
Marc Kupietza9270572018-03-17 15:17:07 +0100265 overflow: hidden; /* if you don't want #second to wrap below #first */
266}
267
268#word {
269 width: 50%;
270}
271
272#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100273 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100274 float: left;
275 overflow: hidden; /* if you don't want #second to wrap below #first */
276 // border: 1px solid green;
277}
278#tabs {
279 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100280 min-width: 98vw;
281 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100282 overflow: hidden; /* if you don't want #second to wrap below #first */
283}
284
285.tabs-min {
286 background: transparent;
287 border: none;
288}
289
290.tabs-min .ui-widget-header {
291 background: transparent;
292 border: none;
293 border-bottom: 1px solid #c0c0c0;
294 -moz-border-radius: 0px;
295 -webkit-border-radius: 0px;
296 border-radius: 0px;
297}
298
299.tabs-min .ui-tabs-nav .ui-state-default {
300 background: transparent;
301 border: none;
302}
303
304.tabs-min .ui-tabs-nav .ui-state-active {
305 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
306 border: none;
307}
308
309.tabs-min .ui-tabs-nav .ui-state-default a {
310 color: #c0c0c0;
311}
312
313.tabs-min .ui-tabs-nav .ui-state-active a {
314 color: rgb(246,168,0);
315}
316
317#embed {
318 max-width: 802px;
319 border: 1px solid #333;
320}
321
322#second {
323 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100324/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100325 overflow: hidden; /* if you don't want #second to wrap below #first */
326}
327#som2 svg {
328 border: 1px solid #333;
329}
330
331#cost {
Marc Kupietz4e561c72021-02-10 16:53:07 +0100332 font-family: "Fira Sans Condensed"; sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100333 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100334 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100335 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100336 color: #222222;
337 margin-top: 4px;
338 margin-bottom: 12px;
339}
340
341#sominfo1, #sominfo {
342 font-size: 8pt;
343 color: #222222;
344 margin-top: 0px;
345}
346
347#somcolor1, #somcolor2, #somcolor3 {
348 display: inline-block;
349 height: 10px;
350 width: 10px;
351}
352
353#third {
354 border: 1px solid #333;
355}
356
357th {
358 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100359 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietza9270572018-03-17 15:17:07 +0100360}
361
Marc Kupietz95104512019-12-05 10:13:05 +0100362th, th .regular {
363 color: rgb(246,168,0);
Marc Kupietz4e561c72021-02-10 16:53:07 +0100364 font-family: "Fira Sans Condensed", sans-serif;
Marc Kupietz95104512019-12-05 10:13:05 +0100365}
366
Marc Kupietza9270572018-03-17 15:17:07 +0100367p.citation {
368 font-size: 8pt;
369 color: #999999;
370}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100371
372.ui-widget.ui-widget-content {
373 border: none;
374}
375
376#ids_logo {
377 position: absolute;
378 top: 0px;
379 right: 2vw;
380 width: 200px;
381}
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100382
383#tabs-4, #tabs-3, #tabs-2, #tabs-1, #tabs-0, #wrapper {
384 display: flex;
385 justify-content: center;
386 place-items: center;
387}
388
389#info {
390 width: 90ex;
391 max-width: 90vw;
392}
393
Marc Kupietz5c0b0e12024-04-12 14:42:17 +0200394#info p, dd {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100395 text-align: justify;
396}
397
398#info pre {
399 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
400}
401
402p.refkey {
403 font-size: 90%;
404 font-weight: bold;
405 text-align: left;
406 margin: 0;
407 color: #657b83;
408}
409
410p.reference {
411 font-size: 90%;
412 text-align: left;
413 margin: 0;
414 margin-left: 2em;
415 margin-bottom: 1ex;
416 color: #657b83;
417}
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100418dt {
419 float: left;
420 clear: left;
421 width: 25ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100422 font-variant-ligatures: common-ligatures;
423 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100424 text-align: right;
425 font-weight: bold;
426 margin-right: 1ex;
Marc Kupietzdd8cfbe2024-04-05 11:00:12 +0200427 margin-left: -5ex;
Marc Kupietza546b1e2023-11-05 08:52:37 +0100428}
429
430dd {
431 font-variant-ligatures: common-ligatures;
432 font-variant-numeric: tabular-nums;
Marc Kupietz9ae184c2023-11-04 18:21:54 +0100433}