home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 December / VPR0312.ISO / panasonic / default.css next >
Cascading Style Sheet File  |  2003-10-06  |  1KB  |  99 lines

  1. A    {color: #0000FF; background-color: transparent;}
  2. A:hover    {color: white; background-color: #6495ED;}
  3.  
  4. body{
  5.     background-color: #F0F8FF;
  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. h1.PageTitle2l{
  23.     font-size: 2em;
  24.     border-width: 10px;
  25.     border-color: #F0F8FF;
  26.     border-style: double;
  27.     line-height:60%;
  28. }
  29.  
  30. h2{
  31.     font-family: "MS UI Gothic", sans-serif;
  32.     padding: 0.25em 0.4em;
  33. }
  34.  
  35. h2.Title1{
  36.     color: white;
  37.     background-color: #46A9D6;
  38. }
  39.  
  40. h2.Title2{
  41.     color: white;
  42.     background-color:#544CD6;
  43. }
  44.  
  45. h3{
  46.     margin-left: 2em;
  47. }
  48.  
  49. h4{
  50.     font-family:MS UI Gothic;
  51.     font-size:small;
  52. }
  53.  
  54. tr.product_name th{
  55.     background-color: #14B558;
  56. }
  57.  
  58. tr.product_name td{
  59.     background-color: #E8E8FF;
  60. }
  61.  
  62. address{
  63.     margin-top: 3em;
  64. }
  65.  
  66. div.navigator
  67. {
  68.     font-size: 1em;
  69.     color: #8B8B8B;
  70.     text-align: right;
  71.     margin-right: 1em;
  72.     margin-bottom: 2em;
  73.     clear: both;
  74. }
  75.  
  76. address{
  77.     clear: both;
  78.     font-family: "MS UI Gothic", sans-serif;
  79.     font-style: normal;
  80.     font-size: 0.8em;
  81.     margin-top: 1em;
  82.     margin-right: 0.5em;
  83.     margin-left: 0.5em;
  84.     padding-top: 0.5em;
  85.     border-width: 2px 0 0;
  86.     border-color: #D3D3D3;
  87.     border-style: groove;
  88. }
  89.  
  90. h2 a{
  91.     color: white;
  92. }
  93.  
  94. h2 A:hover    {color: #6495ED; background-color: white;}
  95.  
  96. b{
  97.     color:#C8355B;
  98. }
  99.