Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- function bioDisplay() {
- var x = document.getElementById("bioDiv");
- var y = document.getElementById("descDiv");
- if (x.style.display === "none") {
- x.style.display = "block";
- y.style.display = "none";
- } else {
- x.style.display = "none";
- }
- } function descDisplay() {
- var x = document.getElementById("descDiv");
- var y = document.getElementById("bioDiv");
- if (x.style.display === "none") {
- x.style.display = "block";
- y.style.display = "none";
- } else {
- x.style.display = "none";
- }
- }
- </script>
- <style>
- body{
- background-color:#323232;
- overflow-x:hidden;
- scrollbar-track-color:#323232;
- scrollbar-face-color:#991100;
- scrollbar-arrow-color:991100;
- }
- .buttongroup{
- width:360px;
- }
- button{
- float:left;
- border-top: solid #939393 1px;
- border-left: solid #939393 1px;
- border-right: solid #0D0D0D 2px;
- border-bottom: solid #0D0D0D 2px;
- background-color: #000000;
- padding: 10px;
- width:50%;
- color:#991100;
- font-size: 17px;
- cursor: pointer;
- text-align: center;
- }
- .bioDiv{
- border:2px black solid;
- background-color:#EAEAEA;
- padding:10px;
- width:340px;
- clear:both;
- }
- </style>
- <body>
- <center>
- <img src=https://cdn.discordapp.com/attachments/376560116134182917/514283454653923329/97f65b9e0d2e7b753a6b6c40a23d541c.jpg width=360px>
- <div class="buttongroup">
- <button onclick="bioDisplay()">Mini Bio</button>
- <button onclick="descDisplay()">Description</button>
- </div>
- <div id="bioDiv" class="bioDiv" style="display:none;">
- <font face=garamond><b>Village: Iwagakure<br>
- Rank: Genin Major<br></b>
- <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;">
- </div> <div id="descDiv" class="bioDiv" style="display:none;">
- <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>
- </div>
- </center>
- <iframe width=0 height=0 src=http://picosong.com/wXHxR?autoplay=1 frameborder=0 allowfullscreen></iframe>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment