HellaBlind

vines code

Apr 8th, 2019 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <div class="name">
  2. <p>Vine PokΓ©mon</p>
  3. </div>
  4. <div class="stats">
  5. <p></p>
  6. </div>
  7. <div class="back">
  8. <p>Β </p>
  9. </div>
  10. <div class="pic">
  11. <p>Β </p>
  12. </div>
  13. <div class="info">
  14. <center>Ella<br>Tangrowth Gijinka<p>{Regenerator | Big Root.}<p>Sleep Powder - Wake-Up Slap<br>Giga Drain - Grassy Terrain<br>Earthquake - Rock Slide<p> Space cadet. Solo Shrub. Good Elfo. Pls no bulli.<p>Hangs out with a Lulu and an Iggy.<br>Forgets everything that hasn't been spoken into her tape recorder.<br>
  15. Slowly being devoured by a <a target="_blank" href="https://roleplay.chat/profile.php?user=ariados">spider.</a><p><u>OOC</u><br>What is english? Art not mine. T1 T1 T1. Codes are hard. Leave me alone.
  16. </div>
  17. <div class="ribbon">
  18. <p>Β </p>
  19. </div>
  20.  
  21.  
  22. ~~~~~~~~~~~~~~~
  23.  
  24.  
  25. #profile-container {
  26. background: none;
  27. }
  28.  
  29. body {
  30. background: #1DCC86;
  31. }
  32.  
  33. body,
  34. a:hover {
  35. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  36. }
  37.  
  38. @font-face {
  39. font-family: name;
  40. src: url(https://dl.dropbox.com/s/k7q042itxwpvve6/fifthgradecursive.ttf?dl=0);
  41. }
  42.  
  43. @font-face {
  44. font-family: text;
  45. src: url(https://dl.dropbox.com/s/9ivbegqu5v3wsmv/Comfortaa-Regular.ttf?dl=0);
  46. }
  47.  
  48. .pic {
  49. z-index: 3;
  50. position: absolute;
  51. border: 3px solid #1dcc86;
  52. left: 75px;
  53. top: 115px;
  54. width: 230px;
  55. height: 303px;
  56. background: url(https://cdn.discordapp.com/attachments/376215349718155267/527192666278985728/aa4e1db0f776d0fd5fca613b39d65ec2.png) center;
  57. background-size: 100%;
  58. }
  59.  
  60. .name {
  61. z-index: 1;
  62. position: absolute;
  63. text-align: center;
  64. width: 750px;
  65. top: 40px;
  66. font-family: name;
  67. font-size: 35px;
  68. color: #FAF4F8;
  69. }
  70.  
  71. .stats {
  72. z-index: 1;
  73. position: absolute;
  74. text-align: center;
  75. width: 750px;
  76. top: 450px;
  77. font-family: text;
  78. font-size: 18px;
  79. color: #FAF4F8;
  80. }
  81.  
  82. .ribbon {
  83. z-index: 1;
  84. position: absolute;
  85. border-top: 170px solid #FAF4F8;
  86. border-bottom: 170px solid #FAF4F8;
  87. border-right: 60px solid #1DCC86;
  88. border-left: 60px solid #1DCC86;
  89. height: 0px;
  90. width: 630px;
  91. left: 0px;
  92. top: 100px;
  93. }
  94.  
  95. .back {
  96. z-index: 2;
  97. position: absolute;
  98. border: 3px solid #FAF4F8;
  99. left: 320px;
  100. top: 115px;
  101. width: 350px;
  102. height: 303px;
  103. background: #FAF4F8;
  104. }
  105.  
  106. .info {
  107. z-index: 2;
  108. position: absolute;
  109. border: 3px solid #1dcc86;
  110. left: 330px;
  111. top: 125px;
  112. width: 320px;
  113. height: 273px;
  114. background: #FEFBFD;
  115. overflow: auto;
  116. padding: 5px;
  117. text-align: left;
  118. font-family: text;
  119. font-size: 13px;
  120. color: #1dcc86;
  121. }
  122.  
  123. hr {
  124. height: 2px;
  125. border: none;
  126. background: #1DCC86;
  127. width: 200px;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. width: 6px;
  132. height: 5px;
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb {
  136. background: #1DCC86;
  137. border-left: 2px solid #FEFBFD;
  138. border-right: 2px solid #FEFBFD;
  139. }
  140.  
  141. ::-webkit-scrollbar-track {
  142. background: #F6D6EF;
  143. border-left: 2px solid #FEFBFD;
  144. border-right: 2px solid #FEFBFD;
  145. }
  146.  
  147. a:link,
  148. a:visited,
  149. a:active {
  150. text-decoration: none;
  151. color: #1DCC86;
  152. -webkit-transition: all .5s ease;
  153. }
  154.  
  155. a:hover {
  156. color: #BB92C2;
  157. -webkit-transition: all .5s ease;
  158. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  159. }
  160.  
  161. .Credit {
  162. z-index: 0;
  163. position: fixed;
  164. right: 50px;
  165. bottom: 50px;
  166. width: 20px;
  167. height: 20px;
  168. border-radius: 20px;
  169. border-color: #fff;
  170. border-style: dotted;
  171. border-width: 2px;
  172. background: #000;
  173. -webkit-transition: all 1s ease;
  174. }
  175.  
  176. .Credit:hover {
  177. background: #fff;
  178. border-color: #000;
  179. }
Add Comment
Please, Sign In to add comment