Advertisement
hanimjay

Annabeth Chase (mini profile)

Feb 28th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Muli|Abril+Fatface:400" rel="stylesheet">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  3.  
  4. <style>
  5. #annabeth-mp{
  6. width: 250px;
  7. height: 450px;
  8. position: relative;
  9. background: #eee;
  10. border: 4px solid #fff;
  11. outline: 1px solid #FCB7DC;
  12. overflow: hidden;
  13. }
  14.  
  15. #annabeth-mp .title-bg{
  16. width: 250px;
  17. height: 100px;
  18. position: absolute;
  19. background: #DD7CA7;
  20. bottom: 0px;
  21. left: 0px;
  22. }
  23.  
  24. #annabeth-mp .title{
  25. width: 205px;
  26. position: absolute;
  27. color: #fff;
  28. font-family: 'Abril Fatface', cursive;
  29. font-weight: 400;
  30. font-size: 25px;
  31. text-transform: uppercase;
  32. letter-spacing: 1px;
  33. line-height: 24px;
  34. text-align: center;
  35. border: 24px solid #DD7CA7;
  36. margin-top: 1px;
  37. }
  38. #annabeth-mp .title a{
  39. color: #fff;
  40. text-decoration: none;
  41. }
  42.  
  43. #annabeth-mp .avatar{
  44. width: 250px;
  45. height: 350px;
  46. position: absolute;
  47. top: 0px;
  48. left: 0px;
  49. overflow: hidden;
  50. }
  51.  
  52. #annabeth-mp .base{
  53. width: 250px;
  54. height: 350px;
  55. position: absolute;
  56. background: #EDD8DE;
  57. top: 0px;
  58. left: 0px;
  59. opacity: 0;
  60. -webkit-transition: 0.3s ease-in 0.5s;
  61. transition: 0.3s ease-in 0.5s;
  62. }
  63. #annabeth-mp:hover .base{
  64. opacity: 0.85;
  65. -webkit-transition: 0.3s ease-in 0s;
  66. transition: 0.3s ease-in 0s;
  67. }
  68.  
  69. #annabeth-mp .container{
  70. width: 180px;
  71. height: 250px;
  72. position: absolute;
  73. background: #fff;
  74. bottom: -155px;
  75. left: 36px;
  76. border: 0.5px solid #FCB7DC;
  77. -webkit-transition: 0.5s ease-in 0s;
  78. transition: 0.5s ease-in 0s;
  79. }
  80. #annabeth-mp:hover .container{
  81. bottom: 130px;
  82. -webkit-transition: 0.5s ease-in 0.5s;
  83. transition: 0.5s ease-in 0.5s;
  84. }
  85.  
  86. #annabeth-mp .icon{
  87. width: 70px;
  88. height: 70px;
  89. position: absolute;
  90. background: #fff;
  91. top: -90px;
  92. right: 81px;
  93. border: 7px solid #DD7CA7;
  94. border-radius:100px;
  95. padding: 1.5px;
  96. z-index: 2;
  97. -webkit-transition: 0.5s ease-in 0s;
  98. transition: 0.5s ease-in 0s;
  99. }
  100. #annabeth-mp:hover .icon{
  101. top: 29px;
  102. -webkit-transition: 0.5s ease-in 0.5s;
  103. transition: 0.5s ease-in 0.5s;
  104. }
  105.  
  106. #annabeth-mp .account{
  107. width: 180px;
  108. height: 22px;
  109. position: absolute;
  110. background: #DD7CA7;
  111. top: 55px;
  112. left: 0px;
  113. border-top: 0.5px solid #FCB7DC;
  114. border-bottom: 0.5px solid #FCB7DC;
  115. line-height: 22px;
  116. text-transform: uppercase;
  117. font-family: 'Muli', sans-serif;
  118. font-size: 9px;
  119. letter-spacing: 0px;
  120. color: #fff;
  121. font-weight: bold;
  122. }
  123. #annabeth-mp .account b{
  124. border-right: 0.5px solid #fff;
  125. padding: 6px 10px;
  126. margin-right: 8px;
  127. letter-spacing: 0.5px;
  128. }
  129.  
  130. #annabeth-mp .links{
  131. width: 179.5px;
  132. height: 40px;
  133. position: absolute;
  134. background: #fff;
  135. bottom:0px;
  136. left: 0.5px;
  137. border-top: 0.5px solid #FCB7DC;
  138. }
  139. #annabeth-mp .links .fa{
  140. color: #DD7CA7;
  141. padding: 12px 8px;
  142. font-size: 17px;
  143. -webkit-transition: 0.3s;
  144. transition: 0.3s;
  145. line-height: 17px;
  146. }
  147. #annabeth-mp .links .fa:hover{
  148. color: #FCB7DC;
  149. transform: scale(1.4);
  150. }
  151.  
  152. #annabeth-mp d{
  153. background: #fff;
  154. color: #DD7CA7;
  155. font-size: 7px;
  156. padding-left: 5px;
  157. line-height: 16px;
  158. font-weight: bold;
  159. }
  160. #annabeth-mp e{
  161. background: #fff;
  162. border-top: 0.5px solid #FCB7DC;
  163. color: #000;
  164. padding: 3px 7px;
  165. font-size: 8px;
  166. font-weight: bold;
  167. line-height: 17px;
  168. }
  169.  
  170. #annabeth-mp .field1{
  171. width: 180px;
  172. height: 43px;
  173. background: transparent;
  174. position: relative;
  175. top: 77px;
  176. left: 0.5px;
  177. margin-top: 7px;
  178. text-transform: uppercase;
  179. font-family: 'Muli', sans-serif;
  180. letter-spacing: 0.5px;
  181. line-height: 15px;
  182. border-bottom: 0.5px solid #FCB7DC;
  183. }
  184.  
  185. #annabeth-mp .field2{
  186. width: 90px;
  187. height: 45px;
  188. background: transparent;
  189. position: relative;
  190. top: 76.5px;
  191. left: -44px;
  192. text-transform: uppercase;
  193. font-family: 'Muli', sans-serif;
  194. letter-spacing: 0.5px;
  195. border-bottom: 0.5px solid #FCB7DC;
  196. border-right: 0.5px solid #FCB7DC;
  197. padding-top: 7px;
  198. }
  199.  
  200. #annabeth-mp .field3{
  201. width: 90px;
  202. height: 45px;
  203. background: transparent;
  204. position: relative;
  205. top: 24px;
  206. left: 45px;
  207. text-transform: uppercase;
  208. font-family: 'Muli', sans-serif;
  209. letter-spacing: 0.5px;
  210. border-bottom: 0.5px solid #FCB7DC;
  211. padding-top: 7px;
  212. }
  213.  
  214. #annabeth-mp .field4{
  215. width: 180px;
  216. height: 45px;
  217. background: transparent;
  218. position: relative;
  219. top: 18px;
  220. left: 0.5px;
  221. margin-top: 8px;
  222. text-transform: uppercase;
  223. font-family: 'Muli', sans-serif;
  224. letter-spacing: 0.5px;
  225. }
  226.  
  227. #annabeth-mp .field4 e{
  228. background: #fff;
  229. border: 0px solid #FCB7DC;
  230. color: #000;
  231. padding: 3px 7px;
  232. font-size: 8px;
  233. font-weight: bold;
  234. }
  235. #annabeth-mp .field4 .fa{
  236. background: #fff;
  237. border: 0px solid #FCB7DC;
  238. color: #aaa;
  239. font-size: 9px;
  240. }
  241.  
  242. </style>
  243. <center>
  244. <div id="annabeth-mp">
  245.  
  246. <div class="avatar">
  247.  
  248. <img src="https://i.imgur.com/y7Ojnby.png" style="width:250px;">
  249. </div>
  250.  
  251. <div class="base"></div>
  252.  
  253. <div class="icon">
  254. <a href="http://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  255. <img src="https://i.imgur.com/rJcLEZz.gif" style="width:70px;height:70px;border-radius:100px;"></a>
  256. </div>
  257.  
  258. <div class="container">
  259. <div class="account"><b>She/her</b> 1234 posts </div>
  260.  
  261. <div class="field1">
  262. <d>face claim</d> <br> <e>alexandra daddario</e><br>
  263. </div>
  264.  
  265. <div class="field2">
  266. <d>sexuality</d> <br> <e>straight</e><br>
  267. </div>
  268.  
  269. <div class="field3">
  270. <d>affiliation</d> <br> <e>olympian</e><br>
  271. </div>
  272.  
  273. <div class="field4">
  274. <d>membergroup</d> <i class="fa fa-bolt"></i><e>demigoddess</e><br>
  275. </div>
  276.  
  277. <div class="links">
  278. <a href="#" title="wanted"><i class="fa fa-puzzle-piece"></i></a>
  279. <a href="#" title="application"><i class="fa fa-magic"></i></a>
  280. <a href="#" title="shipper"><i class="fa fa-heartbeat"></i></a>
  281. <a href="#" title="tracker"><i class="fa fa-plug"></i></a>
  282. </div>
  283. </div>
  284.  
  285. <div class="title-bg">
  286. <div class="title"><a href="#">annabeth chase</a></div>
  287. </div>
  288.  
  289. </div>
  290. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement