Login   Register  
PHP Classes
elePHPant
Icontem

File: styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Armin  >  E-Mail Encoder Class  >  styles.css  >  Download  
File: styles.css
Role: Example script
Content type: text/plain
Description: Stylesheet-File
Class: E-Mail Encoder Class
Encode mailto: HTML links to difficult harvesting
Author: By
Last change: New CSS-Style added
Date: 2004-12-21 00:22
Size: 447 bytes
 

Contents

Class file image Download
a.link:link, a.link:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
}
a.link:hover, a.link:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0099FF;
}