Advertisement
Falkstids

Mitty code

Feb 26th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Muli:400,800|Playfair+Display:400,700');
  4.  
  5. body{
  6. background-coior:#fff;
  7. overflow-y: auto;
  8. overflow-x:hidden;
  9. }
  10.  
  11.  
  12.  
  13. ::-webkit-scrollbar-track
  14. {
  15. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  16. background-color: #F5F5F5;
  17. }
  18.  
  19. ::-webkit-scrollbar
  20. {
  21. width: 8px;
  22. background-color: #F5F5F5;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb
  26. {
  27. background-color: #000000;
  28. border: 2px solid #555555;
  29. }
  30.  
  31.  
  32. #box1{
  33. width:100%;
  34. height:100%;
  35. position:absolute;
  36. top:0%;
  37. left:0%;
  38. }
  39.  
  40. #backgroundimage{
  41. background-image:url(https://cdnb.artstation.com/p/assets/images/images/009/693/071/large/vishwadeep-jadeja-abyss.jpg?1520366389);
  42. filter:blur(1px);
  43. background-size:120vw;
  44. background-position:0px 0px;
  45. width:100%;
  46. height:100%;
  47. z-index:1;
  48. position:absolute;
  49. }
  50.  
  51.  
  52. #right{
  53. clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  54. background-image:url(https://i.imgur.com/td0mDvE.png);
  55. background-size:130vw;
  56. background-position:55.6vw -5vh;
  57. position:absolute;
  58. right:0vw;
  59. bottom:0vh;
  60. background-color:#fff;
  61. width:25vw;
  62. height:25vh;
  63. z-index:10;
  64. opacity:0.2
  65. }
  66.  
  67. #rightbackground{
  68. clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  69. position:absolute;
  70. right:0vw;
  71. bottom:0vh;
  72. background-color:#fff;
  73. width:25vw;
  74. height:25vh;
  75. z-index:9;
  76. }
  77.  
  78.  
  79. #left{
  80. clip-path: polygon(0 0, 0% 100%, 100% 100%);
  81. position:absolute;
  82. background-image:url(https://i.imgur.com/td0mDvE.png);
  83. background-size:130vw;
  84. background-position:0vw -5vh;
  85. left:0vw;
  86. bottom:0vh;
  87. background-color:#fff;
  88. width:25vw;
  89. height:25vh;
  90. z-index:10;
  91. opacity:0.2
  92. }
  93.  
  94.  
  95. #leftbackground{
  96. clip-path: polygon(0 0, 0% 100%, 100% 100%);
  97. position:absolute;
  98. left:0vw;
  99. bottom:0vh;
  100. background-color:#fff;
  101. width:25vw;
  102. height:25vh;
  103. z-index:9;
  104. }
  105.  
  106. .text{
  107.  
  108. font-size:15vh;
  109. color:#fff;
  110. position:absolute;
  111. position:absolute;
  112. z-index:99;
  113. font-family: 'Playfair Display', serif;
  114. font-weight:700;
  115. top:30vh;
  116. left:19vw;
  117. text-shadow: 1px 1px 10px #000;
  118. letter-spacing: 2vw;
  119. animation:abyss 3s;
  120. animation-fill-mode:forwards;
  121. opacity:0;
  122. }
  123.  
  124. @keyframes abyss{
  125. 0%{
  126. left:19vw;
  127. letter-spacing: 2vw;
  128. opacity:0;
  129. }
  130.  
  131.  
  132.  
  133. 100%{
  134. left:30vw;
  135. letter-spacing:normal;
  136. opacity:1;
  137. }
  138.  
  139. }
  140.  
  141. #box2{
  142. width:100%;
  143. height:100%;
  144. background-color:#fff;
  145. position:absolute;
  146. top:100%;
  147. left:0%;
  148. }
  149.  
  150. #backgroundimage15{
  151. background-image:url(https://cdnb.artstation.com/p/assets/images/images/009/693/071/large/vishwadeep-jadeja-abyss.jpg?1520366389);
  152. filter:blur(1px);
  153. background-size:120vw;
  154. clip-path: polygon(25% 0, 50% 20%, 75% 0);
  155.  
  156. background-position:0vw 30.5vh;
  157. width:100%;
  158. height:100%;
  159. z-index:2;
  160. position:absolute;
  161. }
  162.  
  163.  
  164.  
  165. #backgroundimage2{
  166. background-image:url(https://i.imgur.com/td0mDvE.png
  167. );
  168. background-size:130vw;
  169. background-position:0vw -30vh;
  170. width:100vw;
  171. height:100vh;
  172. z-index:1;
  173. position:absolute;
  174. opacity:0.2
  175. }
  176.  
  177. #mitty1{
  178. background-image:url(https://i.imgur.com/ldfYtlm.png);
  179. background-size:100%;
  180. background-repeat:no-repeat;
  181. width:30vw;
  182. height:100vh;
  183. position:absolute;
  184. right:10vw;
  185. z-index:99;
  186. filter:drop-shadow(1px 1px 10px #000);
  187. }
  188.  
  189. .text2{
  190. font-family: 'Muli', sans-serif;
  191. color:#666;
  192. font-size:30pt;
  193. font-weight:800;
  194. position:absolute;
  195. z-index:99;
  196. top:30vh;
  197. left:10vw;
  198. }
  199.  
  200. #info1{
  201. font-family: 'Muli', sans-serif;
  202. color:#666;
  203. font-size:10pt;
  204. z-index:99;
  205. position:absolute;
  206. top:40vh;
  207. width:25vw;
  208. height:contain;
  209. left:10vw;
  210. overflow:hidden;
  211.  
  212. }
  213.  
  214. #info2{
  215. font-family: 'Muli', sans-serif;
  216. color:#666;
  217. font-size:10pt;
  218. z-index:99;
  219. position:absolute;
  220. top:40vh;
  221. width:15vw;
  222. height:contain;
  223. left:36vw;
  224. overflow:hidden;
  225.  
  226. }
  227.  
  228. #box3{
  229. width:100%;
  230. height:100%;
  231. background-color:#000;
  232. position:absolute;
  233. top:200%;
  234. left:0%;
  235.  
  236. }
  237.  
  238. #backgroundimage25{
  239. clip-path: polygon(0 0, 0 30%, 100% 0);
  240. background-image:url(https://i.imgur.com/td0mDvE.png
  241. );
  242. background-size:130vw;
  243. background-position:0vw 30vh;
  244. width:100vw;
  245. height:100vh;
  246. z-index:6;
  247. position:absolute;
  248. opacity:0.2
  249. }
  250.  
  251. #backgroundimage25background{
  252. clip-path: polygon(0 0, 0 30%, 100% 0);
  253. background-color:#fff;
  254. background-size:130vw;
  255. background-position:0vw 30vh;
  256. width:100vw;
  257. height:100vh;
  258. z-index:5;
  259. position:absolute;
  260. opacity:1;
  261. }
  262.  
  263. #backgroundimage3{
  264. background-image:url(https://i.imgur.com/nLmjp2C.png
  265. );
  266. background-size:100vw;
  267. background-position:0vw 10vh;
  268. width:100vw;
  269. height:100vh;
  270. z-index:1;
  271. position:absolute;
  272. opacity:0.8;
  273. filter:blur(2px);
  274. }
  275.  
  276. #mitty2{
  277. background-image:url(https://i.imgur.com/64ySx6r.png);
  278. background-size:100%;
  279. background-repeat:no-repeat;
  280. width:35vw;
  281. height:100vh;
  282. position:absolute;
  283. top:0vh;
  284. left:0vw;
  285. z-index:99;
  286. transform:scalex(-1);
  287. }
  288.  
  289. .text3{
  290. font-family: 'Muli', sans-serif;
  291. color:#fff;
  292. font-size:30pt;
  293. font-weight:800;
  294. position:absolute;
  295. z-index:99;
  296. top:30vh;
  297. right:20vw;
  298. }
  299.  
  300. #info3{
  301. font-family: 'Muli', sans-serif;
  302. color:#fff;
  303. font-size:10pt;
  304. z-index:99;
  305. position:absolute;
  306. top:40vh;
  307. width:35vw;
  308. height:20vh;
  309. right:17vw;
  310. overflow:auto;
  311.  
  312. }
  313.  
  314. .text4{
  315. font-family: 'Muli', sans-serif;
  316. color:#fff;
  317. font-size:30pt;
  318. font-weight:800;
  319. position:absolute;
  320. z-index:99;
  321. top:64vh;
  322. right:38vw;
  323. }
  324.  
  325. #info4{
  326. font-family: 'Muli', sans-serif;
  327. color:#fff;
  328. font-size:10pt;
  329. z-index:99;
  330. position:absolute;
  331. top:75vh;
  332. width:35vw;
  333. height:20vh;
  334. height:contain;
  335. right:16.5vw;
  336. overflow:auto;
  337. }
  338.  
  339. #friends{
  340. width:100vw;
  341. height:20vh;
  342. overflow:auto;
  343. float:left;
  344. }
  345.  
  346. #friends a{
  347. width:8vw;
  348. height:16vh;
  349. background-color:#fff;
  350. border-radius:50%;
  351. display:block;
  352. float:left;
  353. top:0vh;
  354. margin-top:2vh;
  355. margin-left:1vw;
  356. }
  357.  
  358. #info4::-webkit-scrollbar-track
  359. {
  360. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  361. background-color: #F5F5F5;
  362. }
  363.  
  364. #info4::-webkit-scrollbar
  365. {
  366. width: 8px;
  367. background-color: #F5F5F5;
  368. }
  369.  
  370. #info4::-webkit-scrollbar-thumb
  371. {
  372. background-color: #fff;
  373. border: 2px solid #555555;
  374. }
  375.  
  376. a{
  377. color:#fff;
  378. text-decoration:none;
  379. transition:.5s;
  380.  
  381. }
  382.  
  383. a:hover{
  384. color:gold;
  385. }
  386.  
  387. </style>
  388. <div id="box1">
  389. <div class="text"> Made In Abyss</div>
  390. <div id="backgroundimage"></div>
  391. <div id="right"></div>
  392. <div id="left"></div>
  393. <div id="rightbackground"></div>
  394. <div id="leftbackground"></div>
  395. </div>
  396. <div id="box2">
  397. <div id="backgroundimage15">
  398. </div>
  399. <div id="backgroundimage2">
  400. </div>
  401. <div id="mitty1"></div>
  402. <div class="text2">MEET MITTY</div>
  403. <div id="info1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam velit quam, viverra in tellus vel, convallis egestas velit. Quisque fermentum posuere ex. Nunc tincidunt ex a ipsum convallis tempor. Aliquam consectetur eros eget augue varius lacinia. Cras posuere, ex eu commodo euismod, dolor nisi gravida orci, et vehicula nisi arcu id orci. Suspendisse ac semper ipsum. Suspendisse id eros pretium, feugiat elit eget, tristique diam. Donec fringilla sapien ultricies mauris consectetur accumsan.
  404.  
  405. In hac habitasse platea dictumst. Duis consectetur facilisis dolor, ac condimentum purus fringilla ac. Morbi ut imperdiet lorem. Morbi varius neque sit amet risus ullamcorper volutpat. Aliquam erat volutpat. In tincidunt sagittis dui at interdum. Aenean vitae libero arcu. In consectetur, est nec scelerisque egestas, nibh nibh commodo felis, sed placerat diam ex eget orci. Nunc sagittis posuere ornare. Sed eu nulla at urna aliquet mattis. Aliquam volutpat lacinia libero pulvinar dignissim. Proin rutrum faucibus feugiat. Nulla eu aliquam turpis.</div>
  406. <div id="info2" <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  407. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  408. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  409. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  410. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  411. <span style="float: left; ">Thing</span> <span style="float: right;">Thing</span><br>
  412. </div>
  413. </div>
  414. <div id="box3">
  415. <div id="backgroundimage25"></div>
  416. <div id="backgroundimage25background"></div>
  417. <div id="backgroundimage3"></div>
  418. <div id="mitty2"></div>
  419. <div class="text3">OUT OF CHARACTER</div>
  420. <div id="info3">This profile was made by <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos">The Hound of Tindalos</a> PM him or send him a RPC mail for paid comissions!</div>
  421. <div class="text4">FRIENDS</div>
  422. <div id="info4">
  423. <div id="friends">
  424. <a href=""></a>
  425. <a href=""></a> <a href=""></a> <a href=""></a> <a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a>
  426. </div>
  427. </div>
  428.  
  429. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement