Built motion from commit (unavailable).|2.4.6
[motion2.git] / public / assets / plugins / mxgraph / css / common.css
1 div.mxRubberband {
2         position: absolute;
3         overflow: hidden;
4         border-style: solid;
5         border-width: 1px;
6         border-color: #0000FF;
7         background: #0077FF;
8 }
9 textarea.mxCellEditor {
10         background: url('../images/transparent.gif');
11         border-style: solid;
12         border-color: black;
13         border-width: 0;
14         overflow: auto;
15 }
16 div.mxWindow {
17         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
18         -moz-box-shadow: 3px 3px 12px #C0C0C0;
19         box-shadow: 3px 3px 12px #C0C0C0;
20         background: url('../images/window.gif');
21         border-style: outset;
22         border-width: 1px;
23         position: absolute;
24         overflow: hidden;
25         z-index: 1;
26 }
27 table.mxWindow {
28         border-collapse: collapse;
29         table-layout: fixed;
30         font-family: Arial;
31         font-size: 8pt;
32 }
33 td.mxWindowTitle {
34         background: url('../images/window-title.gif') repeat-x;
35         text-overflow: ellipsis;
36         white-space: nowrap;
37         text-align: center;
38         font-weight: bold;
39         overflow: hidden;
40         height: 13px;
41         padding: 2px;
42         padding-top: 4px;
43         padding-bottom: 6px;
44         color: black;
45 }
46 td.mxWindowPane {
47         vertical-align: top;
48         padding: 0px;
49 }
50 div.mxWindowPane {
51         overflow: hidden;
52 }
53 td.mxWindowPane td {
54         font-family: Arial;
55         font-size: 8pt;
56 }
57 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
58         border-color: #8C8C8C;
59         border-style: solid;
60         border-width: 1px;
61         font-family: Arial;
62         font-size: 8pt;
63         padding: 1px;
64 }
65 td.mxWindowPane button {
66         background: url('../images/button.gif') repeat-x;
67         font-family: Arial;
68         font-size: 8pt;
69         padding: 2px;
70         float: left;
71 }
72 img.mxToolbarItem {
73         margin-right: 6px;
74         margin-bottom: 6px;
75         border-width: 1px;
76 }
77 select.mxToolbarCombo {
78         vertical-align: top;
79         border-style: inset;
80         border-width: 2px;
81 }
82 div.mxToolbarComboContainer {
83         padding: 2px;
84 }
85 img.mxToolbarMode {
86         margin: 2px;
87         margin-right: 4px;
88         margin-bottom: 4px;
89         border-width: 0px;
90 }
91 img.mxToolbarModeSelected {
92         margin: 0px;
93         margin-right: 2px;
94         margin-bottom: 2px;
95         border-width: 2px;
96         border-style: inset;
97 }
98 div.mxTooltip {
99         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
100         -moz-box-shadow: 3px 3px 12px #C0C0C0;
101         box-shadow: 3px 3px 12px #C0C0C0;
102         background: #FFFFCC;
103         border-style: solid;
104         border-width: 1px;
105         border-color: black;
106         font-family: Arial;
107         font-size: 8pt;
108         position: absolute;
109         cursor: default;
110         padding: 4px;
111         color: black;
112 }
113 div.mxPopupMenu {
114         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
115         -moz-box-shadow: 3px 3px 12px #C0C0C0;
116         box-shadow: 3px 3px 12px #C0C0C0;
117         background: url('../images/window.gif');
118         position: absolute;
119         border-style: solid;
120         border-width: 1px;
121         border-color: black;
122         cursor: default;
123 }
124 table.mxPopupMenu {
125         border-collapse: collapse;
126         margin-top: 1px;
127         margin-bottom: 1px;
128 }
129 tr.mxPopupMenuItem {
130         color: black;
131         cursor: default;
132 }
133 td.mxPopupMenuItem.disabled {
134         opacity: 0.2;
135 }
136 td.mxPopupMenuItem.disabled {
137         _filter:alpha(opacity=20) !important;
138 }
139 tr.mxPopupMenuItemHover {
140         background-color: #000066;
141         color: #FFFFFF;
142 }
143 td.mxPopupMenuItem {
144         padding: 2px 30px 2px 10px;
145         white-space: nowrap;
146         font-family: Arial;
147         font-size: 8pt;
148 }
149 td.mxPopupMenuIcon {
150         background-color: #D0D0D0;
151         padding: 2px 4px 2px 4px;
152 }
153
154 /*div.mxRubberband {
155         position: absolute;
156         overflow: hidden;
157         border-style: solid;
158         border-width: 1px;
159         border-color: #0000FF;
160         background: #0077FF;
161 }
162 textarea.mxCellEditor {
163         background: url('../images/transparent.gif');
164         border-style: solid;
165         border-color: black;
166         border-width: 0;
167         overflow: auto;
168 }
169 div.mxWindow {
170         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
171         -moz-box-shadow: 3px 3px 12px #C0C0C0;
172         box-shadow: 3px 3px 12px #C0C0C0;
173         background: url('../images/window.gif');
174         border-style: outset;
175         border-width: 1px;
176         position: absolute;
177         overflow: hidden;
178         z-index: 1;
179 }
180 table.mxWindow {
181         border-collapse: collapse;
182         table-layout: fixed;
183         font-family: Arial;
184         font-size: 8pt;
185 }
186 td.mxWindowTitle {
187         background: url('../images/window-title.gif') repeat-x;
188         text-overflow: ellipsis;
189         white-space: nowrap;
190         text-align: center;
191         font-weight: bold;
192         overflow: hidden;
193         height: 13px;
194         padding: 2px;
195         padding-top: 4px;
196         padding-bottom: 6px;
197         color: black;
198 }
199 td.mxWindowPane {
200         vertical-align: top;
201         padding: 0px;
202 }
203 div.mxWindowPane {
204         overflow: hidden;
205 }
206 td.mxWindowPane td {
207         font-family: Arial;
208         font-size: 8pt;
209 }
210 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
211         border-color: #8C8C8C;
212         border-style: solid;
213         border-width: 1px;
214         font-family: Arial;
215         font-size: 8pt;
216         padding: 1px;
217 }
218 td.mxWindowPane button {
219         background: url('../images/button.gif') repeat-x;
220         font-family: Arial;
221         font-size: 8pt;
222         padding: 2px;
223         float: left;
224 }
225 img.mxToolbarItem {
226         margin-right: 6px;
227         margin-bottom: 6px;
228         border-width: 1px;
229 }
230 select.mxToolbarCombo {
231         vertical-align: top;
232         border-style: inset;
233         border-width: 2px;
234 }
235 div.mxToolbarComboContainer {
236         padding: 2px;
237 }
238 img.mxToolbarMode {
239         margin: 2px;
240         margin-right: 4px;
241         margin-bottom: 4px;
242         border-width: 0px;
243 }
244 img.mxToolbarModeSelected {
245         margin: 0px;
246         margin-right: 2px;
247         margin-bottom: 2px;
248         border-width: 2px;
249         border-style: inset;
250 }
251 div.mxTooltip {
252         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
253         -moz-box-shadow: 3px 3px 12px #C0C0C0;
254         box-shadow: 3px 3px 12px #C0C0C0;
255         background: #FFFFCC;
256         border-style: solid;
257         border-width: 1px;
258         border-color: black;
259         font-family: Arial;
260         font-size: 8pt;
261         position: absolute;
262         cursor: default;
263         padding: 4px;
264         color: black;
265 }
266 div.mxPopupMenu {
267         -webkit-box-shadow: 3px 3px 12px #C0C0C0;
268         -moz-box-shadow: 3px 3px 12px #C0C0C0;
269         box-shadow: 3px 3px 12px #C0C0C0;
270         background: url('../images/window.gif');
271         position: absolute;
272         border-style: solid;
273         border-width: 1px;
274         border-color: black;
275         cursor: default;
276 }
277 table.mxPopupMenu {
278         border-collapse: collapse;
279         margin-top: 1px;
280         margin-bottom: 1px;
281 }
282 tr.mxPopupMenuItem {
283         color: black;
284         cursor: default;
285 }
286 td.mxPopupMenuItem.disabled {
287         opacity: 0.2;
288 }
289 td.mxPopupMenuItem.disabled {
290         _filter:alpha(opacity=20) !important;
291 }
292 tr.mxPopupMenuItemHover {
293         background-color: #000066;
294         color: #FFFFFF;
295 }
296 td.mxPopupMenuItem {
297         padding: 2px 30px 2px 10px;
298         white-space: nowrap;
299         font-family: Arial;
300         font-size: 8pt;
301 }
302 td.mxPopupMenuIcon {
303         background-color: #D0D0D0;
304         padding: 2px 4px 2px 4px;
305 }*/