Advertisement
Sync_Owner

Temporary Code Paqe

Dec 3rd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color:black;
  4. color:#f0f0f0;
  5. }
  6. #mugshot {
  7. z-index:1;
  8. position:absolute;
  9. top:0%;
  10. left:0%;
  11. right:0%;
  12. height:100%;
  13. text-align:center;
  14. }
  15. #mugshot img {
  16. height:100%;
  17. }
  18. #image1 {
  19. z-index:1;
  20. position:absolute;
  21. top:15%;
  22. left:5%;
  23. width:25%;
  24. opacity:0.9;
  25. }
  26. #image2 {
  27. z-index:1;
  28. position:absolute;
  29. top:15%;
  30. right:5%;
  31. width:25%;
  32. opacity:0.9
  33. }
  34. #statbox {
  35. z-index:3;
  36. position:absolute;
  37. top:2%;
  38. left:2.5%;
  39. height:10%;
  40. width:95%;
  41. border:1px solid #f0f0f0;
  42. background-color:rgba(0, 0, 0, 0.6);
  43. text-align:center;
  44. overflow-y:auto;
  45. }
  46. #statbox li {
  47. display:inline-block;
  48. width:10%;
  49. margin-top:1%;
  50. }
  51. #infobox {
  52. z-index:2;
  53. position:absolute;
  54. top:55%;
  55. left:2.5%;
  56. height:40%;
  57. width:30%;
  58. border:1px solid #f0f0f0;
  59. background-color:rgba(0, 0, 0, 0.6);
  60. }
  61. #obox {
  62. z-index:2;
  63. position:absolute;
  64. top:55%;
  65. right:2.5%;
  66. height:40%;
  67. width:30%;
  68. border:1px solid #f0f0f0;
  69. background-color:rgba(0, 0, 0, 0.6);
  70. }
  71. #navbar {
  72. position:absolute;
  73. top:3%;left:3%;
  74. height:8%;width:94%;
  75. overflow:hidden;
  76. }
  77. #navbar a {
  78. position:absolute;
  79. height:90%;
  80. width:48%;
  81. background-color:#f0f0f0;
  82. border:1px solid #f0f0f0;
  83. }
  84. #navbar a:hover {
  85. background-color:rgba(0, 0, 0, 0.6);
  86. }
  87. #navbar a:first-child {
  88. left:0%;
  89. }
  90. #navbar a:nth-child(2) {
  91. right:0%;
  92. }
  93. #musicbox {
  94. position:absolute;
  95. top:3%;
  96. left:3%;
  97. height:12%;
  98. width:94%;
  99. overflow:hidden;
  100. }
  101. .tab {
  102. height:100%;
  103. width:100%;
  104. overflow-y:auto;
  105. }
  106. p {
  107. text-indent:5%;
  108. }
  109. #credit {
  110. z-index:4;
  111. text-decoration:none;
  112. color:#007ba7;
  113. position:fixed;
  114. right:1%;
  115. bottom:0%;
  116. font-family: UnifrakturCook, Brush Script MT, script, cursive;
  117. }
  118. </style>
  119.  
  120. <div id="mugshot">
  121. <img src=""/>
  122. </div>
  123.  
  124.  
  125. <img src="https://static1.e621.net/data/32/ba/32ba49dce3d9e1b5fcb17ca8cfab3c3b.jpg"id="image1"/>
  126. <img src="" id="image2"/>
  127.  
  128. <div id="statbox">
  129. <li><b>Name:</b>
  130. <br>Dashuri Paqe</li>
  131. <li><b>Species:</b>
  132. <br>Tiger</li>
  133. <li><b>Age:</b>
  134. <br>Unknown</li>
  135. <li><b>Fur:</b>
  136. <br>Orange Black and White</li>
  137. <li><b>Eyes:</b>
  138. <br>Orange</li>
  139. <li><b>Height:</b>
  140. <br>6’ 8"</li>
  141. <li><b>Weight:</b>
  142. <br>That's pretty rude</li>
  143. <li><b>Status:</b>
  144. <br>Single</li>
  145. <li><b>Orientation:</b>
  146. <br>Bi</li>
  147. </ul>
  148. </div>
  149.  
  150. <div id="infobox">
  151. <div id="navbar">
  152. <a href="#01"></a>
  153. <a href="#02"></a>
  154. </div>
  155.  
  156. <div style="position:absolute;top:15%;left:3%;height:82%;width:94%;overflow:hidden;">
  157.  
  158. <a name="01">Story</a>
  159. <div class="tab">
  160. <h3>About</h3>
  161. <p>
  162.  
  163. </p>
  164. </div>
  165.  
  166. <a name="02">Important stuff</a>
  167. <div class="tab">
  168. <h3>💜</h3>
  169. <p>
  170.  
  171. </div>
  172. </div>
  173.  
  174. <div id="obox">
  175. <div id="musicbox">
  176. <audio controls autoplay="1" loop="1" style="height:100%;width:100%;">
  177. <source src="http://66.90.91.26/ost/geometry-dash/ubbxoiibfl/09.djvi-cycles.mp3" type="audio/mpeg">
  178. </audio>
  179. </div>
  180. <div style="position:absolute;top:17%;left:3%;height:80%;width:94%;overflow-y:auto;">
  181. <h3>OOC</h3>
  182. <ul>
  183.  
  184. <li>PM Friendly</li>
  185.  
  186. </ul>
  187. </div>
  188. </div>
  189.  
  190. <a href="http://cera-nore.deviantart.com/" id="credit" target="_blank" title="Firefox 1366x768
  191. Inform me of issues.">Coder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement