/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved. The following software licensing rules apply: http://www.w3.org/Consortium/Legal/copyright-software */ /* $Id: public-message.css,v 1.22 2003/01/21 05:58:38 slesch Exp $ */ /* W3C Message Archive - public message */ @import url(base0000.css); @import url(message0.css); /* Leave message itself white but rest ** of metadata very pale grey ** Note the public background is white so here we only need to set grey */ body { color: black; background: #eee; } /* ... */