PHP Classes

File: examples/css.css

Recommend this page to a friend!
  Classes of Nikos M.   HAAR PHP Image Feature Detection Library   examples/css.css   Download  
File: examples/css.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HAAR PHP Image Feature Detection Library
Detect features (e.g faces) in images
Author: By
Last change: v.1.0.1
Date: 3 years ago
Size: 603 bytes
 

Contents

Class file image Download
body { background: #fff; color: #121212; font-family: Helvetica, Arial, sans-serif; font-size: 16px; } /* FORM */ #imgForm { border: solid 4px #ddd; background: #eee; padding: 10px; margin: 30px; width: 600px; overflow:hidden; } #imgForm label { float: left; width: 200px; font-weight: bold; color: #666; clear:both; padding-bottom:10px; } #imgForm input { float: left; } #imgForm input[type="submit"] { clear:both; } #img_upload { width: 400px; } #img_name { width: 200px; } ul { list-style-type: none !important; }