Advertisement
Professor_Stein

Untitled

Feb 22nd, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. <style>
  2. .pfor{display:none;}
  3. body {background-color: #000000;}
  4. body {background-image:url("https://images6.alphacoders.com/341/341165.jpg"); 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: #79B05E;
  41. }
  42.  
  43. li {
  44. float: left;
  45. }
  46.  
  47. li a {
  48. display: block;
  49. color: #86FEFF;
  50. text-align: center;
  51. padding: 14px 16px;
  52. text-decoration: none;
  53. }
  54.  
  55. li a:hover {
  56. background-color: #527B3E;
  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="#three">History</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: 50%;
  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: 550;
  100. bottom: 50;
  101. margin-top: 234px;
  102. width: 326px;
  103. height: 425px;
  104. padding: 10px;
  105. background: #79B05E;
  106. font-family: Arial Italic;
  107. color: #86FEFF;
  108. font-size: 14px;
  109. line-height: 15px;
  110. text-align: justify;
  111. border: 2px solid #86FEFF;
  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> Sorren <br><br>
  130. <strong>Age:</strong> 26 <br><br>
  131. <strong>Gender:</strong> Genderless<br><br>
  132. <strong>Race:</strong> Fey <br><br>
  133. <strong>Height:</strong> 6'0" <br><br>
  134. <strong>Alias:</strong> None <br><br>
  135. <strong>Build:</strong> Flowy yet Flexing <br><br>
  136. <strong>Sexual Orientation:</strong> Pansexual <br><br>
  137. <strong>Status:</strong> Single <br> <br>
  138. <strong>Occupation:</strong> Various Skills/Adventurer </div>
  139.  
  140. <div class="info" id="two"><h1>Personality</h1>Always looking at the world as if for the first time. Smelling the flowers and tasting the air. Fierce loyalty. Searching for the New. Finding it. Callous innocence. Flame and Thorn and Flower.</div>
  141.  
  142. <div class="info" id="three"><h1>History</h1>kinda depends on how i'm feeling honestly i like to change up the context based on what i'm feeling with a set character but i do love developing timelines</div>
  143.  
  144. <div class="info" id="four"><h1>OOC</h1><strong>PM Friendly<br><br>RP Friendly<br><br>Feel free to start with a post or discuss.</div>
  145.  
  146.  
  147. <br>
  148.  
  149.  
  150.  
  151.  
  152.  
  153. <style>
  154. img {
  155. border-radius: 50%;
  156. display: block;
  157. margin: auto;
  158. height:60%;
  159. width: auto;
  160. }
  161. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement