Advertisement
Lizellea

for silver

Mar 9th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. <style>
  2. body {
  3. background-image: url(http://orig11.deviantart.net/1a11/f/2011/158/4/9/fallen_angel_by_bellatrix1901-d3iakmf.jpg);
  4. background-repeat:no-repeat;
  5. background-size:65%;
  6. background-position: 40% 0%;
  7. background-color:black;
  8. color: #DAC2FF;
  9. font-family:Papyrus, serif;
  10. font-size:110%;
  11. }
  12. #profile {
  13. background-color:transparent;
  14. border:none;
  15. }
  16. .pfor {
  17. display:none;
  18. }
  19. #statbox {
  20. position:fixed;
  21. top:5%;
  22. left:2.5%;
  23. height:85%;
  24. width:25%;
  25. border:2px solid #DAC2FF;
  26. background-color:black;
  27. text-align:center;
  28. padding:1%;
  29. opacity:0.9;
  30. line-spacing:100%;
  31. overflow-y:auto;
  32. }
  33. #infobox {
  34. position:fixed;
  35. top:5%;
  36. right:2.5%;
  37. height:80%;
  38. width:30%;
  39. border:2px solid #DAC2FF;
  40. background-image: linear-gradient(gray,black;gray);
  41. background-color:black;
  42. text-align:center;
  43. padding:1%;
  44. opacity:0.9;
  45. }
  46. #Navbar {
  47. position:fixed;
  48. top:92.5%;
  49. right:7.5%;
  50. height:100%;
  51. width:25%;
  52. text-align:center;
  53. opacity:0.9;
  54. }
  55. .tab {
  56. height:100%;
  57. width:100%;
  58. overflow-y:auto;
  59. }
  60. #Navbar a {
  61. border:2px solid #DAC2FF;
  62. background-color:black;
  63. padding:1%;
  64. }
  65. #Navbar a {
  66. color:#DAC2FF;
  67. }
  68. a {
  69. color:#FFFFFF;
  70. text-decoration:none;
  71. font-weight:bold;
  72. }
  73. p {
  74. text-align:center;
  75. text-indent:2%;
  76. }
  77. img {
  78. width:100%;
  79. }
  80. #credit {
  81. text-decoration:none;
  82. color:#007ba7;
  83. position:fixed;
  84. right:1%;
  85. bottom:0%;
  86. font-family: UnifrakturCook, Brush Script MT, script, cursive;
  87. }
  88. </style>
  89.  
  90. <div id="statbox">
  91. <h2>Name here</h2>
  92. <b>Age:</b> State here
  93. <br>
  94. <br>
  95. <b>Gender:</b> State here
  96. <br>
  97. <br>
  98. <b>Species:</b> State here
  99. <br>
  100. <br>
  101. <b>Height:</b> State here
  102. <br>
  103. <br>
  104. <b>Weight:</b> State here
  105. <br>
  106. <br>
  107. <b>Sexual Orientation:</b> State here
  108. <br>
  109. <br>
  110. <b>Love Interest:</b> State here
  111. </div>
  112.  
  113. <div id="Navbar">
  114. <a href="#01">About</a>
  115. <a href="#02">Friends</a>
  116. <A href="#03">Gallery</a>
  117. <a href="#04">OOC</a>
  118. </div>
  119.  
  120. <div id="infobox">
  121. <div style="height:100%;width:100%;overflow-y:hidden;">
  122.  
  123. <a name="01"></a>
  124. <div class="tab">
  125. <h2>About</h2>
  126. <img src="story image url"/>
  127. <h3><u>Title</u></h3>
  128. <p>
  129. Paragraph one.
  130. </p>
  131. <p>
  132. Paragraph two.
  133. </p>
  134. <p>
  135. Paragraph three.
  136. </p>
  137. </div>
  138.  
  139. <a name="02"></a>
  140. <div class="tab">
  141. <h2>Friends</h2>
  142. <a href="" target="_blank">Link</a>
  143. </div>
  144.  
  145. <a name="03"></a>
  146. <div class="tab">
  147. <h2>Gallery</h2>
  148. <img src=""/>
  149. <br>
  150. <img src=""/>
  151. <br>
  152. <img src=""/>
  153. <br>
  154. <img src=""/>
  155. </div>
  156.  
  157. <a name="04"></a>
  158. <div class="tab">
  159. <h2>Out Of Character</h2>
  160. <ul>
  161. <li>Bullet one.</li>
  162. <li>Bullet two.</li>
  163. <li>Bullet three.</li>
  164. <li>Bullet four.</li>
  165. <li>Bullet five.</li>
  166. <li>Bullet six.</li>
  167. <li>Bullet seven.</li>
  168. <li>Bullet eight.</li>
  169. </ul>
  170. </div>
  171.  
  172. </div>
  173. </div>
  174.  
  175. <a href="http://cera-nore.deviantart.com/gallery/57420417/Profile-Layouts" id="credit" target="_blank" title="Firefox 1366x768
  176. Inform me of issues.">Coder</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement