Professor_Stein

Profile Layout

Oct 24th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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="(MUSIC URL)" type="audio/mpeg"></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. /* Change the link color on hover */
  55. li a:hover {
  56. background-color: #343434;
  57. color: darkviolet;
  58. }
  59.  
  60. .tabs{
  61. float: left;
  62. margin-right: 15px;
  63. margin-bottom: 15px;
  64. width: 54px;
  65. height: 54px;
  66. text-align: left;
  67. }
  68.  
  69. .info{
  70. position: fixed;
  71. right: 50;
  72. bottom: 125;
  73. margin-top: 234px;
  74. width: 326px;
  75. height: 425px;
  76. padding: 10px;
  77. background: #131313;
  78. font-family: 'Amaranth', sans-serif;
  79. color: purple;
  80. font-size: 12px;
  81. line-height: 10px;
  82. text-align: justify;
  83. border: 2px solid #9E3DAC;
  84. outline-offset: 2px;
  85. opacity: 0;
  86. overflow: auto;
  87. transition: 1s;
  88. }
  89.  
  90. .info:target{
  91. opacity: 1;
  92. transition: 1s;
  93. z-index: 1;
  94. }
  95.  
  96. </style>
  97.  
  98. <br>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. <div class="tabs">
  106.  
  107. <ul>
  108. <li><a href="#one">Stats</a></li>
  109. <li><a href="#two">Personality</a></li>
  110. <li><a href="#three">History</a></li>
  111. <li><a href="#four">Abilites</a></li>
  112. <li><a href="#five">OOC/Gallery</a></li>
  113.  
  114. </ul>
  115. </div>
  116.  
  117. <br>
  118.  
  119.  
  120.  
  121. <div class="info" id="one"><h1>Stats</h1><strong>Full Name:</strong> - <br>
  122. <strong>Age:</strong> - <br>
  123. <strong>Gender:</strong> - <br>
  124. <strong>Race:</strong> - <br>
  125. <strong>Height:</strong> - <br>
  126. <strong>Weight:</strong> - <br>
  127. <strong>Alias:</strong> - <br>
  128. <strong>Sexual Orientation:</strong> - <br>
  129. <strong>Status:</strong> - <br>
  130. <strong>Occupation:</strong> - </div>
  131.  
  132. <div class="info" id="two"><h1>Persona</h1></div>
  133.  
  134. <div class="info" id="three"><h1>History</h1></div>
  135.  
  136. <div class="info" id="four"><h1>Abilities</h1></div>
  137.  
  138. <div class="info" id="five"><h1>OOC</h1></div>
Add Comment
Please, Sign In to add comment