comparison js/Editor-1.5.6/css/editor.foundation.css @ 1:b5453d07f740 draft default tip

"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flow_overview commit 65373effef15809f3db0e5f9603ef808f4110aa3"
author azomics
date Wed, 29 Jul 2020 17:03:53 -0400
parents
children
comparison
equal deleted inserted replaced
0:8283ff163ba6 1:b5453d07f740
1 div.DTE div.DTE_Form_Error {
2 display: none;
3 color: #b11f1f;
4 }
5
6 div.DTE_Field div.multi-value,
7 div.DTE_Field div.multi-restore {
8 display: none;
9 cursor: pointer;
10 padding: 0.75rem;
11 }
12 div.DTE_Field div.multi-value span,
13 div.DTE_Field div.multi-restore span {
14 display: block;
15 color: #666;
16 font-size: 0.8em;
17 line-height: 1.25em;
18 }
19 div.DTE_Field div.multi-value:hover,
20 div.DTE_Field div.multi-restore:hover {
21 background-color: #e5e5e5;
22 }
23 div.DTE_Field div.multi-restore {
24 margin-top: 0.5em;
25 font-size: 0.8em;
26 line-height: 1.25em;
27 padding: 0.5rem 0.75rem;
28 }
29 div.DTE_Field div.label {
30 margin-top: 0.5rem;
31 margin-bottom: 0.5rem;
32 }
33 div.DTE_Field div.label:empty {
34 padding: 0;
35 margin: 0;
36 }
37 div.DTE_Field:after {
38 display: block;
39 content: ".";
40 height: 0;
41 line-height: 0;
42 clear: both;
43 visibility: hidden;
44 }
45
46 div.reveal-modal button.close {
47 position: absolute;
48 top: -1.5em;
49 right: -2.5em;
50 }
51 div.reveal-modal button.close.close-button {
52 right: 1rem;
53 top: .5rem;
54 z-index: 100;
55 }
56 div.reveal-modal div.DTE_Header {
57 position: relative;
58 top: -0.5em;
59 font-size: 2.05556rem;
60 line-height: 1.4;
61 }
62 div.reveal-modal div.DTE_Form_Content {
63 width: 75%;
64 margin: 0 auto;
65 }
66 div.reveal-modal div.DTE_Footer {
67 position: relative;
68 bottom: -0.5em;
69 float: right;
70 }
71 div.reveal-modal div.DTE_Footer button {
72 margin-bottom: 0;
73 }
74
75 div.DTE_Inline {
76 position: relative;
77 display: table;
78 width: 100%;
79 }
80 div.DTE_Inline div.DTE_Inline_Field,
81 div.DTE_Inline div.DTE_Inline_Buttons {
82 display: table-cell;
83 vertical-align: middle;
84 }
85 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field,
86 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field {
87 padding: 0;
88 }
89 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label,
90 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
91 display: none;
92 }
93 div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input,
94 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input {
95 width: 100%;
96 }
97 div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button,
98 div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button {
99 margin: -6px 0 -6px 4px;
100 padding: 5px;
101 }
102 div.DTE_Inline div.DTE_Field input[type="color"],
103 div.DTE_Inline div.DTE_Field input[type="date"],
104 div.DTE_Inline div.DTE_Field input[type="datetime"],
105 div.DTE_Inline div.DTE_Field input[type="datetime-local"],
106 div.DTE_Inline div.DTE_Field input[type="email"],
107 div.DTE_Inline div.DTE_Field input[type="month"],
108 div.DTE_Inline div.DTE_Field input[type="number"],
109 div.DTE_Inline div.DTE_Field input[type="password"],
110 div.DTE_Inline div.DTE_Field input[type="search"],
111 div.DTE_Inline div.DTE_Field input[type="tel"],
112 div.DTE_Inline div.DTE_Field input[type="text"],
113 div.DTE_Inline div.DTE_Field input[type="time"],
114 div.DTE_Inline div.DTE_Field input[type="url"],
115 div.DTE_Inline div.DTE_Field input[type="week"] {
116 margin: -6px 0;
117 }
118 div.DTE_Inline.DTE_Processing:after {
119 position: absolute;
120 content: ' ';
121 display: block;
122 top: 4px;
123 right: 10px;
124 height: 12px;
125 width: 17px;
126 background: url("../images/ajax-loader-small.gif") no-repeat top left;
127 }
128
129 span.dtr-data div.DTE_Inline {
130 display: inline-table;
131 }
132
133 div.DTE_Inline div.DTE_Field > div {
134 width: 100%;
135 padding: 0;
136 }
137 div.DTE_Inline div.DTE_Field input {
138 height: 30px;
139 margin-bottom: 0;
140 }
141 div.DTE_Inline div.DTE_Field div.label:empty {
142 display: none;
143 }
144
145 div.DTE_Bubble {
146 position: absolute;
147 z-index: 11;
148 margin-top: -6px;
149 opacity: 0;
150 }
151 div.DTE_Bubble div.DTE_Bubble_Liner {
152 position: absolute;
153 bottom: 0;
154 border: 1px solid black;
155 width: 300px;
156 margin-left: -150px;
157 background-color: white;
158 box-shadow: 2px 2px 7px #555;
159 border-radius: 5px;
160 border: 2px solid #444;
161 padding: 1em;
162 -webkit-box-sizing: border-box;
163 -moz-box-sizing: border-box;
164 box-sizing: border-box;
165 }
166 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
167 display: table;
168 width: 100%;
169 }
170 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form {
171 display: table-cell;
172 }
173 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
174 padding: 0;
175 }
176 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
177 position: relative;
178 zoom: 1;
179 margin-bottom: 0.5em;
180 }
181 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
182 margin-bottom: 0;
183 }
184 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
185 display: table-cell;
186 vertical-align: bottom;
187 padding: 0 0 0 0.75em;
188 width: 1%;
189 }
190 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
191 border-top-left-radius: 5px;
192 border-top-right-radius: 5px;
193 }
194 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
195 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
196 padding-top: 42px;
197 }
198 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
199 float: none;
200 display: none;
201 padding: 0;
202 margin-bottom: 0.5em;
203 }
204 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
205 position: absolute;
206 top: -11px;
207 right: -11px;
208 width: 22px;
209 height: 22px;
210 border: 2px solid white;
211 background-color: black;
212 text-align: center;
213 border-radius: 15px;
214 cursor: pointer;
215 z-index: 12;
216 box-shadow: 2px 2px 6px #111;
217 }
218 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
219 content: '\00d7';
220 color: white;
221 font-weight: bold;
222 font-size: 18px;
223 line-height: 22px;
224 font-family: 'Courier New', Courier, monospace;
225 padding-left: 1px;
226 }
227 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
228 background-color: #092079;
229 box-shadow: 2px 2px 9px #111;
230 }
231 div.DTE_Bubble div.DTE_Bubble_Triangle {
232 position: absolute;
233 height: 10px;
234 width: 10px;
235 top: -6px;
236 background-color: white;
237 border: 2px solid #444;
238 border-top: none;
239 border-right: none;
240 -webkit-transform: rotate(-45deg);
241 -moz-transform: rotate(-45deg);
242 -ms-transform: rotate(-45deg);
243 -o-transform: rotate(-45deg);
244 transform: rotate(-45deg);
245 }
246 div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
247 position: absolute;
248 content: ' ';
249 display: block;
250 top: 12px;
251 right: 18px;
252 height: 12px;
253 width: 17px;
254 background: url("../images/ajax-loader-small.gif") no-repeat top left;
255 }
256 div.DTE_Bubble.below div.DTE_Bubble_Liner {
257 top: 10px;
258 bottom: auto;
259 }
260 div.DTE_Bubble.below div.DTE_Bubble_Triangle {
261 top: 4px;
262 -webkit-transform: rotate(135deg);
263 -moz-transform: rotate(135deg);
264 -ms-transform: rotate(135deg);
265 -o-transform: rotate(135deg);
266 transform: rotate(135deg);
267 }
268
269 div.DTE_Bubble_Background {
270 position: fixed;
271 top: 0;
272 left: 0;
273 width: 100%;
274 height: 100%;
275 background: rgba(0, 0, 0, 0.7);
276 /* Fallback */
277 background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
278 /* IE10 Consumer Preview */
279 background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
280 /* Firefox */
281 background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
282 /* Opera */
283 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)));
284 /* Webkit (Safari/Chrome 10) */
285 background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
286 /* Webkit (Chrome 11+) */
287 background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
288 /* W3C Markup, IE10 Release Preview */
289 z-index: 10;
290 }
291 div.DTE_Bubble_Background > div {
292 position: absolute;
293 top: 0;
294 right: 0;
295 left: 0;
296 bottom: 0;
297 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
298 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
299 }
300 div.DTE_Bubble_Background > div:not([dummy]) {
301 filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
302 }
303
304 div.DTE_Bubble div.DTE_Bubble_Liner {
305 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
306 border-radius: 6px;
307 border: 1px solid rgba(0, 0, 0, 0.2);
308 }
309 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label,
310 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
311 width: 100%;
312 float: none;
313 clear: both;
314 text-align: left;
315 }
316 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label {
317 padding-bottom: 4px;
318 }
319 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
320 background-color: #f7f7f7;
321 border-bottom: 1px solid #ebebeb;
322 font-size: 14px;
323 width: 100%;
324 }
325 div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
326 margin-top: -2px;
327 display: block;
328 }
329
330 div.DTE_Bubble_Background {
331 position: fixed;
332 top: 0;
333 left: 0;
334 right: 0;
335 bottom: 0;
336 z-index: 10;
337 background-color: rgba(0, 0, 0, 0.05);
338 }
339
340 div.DTE div.editor_upload {
341 padding-top: 4px;
342 }
343 div.DTE div.editor_upload div.eu_table {
344 display: table;
345 width: 100%;
346 }
347 div.DTE div.editor_upload div.row {
348 display: table-row;
349 }
350 div.DTE div.editor_upload div.cell {
351 display: table-cell;
352 position: relative;
353 width: 50%;
354 vertical-align: top;
355 }
356 div.DTE div.editor_upload div.cell + div.cell {
357 padding-left: 10px;
358 }
359 div.DTE div.editor_upload div.row + div.row div.cell {
360 padding-top: 10px;
361 }
362 div.DTE div.editor_upload button.btn,
363 div.DTE div.editor_upload input[type=file] {
364 width: 100%;
365 height: 2.3em;
366 font-size: 0.8em;
367 text-align: center;
368 line-height: 1em;
369 }
370 div.DTE div.editor_upload input[type=file] {
371 position: absolute;
372 top: 0;
373 left: 0;
374 width: 100%;
375 opacity: 0;
376 }
377 div.DTE div.editor_upload div.drop {
378 position: relative;
379 box-sizing: border-box;
380 width: 100%;
381 height: 100%;
382 border: 3px dashed #ccc;
383 border-radius: 6px;
384 min-height: 4em;
385 color: #999;
386 padding-top: 3px;
387 text-align: center;
388 }
389 div.DTE div.editor_upload div.drop.over {
390 border: 3px dashed #111;
391 color: #111;
392 }
393 div.DTE div.editor_upload div.drop span {
394 max-width: 75%;
395 font-size: 0.85em;
396 line-height: 1em;
397 }
398 div.DTE div.editor_upload div.rendered img {
399 max-width: 8em;
400 margin: 0 auto;
401 }
402 div.DTE div.editor_upload.noDrop div.drop {
403 display: none;
404 }
405 div.DTE div.editor_upload.noDrop div.row.second {
406 display: none;
407 }
408 div.DTE div.editor_upload.noDrop div.rendered {
409 margin-top: 10px;
410 }
411 div.DTE div.editor_upload.noClear div.clearValue button {
412 display: none;
413 }
414 div.DTE div.editor_upload.multi div.cell {
415 display: block;
416 width: 100%;
417 }
418 div.DTE div.editor_upload.multi div.cell div.drop {
419 min-height: 0;
420 padding-bottom: 5px;
421 }
422 div.DTE div.editor_upload.multi div.clearValue {
423 display: none;
424 }
425 div.DTE div.editor_upload.multi ul {
426 list-style-type: none;
427 margin: 0;
428 padding: 0;
429 }
430 div.DTE div.editor_upload.multi ul li {
431 position: relative;
432 margin-top: 0.5em;
433 }
434 div.DTE div.editor_upload.multi ul li:first-child {
435 margin-top: 0;
436 }
437 div.DTE div.editor_upload.multi ul li img {
438 vertical-align: middle;
439 }
440 div.DTE div.editor_upload.multi ul li button {
441 position: absolute;
442 width: 40px;
443 right: 0;
444 top: 50%;
445 margin-top: -1.5em;
446 }
447
448 div.DTE div.editor_upload button.button,
449 div.DTE div.editor_upload input[type=file] {
450 width: 100%;
451 font-size: 0.8em;
452 margin-bottom: 0;
453 }
454 div.DTE div.editor_upload ul li button {
455 width: 63px;
456 }
457
458 div.editor-datetime {
459 position: absolute;
460 background-color: white;
461 z-index: 2050;
462 border: 1px solid #ccc;
463 box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
464 padding-bottom: 5px;
465 }
466 div.editor-datetime div.editor-datetime-title {
467 text-align: center;
468 padding: 5px 0px 3px;
469 }
470 div.editor-datetime table {
471 border-spacing: 0;
472 margin: 6px 13px;
473 }
474 div.editor-datetime table th {
475 font-size: 0.8em;
476 color: #777;
477 font-weight: normal;
478 width: 14.285714286%;
479 padding: 0 0 4px 0;
480 text-align: center;
481 }
482 div.editor-datetime table td {
483 font-size: 0.9em;
484 color: #444;
485 padding: 0;
486 }
487 div.editor-datetime table td.day {
488 text-align: right;
489 background: #f5f5f5;
490 }
491 div.editor-datetime table td.day.disabled {
492 color: #aaa;
493 background: white;
494 }
495 div.editor-datetime table td.day.today {
496 background-color: #ddd;
497 }
498 div.editor-datetime table td.day.today button {
499 font-weight: bold;
500 }
501 div.editor-datetime table td.day.selected button {
502 background: #008CBA;
503 color: white;
504 border-radius: 2px;
505 }
506 div.editor-datetime table td.day button:hover {
507 background: #ff8000;
508 color: white;
509 border-radius: 2px;
510 }
511 div.editor-datetime table td.editor-datetime-week {
512 font-size: 0.7em;
513 }
514 div.editor-datetime table button {
515 width: 100%;
516 box-sizing: border-box;
517 border: none;
518 background: transparent;
519 font-size: inherit;
520 color: inherit;
521 text-align: inherit;
522 padding: 5px 9px;
523 cursor: pointer;
524 margin: 0;
525 }
526 div.editor-datetime table.weekNumber th {
527 width: 12.5%;
528 }
529 div.editor-datetime div.editor-datetime-label {
530 position: relative;
531 display: inline-block;
532 height: 30px;
533 padding: 5px 6px;
534 border: 1px solid transparent;
535 box-sizing: border-box;
536 cursor: pointer;
537 }
538 div.editor-datetime div.editor-datetime-label:hover {
539 border: 1px solid #ddd;
540 border-radius: 2px;
541 background-color: #f5f5f5;
542 }
543 div.editor-datetime div.editor-datetime-label select {
544 position: absolute;
545 top: 6px;
546 left: 0;
547 cursor: pointer;
548 opacity: 0;
549 -ms-filter: "alpha(opacity=0)";
550 }
551 div.editor-datetime div.editor-datetime-time {
552 text-align: center;
553 }
554 div.editor-datetime div.editor-datetime-time > span {
555 vertical-align: middle;
556 }
557 div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
558 display: inline-block;
559 vertical-align: middle;
560 }
561 div.editor-datetime div.editor-datetime-iconLeft,
562 div.editor-datetime div.editor-datetime-iconRight,
563 div.editor-datetime div.editor-datetime-iconUp,
564 div.editor-datetime div.editor-datetime-iconDown {
565 width: 30px;
566 height: 30px;
567 background-position: center;
568 background-repeat: no-repeat;
569 opacity: 0.3;
570 overflow: hidden;
571 box-sizing: border-box;
572 }
573 div.editor-datetime div.editor-datetime-iconLeft:hover,
574 div.editor-datetime div.editor-datetime-iconRight:hover,
575 div.editor-datetime div.editor-datetime-iconUp:hover,
576 div.editor-datetime div.editor-datetime-iconDown:hover {
577 border: 1px solid #ccc;
578 border-radius: 2px;
579 background-color: #f0f0f0;
580 opacity: 0.6;
581 }
582 div.editor-datetime div.editor-datetime-iconLeft button,
583 div.editor-datetime div.editor-datetime-iconRight button,
584 div.editor-datetime div.editor-datetime-iconUp button,
585 div.editor-datetime div.editor-datetime-iconDown button {
586 border: none;
587 background: transparent;
588 text-indent: 30px;
589 height: 100%;
590 width: 100%;
591 cursor: pointer;
592 }
593 div.editor-datetime div.editor-datetime-iconLeft {
594 position: absolute;
595 top: 5px;
596 left: 5px;
597 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
598 }
599 div.editor-datetime div.editor-datetime-iconRight {
600 position: absolute;
601 top: 5px;
602 right: 5px;
603 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
604 }
605 div.editor-datetime div.editor-datetime-iconUp {
606 height: 20px;
607 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
608 }
609 div.editor-datetime div.editor-datetime-iconDown {
610 height: 20px;
611 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
612 }