/* XML Results Style Sheet for the W3C MarkUp Validation Service. Copyright 2002 Terje Bless . All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright $Id: xml-results.css,v 1.4 2002-10-30 16:48:05 link Exp $ */ result, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} strong, a {display: inline} meta { margin-left: 5em; margin-bottom: 2em; border-bottom: 1px solid black; font-weight: bolder; } uri {text-before: 'URL: '} modified {text-before: 'Modified: '} server {text-before: 'Server: '} size {text-before: 'Size: '} encoding {text-before: 'Encoding: '} doctype {text-before: 'Doctype: '} warnings { border-top: 1px solid red; border-bottom: 1px solid red; background: grey; margin: 3em; } warning { background: red; display: list-item; } messages {margin: 2em} msg { display: list-item; }