Advertisement
miamimonalisa

pink purp bio fade

Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>waves</title>
  7. <!-- The style.css file allows you to change the look of your web pages.
  8. If you include the next line in all your web pages, they will all share the same look.
  9. This makes it easier to make new pages for your site. -->
  10. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  11. <style>
  12. body {font-family: "Lato", sans-serif;
  13. background: url(https://images7.alphacoders.com/573/573281.jpg) no-repeat center center fixed;
  14. -webkit-background-size: cover;
  15. -moz-background-size: cover;
  16. -o-background-size: cover;
  17. background-size: cover;}
  18.  
  19. .container{
  20. width:500px;
  21. background-color:white;
  22. margin-left: auto;
  23. margin-right:auto;
  24. margin-top:100px;
  25. border: 1px solid #ccc;
  26. }
  27.  
  28.  
  29. ul.tab {
  30. list-style-type: none;
  31. margin: 0;
  32. padding: 0;
  33. overflow: hidden;
  34. border-bottom: 1px solid #ccc;
  35. background-color: #f1f1f1;
  36. }
  37.  
  38. /* Float the list items side by side */
  39. ul.tab li {float: left;
  40. border-right: 1px solid #ccc;}
  41.  
  42. /* Style the links inside the list items */
  43. ul.tab li a {
  44. display: inline-block;
  45. color: black;
  46. text-align: center;
  47. padding: 14px 16px;
  48. text-decoration: none;
  49. transition: 0.3s;
  50. font-size: 17px;
  51. }
  52.  
  53. /* Change background color of links on hover */
  54. ul.tab li a:hover {
  55. background-color: #cac1ff;
  56. }
  57.  
  58. /* Create an active/current tablink class */
  59. ul.tab li a:focus, .active {
  60. background-color: #bdb2ff;
  61. }
  62.  
  63. /* Style the tab content */
  64. .tabcontent {
  65. display: none;
  66. padding: 6px 12px;
  67.  
  68. border-top: none;
  69. }
  70. .credit{
  71. font-size: 12px;
  72. position: absolute;
  73. bottom: 0;
  74. right: 0;}
  75. </style>
  76. </head>
  77. <body>
  78. <div class="container">
  79.  
  80. <!-- if you need to add another class do it here, and change the title of the tab by changing the text between <a></a> !-->
  81. <ul class="tab">
  82. <li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'About')" id="defaultOpen">about.</a></li>
  83. <li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'PEOPLE')">people.</a></li>
  84. <li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'DFI')">dfi/warnings.</a></li>
  85. <li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'SHIPS')">ships.</a></li>
  86. <li><a href="javascript:void(0)" class="tablinks" onclick="openCity(event, 'Interests')">interests.</a></li>
  87. </ul>
  88.  
  89. <div id="About" class="tabcontent">
  90. <br><img src="/103.png"><br>
  91. <!-- change the content of the tab here !-->
  92. <p><b>name:</b> van<br><br>
  93. <b>age:</b> eighteen<br><br>
  94. <b>pronouns:</b> he/him, they/them also acceptable<br><br>
  95. <b>gender:</b> nonbinary<br><br>
  96. <b>birthday:</b> october o1<br><br>
  97. <b>zodiac:</b> libra<br><br>
  98. <b>orientation:</b> pansexual<br><br>
  99. <b>timezone:</b> GMT-6 (Central)
  100. <h3>SCHEDULE.</h3>
  101. <p>currently, my work schedule is: <br><br>
  102. <b>MONDAY</b> 11AM-9PM<br><br>
  103. <b>TUESDAY</b> 945AM-5PM<br><br>
  104. <b>WEDNESDAY&THURSDAY</b> OFF<br><br>
  105. <b>FRIDAY</b> 945AM-5PM<br><br>
  106. <b>SATURDAY</b> 11AM-9PM<br><br>
  107. <b>SUNDAY</b> 5PM-9PM<br><br>
  108.  
  109. </div>
  110.  
  111. <div id="PEOPLE" class="tabcontent">
  112. <h3>VIP.</h3>
  113. <!--add a photo of mikleo here !-->
  114. <a href="https://twitter.com/x_bochan">brittany</a>
  115. <br>
  116. <h3>QPPS.</h3><!--add a photo of issei here!-->
  117. <p><a href="https://twitter.com/ofdokei">kei</a>
  118. <!-- add a photo of felicia here !-->
  119. <a href="https://twitter.com/tenebraeoracle">namine</a>
  120. <!-- add a photo of eichi here !-->
  121. <a href="https://twitter.com/eimugiP">em</a>
  122. <br>
  123. <h3>FRIENDS.</h3>
  124. TBA
  125. </div>
  126.  
  127. <div id="DFI" class="tabcontent">
  128. <h3>DONT FOLLOW IF.</h3>
  129. <ul>
  130. <li>you're ___ist
  131. <li>you are, or are friends with othello (tkrb, enstars), spino (tkrb), roy/leo/hades (fire emblem), or em (reiritsu/enstars) </li>
  132. <li>you ship any incest or pedophilia (real pedophilia, not the 18 y/o and 17 7/o bs) u nasty</li>
  133. </ul>
  134. <h3>WARNINGS.</h3>
  135. <ul>
  136. <li>im an nsfw person so?
  137. <li>thats it
  138. <li>beware
  139. </ul>
  140. </div>
  141.  
  142. <div id="SHIPS" class="tabcontent">
  143. <h3>LIKES.</h3>
  144. <ul>
  145. <li>zerotsu
  146. <li>adokoga
  147. <li>reikoga
  148. <li>eimugi
  149. <li>zanero (that one's for u, dorian)
  150. <li>me/overwhelming love and support for my qpps
  151. </ul>
  152. <h3>DISLIKES.</h3>
  153. <ul>
  154. <li>adokao
  155. <li>adorei
  156. <li>reiritsu
  157. <li>aoicest
  158. <li>LITERALLY ANY INCEST
  159. <li> except for the incest i wont blame u for these or anything?? like if u ship these things i wont hate u i promise they just arent 4 me (EXCEPT FOR THE INCEST)(i will high key judge u and block u for Incest Support)
  160. </ul>
  161. </div>
  162. <div id="Interests" class="tabcontent">
  163. <h3>ACTIVE.</h3>
  164. <ul>
  165. <li>fire emblem: fates
  166. <li>enstars?????
  167. <li>aichuu/i-chu/whatever the fuck
  168. <li>bnha
  169. <li>literally any cosplay shit
  170. <li><a href="https://twitter.com/archaiosalogos">dorian</a>
  171. </ul>
  172. <h3>LATENT.</h3>
  173. <ul>
  174. <li>touken ranbu
  175. <li>ovw
  176. <li>haikyuu !!
  177. <li>tales of zestiria
  178. <li>b-pro/b-project
  179. <li>p much any fire emblem
  180. </ul>
  181. </div>
  182. </div>
  183. <!-- please dont delete also feel free to dm me if you have questions about coding !-->
  184. <div class="credit">
  185. <a href="http://twitter.com/princesspcach">@peachie</a>
  186. <!-- do not touch this !-->
  187. <script>
  188. function openCity(evt, cityName) {
  189. var i, tabcontent, tablinks;
  190. tabcontent = document.getElementsByClassName("tabcontent");
  191. for (i = 0; i < tabcontent.length; i++) {
  192. tabcontent[i].style.display = "none";
  193. }
  194. tablinks = document.getElementsByClassName("tablinks");
  195. for (i = 0; i < tablinks.length; i++) {
  196. tablinks[i].className = tablinks[i].className.replace(" active", "");
  197. }
  198. document.getElementById(cityName).style.display = "block";
  199. evt.currentTarget.className += " active";
  200. }
  201.  
  202. // Get the element with id="defaultOpen" and click on it
  203. document.getElementById("defaultOpen").click();
  204. </script>
  205. </body>
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement