Advertisement
Falkstids

Sin

Nov 4th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Libre+Barcode+39+Text');
  4. @import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
  5.  
  6. body{
  7. background-color:#eee;
  8. overflow:hidden;
  9. }
  10. #box{
  11. width:50%;
  12. height:100%;
  13. background-color:#111;
  14. position:absolute;
  15. top:0px;
  16. left:0px;
  17. margin-left:-100px;
  18. z-index:10;
  19. transition:1s;
  20. overflow:hidden;
  21. }
  22.  
  23. body:hover #box{
  24. margin-left:0px;
  25. }
  26.  
  27. #image{
  28. background-image:url(https://i.imgur.com/PnwoIkl.png);
  29. background-size:contain;
  30. background-repeat:no-repeat;
  31. position:absolute;
  32. bottom:0%;
  33. left:50%;
  34. width:300px;
  35. height:500px;
  36. margin-left:-103px;
  37. }
  38.  
  39.  
  40. #image2{
  41. background-image:url(https://i.imgur.com/h0s10rD.png);
  42. background-size:contain;
  43. background-repeat:no-repeat;
  44. position:absolute;
  45. bottom:0%;
  46. left:100%;
  47. width:300px;
  48. height:500px;
  49. margin-left:-3px;
  50. margin-bottom:px;
  51. transition:1s;
  52. }
  53.  
  54. body:hover #image2{
  55. margin-left:-103px;
  56.  
  57. }
  58.  
  59.  
  60. #one,#two,#three,#four{
  61. background-color:transparent;
  62. width:140px;
  63. height:440px;
  64. z-index:99;
  65. position:absolute;
  66. top:50%;
  67. left:50%;
  68. margin-top:-100px;
  69. margin-left:-300px;
  70. padding:5px;
  71. opacity:0;
  72. transition:1s;
  73. color:#eee;
  74. font-size:10pt;
  75. text-align:left;
  76. font-family: 'Cormorant Garamond', serif;
  77. }
  78. #one:target,#two:target,#three:target,#four:target{
  79. opacity:1;
  80. transition:1s;
  81. transition-delay:1s;
  82. }
  83. #infobox2{
  84. background-color:transparent;
  85. width:140px;
  86. height:100px;
  87. z-index:99;
  88. position:absolute;
  89. top:50%;
  90. right:50%;
  91. margin-top:100px;
  92. margin-right:-300px;
  93. padding:5px;
  94. opacity:0;
  95. transition:1s;
  96. float:left;
  97.  
  98. }
  99. body:hover #infobox2{
  100. opacity:1;
  101. transition:1s;
  102. transition-delay:2s;
  103. }
  104.  
  105. #infobox2 a{
  106. font-family: 'Cormorant Garamond', serif;
  107. color:#000;
  108. text-align:left;
  109. position:absolute;
  110. margin-bottom:10px;
  111. font-size:10pt;
  112. text-decoration:none;
  113. transition:1s;
  114.  
  115. }
  116.  
  117. #infobox2 a:hover{
  118. background:#000;
  119. color:#fff;
  120. }
  121.  
  122. #line{
  123. height:4px;
  124. width:0px;
  125. background-color:#eee;
  126. position:absolute;
  127. top:50%;
  128. right:50%;
  129. margin-right:0px;
  130. margin-top:-115px;
  131. z-index:99;
  132. transition:1s;
  133. }
  134.  
  135. body:hover #line{
  136. width:300px;
  137. transition:1s;
  138. transition-delay:1s;
  139. }
  140.  
  141. #line2{
  142. height:4px;
  143. width:0px;
  144. background-color:#111;
  145. position:absolute;
  146. top:50%;
  147. left:50%;
  148. margin-left:0px;
  149. margin-top:-115px;
  150. z-index:99;
  151.  
  152. }
  153.  
  154. body:hover #line2{
  155. width:300px;
  156. transition:1s;
  157. transition-delay:1s;
  158. }
  159.  
  160. h1{
  161. font-size:40pt;
  162. font-family: 'Libre Barcode 39 Text', cursive;
  163. color:#eee;
  164. text-align:right;
  165. height:400px;
  166. width:300px;
  167. position:absolute;
  168. top:50%;
  169. left:50%;
  170. margin-left:-300px;
  171. margin-top:-300px;
  172. z-index:99;
  173. opacity:0;
  174. transition:.5s;
  175. }
  176.  
  177. body:hover h1{
  178. transition:1s;
  179. transition-delay:2s;
  180. opacity:1;
  181. }
  182. h2{
  183. font-size:40pt;
  184. font-family: 'Libre Barcode 39 Text', cursive;
  185. color:#111;
  186. text-align:left;
  187. height:400px;
  188. width:300px;
  189. position:absolute;
  190. top:50%;
  191. right:50%;
  192. margin-right:-300px;
  193. margin-top:-300px;
  194. z-index:99;
  195. opacity:0;
  196. transition:1s;
  197. }
  198.  
  199. body:hover h2{
  200. transition:1s;
  201. transition-delay:2s;
  202. opacity:1;
  203. }
  204.  
  205. h3{
  206. font-family: 'Cormorant Garamond', serif;
  207. font-weight: bold;
  208. font-size:15pt;
  209. text-align:center;
  210. margin-top:0px;
  211. margin-bottom:5px;
  212.  
  213. }
  214. b{
  215. color:#d60000;
  216. text-shadow:0px 0px 5px #eee;
  217. }
  218.  
  219. a{
  220. color:#d60000;
  221. text-decoration:none;
  222. transition:1s;
  223. }
  224.  
  225. a:hover{
  226. color:gold;
  227. }
  228. </style>
  229. <h1>Look<br> Behind<br> the mask</h1>
  230. <h2>Look<br> Behind<br> the man</h2>
  231. <div id="one"><h3>Thing</h3>
  232. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  233. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  234. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  235. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  236. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  237. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  238. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  239. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  240. <font style="float:left"><b>Stat</b></font> <font style="float:right">Stat</font><br>
  241. <h3> Maybe something else? </h3>
  242. </div>
  243. <div id="two"><h3>Thing2</h3>meme2</div>
  244. <div id="three"><h3>Thing3</h3>meme3</div>
  245. <div id="four"><h3>OOC?</h3>
  246. <b>00</b> This code was made for Sin by <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos">The Hound of Tindalos </a> PM him or send him an rpc mail for inquiries on prices custom profiles.
  247. <b></div>
  248. <div id="infobox2">
  249. <a href="#one">it was obama</a><br>
  250. <a href="#two">he was the one</a><br>
  251. <a href="#three">that turned</a><br>
  252. <a href="#four">the frogs gay</a><br>
  253. <a href="#r">reset</a><br>
  254. </div>
  255. <div id="line"></div>
  256. <div id="line2"></div>
  257. <div id="box">
  258. <div id="image2"></div>
  259. </div>
  260. <div id="image"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement