Advertisement
hanimjay

Harry Villiers (mini profile)

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