Advertisement
hanimjay

Melodrama (sig)

Feb 6th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Muli" 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. #melodrama {
  6. width: 500px;
  7. height: 200px;
  8. background-image: url(https://i.imgur.com/y8bpvDB.png);
  9. margin: 0px auto;
  10. overflow: hidden;
  11. position: relative;
  12. border: 4px solid #fff;
  13. outline: 1px solid #777;
  14. }
  15.  
  16. #melodrama ::-webkit-scrollbar {
  17. width: 1px;
  18. }
  19.  
  20. #melodrama ::-webkit-scrollbar-track {
  21. background: #fff;
  22. border: 0.5px solid #fff;
  23. }
  24.  
  25. #melodrama ::-webkit-scrollbar-thumb {
  26. background: #fff;
  27. border: 0.5px solid #fff;
  28. border-radius: 10px;
  29. }
  30.  
  31. #melodrama .box{
  32. position: absolute;
  33. top: 0px;
  34. right: 0px;
  35. width: 0px;
  36. height: 0px;
  37. background: #eee;
  38. opacity: 0.95;
  39. -webkit-transition: 0.7s ease-in 1s;
  40. transition: 0.7s ease-in 1s;
  41. }
  42. #melodrama:hover .box{
  43. width: 500px;
  44. height: 200px;
  45. -webkit-transition: 0.7s ease-in 0s;
  46. transition: 0.7s ease-in 0s;
  47. }
  48.  
  49. #melodrama .box2{
  50. position: absolute;
  51. bottom: 0px;
  52. left: 0px;
  53. width: 0px;
  54. height: 0px;
  55. background: #eee;
  56. opacity: 0.95;
  57. -webkit-transition: 0.7s ease-in 1s;
  58. transition: 0.7s ease-in 1s;
  59. }
  60. #melodrama:hover .box2{
  61. width: 500px;
  62. height: 200px;
  63. -webkit-transition: 0.7s ease-in 0s;
  64. transition: 0.7s ease-in 0s;
  65. }
  66.  
  67. #melodrama .base{
  68. position: absolute;
  69. bottom: -200px;
  70. right: 0px;
  71. width: 500px;
  72. height: 200px;
  73. background: transparent;
  74. -webkit-transition: 0.8s ease-in 0s;
  75. transition: 0.8s ease-in 0s;
  76. }
  77. #melodrama:hover .base{
  78. bottom: 0px;
  79. -webkit-transition: 0.8s ease-in 0.7s;
  80. transition: 0.8s ease-in 0.7s;
  81. }
  82.  
  83. #melodrama .base2{
  84. position: absolute;
  85. top: -200px;
  86. right: 0px;
  87. width: 500px;
  88. height: 120px;
  89. background: transparent;
  90. -webkit-transition: 0.8s ease-in 0s;
  91. transition: 0.8s ease-in 0s;
  92. }
  93. #melodrama:hover .base2{
  94. top: 0px;
  95. -webkit-transition: 0.8s ease-in 0.7s;
  96. transition: 0.8s ease-in 0.7s;
  97. }
  98.  
  99. #melodrama .title{
  100. font-family: 'Abril Fatface', cursive;
  101. font-size: 170px;
  102. letter-spacing: -1px;
  103. color: #000;
  104. width: 250px;
  105. height: 200px;
  106. position: absolute;
  107. top: 12px;
  108. left: 10px;
  109. line-height: 170px;
  110. }
  111.  
  112. #melodrama .icon{
  113. position: absolute;
  114. top: 42.5px;
  115. right: 75px;
  116. width: 60px;
  117. height: 60px;
  118. background: url(https://i.imgur.com/wKUxjBb.gif);
  119. background-size: 60px;
  120. border: 3px solid #fff;
  121. outline: 1px solid #000;
  122. }
  123.  
  124. #melodrama .textbase{
  125. position: absolute;
  126. bottom: 36px;
  127. right: 75px;
  128. width: 150px;
  129. height: 55px;
  130. border-left: 0.5px solid #000;
  131. }
  132.  
  133. #melodrama .textbox{
  134. position: absolute;
  135. top: 0px;
  136. left: 0px;
  137. width: 130px;
  138. height: 39px;
  139. background: #eee;
  140. color: #000;
  141. overflow: auto;
  142. text-align: justify;
  143. line-height: 11px;
  144. font-family: 'Muli', sans-serif;
  145. font-size: 7px;
  146. font-weight: bold;
  147. text-transform: uppercase;
  148. letter-spacing: 1px;
  149. padding-right: 5px;
  150. border: 15px solid #eee;
  151. }
  152.  
  153. #melodrama a{
  154. cursor: crosshair;
  155. color: #f22b97;
  156. text-decoration: none;
  157. font-weight: bold;
  158. -webkit-transition: 0.5s;
  159. transition: 0.5s;
  160. }
  161.  
  162. #melodrama a:hover{
  163. color: #1dc8ca;
  164. }
  165.  
  166. #melodrama .navbox{
  167. position: absolute;
  168. bottom: 41.5px;
  169. left: 159.5px;
  170. width: 265px;
  171. height: 49.5px;
  172. background: #eee;
  173. border-top: 0.5px solid #000;
  174. border-left: 1px solid #eee;
  175. }
  176.  
  177. #melodrama .navs{
  178. position: absolute;
  179. top: 77px;
  180. left: 195px;
  181. width: 160px;
  182. height: 30px;
  183. background: transparent;
  184. }
  185.  
  186. #melodrama .fa{
  187. color: #000;
  188. font-size: 13px;
  189. padding: 7px;
  190. -webkit-transition: 0.7s;
  191. transition: 0.7s;
  192. }
  193. #melodrama .fa:hover{
  194. color: #1dc8ca;
  195. transform: rotate(180deg);
  196. }
  197.  
  198. #melodrama .status{
  199. position: absolute;
  200. bottom: 65.5px;
  201. left: 160px;
  202. width: 120px;
  203. height: 18px;
  204. background: #fff;
  205. border: 0.5px solid #000;
  206. font-family: 'Abril Fatface', cursive;
  207. font-size: 11px;
  208. letter-spacing: 9px;
  209. line-height: 12px;
  210. padding-top: 7px;
  211. padding-left: 3px;
  212. text-transform: uppercase;
  213. color: #000;
  214. }
  215. #melodrama .request{
  216. position: absolute;
  217. bottom: 46px;
  218. left: 160px;
  219. width: 120px;
  220. height: 16px;
  221. background: transparent;
  222. font-family: 'Muli', sans-serif;
  223. font-size: 7px;
  224. font-weight: bold;
  225. letter-spacing: 2px;
  226. line-height: 12px;
  227. padding-top: 7px;
  228. color: #000;
  229. text-transform: uppercase;
  230. }
  231.  
  232. </style>
  233.  
  234. <center>
  235. <div id="melodrama">
  236.  
  237. <div class="box"></div>
  238. <div class="box2"></div>
  239.  
  240. <div class="base">
  241. <div class="title">M</div>
  242.  
  243. <div class="navbox"></div>
  244.  
  245. <div class="status">open</div>
  246. <div class="request">for request</div>
  247.  
  248. <div class="textbase">
  249. <div class="textbox">
  250. a big thanks to the ever talented <a href="https://shadowplayers.jcink.net/index.php?showuser=38" title="credit">Soph</a> for my gorgeous Toni sig.
  251. </div>
  252. </div>
  253. </div>
  254.  
  255. <div class="base2">
  256. <div class="navs">
  257. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029"><i class="fa fa-rocket" title="playground"></i></a>
  258. <a href="https://shadowplayers.jcink.net/index.php?showtopic=8958"><i class="fa fa-bars" title="tracker"></i></a>
  259. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2034"><i class="fa fa-archive" title="archive"></i></a>
  260. <a href="https://orpheusz.deviantart.com/?rnrd=243636"><i class="fa fa-deviantart" title="deviantart"></i></a>
  261. <a href="https://shadowplayers.jcink.net/index.php?act=Msg&CODE=04&MID=95"><i class="fa fa-envelope" title="pm"></i></a>
  262. </div>
  263.  
  264. <div class="icon"></div>
  265. </div>
  266.  
  267. </div>
  268. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement