Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sergio Avila  >  StyleMenu  >  style.css  >  Download  
File: style.css
Role: Application script
Content type: text/plain
Description: Style File
Class: StyleMenu
Menus with Style
Author: By
Last change:
Date: 2002-10-22 20:32
Size: 702 bytes
 

Contents

Class file image Download
p, a, ul, li, td, em, body {
font-size: 13px;
font-family: verdana, helvetica;
text-decoration: none;
font-weight: normal;
}

.header_text {
        font-size: 14px;
        font-family : verdana, helvetica;
        color: #FFFFFF;
        font-weight: bold;
}

.link_text {
        color: #4B6B8D;
        font-size: 13px;
        font-family: verdana, helvetica;
        text-decoration: none;
        font-weight: bold;
}

.link_text:hover{
        font-family : verdana, helvetica;
        font-weight : bold;
        color: #FFFFFF;
}

.link_text:link{
        font-family : verdana, helvetica;
}

.link_text:visited{
        font-family : verdana, helvetica;
}