Advertisement
Falkstids

Ruse code

Sep 1st, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Monoton');
  4. @import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
  5.  
  6. body {
  7. background-color:#0c1038;
  8. transition:1s;
  9. overflow:hidden;
  10. }
  11.  
  12. ::-webkit-scrollbar
  13. {
  14. width:0px;
  15. background-color: transparent;
  16. }
  17.  
  18.  
  19. #overlaycolor{
  20. position:absolute;
  21. width:100%;
  22. height:100%;
  23. background: linear-gradient(#0c1038, #7f399b);
  24. top:0px;
  25. left:0px;
  26. opacity:0;
  27. transition:3s;
  28. z-index:1;
  29. background-position:0px -200px;
  30. }
  31. body:hover #overlaycolor{
  32. opacity:1;
  33. }
  34. #overlay{
  35. background-image:url(http://www.newdesignfile.com/postpic/2013/07/horizontal-line-patterns_253071.png);
  36. background-size:100%;
  37. width:100%;
  38. height:100%;
  39. position:absolute;
  40. top:0px;
  41. left:0px;
  42. z-index:7;
  43. }
  44. #box{
  45. width:100%;
  46. height:50%;
  47. z-index:10;
  48. background-color:#0c1038;
  49. position:absolute;
  50. left:0px;
  51. top:50%;
  52. perspective: 1000px;
  53. }
  54. #grid{
  55. background-image:url(http://www.freeiconspng.com/uploads/tile-grid-png-6.png);
  56. background-size:100%;
  57. width:200%;
  58. height:300%;
  59. position:absolute;
  60. top:-133%;
  61. left:-30%;
  62. transform:rotatex(70deg);
  63. transition:3s;
  64. }
  65.  
  66. body:hover #grid{
  67. background-image:url(http://i.imgur.com/l8FEJUC.png);
  68.  
  69.  
  70. }
  71.  
  72. #mountain{
  73. background-image:url(http://i.imgur.com/eQKeRZR.png);
  74. width:100%;
  75. height:350px;
  76. background-size:100%;
  77. background-repeat:no-repeat;
  78. position:absolute;
  79. left:0px;
  80. top:50%;
  81. margin-top:-330px;
  82. z-index:6;
  83. filter:brightness(0%);
  84. transition:3s;
  85. }
  86.  
  87. body:hover #mountain{
  88. filter:brightness(200%);
  89. }
  90.  
  91. #sun{
  92. width:400px;
  93. height:400px;
  94. background-image:url(http://i.imgur.com/OmEEuAw.png);
  95. background-size:100%;
  96. position:absolute;
  97. top:50%;
  98. left:50%;
  99. margin-left:-200px;
  100. z-index:4;
  101. transition:2s;
  102. }
  103.  
  104. body:hover #sun{
  105. margin-top:-445px;
  106. }
  107.  
  108. #neon{
  109.  
  110. height:2px;
  111. width:100%;
  112. background-color:#fff;
  113. position:absolute;
  114. top:50%;
  115. left:0px;
  116. z-index:11;
  117. animation: neon1 1.5s ease-in-out infinite alternate;
  118. }
  119.  
  120. #box1{
  121. width:400px;
  122. height:400px;
  123. z-index:40;
  124. position:absolute;
  125. top:50%;
  126. left:50%;
  127. background-color:#7f399b;
  128. transform:rotate(30deg);
  129. margin-top:-300px;
  130. margin-left:200px;
  131. opacity:0;
  132. transition:1s;
  133. transition-delay:0s;
  134. background-image:url(http://i.imgur.com/KPzCX45.png);
  135. background-size:100%;
  136. }
  137. body:hover #box1{
  138. opacity:1;
  139. transition-delay:2s;
  140. }
  141.  
  142. #box2{
  143. width:600px;
  144. height:350px;
  145. clip-path: polygon(75% 0, 0% 100%, 100% 100%);
  146. z-index:40;
  147. position:absolute;
  148. top:15%;
  149. left:15%;
  150. background-color:#FF1177;
  151. opacity:0;
  152. transition:1s;
  153. transition-delay:0s;
  154. transform:rotate(180deg);
  155. background-image:url(http://i.imgur.com/KPzCX45.png);
  156. background-size:100%;
  157. }
  158. body:hover #box2{
  159. opacity:1;
  160. transition-delay:2s;
  161. }
  162.  
  163. #boxsquare{
  164. width:400px;
  165. height:400px;
  166. background-color:#960A46;
  167. transform:rotate(-30deg);
  168. }
  169.  
  170. #boxtriangle{
  171. width:600px;
  172. height:200px;
  173. background-color:#0c1038;
  174. position:absolute;
  175. top:50%;
  176. left:50%;
  177. z-index:45;
  178. margin-left:-700px;
  179. margin-top:-300px;
  180. opacity:0;
  181. transition:1s;
  182. transition-delay:0s;
  183. }
  184. body:hover #boxtriangle{
  185. opacity:1;
  186. transition-delay:2s;
  187. }
  188.  
  189. #boxinfo1{
  190. width:370px;
  191. height:370px;
  192. border:solid 1px #0c1038;
  193. position:absolute;
  194. margin-top:4px;
  195. margin-left:4px;
  196. overflow:auto;
  197. font-family: consolas;
  198. color:#fff;
  199. font-size:12pt;
  200. padding:10px;
  201. }
  202.  
  203. #boxinfo2{
  204. width:570px;
  205. height:170px;
  206. border:solid 1px #FF1177;
  207. position:absolute;
  208. margin-top:4px;
  209. margin-left:4px;
  210. overflow:auto;
  211. font-family: consolas;
  212. color:#fff;
  213. font-size:12pt;
  214. padding:10px;
  215. }
  216.  
  217. h1{
  218. font-family: 'Monoton', cursive;
  219. font-size:50pt;
  220. background: linear-gradient(#396799, #d0dee7, #227644);
  221. background-size:60%;
  222. background-position:center;
  223. -webkit-background-clip: text;
  224. -webkit-text-fill-color: transparent;
  225. position:absolute;
  226. margin-top:180px;
  227. margin-left:200px;
  228. transform:rotate(-15deg);
  229. text-decoration: line-through;
  230. }
  231.  
  232. h2{
  233. font-family: 'Monoton', cursive;
  234. font-size:50pt;
  235. background: linear-gradient(#fdee55, #fb3a3d);
  236. background-size:60%;
  237. background-position:center;
  238. -webkit-background-clip: text;
  239. -webkit-text-fill-color: transparent;
  240. position:absolute;
  241. margin-top:-80px;
  242. margin-left:50px;
  243. text-decoration: line-through;
  244.  
  245. }
  246.  
  247. h3{
  248. font-family: 'Press Start 2P', cursive;
  249. color:#fff;
  250. font-size:15pt;
  251. margin-top:5px;
  252. margin-bottom:5px;
  253. text-align:center;
  254. text-decoration:underline;
  255. letter-spacing:10px;
  256. }
  257.  
  258. @keyframes neon1 {
  259. from {
  260. box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  261. }
  262. to {
  263. box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  264. }
  265. }
  266.  
  267. @keyframes neon6 {
  268. from {
  269. box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  270. }
  271. to {
  272. box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  273. }
  274. }
  275.  
  276. a{
  277. text-decoration:none;
  278. color:#dadada;
  279. transition:1s;
  280. }
  281.  
  282. a:hover{
  283. color:gold;
  284. }
  285.  
  286. </style>
  287. <div id="neon"></div>
  288. <div id="overlaycolor"></div>
  289. <div id="overlay"></div>
  290. <div id="sun"></div>
  291. <div id="mountain"></div>
  292. <div id="box">
  293. <div id="grid"></div>
  294. </div>
  295.  
  296. <div id="box1">
  297. <div id="boxsquare">
  298. <h2>LESBIAN</h2>
  299. <div id="boxinfo1">
  300. <h3>STATS</h3>
  301. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  302. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  303. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  304. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  305. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  306. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  307. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  308. <span style="float: left;">Stat</span> <span style="float: right;">Stat</span><br>
  309. <h3>STORY</h3>
  310. </div>
  311. </div>
  312. </div>
  313.  
  314. <div id="box2">
  315. </div>
  316. <div id="boxtriangle">
  317. <div id="boxinfo2">
  318. <h3>OOC</h3>
  319. 00 This profile was made by the <a target="_blank" href="https://roleplay.chat/profile.php?user=Hound%20of%20Tindalos"> Hound of Tindalos </a>, send him a RPC mail or a message if you want a custom profile.<br><br>
  320. <h3>FRIENDS</h3>
  321. <a target="_blank" href="https://iframe.roleplay.chat/profile.php?user=Friend%20name">
  322. <img border="0" title="Description of friend here" src="https://orig09.deviantart.net/a4df/f/2010/339/f/6/facebook___anonymous_by_darklordronnie-d34a0mn.jpg" width="50" height="50"></a>
  323. <a target="_blank" href="https://iframe.roleplay.chat/profile.php?user=Friend%20name">
  324. <img border="0" title="Description of friend here" src="https://orig09.deviantart.net/a4df/f/2010/339/f/6/facebook___anonymous_by_darklordronnie-d34a0mn.jpg" width="50" height="50"></a>
  325. <a target="_blank" href="https://iframe.roleplay.chat/profile.php?user=Friend%20name">
  326. <img border="0" title="Description of friend here" src="https://orig09.deviantart.net/a4df/f/2010/339/f/6/facebook___anonymous_by_darklordronnie-d34a0mn.jpg" width="50" height="50"></a>
  327.  
  328. </div>
  329. <h1>BLANK</h1>
  330. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement