home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 February / maximum-cd-2002-02.iso / Files / ImageWalker / setup.exe / WebTemplates / Purple.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-06-30  |  1.4 KB  |  101 lines

  1. BODY 
  2. {
  3.     font-family: helvetica, arial; 
  4.     font-size: 12px; 
  5.     BACKGROUND-COLOR: #ffffff;
  6.     COLOR: #50346C;
  7. }
  8.  
  9. A:link { COLOR: #606060; TEXT-DECORATION: none}
  10. A:visited { COLOR: #606060; TEXT-DECORATION: none}
  11. A:active { COLOR: #664977; TEXT-DECORATION: underline}
  12. a:hover { COLOR: #5F419D; TEXT-DECORATION: underline}
  13.  
  14.  
  15. TD.Header
  16. {
  17.     BACKGROUND-COLOR: #A584C6;
  18.     BORDER: #644088 1px solid;
  19. }
  20.  
  21. TABLE.Header
  22. {
  23.  
  24. }
  25.  
  26. .Header
  27. {
  28.     font-family: arial,helvetica; 
  29.     font-size: 18px;
  30.     BACKGROUND-COLOR: #A584C6;
  31. }
  32.  
  33. TABLE.Footer
  34. {
  35. }
  36.  
  37. TD.Footer
  38. {
  39.     TEXT-ALIGN: center;
  40. }
  41.  
  42. .Footer
  43. {
  44.     font-family: arial,helvetica; 
  45.     font-size: 10px;
  46.     TEXT-ALIGN: center
  47. }
  48.  
  49. .Navigation
  50. {
  51.     font-family: verdana,arial,helvetica; 
  52.     font-size: 10px;
  53. }
  54.  
  55. TD.Annotation
  56. {
  57.     BACKGROUND-COLOR: #BBA8D4;
  58.     BORDER: #644088 1px solid;
  59.     TEXT-ALIGN: center;
  60. }
  61.  
  62. .Annotation
  63. {
  64.     font-family: arial,helvetica; 
  65.     font-size: 12px;
  66.     TEXT-ALIGN: center
  67. }
  68.  
  69. TD.Payload
  70. {
  71.     BACKGROUND-COLOR: #F1EFFB;
  72.     BORDER: #644088 1px solid;
  73.     TEXT-ALIGN: center;
  74.  
  75. }
  76.  
  77. TD.ImagePayload
  78. {
  79.     BACKGROUND-COLOR: #F1EFFB;
  80.     TEXT-ALIGN: center;
  81.  
  82. }
  83.  
  84. TABLE.Payload
  85. {
  86.     BACKGROUND-COLOR: #F1EFFB;
  87.     TEXT-ALIGN: center;
  88. }
  89.  
  90. TABLE.PayloadAlt
  91. {
  92.     BACKGROUND-COLOR: #F8F7FD;
  93.     TEXT-ALIGN: center;
  94. }
  95.  
  96. .Payload
  97. {
  98.     font-family: arial,helvetica; 
  99.     font-size: 10px;
  100.     TEXT-ALIGN: center
  101. }