blob: 88e490404e58353401ca81e4e502e3e72a4132bf [file] [log] [blame]
Marc Kupietza9270572018-03-17 15:17:07 +01001body, input {
2 font-family: Lato, sans-serif;
3 font-size: 11pt;
4}
5
Marc Kupietz7b0e0b22019-12-06 15:27:20 +01006p {
7 line-height: 150%;
8 font-size: 10pt;
9}
10
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010011.footer {
Marc Kupietza9270572018-03-17 15:17:07 +010012 font-size: 8pt;
13 margin-top: 4px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010014 padding-top: 8px;
15 border-top: 1px solid #c0c0c0;
16
Marc Kupietza9270572018-03-17 15:17:07 +010017/* position: absolute;
18 bottom: 0;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010019 left: 0;*/
20 right: 2vw;
21 width: 98vw;
Marc Kupietza9270572018-03-17 15:17:07 +010022}
23
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010024.footertext {
25 display: flow-root;
26 text-align: center;
27 color: grey;
28 font-size: 8pt;
29}
30
31.footertext a:any-link {
32 color: grey;
33}
34
Marc Kupietzc053d972019-01-10 10:41:51 +010035h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010036 margin: 5px 10px 0 0;
37 color: rgb(246,168,0);
38 font-family: "Univers LT Std 47 Cn Lt", "Univers LT Std 67 Cn Lt", "Roboto Condensed", "Univers LT Std 67 Cn Bold", "UniversLTStd-BoldCn", "Times", 'League Gothic', Impact, sans-serif;
39 font-weight: bold;
40 line-height: 1.35;
41 letter-spacing: normal;
42 text-transform: uppercase;
43 text-shadow: none;
44 word-wrap: break-word;
45}
46
Marc Kupietzc053d972019-01-10 10:41:51 +010047h2 {
48 color: grey;
49 font-family: "Univers LT Std 47 Cn Lt", "Univers LT Std 67 Cn Lt", "Roboto Condensed", "Univers LT Std 67 Cn Bold", "UniversLTStd-BoldCn", "Times", 'League Gothic', Impact, sans-serif;
50 font-weight: bold;
51 letter-spacing: normal;
52 text-transform: uppercase;
53 text-shadow: none;
54 word-wrap: break-word;
55 font-size: 12pt;
56 margin-top: 0pt;
57 margin-bottom: 0pt;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010058 margin-left: 2px;
Marc Kupietzc053d972019-01-10 10:41:51 +010059}
Marc Kupietza9270572018-03-17 15:17:07 +010060
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010061h3 {
62 color: rgb(246,168,0);
63 font-family: "Univers LT Std 47 Cn Lt", "Univers LT Std 67 Cn Lt", "Roboto Condensed", "Univers LT Std 67 Cn Bold", "UniversLTStd-BoldCn", "Times", 'League Gothic', Impact, sans-serif;
64 font-weight: bold;
65 /* line-height: 1.35; */
66 font-size: 18pt;
67 margin-bottom: 2pt;
68 letter-spacing: normal;
69 text-transform: uppercase;
70 text-shadow: none;
71 word-wrap: break-word;
72}
73
Marc Kupietza9270572018-03-17 15:17:07 +010074showoptions, #SEARCH {
75 margin-left: 10px;
76 margin-right: 10px;
77}
78
79.tabs-left-vertical .ui-tabs-nav {
80 position: absolute;
81 width: 21em;
82 transform: translate(-100%,0%) rotate(-90deg);
83 transform-origin: 100% 0%;
84}
85
86.tabs-left-vertical .ui-tabs-nav li {
87 float: right;
88}
89
90.tabs-left-vertical .ui-tabs-panel {
91 padding-left: 3.5em;
92}
93
94.tabs-left-vertical .ui-tabs-panel {
95 height: 20em;
96}
97
98.mono {
99 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
Marc Kupietz7b0e0b22019-12-06 15:27:20 +0100100 font-size: 9pt;
101 line-height: 150%;
Marc Kupietza9270572018-03-17 15:17:07 +0100102}
103
104.ui-tooltip-content {
105 font-size: 10pt;
106 color: #222222;
107}
108
109svg > .ui-tooltip-content {
110 font-size: 8pt;
111 color: #222222;
112}
113
114a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100115 color: #0000ff;
116 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +0100117}
118
Marc Kupietzc053d972019-01-10 10:41:51 +0100119.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100120 color: #0000ff;
121 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +0100122}
123
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100124#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +0100125 text-decoration: none;
126}
127
128a.marked, #first a.marked {
129 text-decoration: underline;
130}
131
Marc Kupietz4750d872019-02-20 09:43:53 +0100132.somtext {
133 font-style: normal;
134 color: #333;
135}
136
137.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100138 color: #0000ff;
139 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100140}
141
142.somtext.target {
143 font-weight: bold;
144 animation: blink-animation 0.5s steps(5, start) 100;
145 -webkit-animation: blink-animation 1s steps(5, start) infinite;
146}
147
148a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100149 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100150 color: #0000ff;
151 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100152 animation: blink-animation 0.5s steps(5, start) 100;
153 -webkit-animation: blink-animation 1s steps(5, start) infinite;
154}
155
Marc Kupietz223fd282019-02-21 09:02:31 +0100156a.target {
157 font-weight: bold;
158 color: orange;
159 fill: orange;
160 animation: blink-animation 0.5s steps(5, start) 100;
161 -webkit-animation: blink-animation 1s steps(5, start) infinite;
162}
163
164
Marc Kupietz4df4e102019-01-10 10:43:46 +0100165@keyframes blink-animation {
166 to {
167 opacity: 0.5;
168 }
169}
170
171@-webkit-keyframes blink-animation {
172 to {
173 opacity:0.5;
174 }
Marc Kupietza9270572018-03-17 15:17:07 +0100175}
176
177table.display {
178 width: 40% important!;
179 margin: 1; /* <- works for me this way ****/
180}
181
182table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
183 padding: 2px 2px;
184 // border-bottom: 1px solid #111;
185}
186
187g.u a, g.tsnet a, td.collocator {
188 cursor: pointer;
189}
190
191#collocators {
192 margin-bottom: 15px;
193}
194
195#header {
196 width: 100%;
197 // border: 1px solid red;
198 overflow: hidden; /* will contain if #first is longer than #second */
199}
200
201#topwrapper {
202 width: 100%;
203 display: flex;
204 // border: 1px solid red;
205}
206
207#wrapper {
208 width: 100%;
209 display: flex;
210 flex-wrap: wrap;
211 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100212 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100213 // border: 1px solid red;
214 // overflow: hidden; /* will contain if #first is longer than #second */
215}
216
217#pagetitle {
218 max-width: 460px;
219 margin-right: 20px;
220 float: left;
221 overflow: hidden; /* if you don't want #second to wrap below #first */
222 // border: 1px solid green;
223}
224
225#options {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100226 /* float: left; */
Marc Kupietza9270572018-03-17 15:17:07 +0100227 width: 800px;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100228 margin: 20px auto 10px auto;
Marc Kupietza9270572018-03-17 15:17:07 +0100229 overflow: hidden; /* if you don't want #second to wrap below #first */
230}
231
232#word {
233 width: 50%;
234}
235
236#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100237 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100238 float: left;
239 overflow: hidden; /* if you don't want #second to wrap below #first */
240 // border: 1px solid green;
241}
242#tabs {
243 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100244 min-width: 98vw;
245 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100246 overflow: hidden; /* if you don't want #second to wrap below #first */
247}
248
249.tabs-min {
250 background: transparent;
251 border: none;
252}
253
254.tabs-min .ui-widget-header {
255 background: transparent;
256 border: none;
257 border-bottom: 1px solid #c0c0c0;
258 -moz-border-radius: 0px;
259 -webkit-border-radius: 0px;
260 border-radius: 0px;
261}
262
263.tabs-min .ui-tabs-nav .ui-state-default {
264 background: transparent;
265 border: none;
266}
267
268.tabs-min .ui-tabs-nav .ui-state-active {
269 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
270 border: none;
271}
272
273.tabs-min .ui-tabs-nav .ui-state-default a {
274 color: #c0c0c0;
275}
276
277.tabs-min .ui-tabs-nav .ui-state-active a {
278 color: rgb(246,168,0);
279}
280
281#embed {
282 max-width: 802px;
283 border: 1px solid #333;
284}
285
286#second {
287 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100288/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100289 overflow: hidden; /* if you don't want #second to wrap below #first */
290}
291#som2 svg {
292 border: 1px solid #333;
293}
294
295#cost {
296 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100297 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100298 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100299 color: #222222;
300 margin-top: 4px;
301 margin-bottom: 12px;
302}
303
304#sominfo1, #sominfo {
305 font-size: 8pt;
306 color: #222222;
307 margin-top: 0px;
308}
309
310#somcolor1, #somcolor2, #somcolor3 {
311 display: inline-block;
312 height: 10px;
313 width: 10px;
314}
315
316#third {
317 border: 1px solid #333;
318}
319
320th {
321 color: rgb(246,168,0);
322 font-family: "Univers LT Std 47 Cn Lt", "Univers LT Std 67 Cn Lt", "Roboto Condensed", "Univers LT Std 67 Cn Bold", "UniversLTStd-BoldCn", "Times", 'League Gothic', Impact, sans-serif;
323}
324
Marc Kupietz95104512019-12-05 10:13:05 +0100325th, th .regular {
326 color: rgb(246,168,0);
327 font-family: "Univers LT Std 47 Cn Lt", "Univers LT Std 67 Cn Lt", "Roboto Condensed", "Univers LT Std 67 Cn Bold", "UniversLTStd-BoldCn", "Times", 'League Gothic', Impact, sans-serif;
328}
329
Marc Kupietza9270572018-03-17 15:17:07 +0100330p.citation {
331 font-size: 8pt;
332 color: #999999;
333}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100334
335.ui-widget.ui-widget-content {
336 border: none;
337}
338
339#ids_logo {
340 position: absolute;
341 top: 0px;
342 right: 2vw;
343 width: 200px;
344}
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100345
346#tabs-4, #tabs-3, #tabs-2, #tabs-1, #tabs-0, #wrapper {
347 display: flex;
348 justify-content: center;
349 place-items: center;
350}
351
352#info {
353 width: 90ex;
354 max-width: 90vw;
355}
356
357#info p {
358 text-align: justify;
359}
360
361#info pre {
362 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
363}
364
365p.refkey {
366 font-size: 90%;
367 font-weight: bold;
368 text-align: left;
369 margin: 0;
370 color: #657b83;
371}
372
373p.reference {
374 font-size: 90%;
375 text-align: left;
376 margin: 0;
377 margin-left: 2em;
378 margin-bottom: 1ex;
379 color: #657b83;
380}