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