header("Content-type: text/css"); /* COLORS FOR THE NEW VF LEFT MENU AND BANNER */ /* colors only- see leftandtopstyles.css for positioning */ /* this stylesheet should be included on any pages that have the new left menu and top bit. */ /* but NOT on the new homepage (which sets its own styles) */ /* repeated classes */ .sidemenu_header { /* title boxes on left and right */ border: 1px solid #333; background: #0d0d0d; } .sidemenu_box { /* content boxes on left and right */ border: 1px solid #333; } .notify { color: #FFFFFF; } /* left side */ .leftlinks a { /* all links in leftlinks div, inc. membersonline */ background: url('http://e.vampirefreaks.com/grafix/purple/leftbtnsml.gif') top left no-repeat; } .leftlinks a:hover { background: url('http://e.vampirefreaks.com/grafix/purple/leftbtnsmall_hover.gif') top left no-repeat; color: #fff;} /* friendslinks bit in logged in leftnav */ .leftlinks .onlinefriend, .leftlinks .onlinefriend:hover { /* always-visible online friends links */ background: url('http://e.vampirefreaks.com/grafix/purple/onlinefriend_s.gif') top left no-repeat; } #friendslinks .friendsmenu_on { /* visible popout menus */ background: url('http://e.vampirefreaks.com/grafix/purple/friendsmenuonbg_s.gif') top left no-repeat; border: none; } #friendslinks .friendsmenu_on a, #friendslinks .friendsmenu_on a:hover { background: none; }