Advertisement
Lizellea

Reaper

Dec 19th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. ::-webkit-scrollbar { width: 2px; }
  4. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  5. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  6.  
  7. body {
  8. background-image: url("http://i.imgur.com/Vd68Qne.jpg");
  9. background-repeat: no-repeat;
  10. background-color: #000;
  11. background-size: 100% 100%;
  12. background-position: bottom right;
  13. margin: 0;
  14. }
  15.  
  16. @font-face{
  17. font-family: 'Murder';
  18. src:url(https://dl.dropboxusercontent.com/s/2c0jc49lbcn1nwm/youmurdererbb_reg.otf);
  19. }
  20.  
  21. #name{position: absolute;z-index:1;left: 15px;top: 90px;color: #9C0404;font-family: murder;font-size: 5vw;letter-spacing: 0.1vw;}
  22.  
  23. #image{position: absolute;z-index: 6;bottom: 0vh;left: 24vw;width: 40vw;opacity:0;-webkit-animation:picturein 5s 1;-moz-animation:picturein 5s 1;-ms-animation:picturein 5s 1;-o-animation:picturein 5s 1;
  24. animation:picturein 5s;animation-delay:2s;animation-fill-mode:forwards;-webkit-animation-delay:2s;-webkit-animation-fill-mode:forwards;}
  25. #image img{height: 100vh;width:100vh;}
  26. @keyframes picturein{from{opacity:0;}to{opacity:1;}}
  27.  
  28. #frame {z-index: 3;background: url();background-size: 100% 100%;background-position: bottom left;background-repeat: no-repeat;position: absolute;border-radius: 20px 20px 20px 20px;
  29. background-color:#000;border: 15px solid black; top: 70px; left: 50px; height: 300px; width: 200px;opacity: 0;-webkit-animation:fade2 5s 1;-moz-animation:fade2 5s 1;-ms-animation:fade2 5s 1;-o-animation:fade2 5s 1;animation:fade2 5s;animation-delay:2s;animation-fill-mode:forwards;-webkit-animation-delay:2s;-webkit-animation-fill-mode:forwards;}
  30. @keyframes fade2{from{opacity:0;}to{opacity:1;}}
  31.  
  32. .box {position: absolute;z-index: -1; left: 0px; top:0px; border: 3px solid #; height:295px; width:193px; background-color:#2B2B2B; overflow-x:auto;overflow-y:auto;
  33. font-family:arial; font-size:12px;line-height:13px;padding:3px;opacity:0;color:#fff; transition: 1s; -moz-transition: 1s; webkit-transition: 1s; -o-transition: 1s;}
  34. .box:target{position: absolute;z-index: 3;opacity:1;transition: 1s;-moz-transition: 1s;webkit-transition: 1s;-o-transition: 1s;}
  35.  
  36. .navbox {background-color: #; position: absolute; width: 25px; height: 170px; right:-35px; top:40px; overflow:auto; -webkit-animation:fade3 4s 1;-moz-animation:fade3 5s 1;-ms-animation:fade3 5s 1;
  37. -o-animation:fade3 5s 1;animation:fade3 5s;animation-delay:2s;animation-fill-mode:forwards;-webkit-animation-delay:2s;-webkit-animation-fill-mode:forwards;}
  38. @keyframes fade3{from{opacity:0;}to{opacity:1;}}
  39.  
  40. .tab1 { z-index:10; position: absolute; top: 1px; right: 2px; width: 10px; height: 25px; border:2px solid #000;background-color: #9C0404;}
  41. .tab2 { z-index:10; position: absolute; top: 35px; right: 2px; width: 10px; height: 25px; border:2px solid #000;background-color: #9C0404;}
  42. .tab3 { z-index:10; position: absolute; top: 70px; right: 2px; width: 10px; height: 25px; border:2px solid #000;background-color: #9C0404;}
  43. .tab4 { z-index:10; position: absolute; top: 105px; right: 2px; width: 10px; height: 25px; border:2px solid #000;background-color: #9C0404;}
  44. .tab5 { z-index:10; position: absolute; top: 140px; right: 2px; width: 10px; height: 25px; border:2px solid #000;background-color: #9C0404;}
  45.  
  46. h1{color: #9C0404;font-family: murder;font-size: 3.5vh;letter-spacing: 0vw;font-weight: normal;text-align: center;text-weight:;margin-top:10px;margin-bottom:10px;}
  47.  
  48. a {color: #A41524; text-decoration: none;font-weight:bold; }
  49. a:hover {color: #670202; text-decoration: line-through;}
  50.  
  51. b {color: #7A7A7A; font-style: normal; font-weight: bold;letter-spacing:1px;}
  52.  
  53. #credit{ position: fixed; left: 1px; bottom: 0px; font-family: Arial; font-variant: normal; font-weight: normal; font-size: 90%; color: gray;z-index:1;}
  54.  
  55. </style>
  56. <div id="credit">
  57. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  58. </div>
  59.  
  60. <div id="image">
  61. <img src="http://i.imgur.com/FVx7lkL.png">
  62. </div>
  63.  
  64. <div id="frame">
  65. <div id="name">
  66. Reaper
  67. </div>
  68.  
  69. <div class="navbox">
  70. <a href="#1"><div class="tab1"></div></a>
  71. <a href="#2"><div class="tab2"></div></a>
  72. <a href="#3"><div class="tab3"></div></a>
  73. <a href="#4"><div class="tab4"></div></a>
  74. <a href="#5"><div class="tab5"></div></a>
  75. </div>
  76.  
  77. <div id="1" class="box">
  78. <h1>Title</h1>
  79. Tab1 <b>Bold</b> <i>Italics</i> <a href="link.com" target="_blank">Link</a>
  80. </div>
  81.  
  82. <div id="2" class="box">
  83. <h1>Title</h1>
  84. Tab2
  85. </div>
  86.  
  87. <div id="3" class="box">
  88. <h1>Title</h1>
  89. Tab3
  90. </div>
  91.  
  92. <div id="4" class="box">
  93. <h1>Title</h1>
  94. Tab4
  95. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement