Advertisement
ndfjay

Pokédex IMVU layout (Venomoth)

Jul 17th, 2014
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.92 KB | None | 0 0
  1. <!-- Rieno style sheet for Pokedex layout -->
  2. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
  3. <style>
  4. body{background:#fff;}
  5. .mainContent{width:820px; height:600px; overflow:none; margin:0 auto 0 auto; color:#000;}
  6. .leftPanel{width:438px; height:600px; float:left; margin:0 0 0 0; background:url(http://userimages-akm.imvu.com/userdata/11/70/33/56/userpics/Snap_BT1URSK10R1514704877.png)}
  7. .rightPanel{width:363px; height:600px; float:left; margin-left:-1px; margin-top:32px; background:url(http://userimages-akm.imvu.com/userdata/11/70/33/56/userpics/Snap_PF62SxlNr01305642928.png) top left no-repeat;}
  8. .abtPan{ margin-left:35px; margin-top:139px; width:294px; height:157px; font-family:Tahoma; overflow-x:hidden; overflow-y:auto; display:block;}
  9. .locPan{ margin-left:35px; margin-top:139px; width:294px; height:157px; font-family:Tahoma; overflow-x:hidden; overflow-y:auto; display:none;}
  10. </style>
  11. <!-- Main Block // You may modify the information in here but do so at your own risk -->
  12. <div class="mainContent">
  13.     <div class="leftPanel">
  14.     <a href="javascript:void(0)" onclick="IMVU.AvatarCard.showPopup(128813264); return false;"><img style="margin-left:38px; margin-top:225px;" src="http://www.imvu.com/catalog/web_av_pic.php?av=Venomoth" /></a>
  15.     </div>
  16.     <div class="rightPanel">
  17.     <div class="abtPan" style="font-size:12px;">
  18.         <center><p style="font-size:16px">Venomoth Personal Stats:</p></center>
  19.         <p>Age: 24</p>
  20.         <p>Current Location: USA</p>
  21.         <p>Affinity: Unavailible (Taken)</p>
  22.     </div>
  23.     <div class="locPan" style="font-size:12px;">
  24.         <center><p style="font-size:16px;">Venomoth Spawn Locations:</p></center>
  25.         <p><a href="imvu:JoinPublicRoom?room_instance_id=128813264-251">.Oii.</a> &nbsp; Chance of spawn: High</p>
  26.         <p><a href="imvu:JoinPublicRoom?room_instance_id=128813264-22">::Sugar Skull Dream::</a> &nbsp; Chance of spawn: Moderate</p>
  27.         <p><a href="imvu:JoinPublicRoom?room_instance_id=128813264-155">.C O R A L.</a> &nbsp; Chance of spawn: Low</p>
  28.     </div>
  29.     <img src="http://userimages-akm.imvu.com/userdata/11/70/33/56/userpics/Snap_V4nqgolz7G2075411465.png" usemap="#Map" style="margin-top:26px; margin-left:0px;" border="0" />
  30.     <map name="Map" id="Map">
  31.       <area shape="rect" coords="42,14,158,44" href="javascript:void(0)" onclick="$('.abtPan').css({display: 'block'}); $('.locPan').css({display: 'none'});" />
  32.       <area shape="rect" coords="50,62,154,88" href="javascript:void(0)" onclick="$('.abtPan').css({display: 'none'}); $('.locPan').css({display: 'block'});"/>
  33.       <area shape="rect" coords="218,202,275,219" href="http://avatars.imvu.com/Rieno" target="_new" />
  34. <area shape="rect" coords="223,15,306,43" href="http://www.imvu.com/photos/albums/128813264/" target="_new" />
  35.       <area shape="rect" coords="224,62,303,90" href="http://www.imvu.com/shop/web_search.php?manufacturers_id=128813264" target="_new" />
  36.     </map>
  37.     </div>
  38. </div>
  39. <iframe style="display:none" width="0" height="0" src="//www.youtube.com/embed/JvKoBnv96PM?autoplay=1" frameborder="0" allowfullscreen></iframe>
  40. <!-- IMVU SCRIPTS TO HIDE PANELS -->
  41.  
  42. <script>
  43. function changeTitle(divID,divTitle)
  44. {
  45. document.getElementById(divID).innerHTML=divTitle;
  46. }
  47. </script>
  48.  
  49. <style type="text/css">
  50.    #aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
  51.    #messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
  52.    #room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
  53.    #streetteam_panel, #blog_panel, #video_panel_header, #music_panel, #rss_panel, #url_panel, #outfits_panel {
  54.       width:900px !important;
  55.    }
  56.    #rightColumn {
  57.       display:none !important;
  58.    }
  59. </style>
  60. <style type="text/css">
  61. #url_panel_colRow, .imvucodes_net { display:none !important; }
  62. </style>
  63. <style type="text/css">
  64. .paneltitle, .panelmenu, .imvucodes_net { display:none !important; }
  65. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement