Página 1 de 1

Tutorial para adicionar uma marca d'água na caixa dos posts

PostagemEnviado: 26 Ago 2012, 13:21
por Master Portugas
Como colocar uma marca d'água, na caixa das postagens e da resposta rápida!!!

Adding a watermark image in message box and prime quick reply box!!!


in the colours.css

FIND:
Código: Seleccionar todos
/* Posting page styles
--------------------------------------- with watermark in the posts ---- */
#message-box textarea {
   color: #333333;   
   background: #FFFFFF url("{T_IMAGESET_PATH}/watermark-file.png") center no-repeat;
}


AFTER ADD
Código: Seleccionar todos
/* Posting in Prime Quick Reply
---------------------------------------  with watermark in the Prime Quick Reply  ---- */
#quick_reply_message textarea {
   color: #333333;   
   background: #FFFFFF url("{T_IMAGESET_PATH}/watermark-file.png") center no-repeat;
}


Fica assim:

Imagem


:bom: