Advertisement
hanimjay

Klaus (sig)

Jul 15th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Poppins|Montserrat:800" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  3.  
  4. <style>
  5. #bianca-sigcode{
  6. width: 500px;
  7. height: 200px;
  8. background: url(https://i.imgur.com/gv2Kfuq.png);
  9. position: relative;
  10. overflow: hidden;
  11. margin: 0px auto;
  12. outline: 3px solid #ddd;
  13. }
  14.  
  15. #bianca-sigcode ::-webkit-scrollbar {
  16. width: 4px;
  17. border-radius: 50px;
  18. }
  19.  
  20. #bianca-sigcode ::-webkit-scrollbar-track {
  21. background: transparent;
  22. border: 1px solid #222;
  23. }
  24.  
  25. #bianca-sigcode ::-webkit-scrollbar-thumb {
  26. background: #222;
  27. border: 0.5px solid #666;
  28. }
  29.  
  30. #bianca-sigcode .base{
  31. width: 470px;
  32. height: 170px;
  33. background: #222;
  34. position: absolute;
  35. top: 15px;
  36. left: 15px;
  37. opacity: 0.9;
  38. border: 0.5px solid #555;
  39. outline: 7px solid #222;
  40. opacity: 0;
  41. overflow: hidden;
  42. -webkit-transition: 0.3s ease-in 0.6s;
  43. transition: 0.3s ease-in 0.6s;
  44. }
  45. #bianca-sigcode:hover .base{
  46. left: 15px;
  47. opacity: 0.9;
  48. -webkit-transition: 0.3s ease-in 0s;
  49. transition: 0.3s ease-in 0s;
  50. }
  51.  
  52. #bianca-sigcode .left{
  53. width: 240px;
  54. height: 170px;
  55. background: transparent;
  56. position: absolute;
  57. left: 0px;
  58. top: -200px;
  59. -webkit-transition: 0.5s ease-in 0s;
  60. transition: 0.5s ease-in 0s;
  61. }
  62. #bianca-sigcode:hover .left{
  63. top: 0px;
  64. -webkit-transition: 0.5s ease-in 0.4s;
  65. transition: 0.5s ease-in 0.4s;
  66. }
  67.  
  68. #bianca-sigcode .right{
  69. width: 240px;
  70. height: 170px;
  71. background: transparent;
  72. position: absolute;
  73. right: 0px;
  74. bottom: -200px;
  75. -webkit-transition: 0.5s ease-in 0s;
  76. transition: 0.5s ease-in 0s;
  77. }
  78. #bianca-sigcode:hover .right{
  79. bottom: 0px;
  80. -webkit-transition: 0.5s ease-in 0.4s;
  81. transition: 0.5s ease-in 0.4s;
  82. }
  83.  
  84. #bianca-sigcode .topbox{
  85. width: 130px;
  86. height: 25px;
  87. background: #666;
  88. position: absolute;
  89. top: 20px;
  90. right: 74px;
  91. font-family: 'Montserrat', sans-serif;
  92. font-size: 13px;
  93. font-weight: 800;
  94. text-transform: uppercase;
  95. color: #85B6E9;
  96. padding-top: 6px;
  97. padding-left: 15px;
  98. letter-spacing: 0px;
  99. text-align: justify;
  100. line-height: 17px;
  101. -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  102. clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  103. }
  104. #bianca-sigcode .topbox .sf{
  105. color: #E17373;
  106. font-size: 11px;
  107. margin-right: 10px;
  108. }
  109.  
  110. #bianca-sigcode .textbox{
  111. width: 140px;
  112. height: 42px;
  113. background: #222;
  114. position: absolute;
  115. right: 45px;
  116. top: 47px;
  117. overflow: auto;
  118. color: #999;
  119. text-align: justify;
  120. font-family: 'Poppins', sans-serif;
  121. font-size: 8.5px;
  122. letter-spacing: 0px;
  123. line-height: 11px;
  124. padding-right: 8px;
  125. border: 12.5px solid #222;
  126. outline: 0.5px solid #666;
  127. }
  128.  
  129. #bianca-sigcode .iconbox{
  130. width: 180px;
  131. height: 130px;
  132. background: transparent;
  133. position: absolute;
  134. top: 20px;
  135. left: 40px;
  136. opacity: 0.7;
  137. border-right: 3px solid #64AAF3;
  138. }
  139. #bianca-sigcode .iconbox img{
  140. width: 180px;
  141. height: 130px;
  142. -webkit-filter: grayscale(100%);
  143. filter: grayscale(100%);
  144. }
  145.  
  146. #bianca-sigcode .title{
  147. width: 180px;
  148. height: 50px;
  149. opacity: 0.7;
  150. background: transparent;
  151. position: absolute;
  152. top: 104px;
  153. left: 38px;
  154. color: #E17373;
  155. font-family: 'Montserrat', sans-serif;
  156. font-weight: 800;
  157. font-size: 33px;
  158. text-transform: uppercase;
  159. letter-spacing: -2px;
  160. text-align: justify;
  161. line-height: 23px;
  162. }
  163.  
  164. #bianca-sigcode .navbar{
  165. width: 250px;
  166. height: 25px;
  167. background: transparent;
  168. position: absolute;
  169. bottom: 18.5px;
  170. right: 7px;
  171. opacity: 0.95;
  172. }
  173. #bianca-sigcode .navbar .sf{
  174. background: #666;
  175. color: #E17373;
  176. font-size: 11px;
  177. padding: 6.5px 11px 5.5px 11px;
  178. line-height: 25px;
  179. }
  180. #bianca-sigcode .navbar n{
  181. background: #222;
  182. border: 0.5px solid #666;
  183. padding: 7.5px 10px 5.5px 10px;
  184. color: #81A9D4;
  185. text-transform: uppercase;
  186. font-family: 'Montserrat', sans-serif;
  187. font-weight: 800;
  188. font-size: 9px;
  189. text-transform: uppercase;
  190. letter-spacing: 0px;
  191. line-height: 11px;
  192. }
  193. #bianca-sigcode n:hover{
  194. background: #81A9D4;
  195. color: #333;
  196. border: 0.5px solid #81A9D4;
  197. }
  198.  
  199. #bianca-sigcode a{
  200. text-decoration: none;
  201. color: #222;
  202. }
  203.  
  204. #bianca-sigcode .triangle{
  205. width: 218px;
  206. height: 155px;
  207. position: absolute;
  208. right: 0px;
  209. bottom: 0px;
  210. background: #444;
  211. -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  212. clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  213. }
  214.  
  215. #bianca-sigcode .triangle2{
  216. width: 95px;
  217. height: 60px;
  218. position: absolute;
  219. left: 40px;
  220. top: 19.5px;
  221. background: #666;
  222. -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  223. clip-path: polygon(100% 0, 0 0, 0 100%);
  224. opacity: 0.4;
  225. }
  226.  
  227. </style>
  228.  
  229. <center>
  230. <div id="bianca-sigcode">
  231.  
  232. <div class='base'>
  233.  
  234. <div class='triangle'></div>
  235.  
  236. <div class='left'>
  237. <div class='iconbox'>
  238. <a href="http://graphicsgames.jcink.net/index.php?showuser=378" title="hanie ©">
  239. <img src="https://i.imgur.com/4CgEyi9.gif"></a>
  240. </div>
  241.  
  242. <div class='title'>
  243. Bianca<br> Denmark
  244. </div>
  245.  
  246. <div class='triangle2'></div>
  247. </div>
  248.  
  249. <div class='right'>
  250. <div class='topbox'><span class="sf sf-heart-o"></span>Loves </div>
  251.  
  252. <div class='textbox'>
  253. The Vampire Diaries, Charmed, The Originals, Shadowhunters, Heroes, Smallville, Arrow, Lost, Nathaniel Buzolic, Joseph Morgan, Claire Holt, Zachary Quinto, Matthew Daddario, David Anders.
  254. </div>
  255.  
  256. <div class='navbar'>
  257. <span class="sf sf-diamond-o"></span><a href="http://graphicsgames.jcink.net/index.php?showtopic=2174"><n>gallery</n></a>
  258. <span class="sf sf-trophy-o"></span><a href="http://graphicsgames.jcink.net/index.php?showtopic=2198"><n>hof</n></a>
  259. </div>
  260. </div>
  261.  
  262. </div>
  263. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement