1 | |
---|
2 | .embedded-item { |
---|
3 | margin-left:auto; |
---|
4 | margin-right:auto; |
---|
5 | width:90%; |
---|
6 | -moz-border-radius:0.5em; |
---|
7 | -webkit-border-radius:0.5em; |
---|
8 | border-radius:0.5em; |
---|
9 | } |
---|
10 | |
---|
11 | .embedded-item.display { |
---|
12 | padding: 0.5em; |
---|
13 | } |
---|
14 | |
---|
15 | .embedded-item.history { |
---|
16 | background-color:#C1C9E5 |
---|
17 | } |
---|
18 | |
---|
19 | .embedded-item.history p { |
---|
20 | background:#C1C9E5 no-repeat 2px 2px; |
---|
21 | margin-top:0; |
---|
22 | margin-bottom:0; |
---|
23 | } |
---|
24 | |
---|
25 | .embedded-item.dataset { |
---|
26 | background-color:#CFC |
---|
27 | } |
---|
28 | |
---|
29 | .embedded-item.dataset p { |
---|
30 | background:#CFC no-repeat 2px 2px; |
---|
31 | margin-top:0;margin-bottom:0; |
---|
32 | } |
---|
33 | |
---|
34 | .embedded-item.workflow { |
---|
35 | background-color:#FBDDB3 |
---|
36 | } |
---|
37 | |
---|
38 | .embedded-item.workflow p { |
---|
39 | background:#FBDDB3 no-repeat 2px 2px; |
---|
40 | margin-top:0; |
---|
41 | margin-bottom:0; |
---|
42 | } |
---|
43 | |
---|
44 | .embedded-item.visualization { |
---|
45 | background-color:#BBBBBB |
---|
46 | } |
---|
47 | |
---|
48 | .embedded-item.visualization p { |
---|
49 | background:#BBBBBB no-repeat 2px 2px; |
---|
50 | margin-top:0; |
---|
51 | margin-bottom:0; |
---|
52 | } |
---|
53 | |
---|
54 | .embedded-item.placeholder{} |
---|
55 | |
---|
56 | .embedded-item .item-content { |
---|
57 | max-height: 25em; |
---|
58 | overflow: auto; |
---|
59 | display: none; |
---|
60 | } |
---|
61 | |
---|
62 | .embedded-item .title { |
---|
63 | vertical-align:top; |
---|
64 | text-align:center; |
---|
65 | font-weight: bold; |
---|
66 | } |
---|
67 | |
---|
68 | .embedded-item.placeholder .content { |
---|
69 | padding: 1em 1em; |
---|
70 | font-style:italic; |
---|
71 | text-align:center; |
---|
72 | } |
---|
73 | |
---|
74 | table.annotated-item { |
---|
75 | width:100%; |
---|
76 | border-collapse:collapse; |
---|
77 | } |
---|
78 | |
---|
79 | table.annotated-item td,th { |
---|
80 | padding:0; |
---|
81 | } |
---|
82 | |
---|
83 | table.annotated-item .annotation { |
---|
84 | padding-left:2em; |
---|
85 | width:40%; |
---|
86 | } |
---|
87 | |
---|
88 | table.annotated-item td.annotation { |
---|
89 | vertical-align:text-top; |
---|
90 | padding-top:1em; |
---|
91 | } |
---|