blob: f6caa724efcf42d7c9f426c35a463974ec0e24b0 [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 Kupietzd6dfdf02019-12-06 09:53:34 +01006.footer {
Marc Kupietza9270572018-03-17 15:17:07 +01007 font-size: 8pt;
8 margin-top: 4px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +01009 padding-top: 8px;
10 border-top: 1px solid #c0c0c0;
11
Marc Kupietza9270572018-03-17 15:17:07 +010012/* position: absolute;
13 bottom: 0;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010014 left: 0;*/
15 right: 2vw;
16 width: 98vw;
Marc Kupietza9270572018-03-17 15:17:07 +010017}
18
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010019.footertext {
20 display: flow-root;
21 text-align: center;
22 color: grey;
23 font-size: 8pt;
24}
25
26.footertext a:any-link {
27 color: grey;
28}
29
Marc Kupietzc053d972019-01-10 10:41:51 +010030h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010031 margin: 5px 10px 0 0;
32 color: rgb(246,168,0);
33 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;
34 font-weight: bold;
35 line-height: 1.35;
36 letter-spacing: normal;
37 text-transform: uppercase;
38 text-shadow: none;
39 word-wrap: break-word;
40}
41
Marc Kupietzc053d972019-01-10 10:41:51 +010042h2 {
43 color: grey;
44 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;
45 font-weight: bold;
46 letter-spacing: normal;
47 text-transform: uppercase;
48 text-shadow: none;
49 word-wrap: break-word;
50 font-size: 12pt;
51 margin-top: 0pt;
52 margin-bottom: 0pt;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010053 margin-left: 2px;
Marc Kupietzc053d972019-01-10 10:41:51 +010054}
Marc Kupietza9270572018-03-17 15:17:07 +010055
Marc Kupietzd6dfdf02019-12-06 09:53:34 +010056h3 {
57 color: rgb(246,168,0);
58 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;
59 font-weight: bold;
60 /* line-height: 1.35; */
61 font-size: 18pt;
62 margin-bottom: 2pt;
63 letter-spacing: normal;
64 text-transform: uppercase;
65 text-shadow: none;
66 word-wrap: break-word;
67}
68
Marc Kupietza9270572018-03-17 15:17:07 +010069showoptions, #SEARCH {
70 margin-left: 10px;
71 margin-right: 10px;
72}
73
74.tabs-left-vertical .ui-tabs-nav {
75 position: absolute;
76 width: 21em;
77 transform: translate(-100%,0%) rotate(-90deg);
78 transform-origin: 100% 0%;
79}
80
81.tabs-left-vertical .ui-tabs-nav li {
82 float: right;
83}
84
85.tabs-left-vertical .ui-tabs-panel {
86 padding-left: 3.5em;
87}
88
89.tabs-left-vertical .ui-tabs-panel {
90 height: 20em;
91}
92
93.mono {
94 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
95}
96
97.ui-tooltip-content {
98 font-size: 10pt;
99 color: #222222;
100}
101
102svg > .ui-tooltip-content {
103 font-size: 8pt;
104 color: #222222;
105}
106
107a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100108 color: #0000ff;
109 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +0100110}
111
Marc Kupietzc053d972019-01-10 10:41:51 +0100112.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100113 color: #0000ff;
114 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +0100115}
116
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100117#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +0100118 text-decoration: none;
119}
120
121a.marked, #first a.marked {
122 text-decoration: underline;
123}
124
Marc Kupietz4750d872019-02-20 09:43:53 +0100125.somtext {
126 font-style: normal;
127 color: #333;
128}
129
130.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100131 color: #0000ff;
132 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100133}
134
135.somtext.target {
136 font-weight: bold;
137 animation: blink-animation 0.5s steps(5, start) 100;
138 -webkit-animation: blink-animation 1s steps(5, start) infinite;
139}
140
141a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100142 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100143 color: #0000ff;
144 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100145 animation: blink-animation 0.5s steps(5, start) 100;
146 -webkit-animation: blink-animation 1s steps(5, start) infinite;
147}
148
Marc Kupietz223fd282019-02-21 09:02:31 +0100149a.target {
150 font-weight: bold;
151 color: orange;
152 fill: orange;
153 animation: blink-animation 0.5s steps(5, start) 100;
154 -webkit-animation: blink-animation 1s steps(5, start) infinite;
155}
156
157
Marc Kupietz4df4e102019-01-10 10:43:46 +0100158@keyframes blink-animation {
159 to {
160 opacity: 0.5;
161 }
162}
163
164@-webkit-keyframes blink-animation {
165 to {
166 opacity:0.5;
167 }
Marc Kupietza9270572018-03-17 15:17:07 +0100168}
169
170table.display {
171 width: 40% important!;
172 margin: 1; /* <- works for me this way ****/
173}
174
175table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
176 padding: 2px 2px;
177 // border-bottom: 1px solid #111;
178}
179
180g.u a, g.tsnet a, td.collocator {
181 cursor: pointer;
182}
183
184#collocators {
185 margin-bottom: 15px;
186}
187
188#header {
189 width: 100%;
190 // border: 1px solid red;
191 overflow: hidden; /* will contain if #first is longer than #second */
192}
193
194#topwrapper {
195 width: 100%;
196 display: flex;
197 // border: 1px solid red;
198}
199
200#wrapper {
201 width: 100%;
202 display: flex;
203 flex-wrap: wrap;
204 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100205 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100206 // border: 1px solid red;
207 // overflow: hidden; /* will contain if #first is longer than #second */
208}
209
210#pagetitle {
211 max-width: 460px;
212 margin-right: 20px;
213 float: left;
214 overflow: hidden; /* if you don't want #second to wrap below #first */
215 // border: 1px solid green;
216}
217
218#options {
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100219 /* float: left; */
Marc Kupietza9270572018-03-17 15:17:07 +0100220 width: 800px;
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100221 margin: 20px auto 10px auto;
Marc Kupietza9270572018-03-17 15:17:07 +0100222 overflow: hidden; /* if you don't want #second to wrap below #first */
223}
224
225#word {
226 width: 50%;
227}
228
229#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100230 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100231 float: left;
232 overflow: hidden; /* if you don't want #second to wrap below #first */
233 // border: 1px solid green;
234}
235#tabs {
236 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100237 min-width: 98vw;
238 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100239 overflow: hidden; /* if you don't want #second to wrap below #first */
240}
241
242.tabs-min {
243 background: transparent;
244 border: none;
245}
246
247.tabs-min .ui-widget-header {
248 background: transparent;
249 border: none;
250 border-bottom: 1px solid #c0c0c0;
251 -moz-border-radius: 0px;
252 -webkit-border-radius: 0px;
253 border-radius: 0px;
254}
255
256.tabs-min .ui-tabs-nav .ui-state-default {
257 background: transparent;
258 border: none;
259}
260
261.tabs-min .ui-tabs-nav .ui-state-active {
262 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
263 border: none;
264}
265
266.tabs-min .ui-tabs-nav .ui-state-default a {
267 color: #c0c0c0;
268}
269
270.tabs-min .ui-tabs-nav .ui-state-active a {
271 color: rgb(246,168,0);
272}
273
274#embed {
275 max-width: 802px;
276 border: 1px solid #333;
277}
278
279#second {
280 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100281/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100282 overflow: hidden; /* if you don't want #second to wrap below #first */
283}
284#som2 svg {
285 border: 1px solid #333;
286}
287
288#cost {
289 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100290 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100291 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100292 color: #222222;
293 margin-top: 4px;
294 margin-bottom: 12px;
295}
296
297#sominfo1, #sominfo {
298 font-size: 8pt;
299 color: #222222;
300 margin-top: 0px;
301}
302
303#somcolor1, #somcolor2, #somcolor3 {
304 display: inline-block;
305 height: 10px;
306 width: 10px;
307}
308
309#third {
310 border: 1px solid #333;
311}
312
313th {
314 color: rgb(246,168,0);
315 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;
316}
317
Marc Kupietz95104512019-12-05 10:13:05 +0100318th, th .regular {
319 color: rgb(246,168,0);
320 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;
321}
322
Marc Kupietza9270572018-03-17 15:17:07 +0100323p.citation {
324 font-size: 8pt;
325 color: #999999;
326}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100327
328.ui-widget.ui-widget-content {
329 border: none;
330}
331
332#ids_logo {
333 position: absolute;
334 top: 0px;
335 right: 2vw;
336 width: 200px;
337}
Marc Kupietzd6dfdf02019-12-06 09:53:34 +0100338
339#tabs-4, #tabs-3, #tabs-2, #tabs-1, #tabs-0, #wrapper {
340 display: flex;
341 justify-content: center;
342 place-items: center;
343}
344
345#info {
346 width: 90ex;
347 max-width: 90vw;
348}
349
350#info p {
351 text-align: justify;
352}
353
354#info pre {
355 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
356}
357
358p.refkey {
359 font-size: 90%;
360 font-weight: bold;
361 text-align: left;
362 margin: 0;
363 color: #657b83;
364}
365
366p.reference {
367 font-size: 90%;
368 text-align: left;
369 margin: 0;
370 margin-left: 2em;
371 margin-bottom: 1ex;
372 color: #657b83;
373}