PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Andi Trînculescu   Navigation   style.css   Download  
File: style.css
Role: Example script
Content type: text/plain
Description: CSS example file
Class: Navigation
Site navigation bar generation
Author: By
Last change:
Date: 20 years ago
Size: 613 bytes
 

Contents

Class file image Download
body, div, p {
    font-family: "trebuchet MS", verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #336699;
}
a:link {
    color: #663399;
}
a:visited {
    color: #000066;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
    color: #666666;
}
.breadcrumb {

    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 10px;
    line-height: 15px;
    color: #336699;
}
.breadcrumbcurrent {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 10px;
    line-height: 15px;
    color: #CC9900;
    font-weight: bold;
    textTransfor: capitalize;
}