Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. body, a:hover
  2. {cursor: url(http://i.imgur.com/yrabLxr.gif), progress !important;}
  3. audio {
  4. display: none;
  5. }
  6. #profile-container {background:none;}
  7. .AtticusContainer {
  8. width:500px;
  9. height:495px;
  10. }
  11.  
  12. .pictureExample {
  13. position:absolute;
  14. left:150px;
  15. z-index:5;
  16. width:480px;
  17. height:270px;
  18. background-color:#000;
  19. border-style:solid;
  20. border-color:#1E7A62;
  21. border-width:5px;
  22. top:50px;
  23. }
  24. .infoExample {
  25. color:#fff;
  26. width:100px;
  27. height:10px;
  28. background-color:#000;
  29. border-style:solid;
  30. border-color:#1E7A62;
  31. border-width:1px;
  32. padding:5px;
  33. position:absolute;
  34. left:545px;
  35. top:60px;
  36. z-index:4;
  37. -webkit-border-top-right-radius: 50px;
  38. -webkit-border-bottom-right-radius: 50px;
  39. -moz-border-radius-topright: 50px;
  40. -moz-border-radius-bottomright: 50px;
  41. border-top-left-radius: 50px;
  42. border-bottom-right-radius: 50px;
  43. }
  44. .infoExample:hover {
  45. left:625px;
  46. }
  47.  
  48. .pixie {
  49. color:#fff;
  50. width:100px;
  51. height:10px;
  52. background-color:#000;
  53. border-style:solid;
  54. border-color:#1E7A62;
  55. border-width:1px;
  56. padding:5px;
  57. position:absolute;
  58. left:545px;
  59. top:85px;
  60. z-index:4;
  61. -webkit-border-top-right-radius: 50px;
  62. -webkit-border-bottom-right-radius: 50px;
  63. -moz-border-radius-topright: 50px;
  64. -moz-border-radius-bottomright: 50px;
  65. border-top-left-radius: 50px;
  66. border-bottom-right-radius: 50px;
  67. }
  68. .pixie:hover {
  69. left:625px;
  70. }
  71.  
  72. .dust {
  73. color:#fff;
  74. width:100px;
  75. height:10px;
  76. background-color:#000;
  77. border-style:solid;
  78. border-color:#1E7A62;
  79. border-width:1px;
  80. padding:5px;
  81. position:absolute;
  82. left:545px;
  83. top:110px;
  84. z-index:4;
  85. -webkit-border-top-right-radius: 50px;
  86. -webkit-border-bottom-right-radius: 50px;
  87. -moz-border-radius-topright: 50px;
  88. -moz-border-radius-bottomright: 50px;
  89. border-top-left-radius: 50px;
  90. border-bottom-right-radius: 50px;
  91. }
  92. .dust:hover {
  93. left:625px;
  94. }
  95.  
  96. .star {
  97. color:#fff;
  98. width:100px;
  99. height:10px;
  100. background-color:#000;
  101. border-style:solid;
  102. border-color:#1E7A62;
  103. border-width:1px;
  104. padding:5px;
  105. position:absolute;
  106. left:545px;
  107. top:135px;
  108. z-index:4;
  109. -webkit-border-top-right-radius: 50px;
  110. -webkit-border-bottom-right-radius: 50px;
  111. -moz-border-radius-topright: 50px;
  112. -moz-border-radius-bottomright: 50px;
  113. border-top-left-radius: 50px;
  114. border-bottom-right-radius: 50px;
  115. }
  116. .star:hover {
  117. left:625px;
  118. }
  119.  
  120. .tinker {
  121. color:#fff;
  122. width:100px;
  123. height:10px;
  124. background-color:#000;
  125. border-style:solid;
  126. border-color:#1E7A62;
  127. border-width:1px;
  128. padding:5px;
  129. position:absolute;
  130. left:545px;
  131. top:160px;
  132. z-index:4;
  133. -webkit-border-top-right-radius: 50px;
  134. -webkit-border-bottom-right-radius: 50px;
  135. -moz-border-radius-topright: 50px;
  136. -moz-border-radius-bottomright: 50px;
  137. border-top-left-radius: 50px;
  138. border-bottom-right-radius: 50px;
  139. }
  140. .tinker:hover {
  141. left:625px;
  142. }
  143.  
  144. .twinkle {
  145. color:#fff;
  146. width:100px;
  147. height:10px;
  148. background-color:#000;
  149. border-style:solid;
  150. border-color:#1E7A62;
  151. border-width:1px;
  152. padding:5px;
  153. position:absolute;
  154. left:545px;
  155. top:185px;
  156. z-index:4;
  157. -webkit-border-top-right-radius: 50px;
  158. -webkit-border-bottom-right-radius: 50px;
  159. -moz-border-radius-topright: 50px;
  160. -moz-border-radius-bottomright: 50px;
  161. border-top-left-radius: 50px;
  162. border-bottom-right-radius: 50px;
  163. }
  164. .twinkle:hover {
  165. left:625px;
  166. }
  167.  
  168.  
  169. }
  170. a:active, a:visited, a:link {
  171. text-decoration:none;
  172. color:#ff00ff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement