custom css file for navigation elements
This css file contains presentation rules for navigation elements for the chapter's custom look and feel.
Size 1 kB - File type text/cssFile contents
/*
Title: Montreal chapter's navigation CSS file
Author: Juan Pablo Di lelle, jdilelle@gmail.com
Updated: June 7th, 2005
*/
/*
This css file contains presentation definitions for the chapter's
custom navigation elements look and feel.
*/
#nav {
float: right;
margin: 0;
padding: 0;
list-style: none;
font-size: 95%;
}
#nav li {
float: left;
margin: 0;
padding-left: 16px;
padding-right: 5px;
list-style: none;
background: url(i/icons/hand-small.gif) no-repeat center left;
}
#nav a {
float: left;
padding: 7px 13px;
text-decoration: none;
color: #111;
}
#nav a:hover, #nav a.active {
color: #c03;
}
#nav a.active {
font-weight: bold;
background: #538620 url(../img/nav-on-bg.gif) repeat-x bottom left;
}
Click here to get the file