Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 1 | body, input { |
| 2 | font-family: Lato, sans-serif; |
| 3 | font-size: 11pt; |
| 4 | } |
| 5 | |
Marc Kupietz | 7b0e0b2 | 2019-12-06 15:27:20 +0100 | [diff] [blame] | 6 | p { |
| 7 | line-height: 150%; |
| 8 | font-size: 10pt; |
| 9 | } |
| 10 | |
Marc Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 11 | .footer { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 12 | font-size: 8pt; |
| 13 | margin-top: 4px; |
Marc Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 14 | padding-top: 8px; |
| 15 | border-top: 1px solid #c0c0c0; |
| 16 | |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 17 | /* position: absolute; |
| 18 | bottom: 0; |
Marc Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 19 | left: 0;*/ |
| 20 | right: 2vw; |
| 21 | width: 98vw; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 22 | } |
| 23 | |
Marc Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 24 | .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 Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 35 | h1 { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 36 | 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 Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 47 | h2 { |
| 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 Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 58 | margin-left: 2px; |
Marc Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 59 | } |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 60 | |
Marc Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 61 | h3 { |
| 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 Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 74 | showoptions, #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 Kupietz | 7b0e0b2 | 2019-12-06 15:27:20 +0100 | [diff] [blame] | 100 | font-size: 9pt; |
| 101 | line-height: 150%; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 102 | } |
| 103 | |
| 104 | .ui-tooltip-content { |
| 105 | font-size: 10pt; |
| 106 | color: #222222; |
| 107 | } |
| 108 | |
| 109 | svg > .ui-tooltip-content { |
| 110 | font-size: 8pt; |
| 111 | color: #222222; |
| 112 | } |
| 113 | |
| 114 | a.merged { |
Marc Kupietz | 223fd28 | 2019-02-21 09:02:31 +0100 | [diff] [blame] | 115 | color: #0000ff; |
| 116 | fill: #0000ff;; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 117 | } |
| 118 | |
Marc Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 119 | .merged { |
Marc Kupietz | 223fd28 | 2019-02-21 09:02:31 +0100 | [diff] [blame] | 120 | color: #0000ff; |
| 121 | fill: #0000ff;; |
Marc Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 122 | } |
| 123 | |
Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 124 | #first a, .paradigmator a { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 125 | text-decoration: none; |
| 126 | } |
| 127 | |
| 128 | a.marked, #first a.marked { |
| 129 | text-decoration: underline; |
| 130 | } |
| 131 | |
Marc Kupietz | 4750d87 | 2019-02-20 09:43:53 +0100 | [diff] [blame] | 132 | .somtext { |
| 133 | font-style: normal; |
| 134 | color: #333; |
| 135 | } |
| 136 | |
| 137 | .somtext.merged { |
Marc Kupietz | 223fd28 | 2019-02-21 09:02:31 +0100 | [diff] [blame] | 138 | color: #0000ff; |
| 139 | fill: #0000ff;; |
Marc Kupietz | 4750d87 | 2019-02-20 09:43:53 +0100 | [diff] [blame] | 140 | } |
| 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 | |
| 148 | a.target.merged { |
Marc Kupietz | 2e2e4db | 2018-12-21 15:07:37 +0100 | [diff] [blame] | 149 | font-weight: bold; |
Marc Kupietz | 223fd28 | 2019-02-21 09:02:31 +0100 | [diff] [blame] | 150 | color: #0000ff; |
| 151 | fill: #0000ff;; |
Marc Kupietz | 4df4e10 | 2019-01-10 10:43:46 +0100 | [diff] [blame] | 152 | animation: blink-animation 0.5s steps(5, start) 100; |
| 153 | -webkit-animation: blink-animation 1s steps(5, start) infinite; |
| 154 | } |
| 155 | |
Marc Kupietz | 223fd28 | 2019-02-21 09:02:31 +0100 | [diff] [blame] | 156 | a.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 Kupietz | 4df4e10 | 2019-01-10 10:43:46 +0100 | [diff] [blame] | 165 | @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 Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 175 | } |
| 176 | |
| 177 | table.display { |
| 178 | width: 40% important!; |
| 179 | margin: 1; /* <- works for me this way ****/ |
| 180 | } |
| 181 | |
| 182 | table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td { |
| 183 | padding: 2px 2px; |
| 184 | // border-bottom: 1px solid #111; |
| 185 | } |
| 186 | |
| 187 | g.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 Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 212 | /* border: 1px solid green; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 213 | // 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 Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 226 | /* float: left; */ |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 227 | width: 800px; |
Marc Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 228 | margin: 20px auto 10px auto; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 229 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 230 | } |
| 231 | |
| 232 | #word { |
| 233 | width: 50%; |
| 234 | } |
| 235 | |
| 236 | #first { |
Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 237 | margin-right: 10px; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 238 | 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 Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 244 | min-width: 98vw; |
| 245 | min-height: 80vh; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 246 | 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 Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 288 | /* border: 1px solid #333; */ |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 289 | 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 Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 297 | float: right; |
Marc Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 298 | text-align: right; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 299 | 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 | |
| 320 | th { |
| 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 Kupietz | 9510451 | 2019-12-05 10:13:05 +0100 | [diff] [blame] | 325 | th, 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 Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 330 | p.citation { |
| 331 | font-size: 8pt; |
| 332 | color: #999999; |
| 333 | } |
Marc Kupietz | 6d7462c | 2019-12-05 10:16:38 +0100 | [diff] [blame] | 334 | |
| 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 Kupietz | d6dfdf0 | 2019-12-06 09:53:34 +0100 | [diff] [blame] | 345 | |
| 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 | |
| 365 | p.refkey { |
| 366 | font-size: 90%; |
| 367 | font-weight: bold; |
| 368 | text-align: left; |
| 369 | margin: 0; |
| 370 | color: #657b83; |
| 371 | } |
| 372 | |
| 373 | p.reference { |
| 374 | font-size: 90%; |
| 375 | text-align: left; |
| 376 | margin: 0; |
| 377 | margin-left: 2em; |
| 378 | margin-bottom: 1ex; |
| 379 | color: #657b83; |
| 380 | } |