<% @LANGUAGE = VBSCRIPT %> <% RESPONSE.CONTENTTYPE="text/CSS" %> a, #header #nav a:hover, #header #nav a.selected, #sidebar #relatednav li a.selected, #sidebar #relatednav li a:hover { color: #<%= REQUEST.QUERYSTRING("accent") %>; } #header #nav a:hover, #header #nav a.selected {border-bottom:3px solid #<%= REQUEST.QUERYSTRING("accent") %>;} #bar {background:#<%= REQUEST.QUERYSTRING("accent") %> url(/libraries/images/lnf/bar-bottom.png) left bottom repeat-x;} #list li.list-heading ul { background: #<%= REQUEST.QUERYSTRING("accent") %>; } /* below here is the 'dark accent' color */ #bar:after { background:url(/libraries/images/lnf/bar-bottom.png) left top repeat; } #list li.list-heading { background:url(/libraries/images/lnf/bar-bottom.png) right top repeat-y; } #list li.list-heading:hover, #list li.list-heading li a:hover { background:url(/libraries/images/lnf/bar-bottom.png) left top repeat; }