Advertisement
hanimjay

Lottie sig

Jun 2nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. <style>
  2. #lottie-sig{
  3. width: 500px;
  4. height: 200px;
  5. outline: 1px solid #C46DD3;
  6. border: 4px solid #fff;
  7. margin: 0px auto;
  8. background: url(http://via.placeholder.com/500x200);
  9. position: relative;
  10. overflow: hidden;
  11. }
  12.  
  13. #lottie-sig ::-webkit-scrollbar {
  14. width: 3.5px;
  15. }
  16.  
  17. #lottie-sig ::-webkit-scrollbar-track {
  18. background: #ccc;
  19. border-left: 1px solid #fff;
  20. border-right: 1px solid #fff;
  21. }
  22.  
  23. #lottie-sig ::-webkit-scrollbar-thumb {
  24. background: #B65AD8;
  25. border: 1px solid #B65AD8;
  26. }
  27.  
  28. #lottie-sig .left{
  29. position: absolute;
  30. width: 208px;
  31. height: 200px;
  32. top: 0px;
  33. left: -210px;
  34. background: #C069E0;
  35. opacity: 0.88;
  36. -webkit-clip-path: polygon(0 0, 100% 0%, 14% 100%, 0% 100%);
  37. clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  38. opacity: 0.8;
  39. -webkit-transition: 0.5s ease-in 0.3s;
  40. transition: 0.5s ease-in 0.3s;
  41. }
  42. #lottie-sig:hover .left{
  43. -webkit-transition: 0.5s ease-in 0s;
  44. transition: 0.5s ease-in 0s;
  45. left: 0px;
  46. }
  47.  
  48. #lottie-sig .right{
  49. position: absolute;
  50. width: 460px;
  51. height: 200px;
  52. bottom: 0px;
  53. right: -460px;
  54. opacity: 0.96;
  55. background: #EAECF0;
  56. -webkit-clip-path: polygon(36% 0, 100% 0%, 100% 100%, 0% 100%);
  57. clip-path: polygon(36% 0, 100% 0%, 100% 100%, 0% 100%);
  58. -webkit-transition: 0.5s ease-in 0.3s;
  59. transition: 0.5s ease-in 0.3s;
  60. }
  61. #lottie-sig:hover .right{
  62. -webkit-transition: 0.5s ease-in 0s;
  63. transition: 0.5s ease-in 0s;
  64. right: -0.5px;
  65. }
  66.  
  67. #lottie-sig .icon{
  68. position: absolute;
  69. width: 60px;
  70. height: 60px;
  71. top: 30px;
  72. right: 106.5px;
  73. }
  74. #lottie-sig .icon img{
  75. width: 75px;
  76. height: 75px;
  77. border: 0.5px solid #B65AD8;
  78. padding: 12px;
  79. background: #fff
  80. }
  81.  
  82. #lottie-sig .box{
  83. position: absolute;
  84. width: 360px;
  85. height: 140px;
  86. top: 30px;
  87. left: 60.5px;
  88. background: transparent;
  89. border: 0.5px solid #BB6DD6;
  90. border-right: 4px solid #AA5DC5;
  91. border-bottom: 0.5px solid #AA5DC5;
  92. -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  93. clip-path: polygon(33% 0, 100% 0%, 100% 100%, 0% 100%);
  94. }
  95.  
  96. #lottie-sig .navbar{
  97. position: absolute;
  98. width: 320px;
  99. height: 29px;
  100. bottom: 5px;
  101. right: 5px;
  102. background: #BB6DD6;
  103. border: 0.5px solid #fff;
  104. border-radius: 100px;
  105. font-family: 'Courier New';
  106. font-size: 8.5px;
  107. text-transform: uppercase;
  108. letter-spacing: 1px;
  109. line-height: 29px;
  110. color: #fff;
  111. }
  112.  
  113. #lottie-sig .navbar a{
  114. text-decoration: none;
  115. color: #fff;
  116. margin: 8px;
  117. }
  118. #lottie-sig .navbar a:hover{
  119. border-bottom: 0.5px dashed #fff;
  120. font-style: italic;
  121. }
  122.  
  123. #lottie-sig .box .dvdr1{
  124. position: absolute;
  125. width: 50px;
  126. height: 23px;
  127. bottom: 9px;
  128. right: 9px;
  129. background: #fff;
  130. border-radius: 0px 100px 100px 0px;
  131. }
  132.  
  133. #lottie-sig .box .dvdr2{
  134. position: absolute;
  135. width: 50px;
  136. height: 23px;
  137. bottom: 9px;
  138. left: 38.5px;
  139. background: #fff;
  140. border-radius: 100px 0px 0px 100px;
  141. }
  142.  
  143. #lottie-sig .textbox{
  144. position: absolute;
  145. width: 100px;
  146. height: 58px;
  147. top: 5.5px;
  148. right: 93px;
  149. background: #fff;
  150. font-family: 'Consolas', sans-serif;
  151. font-size: 8.5px;
  152. letter-spacing: 0px;
  153. line-height: 10px;
  154. color: #222;
  155. overflow: auto;
  156. text-align: justify;
  157. border: 18px solid #fff;
  158. padding-right: 8px;
  159. }
  160.  
  161. #lottie-sig .triangle{
  162. position: absolute;
  163. width: 72px;
  164. height: 88px;
  165. bottom: 40.5px;
  166. left: 45.5px;
  167. background: #BB6DD6;
  168. -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  169. clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  170. }
  171.  
  172. #lottie-sig .cred{
  173. position: absolute;
  174. width: 75px;
  175. height: 75px;
  176. top: 10px;
  177. right: 0px;
  178. background: transparent;
  179. }
  180.  
  181. #lottie-sig .hov{
  182. position: absolute;
  183. width: 500px;
  184. height: 200px;
  185. bottom: -20px;
  186. right: 0px;
  187. background: transparent;
  188. -webkit-transition: 0.3s ease-in 0s;
  189. transition: 0.3s ease-in 0s;
  190. opacity: 0;
  191. }
  192. #lottie-sig:hover .hov{
  193. opacity: 1;
  194. bottom: 0px;
  195. -webkit-transition: 0.3s ease-in 0.5s;
  196. transition: 0.3s ease-in 0.5s;
  197. }
  198.  
  199. </style>
  200.  
  201. <center>
  202. <div id='lottie-sig'>
  203.  
  204. <div class='left'></div>
  205. <div class='right'></div>
  206.  
  207. <div class='hov'>
  208. <div class='icon'>
  209. <img src="http://via.placeholder.com/75x75">
  210. </div>
  211.  
  212. <div class='box'>
  213. <div class='textbox'>
  214. Lorem ipsum dolor sit amet. Aenean venenatis lacus mi, pellentesque erat pulvinar. Nam volutpat bibendum cursus. Integer efficitur suscipit sapien ut vulputate.
  215. </div>
  216.  
  217. <div class='navbar'>
  218. <a href="#">gallery</a>
  219. <a href="#">deviantart</a>
  220. <a href="#">twitch</a>
  221. </div>
  222.  
  223. <div class='dvdr1'></div><div class='dvdr2'></div>
  224. <div class='triangle'></div>
  225.  
  226. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  227. <div class='cred'></div></a>
  228. </div>
  229. </div>
  230.  
  231. </div>
  232. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement