home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 May / VPR0405.ISO / FAULT / DEFAULT.CSS next >
Cascading Style Sheet File  |  2004-03-28  |  1KB  |  90 lines

  1. A    {color: #0000FF; background-color: transparent;}
  2. A:hover    {color: white; background-color: #6495ED;}
  3.  
  4. body{
  5.     background-color:#E0FFFF;
  6. }
  7.  
  8. h1{
  9.     font-family: "Arial Black", sans-serif;
  10.     font-size: 2em;
  11.     color: white;
  12.     background-color: #14B558;
  13. }
  14.  
  15. h1.PageTitle{
  16.     font-size: 2em;
  17.     border-width: 10px;
  18.     border-color: #F0F8FF;
  19.     border-style: double;
  20. }
  21.  
  22. h2{
  23.     font-family: "MS UI Gothic", sans-serif;
  24. }
  25.  
  26. h2.Title1{
  27.     color: white;
  28.     background-color: #46A9D6;
  29. }
  30.  
  31. h2.Title2{
  32.     color: white;
  33.     background-color:#544CD6;
  34. }
  35.  
  36. h3{
  37.  
  38. }
  39.  
  40. h4{
  41.     font-family:MS UI Gothic;
  42.     font-size:small;
  43. }
  44.  
  45. tr.product_name th{
  46.     background-color: #14B558;
  47. }
  48.  
  49. tr.product_name td{
  50.     background-color: #E8E8FF;
  51. }
  52.  
  53. address{
  54.     margin-top: 3em;
  55. }
  56.  
  57. div.navigator
  58. {
  59.     font-size: 1em;
  60.     color: #8B8B8B;
  61.     text-align: right;
  62.     margin-right: 1em;
  63.     margin-bottom: 2em;
  64.     clear: both;
  65. }
  66.  
  67. address{
  68.     clear: both;
  69.     font-family: "MS UI Gothic", sans-serif;
  70.     font-style: normal;
  71.     font-size: 0.8em;
  72.     margin-top: 1em;
  73.     margin-right: 0.5em;
  74.     margin-left: 0.5em;
  75.     padding-top: 0.5em;
  76.     border-width: 2px 0 0;
  77.     border-color: #D3D3D3;
  78.     border-style: groove;
  79. }
  80.  
  81. h2 a{
  82.     color: white;
  83. }
  84.  
  85. h2 A:hover    {color: #6495ED; background-color: white;}
  86.  
  87. b{
  88.     color:#C8355B;
  89. }
  90.