home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_2.iso / browser / ow32dede754j.exe / MIMEHEAD.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-06  |  745 b   |  48 lines

  1. @charset "utf-8";
  2. /* Stylesheet  to show all email/news headers */
  3. /* Copyright 2000-2004 Opera Software */
  4.  
  5. @namespace omf url(http://www.opera.com/2003/omf);
  6. @namespace html url(http://www.w3.org/TR/REC-html40);
  7.  
  8. /* Headers in general */
  9.  
  10. omf|mime
  11. {
  12.  background:        Window;
  13.  display:        block;
  14. }
  15.  
  16. omf|headers
  17. {
  18.  font-family:    "Courier New", monospace;
  19.  font-size:        12px;
  20.  display:        table;
  21.  width:        100%;
  22.  border-spacing:    0;
  23.  background:        Window;
  24. }
  25.  
  26. omf|hdr
  27. {
  28.  display:table-row;
  29. }
  30.  
  31. /* Header name */
  32. omf|n
  33. {
  34.  vertical-align:    top;
  35.  display:        table-cell;
  36.  font-weight:    bold;
  37.  text-align:        right;
  38. }
  39.  
  40. omf|n:after {content: ": ";}
  41.  
  42. /* Header value */
  43. omf|v
  44. {
  45.  vertical-align:    top;
  46.  display:        table-cell;
  47. }
  48.