daisukiseiya

hovercover mod [style 2] - December 30, 2015

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