PHP Classes

File: captcha_styles.css

Recommend this page to a friend!
  Classes of Alexander Selifonov   DHTML and CSS CAPTCHA   captcha_styles.css   Download  
File: captcha_styles.css
Role: Auxiliary data
Content type: text/plain
Description: styles for drawing CAPTCHA block
Class: DHTML and CSS CAPTCHA
CAPTCHA validation using colored boxes and AJAX
Author: By
Last change:
Date: 16 years ago
Size: 384 bytes
 

Contents

Class file image Download
/* styles for CAPTCHA grid drawing */ .capnormal {font-size:11pt; color:#202020; background-color:#A0A0E0; border: 1px solid #9090C0; width:12px; } td.captcha_cell { border: 1px solid #9090C0; background-color:#E0E0F8; text-align:center; font-size:7px; } td.captcha_cellmo { border: 1px solid #9090C0; background-color:#B0B0E8; text-align:center; font-size:7px; }