home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 July / CHIPHEFT072001.ISO / exe / O502java.exe / EMAIL.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-13  |  1.2 KB  |  84 lines

  1. /* Stylesheet for e-mail messages in Opera */
  2.  
  3. BODY { 
  4.     background-color: white;
  5. }
  6. TD {
  7.     align: left;
  8.     vertical-align: top;
  9. }
  10.  
  11. TABLE.BACKGROUND {
  12.     width: 100%;
  13. }
  14.  
  15. TABLE.HEADER {
  16.     background-color: #CCCCCC;
  17.     border: none 0px;
  18. }
  19.  
  20. TBODY.HEADER {
  21.     border: none 0px;
  22. }
  23.  
  24. TABLE.ATTACHMENT {
  25.     background-color: #CCCCCC;
  26.     border: none 0px;
  27. }
  28.  
  29. TBODY.ATTACHMENT {
  30.     border: none 0px;
  31. }
  32.  
  33. SPAN.HEADER {
  34.     font-family: Tahoma, Verdana, Arial, Times, serif;
  35.     font-size: 9pt;
  36.     font-weight: bold;
  37.     color: black;
  38. }
  39.     
  40. SPAN.ATTACHMENT {
  41.     font-family: Tahoma, Verdana, Arial, Times, serif;
  42.     font-size: 9pt;
  43.     font-weight: normal;
  44.     color: black;
  45. }
  46.  
  47. SPAN.HEADERDATA {
  48.     font-family: Tahoma, Verdana, Arial, Times, serif;
  49.     font-size: 9pt;
  50.     font-weight: normal;
  51.     color: black;
  52. }
  53.  
  54. PRE.BODY {
  55.     font-family: Lucida Console, Courier New, monospace;
  56.     font-size: 9pt;
  57.     font-weight: normal;
  58.     color: black;
  59.     white-space: -pre-wrap;
  60. }
  61.  
  62. PRE.VIEWHEADER {
  63.     font-family: Lucida Console, Courier New, monospace;
  64.     font-size: 9pt;
  65.     font-weight: normal;
  66.     color: black;
  67. }
  68.  
  69. A.ATTACHMENT:hover {
  70. }
  71.  
  72. A:link {
  73.     text-decoration: none;
  74. }
  75.  
  76. A:visited {
  77.     text-decoration: none;
  78. }
  79.  
  80. A:hover {
  81.     background: #FFFFCC;
  82. }
  83.  
  84.