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

  1. A    {color: #0000FF; background-color: transparent;}
  2. A:hover    {color: white; background-color: #6495ED;}
  3.  
  4. body{
  5.     background-color:#FFFFFF;
  6. }
  7.  
  8. h1{
  9.     font-family: "Arial Black", sans-serif;
  10.     font-size: 2em;
  11.     color: white;
  12.     background-color:#0054E3;
  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.  
  32. h3{
  33.     font-style:oblique;
  34.     color:#CC0003;
  35.     font-size:x-large;
  36. }
  37.  
  38. h4{
  39.     font-family:MS UI Gothic;
  40.     font-size:small;
  41. }
  42.  
  43. tr.product_name th{
  44.     background-color: #14B558;
  45. }
  46.  
  47. tr.product_name td{
  48.     background-color: #E8E8FF;
  49. }
  50.  
  51. address{
  52.     margin-top: 3em;
  53. }
  54.  
  55. div.navigator
  56. {
  57.     font-size: 1em;
  58.     color: #8B8B8B;
  59.     text-align: right;
  60.     margin-right: 1em;
  61.     margin-bottom: 2em;
  62.     clear: both;
  63. }
  64.  
  65. address{
  66.     clear: both;
  67.     font-family: "MS UI Gothic", sans-serif;
  68.     font-style: normal;
  69.     font-size: 0.8em;
  70.     margin-top: 1em;
  71.     margin-right: 0.5em;
  72.     margin-left: 0.5em;
  73.     padding-top: 0.5em;
  74.     border-width: 2px 0 0;
  75.     border-color: #D3D3D3;
  76.     border-style: groove;
  77. }
  78.  
  79. h2 a{
  80.     color: white;
  81. }
  82.  
  83. h2 A:hover    {color: #6495ED; background-color: white;}
  84.  
  85. b{
  86.     color:#0054E3;
  87.     font-weight:600;
  88. }
  89.