123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- div.mxRubberband {
- position: absolute;
- overflow: hidden;
- border-style: solid;
- border-width: 1px;
- border-color: #0000FF;
- background: #0077FF;
- }
- textarea.mxCellEditor {
- overflow: auto;
- border-style: solid;
- border-width: 0;
- border-color: black;
- background: url('../images/transparent.gif');
- }
- div.mxWindow {
- z-index: 1;
- overflow: hidden;
- position: absolute;
- border-style: outset;
- border-width: 1px;
- background: url('../images/window.gif');
- -webkit-box-shadow: 3px 3px 12px #C0C0C0;
- -moz-box-shadow: 3px 3px 12px #C0C0C0;
- box-shadow: 3px 3px 12px #C0C0C0;
- }
- table.mxWindow {
- width:500px;
- height:300px;
- table-layout: fixed;
- border-collapse: collapse;
- font-size: 10pt;
- font-family:Verdana, sans-serif,"宋体";
- }
- td.mxWindowTitle {
- white-space: nowrap;
- overflow: hidden;
- height: 23px;
- padding: 2px;
- padding-top: 4px;
- padding-bottom: 6px;
- text-align: center;
- color: black;
- font-weight: bold;
- background: url('../images/window-title.gif') repeat-x;
- }
- td.mxWindowPane {
- padding: 0px;
- vertical-align: top;
- }
- div.mxWindowPane {
- overflow: visible ;
- }
- td.mxWindowPane td {
- font-size: 10pt;
- font-family:Verdana, sans-serif,"宋体";
- }
- td.mxWindowPane input, select, textarea, radio {
- font-size: 10pt;
- font-family:Verdana, sans-serif,"宋体";
- padding: 1px;
- border-color: #8C8C8C;
- border-style: solid;
- border-width: 1px;
- }
- td.mxWindowPane button {
- float: left;
- font-size: 10pt;
- font-family:Verdana, sans-serif,"宋体";
- padding: 2px;
- background: url('../images/button.gif') repeat-x;
- cursor:pointer;
- }
- img.mxToolbarItem {
- margin-right: 6px;
- margin-bottom: 6px;
- border-width: 1px;
- cursor:pointer;
- }
- select.mxToolbarCombo {
- vertical-align: top;
- border-style: inset;
- border-width: 2px;
- }
- div.mxToolbarComboContainer {
- padding: 2px;
- }
- img.mxToolbarMode {
- margin: 2px;
- margin-right: 4px;
- margin-bottom: 4px;
- border-width: 0px;
- cursor:pointer;
- }
- img.mxToolbarModeSelected {
- margin: 0px;
- margin-right: 2px;
- margin-bottom: 2px;
- border-width: 2px;
- border-style: inset;
- }
- div.mxTooltip {
- position: absolute;
- padding: 4px;
- font-family:Verdana, sans-serif,"宋体";
- font-size: 8pt;
- cursor: default;
- color: black;
- background: #FFFFCC;
- border-style: solid;
- border-width: 1px;
- border-color: black;
- -webkit-box-shadow: 3px 3px 12px #C0C0C0;
- -moz-box-shadow: 3px 3px 12px #C0C0C0;
- box-shadow: 3px 3px 12px #C0C0C0;
- }
- div.mxPopupMenu {
- position: absolute;
- background: url('../images/window.gif');
- border-style: solid;
- border-width: 1px;
- border-color: black;
- -webkit-box-shadow: 3px 3px 12px #C0C0C0;
- -moz-box-shadow: 3px 3px 12px #C0C0C0;
- box-shadow: 3px 3px 12px #C0C0C0;
- }
- table.mxPopupMenu {
- border-collapse: collapse;
- margin-top: 1px;
- margin-bottom: 1px;
- }
- tr.mxPopupMenuItem {
- color: black;
- cursor: default;
- }
- tr.mxPopupMenuItemHover {
- background-color: #000066;
- color: #FFFFFF;
- }
- td.mxPopupMenuItem {
- padding: 2px 30px 2px 10px;
- font-family:Verdana, sans-serif,"宋体";
- font-size: 10pt;
- cursor: pointer;
- }
- td.mxPopupMenuIcon {
- padding: 2px 4px 2px 4px;
- background-color: #D0D0D0;
- }
- body
- {
- font-size:12px;
- font-family:Verdana, sans-serif,"宋体";
- }
- .properties_new{
- width:100%;
- font-size:10px;
- font-family:Verdana, sans-serif,"宋体";
- text-align:center;
- }
- .properties_new td{
-
- font-size:10px;
- font-family:Verdana, sans-serif,"宋体";
- text-align:left;
- }
- .panelBar {
- display: block;
- border-style: solid;
- border-width: 1px 0 0 0;
- overflow: hidden;
- background: url("../images/grid.png") repeat-x;
- border-color: #b8d0d6;
- background-color: #b8d0d6;
- height: 25px;
- border-bottom: none;
- text-align: center;
- padding-top: 1px;
- line-height: 2;
- position: relative;
- left: -8px;
- width: 155px;
- }
|