Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <script type="text/javascript">
  2. window.oncontextmenu = function () { return false; }
  3. </script>
  4.  
  5.  
  6. <style>
  7. @import url(https://fonts.googleapis.com/css?family=Allura);
  8. @import url('https://fonts.googleapis.com/css?family=Yellowtail');
  9. @import url('https://fonts.googleapis.com/css?family=Rancho');
  10. @import url(https://fonts.googleapis.com/css?family=Arvo);
  11.  
  12. ::-webkit-scrollbar {width: 0px; }
  13. ::-webkit-scrollbar-track {background: #ff8300;}
  14. ::-webkit-scrollbar-thumb {background: #f79c71;}
  15.  
  16. body{background: url(https://www.beautycolorcode.com/F5F5F5.png);
  17. background-repeat: no-repeat;
  18. background-size: cover;
  19. overflow: hidden;
  20. }
  21.  
  22.  
  23.  
  24.  
  25. span1 {font-family: Allura;
  26. }
  27.  
  28. span2 {font-family: Yellowtail;
  29. }
  30.  
  31. span3 {font-family: Rancho;
  32. }
  33.  
  34. span4 {font-family: Arvo;
  35. }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. #Coverbox{
  44. position: absolute;
  45. top: 0%;
  46. left: 0%;
  47. width: 100%;
  48. height: 100%;
  49.  
  50.  
  51. background:#CC9FFF;
  52. opacity: 0;
  53. z-index: 10;
  54. }
  55. /*Anything with a lower Z-Index than this ^ will not be clickable*/
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. @keyframes slidein1 {
  66. from {
  67. margin-top: -100%;
  68. }
  69.  
  70. to {
  71. margin-left: 0%;
  72. }
  73. }
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. @keyframes slidein2 {
  83. from {
  84. margin-left: -100%;
  85. }
  86.  
  87. to {
  88. margin-left: 0%;
  89. }
  90. }
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. .MainPic{
  105. position: absolute;
  106. top: 10%;
  107. left: 6.4%;
  108. width: 37%;
  109. height: 81%;
  110. background: url(https://i.imgur.com/x0RQUVn.jpg);
  111.  
  112. background-repeat: no-repeat;
  113. background-size: 100% 100%;
  114. background-position: 100% 100%;
  115.  
  116.  
  117. opacity: 1;
  118. z-index:9;
  119. border-width: .1vh .0vh .1vh .1vh;
  120. border-color: #000000;
  121. border-style: solid;
  122.  
  123. animation-name: slidein2;
  124. animation-iteration-count: 1;
  125. animation-play-state: inherit;
  126. animation-duration: 3.5s;
  127.  
  128.  
  129.  
  130. }
  131.  
  132. .PageHolder{
  133. position: absolute;
  134. top: 10%;
  135. left: 40%;
  136. width: 37%;
  137. height: 81%;
  138. background-repeat: no-repeat;
  139. background-color: #ffffff;
  140.  
  141. background-position: 100% 100%;
  142. opacity: 1;
  143. z-index:12;
  144. border-width: .1vh .1vh .1vh .0vh;
  145. border-color: #000000;
  146. border-style: solid;
  147.  
  148.  
  149.  
  150.  
  151. text-align:inherit;
  152. font-family: 'Arvo', cursive;
  153. font-weight:100;
  154. font-size:150%;
  155. line-height: 120%;
  156.  
  157.  
  158. animation-name: slidein2;
  159. animation-iteration-count: 1;
  160. animation-play-state: inherit;
  161. animation-duration: 3.5s;
  162.  
  163. }
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. </style>
  173.  
  174. <div id="CoverBox" class="floating"></div>
  175.  
  176.  
  177. <div class="PageHolder">
  178. <center><br>
  179.  
  180. ギルティギア
  181. <br>
  182.  
  183. - GUILTY GEAR (1998-2020)
  184. <br><br>
  185. <br>
  186. </center>
  187. <font size=12><b><span3>Bridget</b></font Size><br><br>
  188. </span3>
  189. Gender : Male / Age : Teenager / Orientation : Straight / <br>
  190. Dom/Sub ratio : 25/75 / Bedroom conduct : Cuddly, insecure, eager / <br>
  191. Build : Slender / Hair color : Blond / Eye color : Emerald Green / <br>
  192. Temperament : Gentle / Job : Bounty Hunter / Homeplace : England / <br>
  193. Manner of speech : Brittish Accent / Condition : Alive / <br><br>
  194. OOC notes : I play canon Bridget, but with some head canon added <br>
  195. PM friendly because the typist is friendly AF.
  196.  
  197.  
  198. </div>
  199.  
  200. <div class="MainPic"> </div>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement