Advertisement
Professor_Stein

Profile Alt

Oct 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <style>
  2. .pfor{display:none;}
  3. body {background-color: #000000;}
  4. body {background-image:url("BACKGROUND URL"); background-attachment:fixed; background-size:cover;}
  5. #pbox {margin: auto;
  6. width: 600px;
  7. background-color:black;
  8. border-style: solid;
  9. border-width: 2px;
  10. border-color: #333;
  11. padding: 5px;
  12. }
  13. </style>
  14.  
  15.  
  16. <style type="text/css">
  17. !-- Copy from here, into the Style section --!
  18. #player{
  19. position: fixed;
  20. z-index:2;
  21. bottom: 230px;
  22. left: 934px;
  23. border-radius: 15px;
  24. width: 32px;
  25. height: 32px;
  26. border: 5px solid #D5D5D5;
  27. box-shadow: 0px 0px 19px #D5D5D5;
  28. overflow:hidden;}
  29.  
  30.  
  31. </style>
  32.  
  33.  
  34. <div id="player">
  35. <audio controls loop="1"><source src=""></audio>
  36. </div>
  37.  
  38. <style>
  39. ul {
  40. list-style-type: none;
  41. margin: 0;
  42. padding: 0;
  43. width: 200px;
  44. background-color: #131313;
  45. }
  46.  
  47. li a {
  48. display: block;
  49. color: #BBBBBB;
  50. padding: 8px 16px;
  51. text-decoration: none;
  52. }
  53.  
  54. li a:hover {
  55. background-color: #343434;
  56. color: darkviolet;
  57. }
  58.  
  59. .tabs{
  60. float: left;
  61. margin-right: 15px;
  62. margin-bottom: 15px;
  63. width: 54px;
  64. height: 54px;
  65. text-align: left;
  66. }
  67.  
  68. img {
  69. display: block;
  70. margin: auto;
  71. font-size: 18px;
  72. }
  73.  
  74. .info{
  75. position: fixed;
  76. right: 550;
  77. bottom: 125;
  78. margin-top: 234px;
  79. width: 326px;
  80. height: 425px;
  81. padding: 10px;
  82. background: #131313;
  83. font-family: 'Amaranth', sans-serif;
  84. color: purple;
  85. font-size: 12px;
  86. line-height: 10px;
  87. text-align: justify;
  88. border: 2px solid #9E3DAC;
  89. outline-offset: 2px;
  90. opacity: 0;
  91. overflow: auto;
  92. transition: 1s;
  93. }
  94.  
  95. .info:target{
  96. opacity: 1;
  97. transition: 1s;
  98. z-index: 1;
  99. }
  100.  
  101. </style>
  102.  
  103. <br>
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. <div class="tabs">
  111.  
  112. <ul>
  113. <li><a href="#one">Stats</a></li>
  114. <li><a href="#two">Persona</a></li>
  115.  
  116. <li><a href="#five">OOC</a></li>
  117.  
  118. </ul>
  119. </div>
  120.  
  121. <br>
  122.  
  123.  
  124.  
  125. <div class="info" id="one"><h1>Stats</h1><strong>Name:</strong> <br>
  126. <strong>Gender:</strong> <br>
  127. <strong>Race:</strong> <br>
  128. <strong>Height:</strong> <br>
  129. <strong>Alias:</strong> <br>
  130. <strong>Sexual Orientation:</strong> <br>
  131. <strong>Status:</strong> <br>
  132. <strong>Occupation:</strong> </div>
  133.  
  134. <div class="info" id="two"><h1>Persona</h1></div>
  135.  
  136. <div class="info" id="five"><h1>OOC</h1></div>
  137.  
  138. <img src="" style="width:auto;height:640px;">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement