blob: ca9a5fa760586bb15d907c9e0a05da7f162a00bd [file] [log] [blame]
Marc Kupietza9270572018-03-17 15:17:07 +01001body, input {
2 font-family: Lato, sans-serif;
3 font-size: 11pt;
4}
5
6.info {
7 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 Kupietzc053d972019-01-10 10:41:51 +010019h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010020 margin: 5px 10px 0 0;
21 color: rgb(246,168,0);
22 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;
23 font-weight: bold;
24 line-height: 1.35;
25 letter-spacing: normal;
26 text-transform: uppercase;
27 text-shadow: none;
28 word-wrap: break-word;
29}
30
Marc Kupietzc053d972019-01-10 10:41:51 +010031h2 {
32 color: grey;
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 letter-spacing: normal;
36 text-transform: uppercase;
37 text-shadow: none;
38 word-wrap: break-word;
39 font-size: 12pt;
40 margin-top: 0pt;
41 margin-bottom: 0pt;
Marc Kupietz6d7462c2019-12-05 10:16:38 +010042 margin-left: 2px;
Marc Kupietzc053d972019-01-10 10:41:51 +010043}
Marc Kupietza9270572018-03-17 15:17:07 +010044
45showoptions, #SEARCH {
46 margin-left: 10px;
47 margin-right: 10px;
48}
49
50.tabs-left-vertical .ui-tabs-nav {
51 position: absolute;
52 width: 21em;
53 transform: translate(-100%,0%) rotate(-90deg);
54 transform-origin: 100% 0%;
55}
56
57.tabs-left-vertical .ui-tabs-nav li {
58 float: right;
59}
60
61.tabs-left-vertical .ui-tabs-panel {
62 padding-left: 3.5em;
63}
64
65.tabs-left-vertical .ui-tabs-panel {
66 height: 20em;
67}
68
69.mono {
70 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
71}
72
73.ui-tooltip-content {
74 font-size: 10pt;
75 color: #222222;
76}
77
78svg > .ui-tooltip-content {
79 font-size: 8pt;
80 color: #222222;
81}
82
83a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +010084 color: #0000ff;
85 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +010086}
87
Marc Kupietzc053d972019-01-10 10:41:51 +010088.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +010089 color: #0000ff;
90 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +010091}
92
Marc Kupietzb347c9a2018-03-19 16:47:10 +010093#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +010094 text-decoration: none;
95}
96
97a.marked, #first a.marked {
98 text-decoration: underline;
99}
100
Marc Kupietz4750d872019-02-20 09:43:53 +0100101.somtext {
102 font-style: normal;
103 color: #333;
104}
105
106.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100107 color: #0000ff;
108 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100109}
110
111.somtext.target {
112 font-weight: bold;
113 animation: blink-animation 0.5s steps(5, start) 100;
114 -webkit-animation: blink-animation 1s steps(5, start) infinite;
115}
116
117a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100118 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100119 color: #0000ff;
120 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100121 animation: blink-animation 0.5s steps(5, start) 100;
122 -webkit-animation: blink-animation 1s steps(5, start) infinite;
123}
124
Marc Kupietz223fd282019-02-21 09:02:31 +0100125a.target {
126 font-weight: bold;
127 color: orange;
128 fill: orange;
129 animation: blink-animation 0.5s steps(5, start) 100;
130 -webkit-animation: blink-animation 1s steps(5, start) infinite;
131}
132
133
Marc Kupietz4df4e102019-01-10 10:43:46 +0100134@keyframes blink-animation {
135 to {
136 opacity: 0.5;
137 }
138}
139
140@-webkit-keyframes blink-animation {
141 to {
142 opacity:0.5;
143 }
Marc Kupietza9270572018-03-17 15:17:07 +0100144}
145
146table.display {
147 width: 40% important!;
148 margin: 1; /* <- works for me this way ****/
149}
150
151table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
152 padding: 2px 2px;
153 // border-bottom: 1px solid #111;
154}
155
156g.u a, g.tsnet a, td.collocator {
157 cursor: pointer;
158}
159
160#collocators {
161 margin-bottom: 15px;
162}
163
164#header {
165 width: 100%;
166 // border: 1px solid red;
167 overflow: hidden; /* will contain if #first is longer than #second */
168}
169
170#topwrapper {
171 width: 100%;
172 display: flex;
173 // border: 1px solid red;
174}
175
176#wrapper {
177 width: 100%;
178 display: flex;
179 flex-wrap: wrap;
180 padding:5px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100181 /* border: 1px solid green;
Marc Kupietza9270572018-03-17 15:17:07 +0100182 // border: 1px solid red;
183 // overflow: hidden; /* will contain if #first is longer than #second */
184}
185
186#pagetitle {
187 max-width: 460px;
188 margin-right: 20px;
189 float: left;
190 overflow: hidden; /* if you don't want #second to wrap below #first */
191 // border: 1px solid green;
192}
193
194#options {
195 float: left;
196 width: 800px;
197 margin: 10px;
198 overflow: hidden; /* if you don't want #second to wrap below #first */
199}
200
201#word {
202 width: 50%;
203}
204
205#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100206 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100207 float: left;
208 overflow: hidden; /* if you don't want #second to wrap below #first */
209 // border: 1px solid green;
210}
211#tabs {
212 margin-right: 20px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100213 min-width: 98vw;
214 min-height: 80vh;
Marc Kupietza9270572018-03-17 15:17:07 +0100215 overflow: hidden; /* if you don't want #second to wrap below #first */
216}
217
218.tabs-min {
219 background: transparent;
220 border: none;
221}
222
223.tabs-min .ui-widget-header {
224 background: transparent;
225 border: none;
226 border-bottom: 1px solid #c0c0c0;
227 -moz-border-radius: 0px;
228 -webkit-border-radius: 0px;
229 border-radius: 0px;
230}
231
232.tabs-min .ui-tabs-nav .ui-state-default {
233 background: transparent;
234 border: none;
235}
236
237.tabs-min .ui-tabs-nav .ui-state-active {
238 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
239 border: none;
240}
241
242.tabs-min .ui-tabs-nav .ui-state-default a {
243 color: #c0c0c0;
244}
245
246.tabs-min .ui-tabs-nav .ui-state-active a {
247 color: rgb(246,168,0);
248}
249
250#embed {
251 max-width: 802px;
252 border: 1px solid #333;
253}
254
255#second {
256 min-width: 700px;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100257/* border: 1px solid #333; */
Marc Kupietza9270572018-03-17 15:17:07 +0100258 overflow: hidden; /* if you don't want #second to wrap below #first */
259}
260#som2 svg {
261 border: 1px solid #333;
262}
263
264#cost {
265 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100266 float: right;
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100267 text-align: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100268 color: #222222;
269 margin-top: 4px;
270 margin-bottom: 12px;
271}
272
273#sominfo1, #sominfo {
274 font-size: 8pt;
275 color: #222222;
276 margin-top: 0px;
277}
278
279#somcolor1, #somcolor2, #somcolor3 {
280 display: inline-block;
281 height: 10px;
282 width: 10px;
283}
284
285#third {
286 border: 1px solid #333;
287}
288
289th {
290 color: rgb(246,168,0);
291 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;
292}
293
Marc Kupietz95104512019-12-05 10:13:05 +0100294th, th .regular {
295 color: rgb(246,168,0);
296 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;
297}
298
Marc Kupietza9270572018-03-17 15:17:07 +0100299p.citation {
300 font-size: 8pt;
301 color: #999999;
302}
Marc Kupietz6d7462c2019-12-05 10:16:38 +0100303
304.ui-widget.ui-widget-content {
305 border: none;
306}
307
308#ids_logo {
309 position: absolute;
310 top: 0px;
311 right: 2vw;
312 width: 200px;
313}