Advertisement
Professor_Stein

New Profile Layout

Nov 12th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. <style>
  2. .pfor{display:none;}
  3. body {background-color: #ffffff;}
  4. body {background-image:url("BACKGROUND 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.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(244,232,237, 0.8);
  57. }
  58. </style>
  59.  
  60.  
  61.  
  62. <ul>
  63. <li><a href="#one">Stats</a></li>
  64. <li><a href="#two">Personality</a></li>
  65. <li><a href="#five">Gallery</a></li>
  66. <li><a href="#four">OOC</a></li>
  67.  
  68. <li><a href="#home">Reset</a></li>
  69. </ul>
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. <style>
  77. img {
  78. border-radius: %;
  79. }
  80.  
  81. img {
  82. display: block;
  83. margin: auto;
  84. font-size: 18px;
  85. }
  86.  
  87.  
  88. .tabs {
  89. float: left;
  90. margin-right: 15px;
  91. margin-bottom: 15px;
  92. width: 54px;
  93. height: 54px;
  94. text-align: left;
  95. }
  96.  
  97. .info{
  98. position: fixed;
  99. right: 50;
  100. bottom: 150;
  101. margin-top: 234px;
  102. width: 326px;
  103. height: 425px;
  104. padding: 10px;
  105. background: rgba(0,0,0, 0.8);
  106. font-family: Arial Italic;
  107. color: #ffffff;
  108. font-size: 14px;
  109. line-height: 15px;
  110. text-align: justify;
  111. border: 2px solid #ede9ef ;
  112. outline-offset: 2px;
  113. opacity: 0;
  114. overflow: auto;
  115. transition: 1s;
  116. }
  117.  
  118. .info:target{
  119. opacity: 1;
  120. transition: 1s;
  121. z-index: 1;
  122. }
  123.  
  124.  
  125. </style>
  126.  
  127.  
  128. <div class="info" id="one"><h1>Stats</h1>
  129. <strong>Full Name:</strong> - <br><br>
  130. <strong>Age:</strong> - <br><br>
  131. <strong>Gender:</strong> - <br><br>
  132. <strong>Race:</strong> - <br><br>
  133. <strong>Height:</strong> - <br><br>
  134. <strong>Alias:</strong> - <br><br>
  135. <strong>Build:</strong> - <br><br>
  136. <strong>Sexual Orientation:</strong> - <br><br>
  137. <strong>Occupation:</strong> - </div>
  138.  
  139. <div class="info" id="two"><h1>Personality</h1> </div>
  140.  
  141.  
  142. <div class="info" id="four"><h1>OOC</h1></div>
  143.  
  144. <div class="info" id="five"><h1>Gallery</h1><style>
  145.  
  146. div.img {
  147. margin: 5px;
  148. border: 1px solid #ccc;
  149. float: left;
  150. width: 180px;
  151. }
  152.  
  153. div.img:hover {
  154. border: px solid #777;
  155. }
  156.  
  157. div.img img {
  158. width: 100%;
  159. height: 80%;
  160. }
  161.  
  162. div.desc {
  163. padding: 15px;
  164. text-align: center;
  165. }
  166. </style>
  167.  
  168.  
  169. <a target="_blank" href="Gallery URL"><b>Gallery</b>
  170.  
  171. </div>
  172. <br>
  173. <div id="player">
  174. <audio controls loop="1"><source src="MUSIC URL"></audio>
  175. </div>
  176. <style>
  177. img {
  178. border-radius: 4%;
  179. display: block;
  180. margin: auto;
  181. height:82%;
  182. width: auto;
  183. }
  184. </style>
  185. <br><br><br><br>
  186.  
  187. <img src="CHARACTER URL" width="400" height="300">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement