Lines Matching refs:style

425 						styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
426 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
427 styleElement.style.color = styleElement.jscStyle.color;
432 styleElement.style.backgroundImage = styleElement.jscStyle.backgroundImage;
433 styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
434 styleElement.style.color = styleElement.jscStyle.color;
454 styleElement.style.backgroundImage = "none";
455 styleElement.style.backgroundColor =
457 styleElement.style.color =
600 seg.style.height = segSize+'px';
601 seg.style.fontSize = '1px';
602 seg.style.lineHeight = '0';
700 p.box.style.width = dims[0] + 'px';
701 p.box.style.height = dims[1] + 'px';
704 p.boxB.style.position = THIS.pickerFixedPosition ? 'fixed' : 'absolute';
705 p.boxB.style.clear = 'both';
706 p.boxB.style.left = x+'px';
707 p.boxB.style.top = y+'px';
708 p.boxB.style.zIndex = THIS.pickerZIndex;
709 p.boxB.style.border = THIS.pickerBorder+'px solid';
710 p.boxB.style.borderColor = THIS.pickerBorderColor;
711 p.boxB.style.background = THIS.pickerFaceColor;
714 p.pad.style.width = jscolor.images.pad[0]+'px';
715 p.pad.style.height = jscolor.images.pad[1]+'px';
718 p.padB.style.position = 'absolute';
719 p.padB.style.left = THIS.pickerFace+'px';
720 p.padB.style.top = THIS.pickerFace+'px';
721 p.padB.style.border = THIS.pickerInset+'px solid';
722 p.padB.style.borderColor = THIS.pickerInsetColor;
725 p.padM.style.position = 'absolute';
726 p.padM.style.left = '0';
727 p.padM.style.top = '0';
728 …p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + jscolor.images.pad[0] + jscolor.images…
729 p.padM.style.height = p.box.style.height;
730 p.padM.style.cursor = 'crosshair';
733 p.sld.style.overflow = 'hidden';
734 p.sld.style.width = jscolor.images.sld[0]+'px';
735 p.sld.style.height = jscolor.images.sld[1]+'px';
738 p.sldB.style.display = THIS.slider ? 'block' : 'none';
739 p.sldB.style.position = 'absolute';
740 p.sldB.style.right = THIS.pickerFace+'px';
741 p.sldB.style.top = THIS.pickerFace+'px';
742 p.sldB.style.border = THIS.pickerInset+'px solid';
743 p.sldB.style.borderColor = THIS.pickerInsetColor;
746 p.sldM.style.display = THIS.slider ? 'block' : 'none';
747 p.sldM.style.position = 'absolute';
748 p.sldM.style.right = '0';
749 p.sldM.style.top = '0';
750 …p.sldM.style.width = jscolor.images.sld[0] + jscolor.images.arrow[0] + THIS.pickerFace + 2*THIS.pi…
751 p.sldM.style.height = p.box.style.height;
753 p.sldM.style.cursor = 'pointer';
755 p.sldM.style.cursor = 'hand';
762 p.btn.style.borderColor = pickerOutsetColor;
764 p.btn.style.display = THIS.pickerClosable ? 'block' : 'none';
765 p.btn.style.position = 'absolute';
766 p.btn.style.left = THIS.pickerFace + 'px';
767 p.btn.style.bottom = THIS.pickerFace + 'px';
768 p.btn.style.padding = '0 15px';
769 p.btn.style.height = '18px';
770 p.btn.style.border = THIS.pickerInset + 'px solid';
772 p.btn.style.color = THIS.pickerButtonColor;
773 p.btn.style.font = '12px sans-serif';
774 p.btn.style.textAlign = 'center';
776 p.btn.style.cursor = 'pointer';
778 p.btn.style.cursor = 'hand';
783 p.btnS.style.lineHeight = p.btn.style.height;
790 p.padM.style.backgroundImage = "url('"+jscolor.getDir()+"cross.gif')";
791 p.padM.style.backgroundRepeat = "no-repeat";
792 p.sldM.style.backgroundImage = "url('"+jscolor.getDir()+"arrow.gif')";
793 p.sldM.style.backgroundRepeat = "no-repeat";
794 p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')";
795 p.pad.style.backgroundRepeat = "no-repeat";
796 p.pad.style.backgroundPosition = "0 0";
827 jscolor.picker.padM.style.backgroundPosition =
838 seg[i].style.backgroundColor = 'rgb('+
861 seg[i].style.backgroundColor = 'rgb('+
878 jscolor.picker.sldM.style.backgroundPosition =
991 backgroundImage : styleElement.style.backgroundImage,
992 backgroundColor : styleElement.style.backgroundColor,
993 color : styleElement.style.color