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 | |
| 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 Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 15 | h1 { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 16 | 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 Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 27 | h2 { |
| 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 Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 40 | |
| 41 | showoptions, #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 | |
| 74 | svg > .ui-tooltip-content { |
| 75 | font-size: 8pt; |
| 76 | color: #222222; |
| 77 | } |
| 78 | |
| 79 | a.merged { |
| 80 | color: green; |
| 81 | fill: green; |
| 82 | } |
| 83 | |
Marc Kupietz | c053d97 | 2019-01-10 10:41:51 +0100 | [diff] [blame] | 84 | .merged { |
| 85 | color: green; |
| 86 | fill: green; |
| 87 | } |
| 88 | |
Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 89 | #first a, .paradigmator a { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 90 | text-decoration: none; |
| 91 | } |
| 92 | |
| 93 | a.marked, #first a.marked { |
| 94 | text-decoration: underline; |
| 95 | } |
| 96 | |
Marc Kupietz | 4750d87 | 2019-02-20 09:43:53 +0100 | [diff] [blame] | 97 | .somtext { |
| 98 | font-style: normal; |
| 99 | color: #333; |
| 100 | } |
| 101 | |
| 102 | .somtext.merged { |
| 103 | font-style: italic; |
| 104 | color: #333; |
| 105 | fill: #333; |
| 106 | } |
| 107 | |
| 108 | .somtext.target { |
| 109 | font-weight: bold; |
| 110 | animation: blink-animation 0.5s steps(5, start) 100; |
| 111 | -webkit-animation: blink-animation 1s steps(5, start) infinite; |
| 112 | } |
| 113 | |
| 114 | a.target.merged { |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 115 | a.target { |
Marc Kupietz | 2e2e4db | 2018-12-21 15:07:37 +0100 | [diff] [blame] | 116 | font-weight: bold; |
Marc Kupietz | 4df4e10 | 2019-01-10 10:43:46 +0100 | [diff] [blame] | 117 | animation: blink-animation 0.5s steps(5, start) 100; |
| 118 | -webkit-animation: blink-animation 1s steps(5, start) infinite; |
| 119 | } |
| 120 | |
| 121 | @keyframes blink-animation { |
| 122 | to { |
| 123 | opacity: 0.5; |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | @-webkit-keyframes blink-animation { |
| 128 | to { |
| 129 | opacity:0.5; |
| 130 | } |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 131 | } |
| 132 | |
| 133 | table.display { |
| 134 | width: 40% important!; |
| 135 | margin: 1; /* <- works for me this way ****/ |
| 136 | } |
| 137 | |
| 138 | table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td { |
| 139 | padding: 2px 2px; |
| 140 | // border-bottom: 1px solid #111; |
| 141 | } |
| 142 | |
| 143 | g.u a, g.tsnet a, td.collocator { |
| 144 | cursor: pointer; |
| 145 | } |
| 146 | |
| 147 | #collocators { |
| 148 | margin-bottom: 15px; |
| 149 | } |
| 150 | |
| 151 | #header { |
| 152 | width: 100%; |
| 153 | // border: 1px solid red; |
| 154 | overflow: hidden; /* will contain if #first is longer than #second */ |
| 155 | } |
| 156 | |
| 157 | #topwrapper { |
| 158 | width: 100%; |
| 159 | display: flex; |
| 160 | // border: 1px solid red; |
| 161 | } |
| 162 | |
| 163 | #wrapper { |
| 164 | width: 100%; |
| 165 | display: flex; |
| 166 | flex-wrap: wrap; |
| 167 | padding:5px; |
| 168 | // border: 1px solid green; |
| 169 | // border: 1px solid red; |
| 170 | // overflow: hidden; /* will contain if #first is longer than #second */ |
| 171 | } |
| 172 | |
| 173 | #pagetitle { |
| 174 | max-width: 460px; |
| 175 | margin-right: 20px; |
| 176 | float: left; |
| 177 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 178 | // border: 1px solid green; |
| 179 | } |
| 180 | |
| 181 | #options { |
| 182 | float: left; |
| 183 | width: 800px; |
| 184 | margin: 10px; |
| 185 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 186 | } |
| 187 | |
| 188 | #word { |
| 189 | width: 50%; |
| 190 | } |
| 191 | |
| 192 | #first { |
Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 193 | margin-right: 10px; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 194 | float: left; |
| 195 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 196 | // border: 1px solid green; |
| 197 | } |
| 198 | #tabs { |
| 199 | margin-right: 20px; |
| 200 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 201 | } |
| 202 | |
| 203 | .tabs-min { |
| 204 | background: transparent; |
| 205 | border: none; |
| 206 | } |
| 207 | |
| 208 | .tabs-min .ui-widget-header { |
| 209 | background: transparent; |
| 210 | border: none; |
| 211 | border-bottom: 1px solid #c0c0c0; |
| 212 | -moz-border-radius: 0px; |
| 213 | -webkit-border-radius: 0px; |
| 214 | border-radius: 0px; |
| 215 | } |
| 216 | |
| 217 | .tabs-min .ui-tabs-nav .ui-state-default { |
| 218 | background: transparent; |
| 219 | border: none; |
| 220 | } |
| 221 | |
| 222 | .tabs-min .ui-tabs-nav .ui-state-active { |
| 223 | background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center; |
| 224 | border: none; |
| 225 | } |
| 226 | |
| 227 | .tabs-min .ui-tabs-nav .ui-state-default a { |
| 228 | color: #c0c0c0; |
| 229 | } |
| 230 | |
| 231 | .tabs-min .ui-tabs-nav .ui-state-active a { |
| 232 | color: rgb(246,168,0); |
| 233 | } |
| 234 | |
| 235 | #embed { |
| 236 | max-width: 802px; |
| 237 | border: 1px solid #333; |
| 238 | } |
| 239 | |
| 240 | #second { |
| 241 | min-width: 700px; |
| 242 | // border: 1px solid #333; |
| 243 | overflow: hidden; /* if you don't want #second to wrap below #first */ |
| 244 | } |
| 245 | #som2 svg { |
| 246 | border: 1px solid #333; |
| 247 | } |
| 248 | |
| 249 | #cost { |
| 250 | font-size: 8pt; |
Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 251 | float: right; |
| 252 | text-aligh: right; |
Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 253 | color: #222222; |
| 254 | margin-top: 4px; |
| 255 | margin-bottom: 12px; |
| 256 | } |
| 257 | |
| 258 | #sominfo1, #sominfo { |
| 259 | font-size: 8pt; |
| 260 | color: #222222; |
| 261 | margin-top: 0px; |
| 262 | } |
| 263 | |
| 264 | #somcolor1, #somcolor2, #somcolor3 { |
| 265 | display: inline-block; |
| 266 | height: 10px; |
| 267 | width: 10px; |
| 268 | } |
| 269 | |
| 270 | #third { |
| 271 | border: 1px solid #333; |
| 272 | } |
| 273 | |
| 274 | th { |
| 275 | color: rgb(246,168,0); |
| 276 | 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; |
| 277 | } |
| 278 | |
| 279 | p.citation { |
| 280 | font-size: 8pt; |
| 281 | color: #999999; |
| 282 | } |