| /* | |
| * overview.css is a template for the overview specific css settings | |
| */ | |
| /* | |
| * Import the generic page settings... All page specific formatting should live in the content.css file | |
| */ | |
| @import url("content.css"); | |
| @import url("ad-images.css"); | |
| /* | |
| * background watermark - group specific | |
| */ | |
| body { | |
| background-image : url(graphics/contentpage/overview_wtr.jpg); | |
| } | |
| /* | |
| * show the "selected" image for this page - This is group specific | |
| */ | |
| #navigation-links a#overview img, #navigation-links a#overview:hover img { background-image : url(graphics/icons/ctool/overview48sel.gif); } | |