Advertisement
hanimjay

for Mario

Nov 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 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.  
  3. <link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet">
  4.  
  5. <style>
  6. #for-mario{
  7. position: relative;
  8. margin: 0 auto;
  9. overflow: hidden;
  10. width: 500px;
  11. height: 200px;
  12. outline: 1px solid #D3BABA;
  13. outline-offset: 3px;
  14. }
  15.  
  16. #for-mario a{
  17. text-decoration: none;
  18. color: #927373;
  19. }
  20.  
  21. #for-mario .cred{
  22. font-family: Calibri;
  23. font-size: 7px;
  24. position: absolute;
  25. bottom: 4px;
  26. right: 10px;
  27. opacity: 0;
  28. transition-duration: 0.7s;
  29. transition-delay: 0.7s;
  30. }
  31. #for-mario:hover .cred{
  32. opacity: 1;
  33. }
  34. #for-mario:not(:hover) .cred{
  35. transition-duration: 0.5s;
  36. transition-delay: 0s;
  37. }
  38.  
  39. #for-mario .sig{
  40. width: 500px;
  41. height: 200px;
  42. background: url(https://i.imgur.com/fnQZz6u.png);
  43. }
  44.  
  45. #for-mario .fade{
  46. position: absolute;
  47. top: 0px;
  48. width: 500px;
  49. height: 200px;
  50. background: #1b1b1b;
  51. opacity: 0;
  52. transition: 0.7s;
  53. }
  54. #for-mario:hover .fade{
  55. opacity: 0.9;
  56. }
  57. #for-mario:not(:hover) .fade{
  58. transition-duration: 0.5s;
  59. transition-delay: 0s;
  60. }
  61.  
  62. #for-mario .avatar{
  63. border-radius: 100px;
  64. position: absolute;
  65. left: -100px;
  66. top: 40px;
  67. width: 90px;
  68. height: 90px;
  69. border: 3px solid #bbb;
  70. background: url(https://78.media.tumblr.com/1d8c1a55bfe2c04e8c18604d6a35743b/tumblr_ou2pfxr9mT1qzz2dho3_400.gif);
  71. background-size: 165px;
  72. background-position: right;
  73. opacity: 0.85;
  74. transition-duration: 0.7s;
  75. transition-delay: 0.7s;
  76. }
  77. #for-mario:hover .avatar{
  78. left: 70px;
  79. }
  80. #for-mario:not(:hover) .avatar{
  81. transition-duration: 0.5s;
  82. transition-delay: 0s;
  83. }
  84.  
  85. #for-mario .container{
  86. position: absolute;
  87. top: 0px;
  88. right: -280px;
  89. width: 310px;
  90. height: 200px;
  91. background: #ddd;
  92. opacity: 0.8;
  93. transition-duration: 0.7s;
  94. transition-delay: 0.7s;
  95.  
  96. -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 25% 100%, 15% 51%);
  97. clip-path: polygon(25% 0%, 100% 0, 100% 100%, 25% 100%, 15% 51%);
  98. }
  99. #for-mario:hover .container{
  100. right: 0px;
  101. }
  102. #for-mario:not(:hover) .container{
  103. transition-duration: 0.5s;
  104. transition-delay: 0s;
  105. }
  106.  
  107. #for-mario .textbox{
  108. position: absolute;
  109. top: 16px;
  110. left: 50px;
  111. width: 250px;
  112. height: 150px;
  113. }
  114.  
  115. #for-mario .labels{
  116. line-height: 9px;
  117. border-top: 0px solid #aaa;
  118. font-family: verdana;
  119. font-size: 7px;
  120. padding: 4px 10px;
  121. color: #222;
  122. width: 100px;
  123. background: #fff;
  124. opacity: 0.9;
  125. }
  126.  
  127. #for-mario .color{
  128. background: #927373;
  129. width: 15px;
  130. }
  131.  
  132. #for-mario .blurb{
  133. line-height: 15px;
  134. font-family: 'Montserrat', sans-serif;
  135. font-size: 12px;
  136. font-weight: bold;
  137. padding: 5px 5px;
  138. color: #333;
  139. text-transform: lowercase;
  140. border-bottom: 1px solid #eee;
  141. }
  142.  
  143. #for-mario .request{
  144. line-height: 9px;
  145. position: absolute;
  146. bottom: 35px;
  147. left: -100px;
  148. background: #634d51;
  149. width: 100px;
  150. padding: 5px;
  151. font-family: 'Montserrat', sans-serif;
  152. font-weight: bold;
  153. font-size: 8px;
  154. padding: 5px 0px;
  155. color: #ccc;
  156. opacity: 0.9;
  157. transition-duration: 0.7s;
  158. transition-delay: 0.7s;
  159. }
  160. #for-mario:hover .request{
  161. left: 70px;
  162. }
  163. #for-mario:not(:hover) .request{
  164. transition-duration: 0.5s;
  165. transition-delay: 0s;
  166. }
  167.  
  168. #for-mario .navbar{
  169. position: absolute;
  170. top: 60px;
  171. left: 195px;
  172. width: 20px;
  173. height: 100px;
  174. background: transparent;
  175. transition-duration: 0.7s;
  176. transition-delay: 1s;
  177. opacity: 0;
  178. }
  179. #for-mario:hover .navbar{
  180. opacity: 0.9;
  181. }
  182. #for-mario:not(:hover) .navbar{
  183. transition-duration: 0.5s;
  184. transition-delay: 0s;
  185. }
  186.  
  187. #for-mario .fa{
  188. color: #bbb;
  189. transition: 0.5s;
  190. font-size: 12px;
  191. }
  192. #for-mario .fa:hover{
  193. color: #816266;
  194. }
  195.  
  196.  
  197. </style>
  198.  
  199. <center>
  200. <div id="for-mario">
  201.  
  202. <div class="sig"></div>
  203.  
  204. <div class="fade"></div>
  205.  
  206. <div class="avatar"></div>
  207.  
  208. <div class="container">
  209. <div class="textbox">
  210. <table>
  211. <tr>
  212. <td class="blurb">
  213. <i class="fa fa-quote-left" style="padding-right:2px; font-size:10px; color:#685054;"></i>
  214. Name's Mario and <br>I'm awesome!!!!
  215. <i class="fa fa-quote-right" style="padding-left:2px; font-size:10px; color:#685054;"></i>
  216. </td>
  217. </tr>
  218. </table>
  219. <table style="margin-top:3px;">
  220. <tr>
  221. <td class="color"></td>
  222. <td class="labels">top notch procrastinator </td>
  223. </tr>
  224. <tr>
  225. <td class="color"></td>
  226. <td class="labels">ongoing pre-med student</td>
  227. </tr>
  228. <tr>
  229. <td class="color"></td>
  230. <td class="labels">18 and hating it</td>
  231. </tr>
  232. <tr>
  233. <td class="color"></td>
  234. <td class="labels">one direction and the vamps</td>
  235. </tr>
  236. <tr>
  237. <td class="color"></td>
  238. <td class="labels">the flash, supergirl and legends of tomorrow </td>
  239. </tr>
  240. </table>
  241. </div>
  242. </div>
  243.  
  244. <div class="request">
  245. <i class="fa fa-check-square-o" style="padding-right:2px; font-size:8px; color:#bbb;"></i>
  246. open for request</div>
  247.  
  248. <div class="navbar">
  249. <table>
  250. <tr>
  251. <td><a href="https://marioantonio23.deviantart.com"><i class="fa fa-deviantart" style="margin-bottom:18px;" title="deviantart"></i></a></td>
  252. </tr>
  253. <tr>
  254. <td><a href="https://shadowplayers.jcink.net/index.php?showtopic=3067"><i class="fa fa-trophy" style="margin-bottom:18px;" title="hof"></i></td>
  255. </tr>
  256. <tr>
  257. <td><a href="https://shadowplayers.jcink.net/index.php?showtopic=2980"><i class="fa fa-file-image-o" title="gallery"></i></td>
  258. </tr>
  259. </table>
  260. </div>
  261.  
  262. <div class='cred'><a href="https://shadowplayers.jcink.net/index.php?showuser=95" title='by hanie ©'>©</a></div>
  263.  
  264. </div>
  265. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement