Advertisement
hanimjay

Mari (pastel sig)

Jun 27th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 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. #maripastelsig{
  6. width: 500px;
  7. height: 200px;
  8. margin: 0px auto;
  9. outline: 1px solid #333;
  10. overflow: hidden;
  11. position: relative;
  12. border: 3px solid #fff;
  13. background: url(http://via.placeholder.com/500x200);
  14. }
  15.  
  16. #maripastelsig ::-webkit-scrollbar {
  17. width: 5px;
  18. border-radius: 50px;
  19. }
  20.  
  21. #maripastelsig ::-webkit-scrollbar-track {
  22. background: transparent;
  23. }
  24.  
  25. #maripastelsig ::-webkit-scrollbar-thumb {
  26. background: #C2D2CF;
  27. border: 1px solid #222;
  28. border-radius: 50px;
  29. }
  30.  
  31. #maripastelsig a{
  32. text-decoration: none;
  33. }
  34.  
  35. #maripastelsig .base{
  36. width: 0px;
  37. height: 180px;
  38. background: #fff;
  39. position: absolute;
  40. top: 10px;
  41. outline: 1.5px solid #222;
  42. left: 10px;
  43. opacity: 0;
  44. transition: 0.5s ease-in 1s;
  45. webkit-transition: 0.5s ease-in 1s;
  46. overflow: hidden;
  47. }
  48. #maripastelsig:hover .base{
  49. width: 480px;
  50. opacity: 0.92;
  51. transition: 0.5s ease-in 0s;
  52. webkit-transition: 0.5s ease-in 0s;
  53. }
  54.  
  55. #maripastelsig .basehover{
  56. width: 480px;
  57. height: 180px;
  58. background: transparent;
  59. position: absolute;
  60. top: -200px;
  61. right: 0px;
  62. transition: 0.5s ease-in 0.5s;
  63. webkit-transition: 0.5s ease-in 0.5s;
  64. }
  65. #maripastelsig:hover .basehover{
  66. top: 0px;
  67. transition: 0.5s ease-in 0.6s;
  68. webkit-transition: 0.5s ease-in 0.6s;
  69. }
  70.  
  71. #maripastelsig .topborder{
  72. width: 480px;
  73. height: 25px;
  74. position: absolute;
  75. top: 7px;
  76. left: 0px;
  77. background: transparent;
  78. border-bottom: 1px solid #222
  79. }
  80.  
  81. #maripastelsig .topleft{
  82. width: 115px;
  83. height: 14px;
  84. position: absolute;
  85. top: 15px;
  86. left: 60px;
  87. background: #C2D2CF;
  88. z-index: 2;
  89. border-radius: 100px;
  90. border: 1px solid #222;
  91. padding: 8px;
  92. }
  93.  
  94. #maripastelsig .topleft .sf{
  95. color: #111;
  96. font-size: 15px;
  97. margin: 6px;
  98. }
  99. #maripastelsig .topleft .sf:hover{
  100. text-shadow: 2px 2px #fff;
  101. }
  102.  
  103. #maripastelsig .textbox{
  104. width: 170px;
  105. height: 40px;
  106. position: absolute;
  107. top: 85.5px;
  108. right: 105px;
  109. background: transparent;
  110. overflow: auto;
  111. text-align: justify;
  112. line-height: 11px;
  113. letter-spacing: 0px;
  114. font-family: 'Poppins', sans-serif;
  115. font-size: 8px;
  116. color: #000;
  117. padding-right: 7px;
  118. transition: 0.3s ease-in 0s;
  119. webkit-transition: 0.3s ease-in 0s;
  120. opacity: 0;
  121. }
  122. #maripastelsig:hover .textbox{
  123. opacity: 1;
  124. transition: 0.3s ease-in 1.2s;
  125. webkit-transition: 0.3s ease-in 1.2s;
  126. }
  127.  
  128. #maripastelsig .bottomborder{
  129. width: 310px;
  130. height: 123px;
  131. position: absolute;
  132. bottom: 30px;
  133. right: 60px;
  134. background: transparent;
  135. border: 1px solid #222;
  136. border-left: 0px solid #222;
  137. }
  138.  
  139. #maripastelsig .bottomright{
  140. width: 155px;
  141. height: 14px;
  142. position: absolute;
  143. bottom: 15px;
  144. right: 98px;
  145. background: #F0C0C0;
  146. border-radius: 100px;
  147. border: 1px solid #222;
  148. padding: 7px;
  149. }
  150. #maripastelsig .bottomright .sf{
  151. color: #111;
  152. font-size: 14px;
  153. margin: 7px;
  154. }
  155. #maripastelsig .bottomright .sf:hover{
  156. text-shadow: 2px 2px #fff;
  157. }
  158.  
  159. #maripastelsig .icon{
  160. width: 93px;
  161. height: 93px;
  162. position: absolute;
  163. bottom: 15px;
  164. left: 75px;
  165. background: #DDE0CF;
  166. padding: 7px;
  167. border: 1px solid #222;
  168. border-radius: 100px;
  169. }
  170.  
  171. #maripastelsig .icon img{
  172. width: 90px;
  173. height: 90px;
  174. border: 1.5px solid #222;
  175. border-radius: 100px;
  176. }
  177.  
  178. #maripastelsig .statusbox{
  179. width: 135px;
  180. height: 21px;
  181. position: absolute;
  182. top: 31.5px;
  183. right: 60px;
  184. background: #DDE0CF;
  185. border: 1px solid #222;
  186. padding: 4px;
  187. }
  188.  
  189. #maripastelsig .statusbox b{
  190. text-transform: uppercase;
  191. line-height: 11px;
  192. letter-spacing: 1px;
  193. font-family: 'Montserrat', sans-serif;
  194. font-size: 10.5px;
  195. color: #222;
  196. font-weight: 800;
  197. }
  198.  
  199. #maripastelsig .statusbox n{
  200. line-height: 11px;
  201. letter-spacing: 0.5px;
  202. font-family: 'Poppins', sans-serif;
  203. font-size: 9px;
  204. color: #000;
  205. margin-left: 2px;
  206. }
  207.  
  208. </style>
  209.  
  210. <center>
  211. <div id='maripastelsig'>
  212.  
  213. <div class='base'>
  214.  
  215. <div class='basehover'>
  216. <div class='topborder'></div>
  217.  
  218. <div class='topleft'>
  219. <a href="#" title="critique staff check"><span class="sf sf-megaphone-1-o"></span></a>
  220. <a href="#" title="award staff check"><span class="sf sf-trophy-o"></span></a>
  221. <a href="#" title="bank staff check"><span class="sf sf-money-3-o"></span></a>
  222. </div>
  223.  
  224. <div class='bottomborder'></div>
  225.  
  226. <div class='bottomright'>
  227. <a href="#" title="hall of fame"><span class="sf sf-crown-o"></span></a>
  228. <a href="#" title="tracker"><span class="sf sf-save-o"></span></a>
  229. <a href="#" title="playground"><span class="sf sf-code-o"></span></a>
  230. <a href="#" title="deviantart"><span class="sf sf-screen-o"></span></a>
  231. </div>
  232.  
  233. <div class='statusbox'>
  234. <b>open</b> <n>for request</n></div>
  235.  
  236. <div class='icon'>
  237. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  238. <img src="http://via.placeholder.com/90x90"></a>
  239. </div>
  240. </div></div>
  241.  
  242. <div class='textbox'>
  243. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sit amet diam eu dictum. In eget mollis metus. Nunc vehicula risus at neque semper pulvinar.
  244. </div>
  245.  
  246. </div>
  247. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement