Advertisement
Professor_Stein

Profile HTML

Sep 28th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. <style>
  2. .pfor{display:none;}
  3. body {background-color: #ffffff;}
  4. body {background-image:url("URL"); background-attachment:fixed; background-size:100%;}
  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. <style type="text/css">
  16. !-- Copy from here, into the Style section --!
  17. #player{
  18. position: fixed;
  19. z-index:2;
  20. bottom: 230px;
  21. left: 934px;
  22. border-radius: 15px;
  23. width: 32px;
  24. height: 32px;
  25. border: 5px solid #D5D5D5;
  26. box-shadow: 0px 0px 19px #D5D5D5;
  27. overflow:hidden;}
  28.  
  29.  
  30. </style>
  31.  
  32.  
  33.  
  34. <style>
  35. ul {
  36. list-style-type: none;
  37. margin: 0;
  38. padding: 0;
  39. overflow: hidden;
  40. background-color: rgba(0,0,0, 0.8);
  41. }
  42.  
  43. li {
  44. float: left;
  45. }
  46.  
  47. li a {
  48. display: block;
  49. color: #000000;
  50. text-align: center;
  51. padding: 14px 16px;
  52. text-decoration: none;
  53. }
  54.  
  55. li a:hover {
  56. background-color: rgba(0,0,0, 0.8);
  57. }
  58. </style>
  59.  
  60.  
  61.  
  62. <ul>
  63. <li><a href="#one">Stats</a></li>
  64.  
  65. <li><a href="#two">Personality</a></li>
  66. <li><a href="#five">Gallery</a></li>
  67. <li><a href="#four">OOC</a></li>
  68.  
  69. <li><a href="#home">Reset</a></li>
  70. </ul>
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <style>
  78. img {
  79. border-radius: %;
  80. }
  81.  
  82. img {
  83. display: block;
  84. margin: auto;
  85. font-size: 18px;
  86. }
  87.  
  88.  
  89. .tabs {
  90. float: left;
  91. margin-right: 15px;
  92. margin-bottom: 15px;
  93. width: 54px;
  94. height: 54px;
  95. text-align: left;
  96. }
  97.  
  98. .info{
  99. position: fixed;
  100. right: 300;
  101. bottom: 150;
  102. margin-top: 234px;
  103. width: 326px;
  104. height: 425px;
  105. padding: 10px;
  106. background: rgba(0,0,0, 0.8);
  107. font-family: Arial Italic;
  108. color: #ffffff;
  109. font-size: 14px;
  110. line-height: 15px;
  111. text-align: justify;
  112. border: 2px solid #ede9ef ;
  113. outline-offset: 2px;
  114. opacity: 0;
  115. overflow: auto;
  116. transition: 1s;
  117. }
  118.  
  119. .info:target{
  120. opacity: 1;
  121. transition: 1s;
  122. z-index: 1;
  123. }
  124.  
  125.  
  126. </style>
  127.  
  128.  
  129. <div class="info" id="one"><h1>Stats</h1>
  130. <strong>Full Name:</strong> - <br><br>
  131. <strong>Age:</strong> - <br><br>
  132. <strong>Gender:</strong> - <br><br>
  133. <strong>Race:</strong> - <br><br>
  134. <strong>Height:</strong> - <br><br>
  135. <strong>Alias:</strong> - <br><br>
  136. <strong>Build:</strong> - <br><br>
  137. <strong>Sexual Orientation:</strong> - <br><br>
  138. <strong>Occupation:</strong> - </div>
  139.  
  140. <div class="info" id="two"><h1>Personality</h1> </div>
  141.  
  142.  
  143. <div class="info" id="four"><h1>OOC</h1><strong><br><br></strong></div>
  144.  
  145. <div class="info" id="five"><h1>Gallery</h1><style>
  146.  
  147. div.img {
  148. margin: 5px;
  149. border: 1px solid #ccc;
  150. float: left;
  151. width: 180px;
  152. }
  153.  
  154. div.img:hover {
  155. border: px solid #777;
  156. }
  157.  
  158. div.img img {
  159. width: 100%;
  160. height: 80%;
  161. }
  162.  
  163. div.desc {
  164. padding: 15px;
  165. text-align: center;
  166. }
  167. </style>
  168.  
  169.  
  170. <a target="_blank" href="GALLERYURL"><b>Gallery</b></a>
  171.  
  172. </div>
  173. <br>
  174. <div id="player">
  175. <audio controls loop="1"><source src="URLMUSIC"></audio>
  176. </div>
  177. <style>
  178. img {
  179. border-radius: 4%;
  180. display: block;
  181. margin: auto;
  182. height:80%;
  183. width: auto;
  184. }
  185. </style>
  186. <br><br><br><br><br>
  187.  
  188. <img src="URL" width="400" height="300">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement