1ea9f3538c0ee9d8b046cfa3098aba41b3dc428a
[laas.git] / src / templates / base / resource / uncommon.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 .mxCellEditor {
10     background: url(data:image/gif;base64,R0lGODlhMAAwAIAAAP///wAAACH5BAEAAAAALAAAAAAwADAAAAIxhI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8egpAAA7);
11     _background: url('static/img/mxgraph/transparent.gif');
12     border-color: transparent;
13     border-style: solid;
14     display: inline-block;
15     position: absolute;
16     overflow: visible;
17     word-wrap: normal;
18     border-width: 0;
19     min-width: 1px;
20     resize: none;
21     padding: 0px;
22     margin: 0px;
23 }
24 .mxPlainTextEditor * {
25     padding: 0px;
26     margin: 0px;
27 }
28 div.mxWindow {
29     -webkit-box-shadow: 3px 3px 12px #C0C0C0;
30     -moz-box-shadow: 3px 3px 12px #C0C0C0;
31     box-shadow: 3px 3px 12px #C0C0C0;
32     background: url('static/img/mxgraph/window.gif');
33     border:1px solid #c3c3c3;
34     position: absolute;
35     overflow: hidden;
36     z-index: 3;
37 }
38 table.mxWindow {
39     border-collapse: collapse;
40     table-layout: fixed;
41       font-family: Arial;
42     font-size: 8pt;
43 }
44 td.mxWindowTitle {
45     background: url('static/img/mxgraph/window-title.gif') repeat-x;
46     text-overflow: ellipsis;
47     white-space: nowrap;
48      text-align: center;
49      font-weight: bold;
50      overflow: hidden;
51     height: 13px;
52     padding: 2px;
53      padding-top: 4px;
54      padding-bottom: 6px;
55      color: black;
56 }
57 td.mxWindowPane {
58     vertical-align: top;
59     padding: 0px;
60 }
61 div.mxWindowPane {
62     overflow: hidden;
63     position: relative;
64 }
65 td.mxWindowPane td {
66       font-family: Arial;
67     font-size: 8pt;
68 }
69 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
70       border-color: #8C8C8C;
71       border-style: solid;
72       border-width: 1px;
73       font-family: Arial;
74     font-size: 8pt;
75      padding: 1px;
76 }
77 td.mxWindowPane button {
78     background: url('static/img/mxgraph/button.gif') repeat-x;
79       font-family: Arial;
80       font-size: 8pt;
81       padding: 2px;
82     float: left;
83 }
84 img.mxToolbarItem {
85     margin-right: 6px;
86     margin-bottom: 6px;
87     border-width: 1px;
88 }
89 select.mxToolbarCombo {
90     vertical-align: top;
91     border-style: inset;
92     border-width: 2px;
93 }
94 div.mxToolbarComboContainer {
95     padding: 2px;
96 }
97 img.mxToolbarMode {
98     margin: 2px;
99     margin-right: 4px;
100     margin-bottom: 4px;
101     border-width: 0px;
102 }
103 img.mxToolbarModeSelected {
104     margin: 0px;
105     margin-right: 2px;
106     margin-bottom: 2px;
107     border-width: 2px;
108     border-style: inset;
109 }
110 div.mxTooltip {
111     -webkit-box-shadow: 3px 3px 12px #C0C0C0;
112     -moz-box-shadow: 3px 3px 12px #C0C0C0;
113     box-shadow: 3px 3px 12px #C0C0C0;
114     background: #FFFFCC;
115     border-style: solid;
116     border-width: 1px;
117     border-color: black;
118     font-family: Arial;
119     font-size: 8pt;
120     position: absolute;
121     cursor: default;
122     padding: 4px;
123     color: black;
124 }
125 div.mxPopupMenu {
126     -webkit-box-shadow: 3px 3px 12px #C0C0C0;
127     -moz-box-shadow: 3px 3px 12px #C0C0C0;
128     box-shadow: 3px 3px 12px #C0C0C0;
129     background: url('static/img/mxgraph/window.gif');
130     position: absolute;
131     border-style: solid;
132     border-width: 1px;
133     border-color: black;
134 }
135 table.mxPopupMenu {
136     border-collapse: collapse;
137     margin-top: 1px;
138     margin-bottom: 1px;
139 }
140 tr.mxPopupMenuItem {
141     color: black;
142     cursor: pointer;
143 }
144 tr.mxPopupMenuItemHover {
145     background-color: #000066;
146     color: #FFFFFF;
147     cursor: pointer;
148 }
149 td.mxPopupMenuItem {
150     padding: 2px 30px 2px 10px;
151     white-space: nowrap;
152     font-family: Arial;
153     font-size: 8pt;
154 }
155 td.mxPopupMenuIcon {
156     background-color: #D0D0D0;
157     padding: 2px 4px 2px 4px;
158 }
159 .mxDisabled {
160     opacity: 0.2 !important;
161     cursor:default !important;
162 }