Advertisement
hanimjay

Aurora sig

Oct 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,900" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  3.  
  4. <style>
  5. #aurora-sig{
  6. position: relative;
  7. margin: 10px auto;
  8. background: url(https://i.imgur.com/U2Of7xD.png);
  9. background-size: 400px;
  10. background-position: center;
  11. width: 400px;
  12. height: 200px;
  13. overflow: hidden;
  14. border-radius: 12px;
  15. }
  16.  
  17. #aurora-sig ::-webkit-scrollbar {
  18. background: transparent;
  19. width: 5px;
  20. }
  21.  
  22. #aurora-sig ::-webkit-scrollbar-track {
  23. background: transparent;
  24. border: 0px solid #fff;
  25. }
  26.  
  27. #aurora-sig ::-webkit-scrollbar-thumb {
  28. background: transparent;
  29. border: 1px solid #7078BD;
  30. }
  31.  
  32. #aurora-sig .border{
  33. position: absolute;
  34. top: 10px;
  35. left: 10px;
  36. width: 380px;
  37. height: 200px;
  38. border: 1px solid #ffffff;
  39. border-radius: 12px;
  40. }
  41.  
  42. #aurora-sig .foreground{
  43. position: absolute;
  44. top: 0px;
  45. left: 0px;
  46. width: 400px;
  47. height: 200px;
  48. background: url(https://i.imgur.com/C0dCBIu.png);
  49. background-size: 400px;
  50. background-position: center;
  51. }
  52.  
  53. #aurora-sig .title{
  54. position: absolute;
  55. top: 43px;
  56. left: 0px;
  57. width: 400px;
  58. height: 180px;
  59. transform: rotate(-4deg);
  60. font-family: 'Montserrat', sans-serif;
  61. font-weight: 900;
  62. font-size: 65px;
  63. text-transform: uppercase;
  64. line-height: 80px;
  65. transition: 0.5s ease-in 0.8s;
  66. letter-spacing: 0px;
  67. }
  68.  
  69. #aurora-sig:hover .title{
  70. transform: rotate(0deg);
  71. top: 120px;
  72. transition: 0.5s ease-in 0s;
  73. }
  74.  
  75. #aurora-sig .t1{
  76. position: absolute;
  77. top: 0px;
  78. left: 0px;
  79. width: 400px;
  80. height: 200px;
  81. color: transparent;;
  82. text-stroke: 1px #ffffff;
  83. -webkit-text-stroke: 1px #ffffff;
  84. }
  85.  
  86. #aurora-sig .t2{
  87. position: absolute;
  88. top: 4px;
  89. left: 3px;
  90. width: 400px;
  91. height: 200px;
  92. color: #ffffff;
  93. }
  94.  
  95. #aurora-sig .footer{
  96. position: absolute;
  97. bottom: -1px;
  98. right: -1px;
  99. padding: 10px 0px;;
  100. width: 200px;
  101. background: rgba(255,255,255,0.3);
  102. border-top: 1px solid rgba(255,255,255,1);
  103. border-left: 1px solid rgba(255,255,255,1);
  104. color: #ffffff;
  105. font-weight: bold;
  106. letter-spacing: 0px;
  107. }
  108.  
  109. #aurora-sig .footer b{
  110. font-family: 'Montserratt', sans-serif;
  111. font-weight: 800;
  112. font-size: 8px;
  113. text-transform: uppercase;
  114. letter-spacing: 2px;
  115. padding: 0px 10px;
  116. line-height: 10px;
  117. }
  118.  
  119. #aurora-sig .text-bg{
  120. position: absolute;
  121. bottom: 37.5px;
  122. left: 58px;
  123. width: 140px;
  124. height: 101px;
  125. background: rgba(255,255,255,0.3);
  126. border: 1px solid #ffffff;
  127. border-radius: 10px 0px 0px 0px;
  128. opacity: 0;
  129. transition: 0.3s ease-in 0.6s;
  130. }
  131.  
  132. #aurora-sig:hover .text-bg{
  133. opacity: 1;
  134. transition: 0.3s ease-in 0.7s;
  135. }
  136.  
  137. #aurora-sig .textbox{
  138. position: absolute;
  139. top: 10px;
  140. left: 10px;
  141. width: 80px;
  142. height: 50px;
  143. background: #ffffff;
  144. color: #000000;
  145. overflow: auto;
  146. text-align: justify;
  147. font-family: 'Montserrat', sans-serif;
  148. font-weight: 500;
  149. font-size: 8.5px;
  150. letter-spacing: 0px;
  151. line-height: 12px;
  152. padding-right: 10px;
  153. border: 15px solid #ffffff;
  154. border-radius: 10px 0px 0px 0px;
  155. }
  156.  
  157. #aurora-sig .icon{
  158. position: absolute;
  159. top: 60px;
  160. right: 99px;
  161. width: 67px;
  162. height: 67px;
  163. background: rgba(255,255,255,0);
  164. border: 10px solid rgba(255,255,255,0.3);
  165. outline: 1.5px solid #ffffff;
  166. opacity: 0;
  167. transition: 0.3s ease-in 0.3s;
  168. }
  169.  
  170. #aurora-sig:hover .icon{
  171. opacity: 1;
  172. transition: 0.3s ease-in 1s;
  173. }
  174.  
  175. #aurora-sig .icon img{
  176. width: 67px;
  177. height: 67px;
  178. opacity: 0.8;
  179. }
  180.  
  181. #aurora-sig .links{
  182. position: absolute;
  183. top: 58.5px;
  184. right: 58px;
  185. width: 28px;
  186. height: 88px;
  187. background: transparent;
  188. text-decoration: none;
  189. opacity: 0;
  190. transition: 0.3s ease-in 0s;
  191. }
  192.  
  193. #aurora-sig:hover .links{
  194. opacity: 1;
  195. transition: 0.3s ease-in 1.3s;
  196. }
  197.  
  198. #aurora-sig .links a{
  199. text-decoration: none;
  200. }
  201.  
  202. #aurora-sig .th {
  203. color: #ffffff;
  204. font-size: 20px;
  205. margin-bottom: 15px;
  206. transform: rotate(0deg);
  207. transition: 0.5s;
  208. }
  209.  
  210. #aurora-sig .th:hover {
  211. transform: rotate(360deg);
  212. transition: 0.5s;
  213. }
  214.  
  215. </style>
  216.  
  217. <center>
  218. <div id="aurora-sig">
  219.  
  220. <div class="border"></div>
  221.  
  222. <div class="title">
  223. <div class="t1">Aurora</div>
  224. <div class="t2">Aurora</div>
  225. </div>
  226.  
  227. <div class="foreground"></div>
  228.  
  229. <div class="footer">
  230. <b>Hanie</b>——— <b>GMT+8</b>
  231. </div>
  232.  
  233. <div class="content">
  234. <div class="icon">
  235. <a href="http://atfjcink.jcink.net/index.php?showuser=2302" title="hanie ©">
  236. <img src="https://i.imgur.com/z1tnfho.gif"></a>
  237. </div>
  238.  
  239. <div class="text-bg">
  240. <div class="textbox">
  241. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  242. </div>
  243. </div>
  244.  
  245. <div class="links">
  246. <a href="#"><span class="th th-planet-1-o" title="Link 1"></span></a>
  247. <br>
  248. <a href="#"><span class="th th-moon-o" title="Link 2"></span></a>
  249. <br>
  250. <a href="#"><span class="th th-solar-system-o" title="Link 3"></span></a>
  251. </div>
  252. </div>
  253. </div>
  254. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement