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

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