Advertisement
Guest User

Untitled

a guest
Dec 14th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.93 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. body
  4. {
  5.     background: transparent;
  6. }
  7.  
  8. div
  9. {
  10.     width: 620px;
  11.     margin: 0 auto;
  12.     font-size: 100%;
  13.     behavior: url(PIE.htc);
  14. }
  15.  
  16. div:after
  17. {
  18.     display: block;
  19.     clear: both;
  20.     height: 50px;
  21.     behavior: url(PIE.htc);
  22. }
  23.  
  24. p
  25. {
  26.     width: 640px;
  27.     background: transparent;
  28.     list-style: none;
  29.     float: left;
  30.     padding: 0 0 0% 0;
  31.     behavior: url(PIE.htc);
  32. }
  33.  
  34. ul li
  35. {
  36.     width: 25%;
  37.     float: left;
  38.     position: relative;
  39.     behavior: url(PIE.htc);
  40. }
  41.  
  42. img
  43. {
  44.     max-width: 200px;
  45.     float: center;
  46.     behavior: url(PIE.htc);
  47. }
  48.  
  49. .maxrate img
  50. {
  51.     -moz-transition: all 1s ease;
  52.     -webkit-transition: all 1s ease;
  53.     -o-transition: all 1s ease;
  54.     -ms-transition: all 1s ease;
  55.     transition: all 1s ease;
  56.     behavior: url(PIE.htc);
  57. }
  58.  
  59. .maxrate img:hover
  60. {
  61.     -moz-transform: scale(2);
  62.     -webkit-transform: scale(2);
  63.     -o-transform: scale(2);
  64.     -ms-transform: scale(2);
  65.     transform: scale(2);
  66.     z-index: 2;
  67.     behavior: url(PIE.htc);
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement