Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. #profile-container {
  2. background: none;
  3. }
  4.  
  5. body {
  6. background: #fcfcfc;
  7. background-image:url('https://vignette.wikia.nocookie.net/animal-jam-clans-1/images/c/c0/Animated_pixel_stars_box_background_by_driftwoodbones-d7z0h0p.gif/revision/latest/scale-to-width-down/423?cb=20170221062500');
  8. background-repeat: repeat;
  9. }
  10.  
  11. body,
  12. a:hover {
  13. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  14. }
  15.  
  16. @font-face {
  17. font-family: tab;
  18. src: url(https://dl.dropbox.com/s/ubdjbng9woqrzrh/KR%20Kinda%20Flakey.ttf?dl=0);
  19. }
  20.  
  21. @font-face {
  22. font-family: title;
  23. src: url(https://dl.dropbox.com/s/uffjbb62nw7kd19/NothingYouCouldDo.ttf?dl=0);
  24. }
  25.  
  26. @font-face{
  27. font-family: thrift;
  28. src: url('https://dl.dropboxusercontent.com/s/k1ht3r0w4h168w0/Stainy_PersonalUseOnly.ttf');}
  29.  
  30. .name {
  31. z-index: 10;
  32. position: absolute;
  33. width: 602px;
  34. color: #ffd6d6;
  35. font-family: thrift;
  36. left: 80px;
  37. font-size: 35px;
  38. top: 400px;
  39. text-align: right;
  40. }
  41.  
  42. .Pic {
  43. z-index: 3;
  44. position: absolute;
  45. background: url(https://i.imgur.com/mVu9bML.png) center;
  46. background-size: 120%;
  47. width: 230px;
  48. height: 320px;
  49. border: 2px solid #E7F3F8;
  50. left: 100px;
  51. top: 100px;
  52. }
  53.  
  54. .bb {
  55. z-index: 0;
  56. position: absolute;
  57. width: 234px;
  58. height: 324px;
  59. left: 100px;
  60. top: 100px;
  61. box-shadow: 0 0 5px #ffd6d6, 0 0 10px #ffd6d6;
  62. }
  63.  
  64. .back1 {
  65. z-index: 1;
  66. position: absolute;
  67. left: 80px;
  68. top: 120px;
  69. height: 283px;
  70. background: #BFD7E6;
  71. border: 1px solid #E7F3F8;
  72. width: 600px;
  73. box-shadow: 0 0 5px #BFD7E6, 0 0 10px #BFD7E6;
  74. }
  75.  
  76. .back2 {
  77. z-index: 2;
  78. position: absolute;
  79. left: 334px;
  80. background: #ffd6d6;
  81. top: 135px;
  82. height: 220px;
  83. width: 336px;
  84. }
  85.  
  86. .bar {
  87. z-index: 2;
  88. position: absolute;
  89. left: 334px;
  90. background: #ffd6d6;
  91. top: 370px;
  92. height: 20px;
  93. width: 336px;
  94. }
  95.  
  96. .tabs {
  97. position: absolute;
  98. margin: 25px 0px;
  99. }
  100.  
  101. .tab label {
  102. top: 339px;
  103. left: 445px;
  104. float: right;
  105. height: 17px;
  106. margin-left: 6px;
  107. border: 2px solid #d4d4d4;
  108. background: #EFEDF2;
  109. width: 17px;
  110. padding: 5px;
  111. position: relative;
  112. font-family: thrift;
  113. text-align: center;
  114. color: #BFD7E6;
  115. font-size: 17px;
  116. z-index: 400;
  117. border-radius: 100px;
  118. -webkit-transition: all .5s ease;
  119. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  120. }
  121.  
  122. .tab label:hover {
  123. background: #BFD7E6;
  124. color: #EFEDF2;
  125. -webkit-transition: all .5s ease;
  126. }
  127.  
  128. .tab [type=radio] {
  129. display: none;
  130. }
  131.  
  132. .content {
  133. position: absolute;
  134. top: 118px;
  135. left: 340px;
  136. width: 310px;
  137. height: 191px;
  138. background: #f7f7f7;
  139. padding: 5px;
  140. color: #9EA9BF;
  141. border: 1px solid #EFEDF2;
  142. font-family: georgia;
  143. font-size: 13px;
  144. overflow: auto;
  145. z-index: 20;
  146. }
  147.  
  148. [type=radio]:checked ~ label {
  149. background: #f7f7f7;
  150. color: #EFEDF2;
  151. -webkit-transition: all .5s ease;
  152. }
  153.  
  154. [type=radio]:checked ~ label ~ .content {
  155. z-index: 30;
  156. }
  157.  
  158. hr {
  159. width: 150px;
  160. height: 3px;
  161. background: #827FA5;
  162. border: none;
  163. }
  164.  
  165. table,
  166. th,
  167. td {
  168. font-size: 18px;
  169. padding: 2px;
  170. }
  171.  
  172. td:nth-child(odd) {
  173. color: #827FA5;
  174. font-family: thrift;
  175. text-align: left;
  176. }
  177.  
  178. td:nth-child(even) {
  179. color: #9EA9BF;
  180. font-family: thrift;
  181. text-align: right;
  182. }
  183.  
  184. ::-webkit-scrollbar {
  185. width: 5px;
  186. height: 5px;
  187. }
  188.  
  189. ::-webkit-scrollbar-thumb {
  190. background: #BFD7E6;
  191. border: 1px solid #E7F3F8;
  192. }
  193.  
  194. ::-webkit-scrollbar-track {
  195. background: #E7F3F8;
  196. }
  197.  
  198. ::-webkit-scrollbar-corner {
  199. background: transparent;
  200. }
  201.  
  202. a:link,
  203. a:visited,
  204. a:active {
  205. text-decoration: none;
  206. color: #827FA5;
  207. -webkit-transition: all .5s ease;
  208. }
  209.  
  210. a:hover {
  211. color: #9EA9BF;
  212. -webkit-transition: all .5s ease;
  213. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  214. }
  215.  
  216. .Credit {
  217. z-index: 0;
  218. position: fixed;
  219. right: 50px;
  220. bottom: 50px;
  221. width: 20px;
  222. height: 20px;
  223. border-radius: 20px;
  224. border-color: #fff;
  225. border-style: dotted;
  226. border-width: 2px;
  227. background: #E7F3F8;
  228. -webkit-transition: all 1s ease;
  229. }
  230.  
  231. .Credit:hover {
  232. background: #fff;
  233. border-color: #000;
  234. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement