Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Space+Mono);
  3.  
  4.  
  5. ::selection { background: none;}::-moz-selection { background: none;}
  6. ::-webkit-scrollbar {width: 0px; }
  7. ::-webkit-scrollbar-track {background: #ff12a0;}
  8. ::-webkit-scrollbar-thumb {background: #ff12a0;}
  9.  
  10. body{background: url(http://i.imgur.com/UT04bFq.gif);
  11. background-repeat: no-repeat;
  12. background-size: cover;
  13. background-position: 100% 100%;
  14. overflow: hidden;
  15. }
  16.  
  17.  
  18. .FrameBorder{
  19. position: absolute;
  20. top:2%;
  21. left:5%;
  22. width: 92%;
  23. height: 97%;
  24. opacity:0;
  25. border:0vh solid #fF12A0;
  26. background:#fefefe;z-index:50;
  27. }
  28. .image{
  29. position: absolute;
  30. top: 5%;
  31. left: -51%;
  32. width: 80%;
  33. height: 90%;
  34. background: url(http://i.imgur.com/gRme79R.jpg?1);
  35. background-repeat: no-repeat;
  36. background-size: auto 100%;
  37. background-position: 100% 100%;
  38. transition: 1.2s ease-in-out;
  39. -moz-transition: 1.2s ease-in-out;
  40. -webkit-transition: 1.2s ease-in-out;
  41. -o-transition: 1.2s ease-in-out;z-index:97;
  42. opacity:1;
  43. }
  44.  
  45.  
  46. #window3{
  47. position: absolute;
  48. top: 5%;
  49. left: 38%;
  50. width: 45%;
  51. height: 80%;
  52. background:#fefefe;
  53. border-style: double; border-width: 6px; border-color: #343434; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-bottom-left-radius: 25px; border-top-right-radius: 25px;
  54. opacity:.8;
  55. color:#000000;
  56. font-family:'Space+Mono', cursive;
  57. font-size:2.4vh;
  58. text-align:center;
  59. letter-spacing:-0vh;
  60. text-shadow: 0 0 1px #000000;
  61. line-height:2.1vh;
  62. padding:1vh;
  63. z-index:50;
  64. overflow:auto;
  65. }
  66.  
  67.  
  68.  
  69.  
  70.  
  71. </style>
  72.  
  73. <div class="image"></div>
  74. <div class="FrameBorder"></div>
  75. <div id="window3"><u>THE STORY</u><br> <br>
  76. SCROLL TEST<br>
  77. SCROLL TEST<br>
  78. SCROLL TEST<br>
  79. SCROLL TEST<br>
  80. SCROLL TEST<br>
  81. SCROLL TEST<br>
  82. SCROLL TEST<br>
  83. SCROLL TEST<br>
  84. SCROLL TEST<br>
  85. SCROLL TEST<br>
  86. SCROLL TEST<br>
  87. SCROLL TEST<br>
  88. SCROLL TEST<br>
  89. SCROLL TEST<br>
  90. SCROLL TEST<br>
  91. SCROLL TEST<br>
  92. SCROLL TEST<br>
  93. SCROLL TEST<br>
  94. SCROLL TEST<br>
  95. SCROLL TEST<br>
  96. SCROLL TEST<br>
  97. SCROLL TEST<br>
  98. SCROLL TEST<br>
  99. SCROLL TEST<br>
  100. SCROLL TEST<br>
  101. SCROLL TEST<br>
  102. SCROLL TEST<br>
  103. SCROLL TEST<br>
  104. SCROLL TEST<br>
  105. SCROLL TEST<br>
  106. SCROLL TEST<br>
  107. SCROLL TEST<br>
  108. SCROLL TEST<br>
  109. SCROLL TEST<br>
  110. SCROLL TEST<br>
  111. SCROLL TEST<br>
  112. SCROLL TEST<br>
  113. SCROLL TEST<br>
  114. SCROLL TEST<br>
  115. SCROLL TEST<br>
  116. SCROLL TEST<br>
  117. SCROLL TEST<br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement