PHP Classes

File: www/css/button.css

Recommend this page to a friend!
  Classes of Graham Trott   Target CMS   www/css/button.css   Download  
File: www/css/button.css
Role: Auxiliary data
Content type: text/plain
Description: CSS script
Class: Target CMS
Content Management System
Author: By
Last change: Width increased
Date: 14 years ago
Size: 400 bytes
 

Contents

Class file image Download
/* A non-graphic rectangular button */ .button { float: left; text-align: center; width: 110px; font: bold 0.8em verdana, geneva, helvetica, arial, sans-serif; color: black; border: 2px solid white; margin: 0 0 0 4px; } .button a { display: block; color: inherit; background: #e7f1f8; padding: 4px 0 4px 0; } .button a:hover { background: #fff; color: #003; }