Advertisement
Lizellea

snowflake

Mar 24th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {display: none;}
  4.  
  5. ::-webkit-scrollbar-thumb:vertical {background: transparent; border: 1px solid #FF0033; border-radius: 90px; height: 100px;}
  6. ::-webkit-scrollbar-thumb:horizontal {background-color: #CCCCCC; width: 5px; height: 100px !important;}
  7. ::-webkit-scrollbar {height: 1px; width: 5px; background-color: #fcfcfc;}
  8.  
  9.  
  10. #profile{border:none;
  11. background-color:transparent;
  12. }
  13.  
  14. body {background-color:#000;
  15. background-image: url("http://i.picpar.com/4v4b.png");
  16. background-position: 0% 0%;
  17. background-repeat:no-repeat;
  18. background-attachment: fixed;
  19. background-size: 100%;
  20. margin-right: 0px;
  21. }
  22.  
  23. .derp{
  24. position:absolute;
  25. top:1%;
  26. left:1%;
  27. width:560px;
  28. }
  29.  
  30. a.cui:link, a.cui:active, a.cui:visited{
  31. display: block;
  32. float: left;
  33. width: 55px;
  34. height:55px;
  35. margin-right: 25px;
  36. margin-top: 15px;
  37. border:6px double #;
  38. border-radius: 50%;
  39. background-size: 100% 100%;
  40. background-color:#;
  41. background-image:url(http://i.imgur.com/qWWDPMk.gif);
  42. background-position: center;
  43. background-repeat:no-repeat;
  44. transform: rotate (0deg);
  45. -webkit-transform: rotate(0deg);
  46. -ms-transform: rotate (0deg);
  47. -webkit-transition: all 0.6s ease-out;
  48. -moz-transition: all 0.6s ease-out;
  49. }
  50.  
  51. a.cui:hover{
  52. border:6px double #;
  53. border-radius:0%;
  54. text-decoration: none;
  55. background-size: 100% 100%;
  56. background-color:#;
  57. background-image:url(http://i.imgur.com/qWWDPMk.gif);
  58. background-position: center;
  59. background-repeat:no-repeat;
  60. -webkit-transform:rotate(-765deg);
  61. -webkit-transition: all 0.9s ease-out;
  62. -moz-transition: all 0.9s ease-out;
  63. }
  64. </style>
  65.  
  66. <div class="derp">
  67. <a href="#01" class="cui"></a>
  68. <a href="#02" class="cui"></a>
  69. <a href="#03" class="cui"></a>
  70. <a href="#04" class="cui"></a>
  71. <a href="#05" class="cui"></a>
  72. <a href="#06" class="cui"></a>
  73. <a href="#reset" class="cui"></a>
  74. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement