Advertisement
hanimjay

Finnick Odair

Dec 1st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1.  
  2. [dohtml]
  3. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  4. <link href="https://fonts.googleapis.com/css?family=Lato:500|Montserrat:800" rel="stylesheet">
  5.  
  6. <style>
  7. #finnick-profile {
  8. width: 250px;
  9. height: 450px;
  10. position: relative;
  11. margin: 0 auto;
  12. overflow: hidden;
  13. background: #142367;
  14. outline: 0px solid #111;
  15. }
  16.  
  17. #finnick-profile a{
  18. text-decoration: none;
  19. color: #fff;
  20. }
  21.  
  22. #finnick-profile .foreground{
  23. border: 0px solid #111;
  24. outline: 1px solid #ccc;
  25. position: relative;
  26. margin: 0 auto;
  27. overflow: hidden;
  28. top: 15px;
  29. left: 0px;
  30. width: 217px;
  31. height: 347px;
  32. background: url(https://68.media.tumblr.com/9b520f1a81da6535a10383c0da20b398/tumblr_mwtxgmSYuD1rkqbo5o1_500.png);
  33. background-size: 285px;
  34. background-position: right;
  35. }
  36.  
  37. #finnick-profile .triangle{
  38. position: absolute;
  39. top: 0px;
  40. left: 0px;
  41. width: 250px;
  42. height: 235px;
  43. background: #000;
  44. -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  45. clip-path: polygon(0 0, 0 100%, 100% 0);
  46. }
  47.  
  48. #finnick-profile .avatar-base{
  49. position: absolute;
  50. top: -110px;
  51. left: 0px;
  52. width: 220px;
  53. height: 90px;
  54. background: #142367;
  55. transition: 1s;
  56. }
  57. #finnick-profile:hover .avatar-base{
  58. top: 0px;
  59. }
  60.  
  61. #finnick-profile .quote{
  62. font-family: 'Lato', sans-serif;
  63. font-size: 8.5px;
  64. font-weight: 500;
  65. color: #eee;
  66. position: absolute;
  67. text-align: left;
  68. line-height: 11px;
  69. top: 22px;
  70. left: 24px;
  71. width: 100px;
  72. height: 60px;
  73. background: transparent;
  74. letter-spacing: 0px;
  75. line-height: 11px;
  76. }
  77.  
  78. #finnick-profile .arrow{
  79. position: absolute;
  80. top: 70px;
  81. right: 20px;
  82. width: 40px;
  83. height: 30px;
  84. background: #142367;
  85. -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  86. clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  87. }
  88.  
  89. #finnick-profile .avatar{
  90. border-radius: 100px;
  91. position: absolute;
  92. top: 18px;
  93. right: 24px;
  94. width: 47px;
  95. height: 47px;
  96. background: url(https://78.media.tumblr.com/5d9bad8d61c51ebd2a77600e80bb945c/tumblr_mzvjl1jnDv1riimcbo2_250.gif);
  97. background-size: 85px;
  98. background-position: center;
  99. border: 4px solid #eee;
  100. }
  101.  
  102. #finnick-profile .base{
  103. position: absolute;
  104. bottom: 0px;
  105. left: 0px;
  106. width: 220px;
  107. height: 265px;
  108. background: #000;
  109. opacity: 0;
  110. transition: 1s;
  111. line-height: 11px;
  112. }
  113. #finnick-profile:hover .base{
  114. opacity: 0.3;
  115. }
  116.  
  117. #finnick-profile .container{
  118. position: absolute;
  119. bottom: 0px;
  120. left: 0px;
  121. width: 220px;
  122. height: 255px;
  123. opacity: 0;
  124. transition: 1s;
  125. line-height: 11px;
  126. }
  127. #finnick-profile:hover .container{
  128. opacity: 1;
  129. }
  130.  
  131. #finnick-profile .title{
  132. overflow: hidden;
  133. padding: 15px;
  134. font-family: 'Montseratt', sans-serif;
  135. font-weight: 800;
  136. font-size: 21px;
  137. text-transform: uppercase;
  138. letter-spacing: 0px;
  139. color: #eee;
  140. position: absolute;
  141. bottom: 5px;
  142. left: 0px;
  143. width: 212px;
  144. background: #111;
  145. border: 1px solid #111;
  146. outline: 5px solid #111;
  147. text-align: right;
  148. line-height: 30px;
  149. }
  150.  
  151. #finnick-profile f{
  152. color: #eee;
  153. background: #142367;
  154. padding: 1px 9px;
  155. margin-right: 2px;
  156. }
  157.  
  158. #finnick-profile .left{
  159. font-family: 'Montserrat', sans-serif;
  160. font-size: 8px;
  161. font-weight: bold;
  162. color: #eee;
  163. text-align: center;
  164. text-transform: uppercase;
  165. background: #111;
  166. width: 50px;
  167. padding: 5px;
  168. letter-spacing: 0px;
  169. line-height: 11px;
  170. }
  171.  
  172. #finnick-profile .right{
  173. font-family: 'Lato', sans-serif;
  174. font-size: 9px;
  175. font-weight: 500;
  176. color: #000;
  177. text-align: center;
  178. background: #fff;
  179. width: 100px;
  180. padding: 7px 5px;
  181. letter-spacing: 0px;
  182. line-height: 11px;
  183. }
  184.  
  185. #finnick-profile .tab{
  186. position: relative;
  187. top: 35px;
  188. }
  189.  
  190. #finnick-profile .tab2{
  191. position: relative;
  192. top: 48px;
  193. }
  194.  
  195. #finnick-profile .nav{
  196. background: #142367;
  197. width: 39px;
  198. height: 39px;
  199. text-align: center;
  200. color: #eee;
  201. font-size: 12px;
  202. transition: 0.5s;
  203. }
  204. #finnick-profile .nav:hover{
  205. background: #111;
  206. }
  207.  
  208. </style>
  209.  
  210. <center>
  211. <div id='finnick-profile'>
  212.  
  213. <div class='triangle'></div>
  214.  
  215. <div class='foreground'>
  216.  
  217. <div class='base'></div>
  218.  
  219. <div class='container'>
  220. <table class='tab'>
  221. <tr>
  222. <td class='left'>status</td><td class='right'>Alive</td>
  223. </tr>
  224. <tr>
  225. <td class='left'>name</td><td class='right'>Finnick Odair</td>
  226. </tr>
  227. <tr>
  228. <td class='left'>age</td><td class='right'>24</td>
  229. </tr>
  230. <tr>
  231. <td class='left'>Home</td><td class='right'>District 13</td>
  232. </tr>
  233. <tr>
  234. <td class='left'>Job</td><td class='right'>Tribute</td>
  235. </tr>
  236. </table>
  237.  
  238. <table class='tab2'>
  239. <tr>
  240. <td class='nav'><a href="/LINKHERE"><i class="fa fa-user" title='profile'></i></a></td>
  241. <td class='nav'><a href="/LINKHERE"><i class="fa fa-warning" title='wanted'></i></a></td>
  242. <td class='nav'><a href="/LINKHERE"><i class="fa fa-th-list" title='tracker'></i></a></td>
  243. <td class='nav'><a href="https://shine.jcink.net/index.php?showuser=29444"><i class="fa fa-star" title='hanie ©'></i></a></td>
  244. </tr>
  245. </table>
  246. </div>
  247.  
  248. <div class='avatar-base'>
  249. <table>
  250. <tr>
  251. <td class='quote'>
  252. <i class="fa fa-quote-left" style="color:#ddd; margin-right:2px;"></i>
  253. It takes <i>ten times</i> longer to put yourself back together as it does to <i>fall apart</i>
  254. <i class="fa fa-quote-right" style="color:#ddd; margin-left:2px;"></i><br>
  255. </td>
  256. </tr>
  257. </table>
  258. <div class='arrow'></div>
  259. <div class='avatar'></div>
  260. </div>
  261. </div>
  262.  
  263. <div class='title'><f>F</f>innick</div>
  264.  
  265. </div>
  266. </center>
  267. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement