blob: 67b31246c669d90c2c49b2c2216c92af1c392446 [file] [log] [blame]
/*
* sample.css is a template for the group 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/samples_wtr.jpg);
}
/*
* show the "selected" image for this page - This is group specific
*/
#navigation-links a#samples img, #navigation-links a#samples:hover img { background-image : url(graphics/icons/ctool/samples48sel.gif); }