<?cs
##################################################################
# Site CSS - Place custom CSS, including overriding styles here.

@import url(<?cs var:chrome.href ?>/site/main.css);
#mainnav .active :link, #mainnav .active :visited {
 background: #0072ff;
}

:link, :visited, dt em, .milestone .info h2 em,
#metanav form.trac-logout button,
#content.report h3 a em,
#content.build h2.config :link, #content.build h2.config :visited,
.plugin h3 a {
 color: #00b;
}

/* To change red of the source path in browser, we need an extra 
   rule to reset the grey (#998) of the first element */
#content.browser h1 :link, #content.browser h1 :visited {
 color: #00b;
}

#content.browser h1 .first:link, #content.browser h1 .first:visited {
 color: #998;
}

#topnav {
 clear: both;
 float: left;
 margin: 0px;
 padding:0px;
 width: 100%;
/* background: #fff url(/gfx/whtgrad.png) repeat-x; */
}

#topnav ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#topnav li {
 display: block;
 font-weight: bold;
 float: left;
 margin: 0;
 padding: 0;
}

#topnav a {
 float: left;
 display: block;
 padding: 4px 15px;
 margin: 0;
 color: #555;
 text-decoration: none;
 font-size: 13px;
 letter-spacing: -1px;
 border-bottom: none;
 border-right: 1px solid #ddd;
}

#topnav a.trac { color: #800;}

#topnav a.blog { color: #760;}

#topnav li.lfsactive  a, #topnav li.lfsactive  a:hover  { color: #eee; background: #0072ff; }
#topnav li.alfsactive a, #topnav li.alfsactive a:hover  { color: #eee; background: #92d800; }
#topnav li.blfsactive a, #topnav li.blfsactive a:hover  { color: #eee; background: #a27700; }

#topnav li a:hover {
 background: #ddd;
}

?>
