PHP Classes

File: styles.css

Recommend this page to a friend!
  Classes of Axel Pardemann   AMDev_Captcha   styles.css   Download  
File: styles.css
Role: Auxiliary data
Content type: text/plain
Description: CSS Styles for the CAPTCHA
Class: AMDev_Captcha
Generate form elements for CAPTCHA validation
Author: By
Last change:
Date: 16 years ago
Size: 463 bytes
 

Contents

Class file image Download
@charset "utf-8"; div.amdev_captcha { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #F9F9F9; border: thin solid #999999; padding: 2px; width: 350px; color: #666666; } img.amdev_captcha { background-color: #F9F9F9; border: thin solid #999999; padding: 1px; } input.textbox_amdev_captcha { background-color: #F9F9F9; border: thin solid #999999; padding: 1px; } input.button_amdev_captcha { }