Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Onde deve alterar para mudar o espaço de uma linha para outra e colocar "bold".
Está ficando um espaço muito grande.
Uma parte do código é:
this.width = 200; // width (pixels)
this.bgColor = "#CCCCCC"; // background color
this.textFont = "Comic Sans MS"; // text font family
this.textSize = 13; // text font size (pixels)
this.textColor = "#A00000"; // text color
this.textAlign = "left"; // text alignment: "left", "right" or "center"
this.border = "1px solid #D00000"; // border (CSS spec: size style color, e.g. "1px solid #D00000")
this.padding = 4; // padding (pixels)
this.opacity = 80; // opacity (1 - 100); not supported by all browsers
this.cursorDistance = 5; // distance from mouse cursor (pixels)
this.xPos = "right"; // horizontal position: "left" or "right"
this.yPos = "bottom"; // vertical position: "top" or "bottom"
// don't change
this.text = '';
this.height = 0;
this.obj = null;
this.active = false;Carregando comentários...