Advertisement
daisukiseiya

hovercover mod v5 [style 2]

May 10th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. .hide {
  2. background-color: rgba(248, 162, 200, 0.7);
  3. background-position: 50% 50%;
  4. background-repeat: no-repeat no-repeat;
  5. background-size: cover;
  6. border: 1px solid #000000;
  7. display: inline-block ! important;
  8. height: 17px;
  9. margin-left: 39px;
  10. margin-top: -23px;
  11. position: absolute;
  12. width: 35px;
  13. }
  14.  
  15. .hide:hover {
  16. background-color: transparent;
  17. background-size: cover;
  18. border-radius: 25px;
  19. border-style: none;
  20. border-width: 2px;
  21. box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.41);
  22. margin-left: -220px;
  23. margin-top: -260px;
  24. padding-right: 170px;
  25. padding-top: 300px ! important;
  26. position: absolute;
  27. z-index: 1;
  28. }
  29.  
  30. .hide:hover:after {
  31. background: none repeat scroll 0px 0px rgba(96, 96, 96, 0);
  32. content: " ";
  33. height: 18px;
  34. left: 259px;
  35. position: absolute;
  36. top: 237px;
  37. width: 37px;
  38. z-index: 20;
  39. }
  40.  
  41. .animetitle {
  42. margin-left: 50px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement