Advertisement
hanimjay

for Val

Dec 19th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1.  
  2. <link href="https://fonts.googleapis.com/css?family=Montserrat:500,800" rel="stylesheet">
  3. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  4.  
  5. <style>
  6. #val-sig{
  7. position: relative;
  8. width: 500px;
  9. height: 200px;
  10. overflow: hidden;
  11. border: 4px solid #eee;
  12. outline: 1px solid #777;
  13. }
  14.  
  15. #val-sig a{
  16. text-decoration: none;
  17. color: #000;
  18. }
  19.  
  20. #val-sig ::-webkit-scrollbar {
  21. width: 5px;
  22. }
  23.  
  24. #val-sig ::-webkit-scrollbar-track {
  25. border: 2px solid #fff;
  26. background: #222;
  27. }
  28.  
  29. #val-sig ::-webkit-scrollbar-thumb {
  30. background: #B83022;
  31. }
  32.  
  33. #val-sig .base{
  34. position: relative;
  35. width: 500px;
  36. height: 200px;
  37. background: #fff;
  38. opacity: 0;
  39. transition: 0.5s;
  40. }
  41. #val-sig:hover .base{
  42. opacity: 1;
  43. }
  44.  
  45. #val-sig .foreground{
  46. position: absolute;
  47. top: -200px;
  48. left: 180px;
  49. width: 150px;
  50. height: 200px;
  51. background: #222;
  52. transition: 0.7s;
  53. }
  54. #val-sig:hover .foreground{
  55. top: 0px;
  56. }
  57.  
  58. #val-sig .avatar{
  59. position: absolute;
  60. top: 30px;
  61. left: 28px;
  62. width: 90px;
  63. height: 90px;
  64. border: 3px solid #fff;
  65. border-radius: 100px;
  66. }
  67.  
  68. #val-sig .textbox{
  69. font-family: 'Montserrat';
  70. font-weight: 500;
  71. font-size: 8px;
  72. line-height: 12px;
  73. letter-spacing: 0.5px;
  74. position: absolute;
  75. bottom: -120px;
  76. left: 25px;
  77. width: 80px;
  78. height: 70px;
  79. overflow: auto;
  80. padding-right: 10px;
  81. border: 20px solid #fff;
  82. text-align: justify;
  83. color: #222;
  84. background: #fff;
  85. outline: 1px solid #222;
  86. transition: 0.7s;
  87. }
  88. #val-sig:hover .textbox{
  89. bottom: 45px;
  90. }
  91.  
  92. #val-sig .navs{
  93. position: absolute;
  94. bottom: -125px;
  95. right: 15px;
  96. padding: 8px 10px;
  97. transition: 0.7s;
  98. }
  99. #val-sig:hover .navs{
  100. bottom: 33px;
  101. }
  102.  
  103. #val-sig .fa{
  104. font-size: 12px;
  105. width: 20px;
  106. color: #B83022;
  107. padding: 21px 17px;
  108. text-decoration: none;
  109. text-align: center;
  110. border: 0.5px solid #222;
  111. transition: 0.5s;
  112. }
  113. #val-sig .fa:hover{
  114. background: #B83022;
  115. color: #fff;
  116.  
  117. }
  118.  
  119. #val-sig .titlebox{
  120. position: absolute;
  121. top: 142px;
  122. left: 32px;
  123. width: 90px;
  124. height: 20px;
  125. font-family: 'Montserrat';
  126. font-weight: 800;
  127. color: #fff;
  128. font-size: 10.5px;
  129. text-transform: uppercase;
  130. padding-top: 6px;
  131. letter-spacing: 0.5px;
  132. background: #B83022;
  133. outline: 0.5px solid #bbb;
  134. outline-offset: 2px;
  135. }
  136.  
  137. </style>
  138.  
  139. <center>
  140. <div id='val-sig' style="background:url(PUT YOUR SIG LINK HERE);">
  141.  
  142. <div class='base'></div>
  143.  
  144. <div class='foreground'>
  145. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title='by hanie ©'>
  146. <div class='avatar' style="background:url(PUT YOUR ICON LINK IN HERE);background-size:90px;"></div></a>
  147.  
  148. <div class='titlebox'>valentine</div>
  149. </div>
  150.  
  151. <div class='navs'>
  152. <table>
  153. <tr>
  154. <td><a href="https://valentine-deviant.deviantart.com/?rnrd=162432"<i class="fa fa-deviantart" title='deviantart'></a></td>
  155. <td><a href="https://shadowplayers.jcink.net/index.php?showtopic=4305"<i class="fa fa-file-image-o" title='graphic'></a></td>
  156. </tr>
  157. <tr>
  158. <td><a href="YOU CAN PUT ANY LINK HERE"<i class="fa fa-diamond" title='anything'></a></td>
  159. <td><a href="YOU CAN PUT ANY LINK HERE"<i class="fa fa-plus" title='anything'></a></td>
  160. </tr>
  161. </table>
  162. </div>
  163.  
  164. <div class='textbox'>
  165. Hey Val! this is your textbox and you can write anything in here not matter how long it would be
  166. </div>
  167.  
  168. </div>
  169. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement