hanimjay

Jodi sig code

Jun 2nd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. [dohtml]
  2. <style>
  3. body{
  4. background: #ddd;
  5. }
  6.  
  7. #jodi-sig{
  8. position: relative;
  9. margin: 10px auto;
  10. overflow: hidden;
  11. width: 500px;
  12. height: 200px;
  13. border: 3px solid #fff;
  14. }
  15.  
  16. #jodi-sig .sig{
  17. position: relative;
  18. width: 500px;
  19. height: 200px;
  20. top: 0px;
  21. left: 0px;
  22. transform: scale(1);
  23. transition: 0.3s ease-in 0.5s;
  24. background: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/fab468e6-2d26-4590-ad14-2403b0f2c0e3/ddd1dqx-42be126b-3dfc-4983-a512-58cc6bd2418c.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvZmFiNDY4ZTYtMmQyNi00NTkwLWFkMTQtMjQwM2IwZjJjMGUzXC9kZGQxZHF4LTQyYmUxMjZiLTNkZmMtNDk4My1hNTEyLTU4Y2M2YmQyNDE4Yy5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.hYp-iko7ilY2D5zYYbgyLKnNVTst0KDfy7x2OlUiiWw);
  25. }
  26.  
  27. #jodi-sig:hover .sig{
  28. transition: 0.3s ease-in 0s;
  29. transform: scale(1.2);
  30. }
  31.  
  32. #jodi-sig .base{
  33. position: absolute;
  34. width: 500px;
  35. height: 200px;
  36. background: #000;
  37. top: 0px;
  38. left: 0px;
  39. opacity: 0;
  40. transition: 0.3s ease-in 0.5s;
  41. }
  42.  
  43. #jodi-sig:hover .base{
  44. transition: 0.3s ease-in 0s;
  45. opacity: 0.9;
  46. }
  47.  
  48. #jodi-sig .left{
  49. position: absolute;
  50. width: 200px;
  51. height: 200px;
  52. background: transparent;
  53. top: -200px;
  54. left: 0px;
  55. transition: 0.5s ease-in 0s;
  56. }
  57.  
  58. #jodi-sig:hover .left{
  59. transition: 0.5s ease-in 0.3s;
  60. top: 0px;
  61. }
  62.  
  63. #jodi-sig .right{
  64. position: absolute;
  65. width: 300px;
  66. height: 200px;
  67. background: transparent;
  68. bottom: -200px;
  69. right: 0px;
  70. transition: 0.5s ease-in 0s;
  71. }
  72. #jodi-sig:hover .right{
  73. transition: 0.5s ease-in 0.3s;
  74. bottom: 0px;
  75. }
  76.  
  77. #jodi-sig .deco{
  78. position: absolute;
  79. top: -10px;
  80. left: -10px;
  81. opacity: 0;
  82. transition: 0.3s ease-in 0s;
  83. }
  84.  
  85. #jodi-sig:hover .deco{
  86. transition: 0.3s ease-in 0.5s;
  87. opacity: 0.12;
  88. }
  89.  
  90. #jodi-sig .df{
  91. font-size: 230px;
  92. color: #fff;
  93. }
  94.  
  95. #jodi-sig .icon{
  96. position: absolute;
  97. width: 100px;
  98. height: 100px;
  99. background: transparent;
  100. border: 2px solid #ea9b41;
  101. top: 22px;
  102. left: 50px;
  103. border-radius: 20px;
  104. }
  105. #jodi-sig .icon img{
  106. width: 92px;
  107. height: 92px;
  108. border-radius: 15px;
  109. margin: 4px;
  110. }
  111.  
  112. #jodi-sig .title{
  113. position: absolute;
  114. width: 100px;
  115. top: 139px;
  116. left: 50px;
  117. text-align: left;
  118. font-family: 'Poppins', sans-serif;
  119. font-weight: 700;
  120. font-size: 17.5px;
  121. line-height: 22px;
  122. color: #eee;
  123. }
  124.  
  125. #jodi-sig .bullet{
  126. position: absolute;
  127. width: 10px;
  128. height: 10px;
  129. top: 31px;
  130. left: 10px;
  131. border-radius: 100px;
  132. background: rgb(217,163,64);
  133. background: linear-gradient(90deg, rgba(217,163,64,1) 0%, rgba(199,12,0,1) 0%, rgba(224,100,53,1) 0%, rgba(244,214,79,1) 100%);
  134. }
  135.  
  136. #jodi-sig .statusbox{
  137. position: absolute;
  138. width: 225px;
  139. height: 55px;
  140. top: 25px;
  141. left: 35px;
  142. text-align: left;
  143. font-family: Poppins;
  144. font-weight: 700;
  145. font-size: 11px;
  146. line-height: 22px;
  147. text-transform: uppercase;
  148. color: #eee;
  149. }
  150.  
  151. #jodi-sig .textbox{
  152. position: absolute;
  153. width: 225px;
  154. height: 55px;
  155. background: transparent;
  156. top: 63px;
  157. left: 10px;
  158. text-align: justify;
  159. font-family: Poppins;
  160. font-weight: 400;
  161. font-size: 9px;
  162. line-height: 14px;
  163. letter-spacing: 0.1px;
  164. color: #ccc;
  165. overflow: auto;
  166. padding-right: 12px;
  167. }
  168.  
  169. #jodi-sig .links{
  170. position: absolute;
  171. width: 290px;
  172. height: 36px;
  173. bottom: 0px;
  174. right: 0px;
  175. border-radius: 20px 0px 0px 0px;
  176. padding-top: 18px;
  177. background: rgb(217,163,64);
  178. background: linear-gradient(90deg, rgba(217,163,64,1) 0%, rgba(199,12,0,1) 0%, rgba(224,100,53,1) 0%, rgba(244,214,79,1) 100%);
  179. }
  180.  
  181. #jodi-sig a{
  182. text-decoration: none;
  183. }
  184.  
  185. #jodi-sig .sf{
  186. display: inline-block;
  187. color: #fff;
  188. font-size: 17px;
  189. margin-left: 17px;
  190. -webkit-transform: scale(1);
  191. transform: scale(1);
  192. transition: 0.2s;
  193. }
  194. #jodi-sig .sf:hover{
  195. transition: 0.2s;
  196. color: #000;
  197. -webkit-transform: scale(1.4);
  198. transform: scale(1.3);
  199. }
  200.  
  201. #jodi-sig ::-webkit-scrollbar {
  202. width: 7px;
  203. }
  204.  
  205. #jodi-sig ::-webkit-scrollbar-track {
  206. background: transparent;
  207. border: 1px solid #ea9b41;
  208. border-radius: 50px;
  209. }
  210.  
  211. #jodi-sig ::-webkit-scrollbar-thumb {
  212. border-radius: 50px;
  213. background: rgb(217,163,64);
  214. background: linear-gradient(180deg, rgba(217,163,64,1) 0%, rgba(199,12,0,1) 0%, rgba(224,100,53,1) 0%, rgba(244,214,79,1) 100%);
  215. }
  216. </style>
  217.  
  218. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  219.  
  220. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
  221.  
  222. <center>
  223. <div id="jodi-sig">
  224.  
  225. <div class="sig"></div>
  226. <div class="base"></div>
  227.  
  228. <div class="left">
  229. <div class="deco">
  230. <span class="df sf-leaf-1-o">
  231. </div>
  232.  
  233. <div class="icon">
  234. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="Hanie ©"><img src="https://via.placeholder.com/100x100"></a>
  235. </div>
  236. <div class="title">Short title here</div>
  237. </div>
  238.  
  239. <div class="right">
  240. <div class="bullet"></div>
  241. <div class="statusbox">open for request</div>
  242.  
  243. <div class="textbox">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam a lectus tempus, aliquet nulla eget, pellentesque tellus. Maecenas lobortis in lectus quis sodales. Aenean pulvinar urna rhoncus, luctus diam in, venenatis massa.
  244. </div>
  245.  
  246. <div class="links">
  247. <a href="#" title="Link 1"><span class="sf sf-seashell-o"></span></a>
  248. <a href="#" title="Link 2"><span class="sf sf-ice-cream-o"></span></a>
  249. <a href="#" title="Link 3"><span class="sf sf-anchor-o"></span></a>
  250. <a href="#" title="Link 4"><span class="sf sf-pineapple-o"></span></a>
  251. <a href="#" title="Link 5"><span class="sf sf-watermelon-o"></span></a>
  252. <a href="#" title="Link 6"><span class="sf sf-ladybug-o"></span></a>
  253. </div>
  254. </div>
  255.  
  256. </div>
  257. </center>
  258. [/dohtml]
Add Comment
Please, Sign In to add comment