Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <style type="text/css">
  2. #user_field .color_box {
  3. width: 175px;
  4. height: 175px;
  5. text-align: center;
  6. display: block;
  7. float: left;
  8. border: 1px solid #CCCCCC;
  9. margin: 0 1px;
  10. border-radius:8px;
  11. -moz-border-radius:8px;
  12. -webkit-border-radius:8px;
  13. }
  14. #user_field .color_box img {
  15. width: 170px;
  16. height: 170px;
  17. margin: 0;
  18. padding: 4px;
  19. opacity: 1;
  20. border-radius:8px;
  21. -moz-border-radius:8px;
  22. -webkit-border-radius:8px;
  23. -webkit-transition: width 0.5s, height 0.6s, margin 0.5s, opacity 0.5s;
  24. transition: width 0.5s, height 0.6s, margin 0.5s, opacity 0.5s;
  25. z-index: 1;
  26. }
  27. #user_field .color_box img:hover {
  28. width: 380px;
  29. height: 380px;
  30. margin: -50px 0 0 -100px;
  31. opacity: 0.99;
  32. z-index: 9999;
  33. }
  34. #user_field .title {
  35. font-size: 22px;
  36. font-weight: bold;
  37. padding: 4px;
  38. }
  39. #user_field .colors {
  40. border: 0px;
  41. float: left;
  42. padding: 20px;
  43. margin-left: 0px;
  44. }
  45. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement