Advertisement
hanimjay

Mari sig code

Feb 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:800" rel="stylesheet">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  3.  
  4. <style>
  5. #mari-sig{
  6. width: 500px;
  7. height: 200px;
  8. position: relative;
  9. margin: 0px auto;
  10. overflow: hidden;
  11. background: url(http://via.placeholder.com/500x200);
  12. border: 4px solid #fff;
  13. outline: 1px solid #c1e3e1;
  14. }
  15.  
  16. #mari-sig .left{
  17. width: 145px;
  18. height: 200px;
  19. background: #c1e3e1;
  20. position: absolute;
  21. top: 0px;
  22. left: -160px;
  23. border-right: 0.5px solid #fff;
  24. -webkit-transition: 0.6s ease-in 0.7s;
  25. transition: 0.6s ease-in 0.7s;
  26. }
  27. #mari-sig:hover .left{
  28. left: 0px;
  29. -webkit-transition: 0.6s ease-in 0s;
  30. transition: 0.6s ease-in 0s;
  31. }
  32.  
  33. #mari-sig .box{
  34. width: 339px;
  35. height: 95.5px;
  36. background: #fff;
  37. border: 0.5px solid #fff;
  38. position: absolute;
  39. top: 52.5px;
  40. left: 68px;
  41. z-index: 1;
  42. }
  43.  
  44. #mari-sig .icon{
  45. width: 95px;
  46. height: 95px;
  47. position: absolute;
  48. bottom: 38px;
  49. left: 91.5px;
  50. z-index: 2;
  51. }
  52. #mari-sig img{
  53. width: 95px;
  54. height: 95px;
  55. padding: 7px;
  56. border-radius: 100px;
  57. border: 0.5px solid #ddd;
  58. background: #fff;
  59. }
  60.  
  61. #mari-sig .right{
  62. width: 355px;
  63. height: 200px;
  64. background: #ddd;
  65. position: absolute;
  66. top: 0px;
  67. right: -355px;
  68. border-left: 0.5px solid #fff;
  69. -webkit-transition: 0.6s ease-in 0.7s;
  70. transition: 0.6s ease-in 0.7s;
  71. }
  72. #mari-sig:hover .right{
  73. right: 0px;
  74. -webkit-transition: 0.6s ease-in 0s;
  75. transition: 0.6s ease-in 0s;
  76. }
  77.  
  78. #mari-sig .base{
  79. width: 500px;
  80. height: 200px;
  81. position: absolute;
  82. bottom: -200px;
  83. right: 0px;
  84. border-left: 0.5px solid #fff;
  85. -webkit-transition: 0.6s ease-in 0.7s;
  86. transition: 0.6s ease-in 0.7s;
  87. }
  88. #mari-sig:hover .base{
  89. bottom: 0px;
  90. -webkit-transition: 0.6s ease-in 0s;
  91. transition: 0.6s ease-in 0s;
  92. }
  93.  
  94. #mari-sig .title{
  95. width: 219px;
  96. height: 28px;
  97. position: absolute;
  98. top: 24px;
  99. left: 68px;
  100. border-bottom: 0.5px solid #ddd;
  101. font-family: 'Montserrat', sans-serif;
  102. font-weight: 800;
  103. font-size: 12px;
  104. text-transform: uppercase;
  105. letter-spacing: 0.5px;
  106. line-height: 28px;
  107. color: #aaa;
  108. background: #fff;
  109. z-index: 4;
  110. }
  111. #mari-sig .title x{
  112. color: #B8DE77;
  113. }
  114.  
  115. #mari-sig .b1{
  116. width: 28px;
  117. height: 95.5px;
  118. position: absolute;
  119. bottom: 51px;
  120. right: 64px;
  121. border: 0.5px solid #fff;
  122. background: #C7E78C;
  123. z-index: 3;
  124. -webkit-transition: 0.5s ease-in 0s;
  125. transition: 0.5s ease-in 0s;
  126. transform: scale(0);
  127. }
  128. #mari-sig:hover .b1{
  129. transform: scale(1);
  130. -webkit-transition: 0.5s ease-in 0.8s;
  131. transition: 0.5s ease-in 0.8s;
  132. }
  133.  
  134. #mari-sig .b1 .fa{
  135. color: #fff;
  136. font-size: 11px;
  137. padding: 16px 7px 0px 6px;
  138. -webkit-transition: 0.2s;
  139. transition: 0.2s;
  140. }
  141. #mari-sig .b1 .fa:hover{
  142. text-shadow: 1px 1px #999;
  143. -webkit-transform: scale(1.4);
  144. transform: scale(1.4);
  145. }
  146.  
  147. #mari-sig .b2{
  148. width: 185px;
  149. height: 28px;
  150. position: absolute;
  151. bottom: 22.5px;
  152. right: 92px;
  153. border: 0.5px solid #fff;
  154. background: #C7E78C;
  155. z-index: 3;
  156. -webkit-transition: 0.5s ease-in 0s;
  157. transition: 0.5s ease-in 0s;
  158. transform: scale(0);
  159. }
  160. #mari-sig:hover .b2{
  161. transform: scale(1);
  162. -webkit-transition: 0.5s ease-in 0.8s;
  163. transition: 0.5s ease-in 0.8s;
  164. }
  165.  
  166. #mari-sig .b2 .fa{
  167. color: #fff;
  168. font-size: 12.5px;
  169. padding: 8px 8px 5px 9px;
  170. -webkit-transition: 0.2s;
  171. transition: 0.2s;
  172. }
  173. #mari-sig .b2 .fa:hover{
  174. text-shadow: 1px 1px #999;
  175. -webkit-transform: scale(1.4);
  176. transform: scale(1.4);
  177. }
  178.  
  179. #mari-sig .textbox{
  180. width: 142px;
  181. height: 47px;
  182. border: 12px solid #fff;
  183. background: #fff;
  184. outline: 1px solid #ddd;
  185. position: absolute;
  186. top: 66px;
  187. right: 104px;
  188. z-index: 4;
  189. overflow: auto;
  190. color: #888;
  191. text-align: justify;
  192. font-family: 'Open Sans', sans-serif;
  193. font-size: 8.5px;
  194. line-height: 10px;
  195. padding-right: 7px;
  196. }
  197.  
  198. #mari-sig ::-webkit-scrollbar {
  199. width: 2px;
  200. }
  201.  
  202. #mari-sig ::-webkit-scrollbar-track {
  203. background: #ee;
  204. border: 0.5px solid #eee;
  205. }
  206.  
  207. #mari-sig ::-webkit-scrollbar-thumb {
  208. background: #c1e3e1;
  209. border: 0.5px solid #c1e3e1;
  210. }
  211.  
  212. #mari-sig a{
  213. text-decoration: none;
  214. color: #8CC7C7;
  215. }
  216. #mari-sig b{
  217. color: #8CC7C7;
  218. }
  219. #mari-sig i{
  220. color: #ADDA60;
  221. }
  222. #mari-sig u{
  223. text-decoration: none;
  224. border-bottom: 0.5px dashed #99D2D2;
  225. color: #999;
  226. }
  227.  
  228. #mari-sig .request{
  229. width: 110px;
  230. height: 18px;
  231. position: absolute;
  232. top: 24.5px;
  233. right: 93px;
  234. border: 5px solid #c1e3e1;
  235. outline: 1px solid #fff;
  236. background: #fff;
  237. font-family: 'Open Sans', sans-serif;
  238. font-size:7.5px;
  239. text-transform: uppercase;
  240. line-height: 18px;
  241. letter-spacing: 0px;
  242. color: #777;
  243. }
  244. #mari-sig .request b{
  245. color: #ADDA60;
  246. letter-spacing: 0.5px;
  247. font-size: 8px;
  248. font-family: 'Montserrat', sans-serif;
  249. margin-right: 4px;
  250. }
  251.  
  252. </style>
  253.  
  254. <center>
  255. <div id="mari-sig">
  256.  
  257. <div class="left"></div>
  258. <div class="right"></div>
  259.  
  260. <div class="base">
  261. <div class="request"><b>open</b>for request</div>
  262.  
  263. <div class="box"></div>
  264.  
  265. <div class="icon">
  266. <a href="http://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  267. <img src="http://via.placeholder.com/95x95"></a>
  268. </div>
  269.  
  270. <div class="title">put <x>your</x> title here</div>
  271.  
  272. <div class="textbox">
  273. <b>bold</b> <i>italic</i> <u>underlined</u><p>
  274. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ut tempor neque. Donec vel finibus velit, et ultricies justo. Donec a lorem maximus, commodo augue non, iaculis odio. Nunc porta dolor ullamcorper, imperdiet leo quis, varius massa. Maecenas rutrum mi ac accumsan imperdiet.
  275. </div>
  276. </div>
  277.  
  278. <div class="b1">
  279. <a href="#" title="tester"><i class="fa fa-rocket"></i></a>
  280. <a href="#" title="hof"><i class="fa fa-star"></i></a>
  281. <a href="#" title="tracker"><i class="fa fa-bars"></i></a>
  282. </div>
  283.  
  284. <div class="b2">
  285. <a href="#" title="deviantart"><i class="fa fa-deviantart"></i></a>
  286. <a href="#" title="critique staff check"><i class="fa fa-quote-right"></i></a>
  287. <a href="#" title="award staff check"><i class="fa fa-trophy"></i></a>
  288. <a href="#" title="bank staff check"><i class="fa fa-dollar"></i></a>
  289. <a href="#" title="extra"><i class="fa fa-plus"></i></a>
  290. </div>
  291.  
  292. </div>
  293. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement