/* style sheet for the validator's results page */ /* $Id: results.css,v 1.6 2001-09-14 00:14:15 link Exp $ */ @import url(base.css); .markup { color: red; font-weight: bolder; } .input { color: black; background-color: #eeeeee; /* light grey */ } table.header { background-color: silver; } th { text-align: right; padding-right: .5em; } td { text-align: left; padding-left: .5em; } h1.title img { vertical-align: middle; } #Notice { width: 75ex; border: solid; margin: .2em; padding: .5em; text-align: justify; } .Info {background: white; border-color: gray;} .Warning {background: silver; border-color: gray;} .Error {background: yellow; border-color: black;} .Fatal {background: red; border-color: black;}