Advertisement
Guest User

Untitled

a guest
May 25th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. body {
  2. background-color:#EBEBEB;
  3. }
  4. section#portafolio {
  5. margin: 0 auto;
  6. width: 80%;
  7. }
  8.  
  9. .filtrar {
  10. padding: 20px 0;
  11. }
  12. .filtrar a {
  13. color: #666666;
  14. padding: 5px 10px;
  15. text-decoration: none;
  16. }
  17. .filtrar a.actual {
  18. background: none repeat scroll 0 0 #FF6347;
  19. border-radius: 10px;
  20. color: #FFFFFF;
  21. }
  22.  
  23. .portfolioContenedor img {
  24. margin:5px;
  25. }
  26.  
  27. .isotope-item {
  28. z-index: 2;
  29. }
  30. .isotope-hidden.isotope-item {
  31. pointer-events: none;
  32. z-index: 1;
  33. }
  34.  
  35.  
  36. .isotope,
  37. .isotope .isotope-item {
  38. -webkit-transition-duration: 0.8s;
  39. -moz-transition-duration: 0.8s;
  40. transition-duration: 0.8s;
  41. }
  42. .isotope {
  43. -webkit-transition-property: height, width;
  44. -moz-transition-property: height, width;
  45. transition-property: height, width;
  46. }
  47. .isotope .isotope-item {
  48. -webkit-transition-property: -webkit-transform, opacity;
  49. -moz-transition-property: -moz-transform, opacity;
  50. transition-property: transform, opacity;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement