header.html 884 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Eigen performance monitoring</title>
  6. <style type="text/css">
  7. body
  8. {
  9. background:#fff;
  10. }
  11. th {
  12. }
  13. img
  14. {
  15. width:auto;
  16. box-shadow:0px 0px 20px #cecece;
  17. margin: 20px 20px 20px 20px;
  18. -moz-transform: scale(1);
  19. -moz-transition-duration: 0.4s;
  20. -webkit-transition-duration: 0.4s;
  21. -webkit-transform: scale(1);
  22. -ms-transform: scale(1);
  23. -ms-transition-duration: 0.4s;
  24. }
  25. img:hover
  26. {
  27. box-shadow: 5px 5px 20px #dcdcdc;
  28. -moz-transform: scale(1.1);
  29. -moz-transition-duration: 0.4s;
  30. -webkit-transition-duration: 0.4s;
  31. -webkit-transform: scale(1.1);
  32. -ms-transform: scale(1.1);
  33. -ms-transition-duration: 0.4s;
  34. }
  35. </style>
  36. </head>
  37. <body>