Takakashi_z

4wuwuwuwwuk

Nov 19th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <script>
  2. function bioDisplay() {
  3. var x = document.getElementById("bioDiv");
  4. var y = document.getElementById("descDiv");
  5. if (x.style.display === "none") {
  6. x.style.display = "block";
  7. y.style.display = "none";
  8. } else {
  9. x.style.display = "none";
  10. }
  11. } function descDisplay() {
  12. var x = document.getElementById("descDiv");
  13. var y = document.getElementById("bioDiv");
  14. if (x.style.display === "none") {
  15. x.style.display = "block";
  16. y.style.display = "none";
  17. } else {
  18. x.style.display = "none";
  19. }
  20. }
  21. </script>
  22. <style>
  23. body{
  24. background-color:#323232;
  25. overflow-x:hidden;
  26. scrollbar-track-color:#323232;
  27. scrollbar-face-color:#991100;
  28. scrollbar-arrow-color:991100;
  29. }
  30. .buttongroup{
  31. width:360px;
  32. }
  33. button{
  34. float:left;
  35. border-top: solid #939393 1px;
  36. border-left: solid #939393 1px;
  37. border-right: solid #0D0D0D 2px;
  38. border-bottom: solid #0D0D0D 2px;
  39. background-color: #000000;
  40. padding: 10px;
  41. width:50%;
  42. color:#991100;
  43. font-size: 17px;
  44. cursor: pointer;
  45. text-align: center;
  46. }
  47. .bioDiv{
  48. border:2px black solid;
  49. background-color:#EAEAEA;
  50. padding:10px;
  51. width:340px;
  52. clear:both;
  53.  
  54. }
  55. </style>
  56. <body>
  57. <center>
  58.  
  59. <img src=https://cdn.discordapp.com/attachments/376560116134182917/514283454653923329/97f65b9e0d2e7b753a6b6c40a23d541c.jpg width=360px>
  60. <div class="buttongroup">
  61. <button onclick="bioDisplay()">Mini Bio</button>
  62. <button onclick="descDisplay()">Description</button>
  63. </div>
  64. <div id="bioDiv" class="bioDiv" style="display:none;">
  65. <font face=garamond><b>Village: Iwagakure<br>
  66. Rank: Genin Major<br></b>
  67. <br><img src=http://th01.deviantart.net/fs28/PRE/i/2008/106/d/1/Random_Uchiha_Crest_by_p3TriFi3d.jpg width=50 style="float:right;margin-top:5px;margin-right:-6px;">
  68.  
  69. </div> <div id="descDiv" class="bioDiv" style="display:none;">
  70. <font face=garamond><b>A youth who exudes a sense of purpose, and a desire to learn. He's still quite young, but has acquired a sizeable amount of experience in a short span of time. An impression of patriotism exudes from this youth, as his pride in both his clan and his village are paramount. </b>
  71. </div>
  72. </center>
  73. <iframe width=0 height=0 src=http://picosong.com/wXHxR?autoplay=1 frameborder=0 allowfullscreen></iframe>
  74. </body>
Advertisement
Add Comment
Please, Sign In to add comment