Mercurial > repos > immport-devteam > cs_overview
comparison js/Editor-1.5.6/css/editor.jqueryui.css @ 2:a64ece32a01a draft default tip
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cs_overview commit a46097db0b6056e1125237393eb6974cfd51eb41"
| author | azomics |
|---|---|
| date | Tue, 28 Jul 2020 08:32:36 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:bca68066a957 | 2:a64ece32a01a |
|---|---|
| 1 div.DTE_Field input, | |
| 2 div.DTE_Field textarea { | |
| 3 box-sizing: border-box; | |
| 4 background-color: white; | |
| 5 -webkit-transition: background-color ease-in-out .15s; | |
| 6 transition: background-color ease-in-out .15s; | |
| 7 } | |
| 8 div.DTE_Field input:focus, | |
| 9 div.DTE_Field textarea:focus { | |
| 10 background-color: #ffffee; | |
| 11 } | |
| 12 div.DTE_Field input[type="color"], | |
| 13 div.DTE_Field input[type="date"], | |
| 14 div.DTE_Field input[type="datetime"], | |
| 15 div.DTE_Field input[type="datetime-local"], | |
| 16 div.DTE_Field input[type="email"], | |
| 17 div.DTE_Field input[type="month"], | |
| 18 div.DTE_Field input[type="number"], | |
| 19 div.DTE_Field input[type="password"], | |
| 20 div.DTE_Field input[type="search"], | |
| 21 div.DTE_Field input[type="tel"], | |
| 22 div.DTE_Field input[type="text"], | |
| 23 div.DTE_Field input[type="time"], | |
| 24 div.DTE_Field input[type="url"], | |
| 25 div.DTE_Field input[type="week"] { | |
| 26 padding: 6px 4px; | |
| 27 width: 100%; | |
| 28 } | |
| 29 div.DTE_Field div.DTE_Field_Info, | |
| 30 div.DTE_Field div.DTE_Field_Message { | |
| 31 font-size: 11px; | |
| 32 line-height: 1em; | |
| 33 } | |
| 34 div.DTE_Field div.DTE_Field_Error { | |
| 35 font-size: 11px; | |
| 36 line-height: 1em; | |
| 37 display: none; | |
| 38 color: red; | |
| 39 margin-top: 5px; | |
| 40 } | |
| 41 div.DTE_Field div.multi-value { | |
| 42 display: none; | |
| 43 border: 1px dotted #666; | |
| 44 border-radius: 3px; | |
| 45 padding: 5px; | |
| 46 background-color: #fafafa; | |
| 47 cursor: pointer; | |
| 48 } | |
| 49 div.DTE_Field div.multi-value span { | |
| 50 font-size: 0.8em; | |
| 51 line-height: 1.25em; | |
| 52 display: block; | |
| 53 color: #666; | |
| 54 } | |
| 55 div.DTE_Field div.multi-value:hover { | |
| 56 background-color: #f1f1f1; | |
| 57 } | |
| 58 div.DTE_Field div.multi-restore { | |
| 59 display: none; | |
| 60 margin-top: 0.5em; | |
| 61 font-size: 0.8em; | |
| 62 line-height: 1.25em; | |
| 63 color: #3879d9; | |
| 64 } | |
| 65 div.DTE_Field div.multi-restore:hover { | |
| 66 text-decoration: underline; | |
| 67 cursor: pointer; | |
| 68 } | |
| 69 | |
| 70 div.DTE_Field_Type_textarea textarea { | |
| 71 padding: 3px; | |
| 72 width: 100%; | |
| 73 height: 80px; | |
| 74 } | |
| 75 | |
| 76 div.DTE_Field.DTE_Field_Type_date img { | |
| 77 vertical-align: middle; | |
| 78 cursor: pointer; | |
| 79 *cursor: hand; | |
| 80 } | |
| 81 div.DTE_Field.DTE_Field_Type_date input.jqueryui { | |
| 82 width: 87%; | |
| 83 margin-right: 6px; | |
| 84 } | |
| 85 | |
| 86 div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div, | |
| 87 div.DTE_Field_Type_radio div.DTE_Field_Input > div > div { | |
| 88 margin-bottom: 0.25em; | |
| 89 } | |
| 90 div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div:last-child, | |
| 91 div.DTE_Field_Type_radio div.DTE_Field_Input > div > div:last-child { | |
| 92 margin-bottom: 0; | |
| 93 } | |
| 94 div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div label, | |
| 95 div.DTE_Field_Type_radio div.DTE_Field_Input > div > div label { | |
| 96 margin-left: 0.75em; | |
| 97 vertical-align: middle; | |
| 98 } | |
| 99 | |
| 100 div.DTE_Field_Type_select div.DTE_Field_Input { | |
| 101 padding-top: 4px; | |
| 102 } | |
| 103 | |
| 104 div.DTE_Body { | |
| 105 padding: 50px 0; | |
| 106 } | |
| 107 div.DTE_Body div.DTE_Body_Content { | |
| 108 position: relative; | |
| 109 overflow: auto; | |
| 110 } | |
| 111 div.DTE_Body div.DTE_Body_Content div.DTE_Form_Info { | |
| 112 padding: 1em 1em 0 1em; | |
| 113 margin: 0; | |
| 114 } | |
| 115 div.DTE_Body div.DTE_Body_Content div.DTE_Field { | |
| 116 position: relative; | |
| 117 zoom: 1; | |
| 118 clear: both; | |
| 119 padding: 5px 20%; | |
| 120 border: 1px solid transparent; | |
| 121 } | |
| 122 div.DTE_Body div.DTE_Body_Content div.DTE_Field:after { | |
| 123 display: block; | |
| 124 content: "."; | |
| 125 height: 0; | |
| 126 line-height: 0; | |
| 127 clear: both; | |
| 128 visibility: hidden; | |
| 129 } | |
| 130 div.DTE_Body div.DTE_Body_Content div.DTE_Field:hover { | |
| 131 background-color: #f9f9f9; | |
| 132 border: 1px solid #f3f3f3; | |
| 133 } | |
| 134 div.DTE_Body div.DTE_Body_Content div.DTE_Field > label { | |
| 135 float: left; | |
| 136 width: 40%; | |
| 137 padding-top: 6px; | |
| 138 } | |
| 139 div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input { | |
| 140 float: right; | |
| 141 width: 60%; | |
| 142 } | |
| 143 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full { | |
| 144 padding: 5px 0 5px 20%; | |
| 145 } | |
| 146 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label { | |
| 147 width: 30%; | |
| 148 } | |
| 149 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input { | |
| 150 width: 70%; | |
| 151 } | |
| 152 div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input { | |
| 153 float: none; | |
| 154 clear: both; | |
| 155 width: 100%; | |
| 156 } | |
| 157 | |
| 158 html[dir="rtl"] div.DTE_Body div.DTE_Body_Content div.DTE_Field > label { | |
| 159 float: right; | |
| 160 } | |
| 161 html[dir="rtl"] div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input { | |
| 162 float: left; | |
| 163 } | |
| 164 html[dir="rtl"] div.DTE div.DTE_Form_Buttons button { | |
| 165 float: left; | |
| 166 } | |
| 167 | |
| 168 @media only screen and (max-width: 768px) { | |
| 169 div.DTE_Body div.DTE_Body_Content div.DTE_Field { | |
| 170 padding: 5px 10%; | |
| 171 } | |
| 172 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full { | |
| 173 padding: 5px 0 5px 10%; | |
| 174 } | |
| 175 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label { | |
| 176 width: 35.5%; | |
| 177 } | |
| 178 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input { | |
| 179 width: 64.5%; | |
| 180 } | |
| 181 div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input { | |
| 182 width: 100%; | |
| 183 } | |
| 184 } | |
| 185 @media only screen and (max-width: 640px) { | |
| 186 div.DTE_Body div.DTE_Body_Content div.DTE_Field { | |
| 187 padding: 5px 0; | |
| 188 } | |
| 189 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full { | |
| 190 padding: 5px 0%; | |
| 191 } | |
| 192 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label { | |
| 193 width: 40%; | |
| 194 } | |
| 195 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input { | |
| 196 width: 60%; | |
| 197 } | |
| 198 div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input { | |
| 199 width: 100%; | |
| 200 } | |
| 201 } | |
| 202 @media only screen and (max-width: 580px) { | |
| 203 div.DTE_Body div.DTE_Body_Content div.DTE_Field { | |
| 204 position: relative; | |
| 205 zoom: 1; | |
| 206 clear: both; | |
| 207 padding: 5px 0; | |
| 208 } | |
| 209 div.DTE_Body div.DTE_Body_Content div.DTE_Field > label { | |
| 210 float: none; | |
| 211 width: auto; | |
| 212 padding-top: 0; | |
| 213 } | |
| 214 div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input { | |
| 215 float: none; | |
| 216 width: auto; | |
| 217 } | |
| 218 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full, div.DTE_Body div.DTE_Body_Content div.DTE_Field.block { | |
| 219 padding: 5px 0; | |
| 220 } | |
| 221 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label, | |
| 222 div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input, div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > label, | |
| 223 div.DTE_Body div.DTE_Body_Content div.DTE_Field.block > div.DTE_Field_Input { | |
| 224 width: 100%; | |
| 225 } | |
| 226 } | |
| 227 div.DTE_Bubble { | |
| 228 position: absolute; | |
| 229 z-index: 11; | |
| 230 margin-top: -6px; | |
| 231 opacity: 0; | |
| 232 } | |
| 233 div.DTE_Bubble div.DTE_Bubble_Liner { | |
| 234 position: absolute; | |
| 235 bottom: 0; | |
| 236 border: 1px solid black; | |
| 237 width: 300px; | |
| 238 margin-left: -150px; | |
| 239 background-color: white; | |
| 240 box-shadow: 2px 2px 7px #555; | |
| 241 border-radius: 5px; | |
| 242 border: 2px solid #444; | |
| 243 padding: 1em; | |
| 244 -webkit-box-sizing: border-box; | |
| 245 -moz-box-sizing: border-box; | |
| 246 box-sizing: border-box; | |
| 247 } | |
| 248 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table { | |
| 249 display: table; | |
| 250 width: 100%; | |
| 251 } | |
| 252 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form { | |
| 253 display: table-cell; | |
| 254 } | |
| 255 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content { | |
| 256 padding: 0; | |
| 257 } | |
| 258 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field { | |
| 259 position: relative; | |
| 260 zoom: 1; | |
| 261 margin-bottom: 0.5em; | |
| 262 } | |
| 263 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child { | |
| 264 margin-bottom: 0; | |
| 265 } | |
| 266 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons { | |
| 267 display: table-cell; | |
| 268 vertical-align: bottom; | |
| 269 padding: 0 0 0 0.75em; | |
| 270 width: 1%; | |
| 271 } | |
| 272 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header { | |
| 273 border-top-left-radius: 5px; | |
| 274 border-top-right-radius: 5px; | |
| 275 } | |
| 276 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info, | |
| 277 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table { | |
| 278 padding-top: 42px; | |
| 279 } | |
| 280 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error { | |
| 281 float: none; | |
| 282 display: none; | |
| 283 padding: 0; | |
| 284 margin-bottom: 0.5em; | |
| 285 } | |
| 286 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close { | |
| 287 position: absolute; | |
| 288 top: -11px; | |
| 289 right: -11px; | |
| 290 width: 22px; | |
| 291 height: 22px; | |
| 292 border: 2px solid white; | |
| 293 background-color: black; | |
| 294 text-align: center; | |
| 295 border-radius: 15px; | |
| 296 cursor: pointer; | |
| 297 z-index: 12; | |
| 298 box-shadow: 2px 2px 6px #111; | |
| 299 } | |
| 300 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after { | |
| 301 content: '\00d7'; | |
| 302 color: white; | |
| 303 font-weight: bold; | |
| 304 font-size: 18px; | |
| 305 line-height: 22px; | |
| 306 font-family: 'Courier New', Courier, monospace; | |
| 307 padding-left: 1px; | |
| 308 } | |
| 309 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover { | |
| 310 background-color: #092079; | |
| 311 box-shadow: 2px 2px 9px #111; | |
| 312 } | |
| 313 div.DTE_Bubble div.DTE_Bubble_Triangle { | |
| 314 position: absolute; | |
| 315 height: 10px; | |
| 316 width: 10px; | |
| 317 top: -6px; | |
| 318 background-color: white; | |
| 319 border: 2px solid #444; | |
| 320 border-top: none; | |
| 321 border-right: none; | |
| 322 -webkit-transform: rotate(-45deg); | |
| 323 -moz-transform: rotate(-45deg); | |
| 324 -ms-transform: rotate(-45deg); | |
| 325 -o-transform: rotate(-45deg); | |
| 326 transform: rotate(-45deg); | |
| 327 } | |
| 328 div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after { | |
| 329 position: absolute; | |
| 330 content: ' '; | |
| 331 display: block; | |
| 332 top: 12px; | |
| 333 right: 18px; | |
| 334 height: 12px; | |
| 335 width: 17px; | |
| 336 background: url("../images/ajax-loader-small.gif") no-repeat top left; | |
| 337 } | |
| 338 div.DTE_Bubble.below div.DTE_Bubble_Liner { | |
| 339 top: 10px; | |
| 340 bottom: auto; | |
| 341 } | |
| 342 div.DTE_Bubble.below div.DTE_Bubble_Triangle { | |
| 343 top: 4px; | |
| 344 -webkit-transform: rotate(135deg); | |
| 345 -moz-transform: rotate(135deg); | |
| 346 -ms-transform: rotate(135deg); | |
| 347 -o-transform: rotate(135deg); | |
| 348 transform: rotate(135deg); | |
| 349 } | |
| 350 | |
| 351 div.DTE_Bubble_Background { | |
| 352 position: fixed; | |
| 353 top: 0; | |
| 354 left: 0; | |
| 355 width: 100%; | |
| 356 height: 100%; | |
| 357 background: rgba(0, 0, 0, 0.7); | |
| 358 /* Fallback */ | |
| 359 background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); | |
| 360 /* IE10 Consumer Preview */ | |
| 361 background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); | |
| 362 /* Firefox */ | |
| 363 background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); | |
| 364 /* Opera */ | |
| 365 background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7))); | |
| 366 /* Webkit (Safari/Chrome 10) */ | |
| 367 background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); | |
| 368 /* Webkit (Chrome 11+) */ | |
| 369 background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); | |
| 370 /* W3C Markup, IE10 Release Preview */ | |
| 371 z-index: 10; | |
| 372 } | |
| 373 div.DTE_Bubble_Background > div { | |
| 374 position: absolute; | |
| 375 top: 0; | |
| 376 right: 0; | |
| 377 left: 0; | |
| 378 bottom: 0; | |
| 379 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); | |
| 380 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; | |
| 381 } | |
| 382 div.DTE_Bubble_Background > div:not([dummy]) { | |
| 383 filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); | |
| 384 } | |
| 385 | |
| 386 div.DTE_Inline { | |
| 387 position: relative; | |
| 388 display: table; | |
| 389 width: 100%; | |
| 390 } | |
| 391 div.DTE_Inline div.DTE_Inline_Field, | |
| 392 div.DTE_Inline div.DTE_Inline_Buttons { | |
| 393 display: table-cell; | |
| 394 vertical-align: middle; | |
| 395 } | |
| 396 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field, | |
| 397 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field { | |
| 398 padding: 0; | |
| 399 } | |
| 400 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label, | |
| 401 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label { | |
| 402 display: none; | |
| 403 } | |
| 404 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input, | |
| 405 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input { | |
| 406 width: 100%; | |
| 407 } | |
| 408 div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button, | |
| 409 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button { | |
| 410 margin: -6px 0 -6px 4px; | |
| 411 padding: 5px; | |
| 412 } | |
| 413 div.DTE_Inline div.DTE_Field input[type="color"], | |
| 414 div.DTE_Inline div.DTE_Field input[type="date"], | |
| 415 div.DTE_Inline div.DTE_Field input[type="datetime"], | |
| 416 div.DTE_Inline div.DTE_Field input[type="datetime-local"], | |
| 417 div.DTE_Inline div.DTE_Field input[type="email"], | |
| 418 div.DTE_Inline div.DTE_Field input[type="month"], | |
| 419 div.DTE_Inline div.DTE_Field input[type="number"], | |
| 420 div.DTE_Inline div.DTE_Field input[type="password"], | |
| 421 div.DTE_Inline div.DTE_Field input[type="search"], | |
| 422 div.DTE_Inline div.DTE_Field input[type="tel"], | |
| 423 div.DTE_Inline div.DTE_Field input[type="text"], | |
| 424 div.DTE_Inline div.DTE_Field input[type="time"], | |
| 425 div.DTE_Inline div.DTE_Field input[type="url"], | |
| 426 div.DTE_Inline div.DTE_Field input[type="week"] { | |
| 427 margin: -6px 0; | |
| 428 } | |
| 429 div.DTE_Inline.DTE_Processing:after { | |
| 430 position: absolute; | |
| 431 content: ' '; | |
| 432 display: block; | |
| 433 top: 4px; | |
| 434 right: 10px; | |
| 435 height: 12px; | |
| 436 width: 17px; | |
| 437 background: url("../images/ajax-loader-small.gif") no-repeat top left; | |
| 438 } | |
| 439 | |
| 440 span.dtr-data div.DTE_Inline { | |
| 441 display: inline-table; | |
| 442 } | |
| 443 | |
| 444 table.dataTable tbody tr.highlight { | |
| 445 background-color: #FFFBCC !important; | |
| 446 } | |
| 447 table.dataTable tbody tr.highlight, | |
| 448 table.dataTable tbody tr.noHighlight, | |
| 449 table.dataTable tbody tr.highlight td, | |
| 450 table.dataTable tbody tr.noHighlight td { | |
| 451 -webkit-transition: background-color 500ms linear; | |
| 452 -moz-transition: background-color 500ms linear; | |
| 453 -ms-transition: background-color 500ms linear; | |
| 454 -o-transition: background-color 500ms linear; | |
| 455 transition: background-color 500ms linear; | |
| 456 } | |
| 457 table.dataTable.stripe tbody tr.odd.highlight, table.dataTable.display tbody tr.odd.highlight { | |
| 458 background-color: #f9f5c7; | |
| 459 } | |
| 460 table.dataTable.hover tbody tr:hover.highlight, | |
| 461 table.dataTable.hover tbody tr.odd:hover.highlight, | |
| 462 table.dataTable.hover tbody tr.even:hover.highlight, table.dataTable.display tbody tr:hover.highlight, | |
| 463 table.dataTable.display tbody tr.odd:hover.highlight, | |
| 464 table.dataTable.display tbody tr.even:hover.highlight { | |
| 465 background-color: #f6f2c5; | |
| 466 } | |
| 467 table.dataTable.order-column tbody tr.highlight > .sorting_1, | |
| 468 table.dataTable.order-column tbody tr.highlight > .sorting_2, | |
| 469 table.dataTable.order-column tbody tr.highlight > .sorting_3, table.dataTable.display tbody tr.highlight > .sorting_1, | |
| 470 table.dataTable.display tbody tr.highlight > .sorting_2, | |
| 471 table.dataTable.display tbody tr.highlight > .sorting_3 { | |
| 472 background-color: #faf6c8; | |
| 473 } | |
| 474 table.dataTable.display tbody tr.odd.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_1 { | |
| 475 background-color: #f1edc1; | |
| 476 } | |
| 477 table.dataTable.display tbody tr.odd.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_2 { | |
| 478 background-color: #f3efc2; | |
| 479 } | |
| 480 table.dataTable.display tbody tr.odd.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.highlight > .sorting_3 { | |
| 481 background-color: #f5f1c4; | |
| 482 } | |
| 483 table.dataTable.display tbody tr.even.highlight > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_1 { | |
| 484 background-color: #faf6c8; | |
| 485 } | |
| 486 table.dataTable.display tbody tr.even.highlight > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_2 { | |
| 487 background-color: #fcf8ca; | |
| 488 } | |
| 489 table.dataTable.display tbody tr.even.highlight > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.highlight > .sorting_3 { | |
| 490 background-color: #fefacb; | |
| 491 } | |
| 492 table.dataTable.display tbody tr:hover.highlight > .sorting_1, | |
| 493 table.dataTable.display tbody tr.odd:hover.highlight > .sorting_1, | |
| 494 table.dataTable.display tbody tr.even:hover.highlight > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_1, | |
| 495 table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_1, | |
| 496 table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_1 { | |
| 497 background-color: #eae6bb; | |
| 498 } | |
| 499 table.dataTable.display tbody tr:hover.highlight > .sorting_2, | |
| 500 table.dataTable.display tbody tr.odd:hover.highlight > .sorting_2, | |
| 501 table.dataTable.display tbody tr.even:hover.highlight > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_2, | |
| 502 table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_2, | |
| 503 table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_2 { | |
| 504 background-color: #ece8bd; | |
| 505 } | |
| 506 table.dataTable.display tbody tr:hover.highlight > .sorting_3, | |
| 507 table.dataTable.display tbody tr.odd:hover.highlight > .sorting_3, | |
| 508 table.dataTable.display tbody tr.even:hover.highlight > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.highlight > .sorting_3, | |
| 509 table.dataTable.order-column.hover tbody tr.odd:hover.highlight > .sorting_3, | |
| 510 table.dataTable.order-column.hover tbody tr.even:hover.highlight > .sorting_3 { | |
| 511 background-color: #efebbf; | |
| 512 } | |
| 513 | |
| 514 div.DTE div.editor_upload { | |
| 515 padding-top: 4px; | |
| 516 } | |
| 517 div.DTE div.editor_upload div.eu_table { | |
| 518 display: table; | |
| 519 width: 100%; | |
| 520 } | |
| 521 div.DTE div.editor_upload div.row { | |
| 522 display: table-row; | |
| 523 } | |
| 524 div.DTE div.editor_upload div.cell { | |
| 525 display: table-cell; | |
| 526 position: relative; | |
| 527 width: 50%; | |
| 528 vertical-align: top; | |
| 529 } | |
| 530 div.DTE div.editor_upload div.cell + div.cell { | |
| 531 padding-left: 10px; | |
| 532 } | |
| 533 div.DTE div.editor_upload div.row + div.row div.cell { | |
| 534 padding-top: 10px; | |
| 535 } | |
| 536 div.DTE div.editor_upload button.btn, | |
| 537 div.DTE div.editor_upload input[type=file] { | |
| 538 width: 100%; | |
| 539 height: 2.3em; | |
| 540 font-size: 0.8em; | |
| 541 text-align: center; | |
| 542 line-height: 1em; | |
| 543 } | |
| 544 div.DTE div.editor_upload input[type=file] { | |
| 545 position: absolute; | |
| 546 top: 0; | |
| 547 left: 0; | |
| 548 width: 100%; | |
| 549 opacity: 0; | |
| 550 } | |
| 551 div.DTE div.editor_upload div.drop { | |
| 552 position: relative; | |
| 553 box-sizing: border-box; | |
| 554 width: 100%; | |
| 555 height: 100%; | |
| 556 border: 3px dashed #ccc; | |
| 557 border-radius: 6px; | |
| 558 min-height: 4em; | |
| 559 color: #999; | |
| 560 padding-top: 3px; | |
| 561 text-align: center; | |
| 562 } | |
| 563 div.DTE div.editor_upload div.drop.over { | |
| 564 border: 3px dashed #111; | |
| 565 color: #111; | |
| 566 } | |
| 567 div.DTE div.editor_upload div.drop span { | |
| 568 max-width: 75%; | |
| 569 font-size: 0.85em; | |
| 570 line-height: 1em; | |
| 571 } | |
| 572 div.DTE div.editor_upload div.rendered img { | |
| 573 max-width: 8em; | |
| 574 margin: 0 auto; | |
| 575 } | |
| 576 div.DTE div.editor_upload.noDrop div.drop { | |
| 577 display: none; | |
| 578 } | |
| 579 div.DTE div.editor_upload.noDrop div.row.second { | |
| 580 display: none; | |
| 581 } | |
| 582 div.DTE div.editor_upload.noDrop div.rendered { | |
| 583 margin-top: 10px; | |
| 584 } | |
| 585 div.DTE div.editor_upload.noClear div.clearValue button { | |
| 586 display: none; | |
| 587 } | |
| 588 div.DTE div.editor_upload.multi div.cell { | |
| 589 display: block; | |
| 590 width: 100%; | |
| 591 } | |
| 592 div.DTE div.editor_upload.multi div.cell div.drop { | |
| 593 min-height: 0; | |
| 594 padding-bottom: 5px; | |
| 595 } | |
| 596 div.DTE div.editor_upload.multi div.clearValue { | |
| 597 display: none; | |
| 598 } | |
| 599 div.DTE div.editor_upload.multi ul { | |
| 600 list-style-type: none; | |
| 601 margin: 0; | |
| 602 padding: 0; | |
| 603 } | |
| 604 div.DTE div.editor_upload.multi ul li { | |
| 605 position: relative; | |
| 606 margin-top: 0.5em; | |
| 607 } | |
| 608 div.DTE div.editor_upload.multi ul li:first-child { | |
| 609 margin-top: 0; | |
| 610 } | |
| 611 div.DTE div.editor_upload.multi ul li img { | |
| 612 vertical-align: middle; | |
| 613 } | |
| 614 div.DTE div.editor_upload.multi ul li button { | |
| 615 position: absolute; | |
| 616 width: 40px; | |
| 617 right: 0; | |
| 618 top: 50%; | |
| 619 margin-top: -1.5em; | |
| 620 } | |
| 621 | |
| 622 div.editor-datetime { | |
| 623 position: absolute; | |
| 624 background-color: white; | |
| 625 z-index: 2050; | |
| 626 border: 1px solid #ccc; | |
| 627 box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); | |
| 628 padding-bottom: 5px; | |
| 629 } | |
| 630 div.editor-datetime div.editor-datetime-title { | |
| 631 text-align: center; | |
| 632 padding: 5px 0px 3px; | |
| 633 } | |
| 634 div.editor-datetime table { | |
| 635 border-spacing: 0; | |
| 636 margin: 6px 13px; | |
| 637 } | |
| 638 div.editor-datetime table th { | |
| 639 font-size: 0.8em; | |
| 640 color: #777; | |
| 641 font-weight: normal; | |
| 642 width: 14.285714286%; | |
| 643 padding: 0 0 4px 0; | |
| 644 text-align: center; | |
| 645 } | |
| 646 div.editor-datetime table td { | |
| 647 font-size: 0.9em; | |
| 648 color: #444; | |
| 649 padding: 0; | |
| 650 } | |
| 651 div.editor-datetime table td.day { | |
| 652 text-align: right; | |
| 653 background: #f5f5f5; | |
| 654 } | |
| 655 div.editor-datetime table td.day.disabled { | |
| 656 color: #aaa; | |
| 657 background: white; | |
| 658 } | |
| 659 div.editor-datetime table td.day.today { | |
| 660 background-color: #ddd; | |
| 661 } | |
| 662 div.editor-datetime table td.day.today button { | |
| 663 font-weight: bold; | |
| 664 } | |
| 665 div.editor-datetime table td.day.selected button { | |
| 666 background: #4E6CA3; | |
| 667 color: white; | |
| 668 border-radius: 2px; | |
| 669 } | |
| 670 div.editor-datetime table td.day button:hover { | |
| 671 background: #ff8000; | |
| 672 color: white; | |
| 673 border-radius: 2px; | |
| 674 } | |
| 675 div.editor-datetime table td.editor-datetime-week { | |
| 676 font-size: 0.7em; | |
| 677 } | |
| 678 div.editor-datetime table button { | |
| 679 width: 100%; | |
| 680 box-sizing: border-box; | |
| 681 border: none; | |
| 682 background: transparent; | |
| 683 font-size: inherit; | |
| 684 color: inherit; | |
| 685 text-align: inherit; | |
| 686 padding: 5px 9px; | |
| 687 cursor: pointer; | |
| 688 margin: 0; | |
| 689 } | |
| 690 div.editor-datetime table.weekNumber th { | |
| 691 width: 12.5%; | |
| 692 } | |
| 693 div.editor-datetime div.editor-datetime-label { | |
| 694 position: relative; | |
| 695 display: inline-block; | |
| 696 height: 30px; | |
| 697 padding: 5px 6px; | |
| 698 border: 1px solid transparent; | |
| 699 box-sizing: border-box; | |
| 700 cursor: pointer; | |
| 701 } | |
| 702 div.editor-datetime div.editor-datetime-label:hover { | |
| 703 border: 1px solid #ddd; | |
| 704 border-radius: 2px; | |
| 705 background-color: #f5f5f5; | |
| 706 } | |
| 707 div.editor-datetime div.editor-datetime-label select { | |
| 708 position: absolute; | |
| 709 top: 6px; | |
| 710 left: 0; | |
| 711 cursor: pointer; | |
| 712 opacity: 0; | |
| 713 -ms-filter: "alpha(opacity=0)"; | |
| 714 } | |
| 715 div.editor-datetime div.editor-datetime-time { | |
| 716 text-align: center; | |
| 717 } | |
| 718 div.editor-datetime div.editor-datetime-time > span { | |
| 719 vertical-align: middle; | |
| 720 } | |
| 721 div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock { | |
| 722 display: inline-block; | |
| 723 vertical-align: middle; | |
| 724 } | |
| 725 div.editor-datetime div.editor-datetime-iconLeft, | |
| 726 div.editor-datetime div.editor-datetime-iconRight, | |
| 727 div.editor-datetime div.editor-datetime-iconUp, | |
| 728 div.editor-datetime div.editor-datetime-iconDown { | |
| 729 width: 30px; | |
| 730 height: 30px; | |
| 731 background-position: center; | |
| 732 background-repeat: no-repeat; | |
| 733 opacity: 0.3; | |
| 734 overflow: hidden; | |
| 735 box-sizing: border-box; | |
| 736 } | |
| 737 div.editor-datetime div.editor-datetime-iconLeft:hover, | |
| 738 div.editor-datetime div.editor-datetime-iconRight:hover, | |
| 739 div.editor-datetime div.editor-datetime-iconUp:hover, | |
| 740 div.editor-datetime div.editor-datetime-iconDown:hover { | |
| 741 border: 1px solid #ccc; | |
| 742 border-radius: 2px; | |
| 743 background-color: #f0f0f0; | |
| 744 opacity: 0.6; | |
| 745 } | |
| 746 div.editor-datetime div.editor-datetime-iconLeft button, | |
| 747 div.editor-datetime div.editor-datetime-iconRight button, | |
| 748 div.editor-datetime div.editor-datetime-iconUp button, | |
| 749 div.editor-datetime div.editor-datetime-iconDown button { | |
| 750 border: none; | |
| 751 background: transparent; | |
| 752 text-indent: 30px; | |
| 753 height: 100%; | |
| 754 width: 100%; | |
| 755 cursor: pointer; | |
| 756 } | |
| 757 div.editor-datetime div.editor-datetime-iconLeft { | |
| 758 position: absolute; | |
| 759 top: 5px; | |
| 760 left: 5px; | |
| 761 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); | |
| 762 } | |
| 763 div.editor-datetime div.editor-datetime-iconRight { | |
| 764 position: absolute; | |
| 765 top: 5px; | |
| 766 right: 5px; | |
| 767 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); | |
| 768 } | |
| 769 div.editor-datetime div.editor-datetime-iconUp { | |
| 770 height: 20px; | |
| 771 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII="); | |
| 772 } | |
| 773 div.editor-datetime div.editor-datetime-iconDown { | |
| 774 height: 20px; | |
| 775 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC"); | |
| 776 } | |
| 777 | |
| 778 div.DTE { | |
| 779 font-size: 0.91em; | |
| 780 } | |
| 781 div.DTE div.DTE_Header { | |
| 782 display: none; | |
| 783 } | |
| 784 div.DTE div.DTE_Body { | |
| 785 padding: 0; | |
| 786 } | |
| 787 div.DTE div.DTE_Body div.DTE_Body_Content { | |
| 788 overflow: hidden; | |
| 789 } | |
| 790 div.DTE div.DTE_Body div.DTE_Body_Content div.DTE_Field { | |
| 791 padding: 5px 5%; | |
| 792 } | |
| 793 div.DTE div.DTE_Footer { | |
| 794 display: none; | |
| 795 } | |
| 796 div.DTE div.DTE_Form_Error { | |
| 797 padding-top: 1em; | |
| 798 color: red; | |
| 799 display: none; | |
| 800 color: #b11f1f; | |
| 801 } |
