/* Stylesheet to show all email/news headers */ /* Copyright 2003 Opera Software */ /* Fichero modificado por Juan Rodríguez http://www.begues.net/opera/ */ /* Headers in general */ mime {background: Window; display: block; } headers {font-family: "Verdana", monospace; font-size: 9pt; display:table; width:100%; border-spacing: 10px; background: silver;} hdr {display:table-row;} /* Header name */ n {vertical-align:top; display:table-cell; color:navy; font-weight:bold; text-align:right; padding:0 5px 0 0} n:after {content: ": ";} /* Header value */ v {vertical-align:top; display: table-cell; }