Lines Matching refs:style
101 no.style.display = 'none';
105 html.style.overflow = 'hidden';
106 html.style.height = '100%';
109 html.style.width = '100%';
110 html.style.margin = '0';
111 html.style.padding = '0';
115 body.style.height = '100%';
118 body.style.width = '100%';
119 body.style.margin = '0';
120 body.style.padding = '0';
121 body.style.minWidth = '0px';
122 body.style.overflowX = 'hidden';
123 body.style.boxSizing = 'border-box';
124 body.style.scrollBehavior = 'smooth';
132 if (html.style.fontSize == '')
133 html.style.fontSize = '16px';
212 var style = "position: absolute;";
213 style += "box-sizing: border-box;";
214 style += "top:0; left:0;";
215 style += "margin:0; height:100%; width:100%;";
216 style += "box-shadow:none !important;";
217 style += "border:none !important;";
218 style += "border-radius:0 !important;";
219 style += "outline:none !important;";
220 style += "resize: none;";
221 style += "scroll-behavior:auto;";
222 style += "overflow-y:scroll;"; // Should prevent the scrollbar from reflowing the text
223 style += "overflow-x:auto;";
224 style += "padding: 5px 5px;";
225 style += "z-index: 1;";
226 style += "background:none; ";
228 style += "color:rgba(0,0,0,0.2);";
230 … this.textarea.setAttribute('style', style); // Remove current inline style and apply the new
275 element.style.display = 'none';
277 this.elements.hide.style.display = 'none';
306 this.elements.pagetools.style.top = '100px';
307 this.elements.pagetools.style.right = '8px';
310 this.elements.pagetools.style.display = 'none';