Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. #profile-container {
  2. background: none;
  3. }
  4.  
  5. body {
  6. background: url(http://i.imgur.com/EpZdrR0.png);
  7. }
  8.  
  9. body,
  10. a:hover {
  11. cursor: url(http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress !important;
  12. }
  13.  
  14. @font-face {
  15. font-family: text;
  16. src: url(https://dl.dropbox.com/s/jwlxft6wualrnqw/Quicksand-Regular.ttf?dl=0);
  17. }
  18.  
  19. .Pic {
  20. z-index: 10;
  21. position: absolute;
  22. top: 50px;
  23. left: 20px;
  24. border: 3px solid #1b1b1b;
  25. background: url(http://i.imgur.com/M41b54g.gif);
  26. background-size: auto 100%;
  27. width: 200px;
  28. height: 300px;
  29. padding: 5px;
  30. color: #1b1b1b;
  31. }
  32.  
  33. .Box1 {
  34. z-index: 9;
  35. position: absolute;
  36. top: 30px;
  37. left: 0px;
  38. border: 5px solid #1b1b1b;
  39. background: #4f4f4f;
  40. width: 730px;
  41. height: 335px;
  42. padding: 5px;
  43. }
  44.  
  45. .Gal1 {
  46. position: absolute;
  47. left: 635px;
  48. top: 50px;
  49. border: 3px solid #1b1b1b;
  50. background-image: url(https://media.tenor.com/images/457fb6ad804f57cbfcd525865b1d3ab0/tenor.gif);
  51. border-radius: 100px;
  52. width: 90px;
  53. height: 90px;
  54. z-index: 10;
  55. background-size: auto 100%;
  56. -webkit-transition: all .5s ease;
  57. }
  58.  
  59. .Gal1:hover {
  60. -webkit-transition: all .5s ease;
  61. height: 100px;
  62. Width: 100px;
  63. left: 630px;
  64. top: 45px;
  65. z-index: 100;
  66. }
  67.  
  68. .Gal2 {
  69. position: absolute;
  70. left: 635px;
  71. top: 160px;
  72. border: 3px solid #1b1b1b;
  73. background-image: url(http://pa1.narvii.com/6056/029f73014cf5882cb20f763d321572e81ee21451_hq.gif);
  74. border-radius: 100px;
  75. width: 90px;
  76. height: 90px;
  77. z-index: 10;
  78. background-size: auto 100%;
  79. -webkit-transition: all .5s ease;
  80. }
  81.  
  82. .Gal2:hover {
  83. -webkit-transition: all .5s ease;
  84. height: 100px;
  85. Width: 100px;
  86. left: 630px;
  87. top: 150px;
  88. z-index: 100;
  89. }
  90.  
  91. .Gal3 {
  92. position: absolute;
  93. left: 635px;
  94. top: 270px;
  95. border: 3px solid #1b1b1b;
  96. background-image: url(https://68.media.tumblr.com/24022c52dc127ed0ee31a0c8be7a7493/tumblr_nl3w4yBgcW1rd4ymxo1_500.gif);
  97. border-radius: 100px;
  98. width: 90px;
  99. height: 90px;
  100. z-index: 10;
  101. background-size: auto 100%;
  102. -webkit-transition: all .5s ease;
  103. }
  104.  
  105. .Gal3:hover {
  106. -webkit-transition: all .5s ease;
  107. height: 100px;
  108. Width: 100px;
  109. left: 630px;
  110. top: 265px;
  111. z-index: 100;
  112. }
  113.  
  114. .tabs {
  115. position: absolute;
  116. margin: 25px 0px;
  117. }
  118.  
  119. .tab label {
  120. top: 25px;
  121. left: 180px;
  122. float: right;
  123. height: 9px;
  124. margin-left: 43px;
  125. border: 3px solid #1b1b1b;
  126. background: #f1f1f1;
  127. width: 50px;
  128. padding: 2px;
  129. position: relative;
  130. color: #b1b1b1;
  131. text-align: center;
  132. font-family: text;
  133. font-size: 9px;
  134. z-index: 400;
  135. -webkit-transition: all .5s ease;
  136. }
  137.  
  138. table,
  139. th,
  140. td {
  141. font-family: text;
  142. }
  143.  
  144. .tab label:hover {
  145. color: #4f4f4f;
  146. border-color: #bfbfbf;
  147. }
  148.  
  149. .tab [type=radio] {
  150. display: none;
  151. }
  152.  
  153. .content {
  154. position: absolute;
  155. top: 50px;
  156. left: 245px;
  157. width: 345px;
  158. height: 265px;
  159. background: #f1f1f1;
  160. padding: 10px;
  161. border: 3px solid #1b1b1b;
  162. font-size: 15px;
  163. color: #4f4f4f;
  164. font-family: text;
  165. font-size: 12px;
  166. overflow: auto;
  167. z-index: 20;
  168. }
  169.  
  170. [type=radio]:checked ~ label {
  171. color: #4f4f4f;
  172. border-color: #bfbfbf;
  173. }
  174.  
  175. [type=radio]:checked ~ label ~ .content {
  176. z-index: 30;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. width: 5px;
  181. height: 1px;
  182. }
  183.  
  184. ::-webkit-scrollbar-thumb {
  185. -webkit-box-shadow: inset 0 0 6px #000;
  186. }
  187.  
  188. ::-webkit-scrollbar-track {
  189. -webkit-box-shadow: inset 0 0 6px #111;
  190. }
  191.  
  192. a:link,
  193. a:visited,
  194. a:active {
  195. text-decoration: none;
  196. color: #1b1b1b;
  197. -webkit-transition: all .5s ease;
  198. }
  199.  
  200. a:hover {
  201. color: #4f4f4f;
  202. -webkit-transition: all .5s ease;
  203. }
  204.  
  205. .Credit {
  206. position: fixed;
  207. right: 50px;
  208. bottom: 50px;
  209. width: 20px;
  210. height: 20px;
  211. border-radius: 20px;
  212. border-color: #fff;
  213. border-style: dotted;
  214. border-width: 2px;
  215. background: #000;
  216. -webkit-transition: all 1s ease;
  217. .Credit:hover {
  218. background: #fff;
  219. border-color: #000;
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement