/* style sheet for the validator's results page */ /* $Id: results.css,v 1.12 2002-10-26 01:15:19 link Exp $ */ .markup { color: red; font-weight: bolder; } .input { color: black; background-color: #eeeeee; /* light grey */ } fieldset { background-color: #eeeeee; } ul#Warnings { clear: left; padding-top: 1ex; } div.meat { /* border: 1px solid red; */ /* Used for debugging */ margin-right: 10em; } /* div.splash { border: 1px solid blue; /* Used for debugging */ background: #eeeeee; } */ th { padding-right: .5em; text-align: right; vertical-align: middle; white-space: nowrap; } td { text-align: left; padding-left: .5em; } .info { background: white; border-color: gray; } .warning { background: silver; border-color: gray; } .error { background: yellow; border-color: black; } .fatal h2 { background: red; border: solid black 1px; } h2.valid { text-align: center; } .valid { background: #053188; color: white; font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; border-color: black; } .valid a { color: yellow; } .valid a:visited { color: silver; } .valid a:hover { color: #053188; } .valid a:active { color: red; } .invalid { background: #880531; color: white; font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; border-color: black; } .invalid a { color: blue; } .invalid a:visited { color: silver; } .invalid a:hover { color: blue; } .invalid a:active { color: red; } img.inline-badge { float: left; }