home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / opera512 / ow32enen512.exe / MIMEHEAD.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-06-18  |  618 b   |  45 lines

  1. /* Stylesheet  to show all email/news headers */
  2. /* Copyright 2001 Opera Software */
  3.  
  4. /* Headers in general */
  5.  
  6. mime
  7. {
  8.     background: Window;
  9.     color: WindowText;
  10.     display: block;
  11. }
  12.  
  13. headers
  14. {
  15.     font-family: "Courier New", monospace;
  16.     font-size: 9pt;
  17.     display:table;
  18.     width:100%;
  19.     border-spacing: 0;
  20.     background: Window;
  21.     color: WindowText;
  22. }
  23.  
  24. hdr {display:table-row;}
  25.  
  26. /* Header name */
  27. n
  28. {
  29.     vertical-align:    top;
  30.     display:        table-cell;
  31.     font-weight:    bold;
  32.     text-align:        right;
  33. }
  34.  
  35. n:after {content: ": ";}
  36.  
  37. /* Header value */
  38. v
  39. {
  40.     vertical-align:    top;
  41.     display: table-cell;
  42. }
  43.  
  44.  
  45.