| 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 |  | 
|  | 97 | a.target { | 
| Marc Kupietz | 2e2e4db | 2018-12-21 15:07:37 +0100 | [diff] [blame] | 98 | font-weight: bold; | 
| Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 99 | } | 
|  | 100 |  | 
|  | 101 | table.display { | 
|  | 102 | width: 40% important!; | 
|  | 103 | margin: 1;  /* <- works for me this way ****/ | 
|  | 104 | } | 
|  | 105 |  | 
|  | 106 | table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td { | 
|  | 107 | padding: 2px 2px; | 
|  | 108 | //  border-bottom: 1px solid #111; | 
|  | 109 | } | 
|  | 110 |  | 
|  | 111 | g.u a, g.tsnet a, td.collocator { | 
|  | 112 | cursor: pointer; | 
|  | 113 | } | 
|  | 114 |  | 
|  | 115 | #collocators { | 
|  | 116 | margin-bottom: 15px; | 
|  | 117 | } | 
|  | 118 |  | 
|  | 119 | #header { | 
|  | 120 | width: 100%; | 
|  | 121 | //   border: 1px solid red; | 
|  | 122 | overflow: hidden; /* will contain if #first is longer than #second */ | 
|  | 123 | } | 
|  | 124 |  | 
|  | 125 | #topwrapper { | 
|  | 126 | width: 100%; | 
|  | 127 | display: flex; | 
|  | 128 | //       border: 1px solid red; | 
|  | 129 | } | 
|  | 130 |  | 
|  | 131 | #wrapper { | 
|  | 132 | width: 100%; | 
|  | 133 | display: flex; | 
|  | 134 | flex-wrap: wrap; | 
|  | 135 | padding:5px; | 
|  | 136 | //       border: 1px solid green; | 
|  | 137 | //   border: 1px solid red; | 
|  | 138 | //  overflow: hidden; /* will contain if #first is longer than #second */ | 
|  | 139 | } | 
|  | 140 |  | 
|  | 141 | #pagetitle { | 
|  | 142 | max-width: 460px; | 
|  | 143 | margin-right: 20px; | 
|  | 144 | float: left; | 
|  | 145 | overflow: hidden; /* if you don't want #second to wrap below #first */ | 
|  | 146 | //    border: 1px solid green; | 
|  | 147 | } | 
|  | 148 |  | 
|  | 149 | #options { | 
|  | 150 | float: left; | 
|  | 151 | width: 800px; | 
|  | 152 | margin: 10px; | 
|  | 153 | overflow: hidden; /* if you don't want #second to wrap below #first */ | 
|  | 154 | } | 
|  | 155 |  | 
|  | 156 | #word { | 
|  | 157 | width: 50%; | 
|  | 158 | } | 
|  | 159 |  | 
|  | 160 | #first { | 
| Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 161 | margin-right: 10px; | 
| Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 162 | float: left; | 
|  | 163 | overflow: hidden; /* if you don't want #second to wrap below #first */ | 
|  | 164 | //    border: 1px solid green; | 
|  | 165 | } | 
|  | 166 | #tabs { | 
|  | 167 | margin-right: 20px; | 
|  | 168 | overflow: hidden; /* if you don't want #second to wrap below #first */ | 
|  | 169 | } | 
|  | 170 |  | 
|  | 171 | .tabs-min { | 
|  | 172 | background: transparent; | 
|  | 173 | border: none; | 
|  | 174 | } | 
|  | 175 |  | 
|  | 176 | .tabs-min .ui-widget-header { | 
|  | 177 | background: transparent; | 
|  | 178 | border: none; | 
|  | 179 | border-bottom: 1px solid #c0c0c0; | 
|  | 180 | -moz-border-radius: 0px; | 
|  | 181 | -webkit-border-radius: 0px; | 
|  | 182 | border-radius: 0px; | 
|  | 183 | } | 
|  | 184 |  | 
|  | 185 | .tabs-min .ui-tabs-nav .ui-state-default { | 
|  | 186 | background: transparent; | 
|  | 187 | border: none; | 
|  | 188 | } | 
|  | 189 |  | 
|  | 190 | .tabs-min .ui-tabs-nav .ui-state-active { | 
|  | 191 | background: transparent url(/derekovecs/img/uiTabsArrow.png) no-repeat bottom center; | 
|  | 192 | border: none; | 
|  | 193 | } | 
|  | 194 |  | 
|  | 195 | .tabs-min .ui-tabs-nav .ui-state-default a { | 
|  | 196 | color: #c0c0c0; | 
|  | 197 | } | 
|  | 198 |  | 
|  | 199 | .tabs-min .ui-tabs-nav .ui-state-active a { | 
|  | 200 | color: rgb(246,168,0); | 
|  | 201 | } | 
|  | 202 |  | 
|  | 203 | #embed { | 
|  | 204 | max-width: 802px; | 
|  | 205 | border: 1px solid #333; | 
|  | 206 | } | 
|  | 207 |  | 
|  | 208 | #second { | 
|  | 209 | min-width: 700px; | 
|  | 210 | //       border: 1px solid #333; | 
|  | 211 | overflow: hidden; /* if you don't want #second to wrap below #first */ | 
|  | 212 | } | 
|  | 213 | #som2 svg { | 
|  | 214 | border: 1px solid #333; | 
|  | 215 | } | 
|  | 216 |  | 
|  | 217 | #cost { | 
|  | 218 | font-size: 8pt; | 
| Marc Kupietz | b347c9a | 2018-03-19 16:47:10 +0100 | [diff] [blame] | 219 | float: right; | 
|  | 220 | text-aligh: right; | 
| Marc Kupietz | a927057 | 2018-03-17 15:17:07 +0100 | [diff] [blame] | 221 | color: #222222; | 
|  | 222 | margin-top: 4px; | 
|  | 223 | margin-bottom: 12px; | 
|  | 224 | } | 
|  | 225 |  | 
|  | 226 | #sominfo1, #sominfo { | 
|  | 227 | font-size: 8pt; | 
|  | 228 | color: #222222; | 
|  | 229 | margin-top: 0px; | 
|  | 230 | } | 
|  | 231 |  | 
|  | 232 | #somcolor1, #somcolor2, #somcolor3 { | 
|  | 233 | display: inline-block; | 
|  | 234 | height: 10px; | 
|  | 235 | width: 10px; | 
|  | 236 | } | 
|  | 237 |  | 
|  | 238 | #third { | 
|  | 239 | border: 1px solid #333; | 
|  | 240 | } | 
|  | 241 |  | 
|  | 242 | th { | 
|  | 243 | color: rgb(246,168,0); | 
|  | 244 | 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; | 
|  | 245 | } | 
|  | 246 |  | 
|  | 247 | p.citation { | 
|  | 248 | font-size: 8pt; | 
|  | 249 | color: #999999; | 
|  | 250 | } |