blob: c7e499b0b2cb2f037068005f98430cf47eee5b9d [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;
9/* position: absolute;
10 bottom: 0;
11 left: 0;
12 right: 0; */
13}
14
Marc Kupietzc053d972019-01-10 10:41:51 +010015h1 {
Marc Kupietza9270572018-03-17 15:17:07 +010016 margin: 5px 10px 0 0;
17 color: rgb(246,168,0);
18 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;
19 font-weight: bold;
20 line-height: 1.35;
21 letter-spacing: normal;
22 text-transform: uppercase;
23 text-shadow: none;
24 word-wrap: break-word;
25}
26
Marc Kupietzc053d972019-01-10 10:41:51 +010027h2 {
28 color: grey;
29 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;
30 font-weight: bold;
31 letter-spacing: normal;
32 text-transform: uppercase;
33 text-shadow: none;
34 word-wrap: break-word;
35 font-size: 12pt;
36 margin-top: 0pt;
37 margin-bottom: 0pt;
38 margin-letf: 2pt;
39}
Marc Kupietza9270572018-03-17 15:17:07 +010040
41showoptions, #SEARCH {
42 margin-left: 10px;
43 margin-right: 10px;
44}
45
46.tabs-left-vertical .ui-tabs-nav {
47 position: absolute;
48 width: 21em;
49 transform: translate(-100%,0%) rotate(-90deg);
50 transform-origin: 100% 0%;
51}
52
53.tabs-left-vertical .ui-tabs-nav li {
54 float: right;
55}
56
57.tabs-left-vertical .ui-tabs-panel {
58 padding-left: 3.5em;
59}
60
61.tabs-left-vertical .ui-tabs-panel {
62 height: 20em;
63}
64
65.mono {
66 font-family: "DejaVu Sans Mono", Inconsolata, SourceCodePro, "Courier New", Courier, monospace;
67}
68
69.ui-tooltip-content {
70 font-size: 10pt;
71 color: #222222;
72}
73
74svg > .ui-tooltip-content {
75 font-size: 8pt;
76 color: #222222;
77}
78
79a.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +010080 color: #0000ff;
81 fill: #0000ff;;
Marc Kupietza9270572018-03-17 15:17:07 +010082}
83
Marc Kupietzc053d972019-01-10 10:41:51 +010084.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +010085 color: #0000ff;
86 fill: #0000ff;;
Marc Kupietzc053d972019-01-10 10:41:51 +010087}
88
Marc Kupietzb347c9a2018-03-19 16:47:10 +010089#first a, .paradigmator a {
Marc Kupietza9270572018-03-17 15:17:07 +010090 text-decoration: none;
91}
92
93a.marked, #first a.marked {
94 text-decoration: underline;
95}
96
Marc Kupietz4750d872019-02-20 09:43:53 +010097.somtext {
98 font-style: normal;
99 color: #333;
100}
101
102.somtext.merged {
Marc Kupietz223fd282019-02-21 09:02:31 +0100103 color: #0000ff;
104 fill: #0000ff;;
Marc Kupietz4750d872019-02-20 09:43:53 +0100105}
106
107.somtext.target {
108 font-weight: bold;
109 animation: blink-animation 0.5s steps(5, start) 100;
110 -webkit-animation: blink-animation 1s steps(5, start) infinite;
111}
112
113a.target.merged {
Marc Kupietz2e2e4db2018-12-21 15:07:37 +0100114 font-weight: bold;
Marc Kupietz223fd282019-02-21 09:02:31 +0100115 color: #0000ff;
116 fill: #0000ff;;
Marc Kupietz4df4e102019-01-10 10:43:46 +0100117 animation: blink-animation 0.5s steps(5, start) 100;
118 -webkit-animation: blink-animation 1s steps(5, start) infinite;
119}
120
Marc Kupietz223fd282019-02-21 09:02:31 +0100121a.target {
122 font-weight: bold;
123 color: orange;
124 fill: orange;
125 animation: blink-animation 0.5s steps(5, start) 100;
126 -webkit-animation: blink-animation 1s steps(5, start) infinite;
127}
128
129
Marc Kupietz4df4e102019-01-10 10:43:46 +0100130@keyframes blink-animation {
131 to {
132 opacity: 0.5;
133 }
134}
135
136@-webkit-keyframes blink-animation {
137 to {
138 opacity:0.5;
139 }
Marc Kupietza9270572018-03-17 15:17:07 +0100140}
141
142table.display {
143 width: 40% important!;
144 margin: 1; /* <- works for me this way ****/
145}
146
147table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
148 padding: 2px 2px;
149 // border-bottom: 1px solid #111;
150}
151
152g.u a, g.tsnet a, td.collocator {
153 cursor: pointer;
154}
155
156#collocators {
157 margin-bottom: 15px;
158}
159
160#header {
161 width: 100%;
162 // border: 1px solid red;
163 overflow: hidden; /* will contain if #first is longer than #second */
164}
165
166#topwrapper {
167 width: 100%;
168 display: flex;
169 // border: 1px solid red;
170}
171
172#wrapper {
173 width: 100%;
174 display: flex;
175 flex-wrap: wrap;
176 padding:5px;
177 // border: 1px solid green;
178 // border: 1px solid red;
179 // overflow: hidden; /* will contain if #first is longer than #second */
180}
181
182#pagetitle {
183 max-width: 460px;
184 margin-right: 20px;
185 float: left;
186 overflow: hidden; /* if you don't want #second to wrap below #first */
187 // border: 1px solid green;
188}
189
190#options {
191 float: left;
192 width: 800px;
193 margin: 10px;
194 overflow: hidden; /* if you don't want #second to wrap below #first */
195}
196
197#word {
198 width: 50%;
199}
200
201#first {
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100202 margin-right: 10px;
Marc Kupietza9270572018-03-17 15:17:07 +0100203 float: left;
204 overflow: hidden; /* if you don't want #second to wrap below #first */
205 // border: 1px solid green;
206}
207#tabs {
208 margin-right: 20px;
209 overflow: hidden; /* if you don't want #second to wrap below #first */
210}
211
212.tabs-min {
213 background: transparent;
214 border: none;
215}
216
217.tabs-min .ui-widget-header {
218 background: transparent;
219 border: none;
220 border-bottom: 1px solid #c0c0c0;
221 -moz-border-radius: 0px;
222 -webkit-border-radius: 0px;
223 border-radius: 0px;
224}
225
226.tabs-min .ui-tabs-nav .ui-state-default {
227 background: transparent;
228 border: none;
229}
230
231.tabs-min .ui-tabs-nav .ui-state-active {
232 background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center;
233 border: none;
234}
235
236.tabs-min .ui-tabs-nav .ui-state-default a {
237 color: #c0c0c0;
238}
239
240.tabs-min .ui-tabs-nav .ui-state-active a {
241 color: rgb(246,168,0);
242}
243
244#embed {
245 max-width: 802px;
246 border: 1px solid #333;
247}
248
249#second {
250 min-width: 700px;
251 // border: 1px solid #333;
252 overflow: hidden; /* if you don't want #second to wrap below #first */
253}
254#som2 svg {
255 border: 1px solid #333;
256}
257
258#cost {
259 font-size: 8pt;
Marc Kupietzb347c9a2018-03-19 16:47:10 +0100260 float: right;
261 text-aligh: right;
Marc Kupietza9270572018-03-17 15:17:07 +0100262 color: #222222;
263 margin-top: 4px;
264 margin-bottom: 12px;
265}
266
267#sominfo1, #sominfo {
268 font-size: 8pt;
269 color: #222222;
270 margin-top: 0px;
271}
272
273#somcolor1, #somcolor2, #somcolor3 {
274 display: inline-block;
275 height: 10px;
276 width: 10px;
277}
278
279#third {
280 border: 1px solid #333;
281}
282
283th {
284 color: rgb(246,168,0);
285 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;
286}
287
Marc Kupietz95104512019-12-05 10:13:05 +0100288th, th .regular {
289 color: rgb(246,168,0);
290 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;
291}
292
Marc Kupietza9270572018-03-17 15:17:07 +0100293p.citation {
294 font-size: 8pt;
295 color: #999999;
296}