Lines Matching refs:style

662 					status.style.position = 'absolute';
663 status.style.whiteSpace = 'nowrap';
664 status.style.background = '#4B4243';
665 status.style.color = 'white';
666 status.style.fontFamily = Editor.defaultHtmlFont;
667 status.style.fontSize = '9pt';
668 status.style.padding = '6px';
669 status.style.paddingLeft = '10px';
670 status.style.paddingRight = '10px';
671 status.style.zIndex = 2e9;
672 status.style.left = Math.max(0, x) + 'px';
673 status.style.top = Math.max(0, y + 70) + 'px';
675 mxUtils.setPrefixedStyle(status.style, 'borderRadius', '6px');
676 mxUtils.setPrefixedStyle(status.style, 'transform', 'translate(-50%,-50%)');
680 mxUtils.setPrefixedStyle(status.style, 'boxShadow', '2px 2px 3px 0px #ddd');
941 this.diagramContainer.style.visibility == 'hidden');
1434 if (cellDiffs[cellId].style != null)
1436 cellDiffs[cellId].style = '[' +
1437 cellDiffs[cellId].style.length + ']';
1733 var style = 'position:relative;overflow:auto;width:100%;';
1742 '\n<div class="mxgraph" style="' + style + '">\n' +
1772 var style = 'max-width:100%;border:1px solid transparent;';
1780 …'\n<div class="mxgraph" style="' + style + '" data-mxgraph="' + mxUtils.htmlEntities(JSON.stringif…
2382 var style = node.getAttribute('style');
2384 if (style != null)
2386 graph.model.setStyle(cell, style);
2630 this.fnameWrapper.style.display = 'none';
2651 this.diagramContainer.style.visibility = '';
3198 buttons.style.position = 'absolute';
3199 buttons.style.right = '0px';
3200 buttons.style.top = '0px';
3201 buttons.style.padding = '8px'
3202 buttons.style.backgroundColor = 'inherit';
3204 title.style.position = 'relative';
3212 btn.style.position = 'relative';
3213 btn.style.top = '2px';
3214 btn.style.width = '14px';
3215 btn.style.cursor = 'pointer';
3216 btn.style.margin = '0 3px';
3220 btn.style.filter = 'invert(100%)';
3279 spinBtn.style.cursor = 'default';
3280 spinBtn.style.marginRight = '2px';
3281 spinBtn.style.marginTop = '-2px';
3283 title.style.paddingRight = (buttons.childNodes.length * btnWidth) + 'px';
3290 title.style.paddingRight = (buttons.childNodes.length * btnWidth) + 'px';
3308 title.style.paddingRight = (buttons.childNodes.length * btnWidth) + 'px';
3317 title.style.paddingRight = (buttons.childNodes.length * btnWidth) + 'px';
3398 graph.graphHandler.hint.style.visibility = 'hidden';
3401 contentDiv.style.backgroundColor = '#f1f3f4';
3402 contentDiv.style.cursor = 'copy';
3412 contentDiv.style.backgroundColor = '';
3413 contentDiv.style.cursor = 'default';
3435 graph.graphHandler.hint.style.visibility = 'visible';
3438 contentDiv.style.backgroundColor = '';
3439 contentDiv.style.cursor = '';
3449 contentDiv.style.backgroundColor = '#f1f3f4';
3451 contentDiv.style.cursor = 'copy';
3459 contentDiv.style.cursor = '';
3460 contentDiv.style.backgroundColor = '';
3468 …var style = 'shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;aspect=fixed…
3470 var cells = [new mxCell('', new mxGeometry(0, 0, w, h), style)];
3598 contentDiv.style.cursor = '';
3599 contentDiv.style.backgroundColor = '';
3629 link.style.cssText = 'color:#a3a3a3;text-decoration:none;margin-right:2px;cursor:pointer;';
3643 title.style.paddingRight = (buttons.childNodes.length * btnWidth) + 'px';
3837 div.style.position = 'absolute';
3838 div.style.overflow = 'hidden';
3842 elt2.style.color = '#DF6C0C';
3843 elt2.style.fontWeight = 'bold';
3844 elt2.style.height = '100%';
3845 elt2.style.paddingTop = '9px';
3849 span.style.fontSize = '18px';
3850 span.style.marginRight = '5px';
3974 title.style.marginTop = '6px';
3980 usersSelect.style.width = '200px';
4177 …banner.style.cssText = 'position:absolute;bottom:10px;left:50%;max-width:90%;padding:18px 34px 12p…
4179 mxUtils.setPrefixedStyle(banner.style, 'box-shadow', '1px 1px 2px 0px #ddd');
4180 mxUtils.setPrefixedStyle(banner.style, 'transform', 'translate(-50%,120%)');
4181 mxUtils.setPrefixedStyle(banner.style, 'transition', 'all 1s ease');
4188 logo.style.cssText = 'margin-top:-4px;margin-left:8px;margin-right:12px;width:26px;height:26px;';
4195 …img.style.cssText = 'position:absolute;right:10px;top:12px;filter:invert(1);padding:6px;margin:-6p…
4203 div.style.cssText = 'font-size:11px;text-align:center;font-weight:normal;';
4207 chk.style.marginRight = '6px';
4217 banner.style.paddingBottom = '30px';
4249 mxUtils.setPrefixedStyle(banner.style, 'transform', 'translate(-50%,120%)');
4279 mxUtils.setPrefixedStyle(banner.style, 'transform', 'translate(-50%,0%)');
4386 dlg.textarea.style.width = '600px';
4387 dlg.textarea.style.height = '380px';
4717 this.tagsComponent.div.getElementsByTagName('div')[0].style.position = '';
4718 mxUtils.setPrefixedStyle(this.tagsComponent.div.style, 'borderRadius', '5px');
4720 this.tagsComponent.div.style.maxHeight = '160px';
4721 this.tagsComponent.div.style.maxWidth = '120px';
4722 this.tagsComponent.div.style.padding = '4px';
4723 this.tagsComponent.div.style.overflow = 'auto';
4724 this.tagsComponent.div.style.height = 'auto';
4725 this.tagsComponent.div.style.position = 'fixed';
4726 this.tagsComponent.div.style.fontFamily = Editor.defaultHtmlFont;
4730 this.tagsComponent.div.style.backgroundColor = '#000000';
4731 this.tagsComponent.div.style.color = '#ffffff';
4736 this.tagsComponent.div.style.backgroundColor = '#ffffff';
4737 this.tagsComponent.div.style.border = '2px solid black';
4738 this.tagsComponent.div.style.color = '#000000';
4761 this.tagsDialog.style.left = r.left + 'px';
4762 this.tagsDialog.style.bottom = parseInt(this.chromelessToolbar.style.bottom) +
4766 var style = mxUtils.getCurrentStyle(this.editor.graph.container);
4767 this.tagsDialog.style.zIndex = style.zIndex;
4783 tagsButton.style.display = (tags.length > 0) ? '' : 'none';
4863 mxUtils.setPrefixedStyle(this.exportDialog.style, 'borderRadius', '5px');
4864 this.exportDialog.style.position = 'fixed';
4865 this.exportDialog.style.textAlign = 'center';
4866 this.exportDialog.style.fontFamily = Editor.defaultHtmlFont;
4867 this.exportDialog.style.backgroundColor = '#000000';
4868 this.exportDialog.style.width = '50px';
4869 this.exportDialog.style.height = '50px';
4870 this.exportDialog.style.padding = '4px 2px 4px 2px';
4871 this.exportDialog.style.color = '#ffffff';
4873 this.exportDialog.style.left = r.left + 'px';
4874 this.exportDialog.style.bottom = parseInt(this.chromelessToolbar.style.bottom) +
4878 var style = mxUtils.getCurrentStyle(this.editor.graph.container);
4879 this.exportDialog.style.zIndex = style.zIndex;
4901 this.exportDialog.style.width = 'auto';
4902 this.exportDialog.style.height = 'auto';
4903 this.exportDialog.style.padding = '10px';
4908 img.style.maxWidth = '140px';
4909 img.style.maxHeight = '140px';
4910 img.style.cursor = 'pointer';
4911 img.style.backgroundColor = 'white';
5217 cb.style.marginRight = '8px';
5218 cb.style.marginTop = '16px';
5263 edit.style.marginLeft = '24px';
5274 editSelect.style.width = '120px';
5275 editSelect.style.marginLeft = '8px';
5276 editSelect.style.marginRight = '10px';
5352 linkSelect.style.width = '100px';
5353 linkSelect.style.marginLeft = '8px';
5354 linkSelect.style.marginRight = '10px';
5408 linkButton.style.padding = (mxClient.IS_FF) ? '4px 2px 4px 2px' : '4px';
5409 linkButton.style.marginLeft = '4px';
5410 linkButton.style.height = '22px';
5411 linkButton.style.width = '22px';
5412 linkButton.style.position = 'relative';
5413 linkButton.style.top = (mxClient.IS_IE || mxClient.IS_IE11 || mxClient.IS_EDGE) ? '6px' : '1px';
5640 div.style.whiteSpace = 'nowrap';
5645 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px';
5649 …radioSection.style.cssText = 'border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:1…
5652 publicUrlRadio.style.cssText = 'margin-right:8px;margin-top:8px;margin-bottom:8px;';
5677 testLink.style.paddingLeft = '12px';
5678 testLink.style.color = 'gray';
5679 testLink.style.cursor = 'pointer';
5705 zoomInput.style.marginRight = '16px';
5706 zoomInput.style.width = '60px';
5707 zoomInput.style.marginLeft = '4px';
5708 zoomInput.style.marginRight = '12px';
5722 edit.style.marginBottom = '16px';
5761 div.style.whiteSpace = 'nowrap';
5766 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px';
5777 …hintSection.style.cssText = 'border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px…
5780 text.style.whiteSpace = 'normal';
5788 shareBtn.style.marginTop = '12px';
5794 testLink.style.paddingLeft = '12px';
5795 testLink.style.color = 'gray';
5796 testLink.style.fontSize = '11px';
5797 testLink.style.cursor = 'pointer';
5832 widthInput.style.marginRight = '16px';
5833 widthInput.style.width = '50px';
5834 widthInput.style.marginLeft = '6px';
5835 widthInput.style.marginRight = '16px';
5836 widthInput.style.marginBottom = '10px';
5845 heightInput.style.width = '50px';
5846 heightInput.style.marginLeft = '6px';
5847 heightInput.style.marginBottom = '10px';
5870 edit.style.marginLeft = lightbox.style.marginLeft;
5871 lightbox.style.display = 'none';
5876 layers.style.marginLeft = edit.style.marginLeft;
5877 layers.style.marginTop = '8px';
5880 tags.style.marginLeft = edit.style.marginLeft;
5881 tags.style.marginBottom = '16px';
5882 tags.style.marginTop = '16px';
5942 div.style.whiteSpace = 'nowrap';
5946 …hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:' + (showZoomBorder?…
5954 zoomInput.style.marginRight = '16px';
5955 zoomInput.style.width = '60px';
5956 zoomInput.style.marginLeft = '4px';
5957 zoomInput.style.marginRight = '12px';
5964 borderInput.style.marginRight = '16px';
5965 borderInput.style.width = '60px';
5966 borderInput.style.marginLeft = '4px';
5983 transparent.style.marginBottom = '16px';
6006 div.style.whiteSpace = 'nowrap';
6012 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:10px';
6018 zoomInput.style.marginRight = '16px';
6019 zoomInput.style.width = '60px';
6020 zoomInput.style.marginLeft = '4px';
6021 zoomInput.style.marginRight = '12px';
6028 borderInput.style.marginRight = '16px';
6029 borderInput.style.width = '60px';
6030 borderInput.style.marginLeft = '4px';
6039 cb6.style.marginTop = '16px';
6040 cb6.style.marginRight = '8px';
6041 cb6.style.marginLeft = '24px';
6046 exportSelect.style.marginTop = '16px';
6047 exportSelect.style.marginLeft = '8px';
6102 selection.style.display = 'none';
6103 selection.nextSibling.style.display = 'none';
6104 selection.nextSibling.nextSibling.style.display = 'none';
6141 cb5.style.marginTop = '16px';
6142 cb5.style.marginRight = '8px';
6146 cb7.style.marginTop = '16px';
6147 cb7.style.marginRight = '8px';
6177 include.style.marginBottom = '16px';
6180 linkSelect.style.maxWidth = '260px';
6181 linkSelect.style.marginLeft = '8px';
6182 linkSelect.style.marginRight = '10px';
6238 div.style.whiteSpace = 'nowrap';
6245 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:4px';
6259 layers.style.marginLeft = edit.style.marginLeft;
6260 layers.style.marginBottom = '12px';
6261 layers.style.marginTop = '8px';
8874 '<img style="margin-top:8px;" src="' + Editor.loResImage + '"/>',
8875 '<img style="margin-top:8px;" src="' + Editor.hiResImage + '"/>',
9690 this.styleInput.style.position = 'absolute';
9691 this.styleInput.style.top = '14px';
9692 this.styleInput.style.left = '2px';
9694 this.styleInput.style.width = '98%';
9695 this.styleInput.style.visibility = 'hidden';
9696 this.styleInput.style.opacity = '0.9';
9710 var style = this.editor.graph.getModel().getStyle(cell);
9712 this.styleInput.value = style || '';
9713 this.styleInput.style.visibility = 'visible';
9717 this.styleInput.style.visibility = 'hidden';
10040 textInput.style.textRendering = 'optimizeSpeed';
10041 textInput.style.fontFamily = 'monospace';
10042 textInput.style.wordBreak = 'break-all';
10043 textInput.style.background = 'transparent';
10044 textInput.style.color = 'transparent';
10045 textInput.style.position = 'absolute';
10046 textInput.style.whiteSpace = 'nowrap';
10047 textInput.style.overflow = 'hidden';
10048 textInput.style.display = 'block';
10049 textInput.style.fontSize = '1';
10050 textInput.style.zIndex = '-1';
10051 textInput.style.resize = 'none';
10052 textInput.style.outline = 'none';
10053 textInput.style.width = '1px';
10054 textInput.style.height = '1px';
10082 textInput.style.left = (graph.container.scrollLeft + 10) + 'px';
10083 textInput.style.top = (graph.container.scrollTop + 10) + 'px';
10281 function setStyle(style, key, value) argument
10283 if (style[key] == null)
10285 style[key] = value;
11087 hl.style.zIndex = mxPopupMenu.prototype.zIndex + 2;
11088 hl.style.border = '3px dotted rgb(254, 137, 12)';
11089 hl.style.pointerEvents = 'none';
11090 hl.style.position = 'absolute';
11091 hl.style.top = x + 'px';
11092 hl.style.left = y + 'px';
11093 hl.style.width = Math.max(0, w - 3) + 'px';
11094 hl.style.height = Math.max(0, h - 3) + 'px';
11468 var style = graph.getCellStyle(cell);
11469 var shape = style[mxConstants.STYLE_SHAPE];
11475 addName(mxMarker.getPackageForType(style[mxConstants.STYLE_STARTARROW]));
11476 addName(mxMarker.getPackageForType(style[mxConstants.STYLE_ENDARROW]));
11492 this.diagramContainer.style.visibility = (enabled) ? '' : 'hidden';
11493 this.formatContainer.style.visibility = (enabled) ? '' : 'hidden';
11494 this.sidebarFooterContainer.style.display = (enabled) ? '' : 'none';
11495 this.sidebarContainer.style.display = (enabled) ? '' : 'none';
11496 this.hsplit.style.display = (enabled) ? '' : 'none';
11501 this.ruler.hRuler.container.style.visibility = (enabled) ? '' : 'hidden';
11502 this.ruler.vRuler.container.style.visibility = (enabled) ? '' : 'hidden';
11507 this.tabContainer.style.visibility = (enabled) ? '' : 'hidden';
11590 if (cell != null && cell.style != null)
11592 …cell.style += ';sketch=1;' + (cell.style.indexOf('fontFamily=') == -1 || cell.style.indexOf('fontF…
12459 this.diagramContainer.style.border = '2px solid #295fcc';
12460 this.diagramContainer.style.top = data.rect.top + 'px';
12461 this.diagramContainer.style.left = data.rect.left + 'px';
12462 this.diagramContainer.style.height = data.rect.height + 'px';
12463 this.diagramContainer.style.width = data.rect.width + 'px';
12464 this.diagramContainer.style.bottom = '';
12465 this.diagramContainer.style.right = '';
12729 div.style.display = 'inline-block';
12730 div.style.position = 'absolute';
12731 div.style.paddingTop = (uiTheme == 'atlas' || urlParams['atlas'] == '1') ? '2px' : '0px';
12732 div.style.paddingLeft = '8px';
12733 div.style.paddingBottom = '2px';
12773 button.style.marginLeft = '6px';
12792 button.style.marginLeft = '6px';
12803 lastBtn.style.marginRight = '20px';
12807 div.style.right = (uiTheme == 'atlas' || urlParams['atlas'] == '1') ? '42px' : '52px';
12879 var style = null;
12978 style = value;
13138 0, 0), style || 'whiteSpace=wrap;html=1;');
13163 newCell.style = tempStyle;
13168 newCell.style = graph.replacePlaceholders(newCell, newCell.style, vars);
13173 graph.model.setStyle(cell, newCell.style);
13258 parent.style = graph.replacePlaceholders(parent, parentstyle, vars);
13344 var style = (edge.style != null) ?
13345 graph.replacePlaceholders(placeholders, edge.style, vars) :
13349 ref : realCell, (edge.invert) ? realCell : ref, style);
13851 this.actions.get('tags').setEnabled(this.diagramContainer.style.visibility != 'hidden');
13852 this.actions.get('layers').setEnabled(this.diagramContainer.style.visibility != 'hidden');
13853 this.actions.get('outline').setEnabled(this.diagramContainer.style.visibility != 'hidden');
13859 findReplace.setEnabled(this.diagramContainer.style.visibility != 'hidden');
13997 div.style.whiteSpace = 'nowrap';
14002 hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:12px';
14006 libsSection.style.cssText = 'border:1px solid lightGray;overflow: auto;height:300px';
14075 status.style.padding = '8px';
14076 status.style.textAlign = 'center';
14382 drawioFrame.style.display = 'none';
15018 div.style.background = (!Editor.isDarkMode()) ? 'whiteSmoke' : Dialog.backdropColor;
15024 listDiv.style.backgroundColor = (!Editor.isDarkMode()) ? 'whiteSmoke' : Dialog.backdropColor;
15025 listDiv.style.bottom = (parseInt(tbarHeight) + 7) + 'px';
15029 noComments.style.cssText = 'display:none;padding-top:10px;text-align:center;';
15037 ldiv.style.height = tbarHeight;
15038 ldiv.style.padding = (!EditorUi.compactUi) ? '1px' : '4px 0px 3px 0px';
15039 ldiv.style.backgroundColor = (!Editor.isDarkMode()) ? 'whiteSmoke' : Dialog.backdropColor;
15051 if (divs[i].style.display != 'none' && divs[i].parentNode == listDiv)
15057 noComments.style.display = (visibleCount == 0) ? 'block' : 'none';
15069 textArea.style.minHeight = commentTxt.offsetHeight + 'px';
15080 actionsDiv.style.display = 'block';
15081 commentTxt.style.display = 'block';
15137 actionsDiv.style.display = 'none';
15138 commentTxt.style.display = 'none';
15169 commentDiv.style.border = '1px solid red';
15175 commentDiv.style.border = '';
15187 noComments.style.display = 'none';
15192 cdiv.style.marginLeft = (level * 20 + 5) + 'px';
15196 cdiv.style.backgroundColor = 'ghostWhite';
15230 cdiv.style.opacity = '0.5';
15257 if (hide) action.style.display = 'none';
15392 cdiv.style.opacity = '0.5';
15412 … noComments.style.display = (listDiv.getElementsByTagName('div').length == 0) ? 'block' : 'none';
15441 replies[i].style.backgroundColor = color;
15449 forOpenActions[j].style.display = actionsDisplay;
15454 replies[i].style.display = 'none';
15558 resolvedLink.style.filter = 'invert(100%)';
15582 refreshLink.style.filter = 'invert(100%)';
15604 saveLink.style.filter = 'invert(100%)';
15678 noComments.style.display = 'block';
15800 div.style.textAlign = 'center';
15804 p2.style.padding = '6px';
15805 p2.style.overflow = 'auto';
15806 p2.style.maxHeight = maxHeight + 'px';
15807 p2.style.lineHeight = '1.2em';
15815 p3.style.padding = '6px 0 6px 0';
15823 btns.style.textAlign = 'center';
15824 btns.style.whiteSpace = 'nowrap';
15843 cancelBtn.style.paddingBottom = '8px';
15844 cancelBtn.style.paddingTop = '8px';
15845 cancelBtn.style.height = 'auto';
15846 cancelBtn.style.width = '40%';
15868 okBtn.style.paddingBottom = '8px';
15869 okBtn.style.paddingTop = '8px';
15870 okBtn.style.height = 'auto';
15872 okBtn.style.width = '40%';
15888 btns.style.marginTop = '10px';
15890 p2.style.marginTop = '20px';
15891 p2.style.marginBottom = '0px';
15906 btns.style.marginTop = '12px';