Advertisement
ndfjay

Cards bruh ♥

Jan 7th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.87 KB | None | 0 0
  1. <style>
  2.     #imgBG{
  3.         width: 960px;
  4.         height: 720px;
  5.         position: absolute;
  6.         left: calc(50% - 480px);
  7.         background: url(http://68.media.tumblr.com/98e370c7e293c677f40288e82d7a5fbd/tumblr_ojf49ni5961uriebqo1_1280.png);
  8.     }
  9.  
  10.     #proPic{
  11.         width: 160px;
  12.         height: 220px;
  13.         position: absolute;
  14.         top: 248px;
  15.         left: calc(50% - 80px);
  16.         background: url(http://www.imvu.com/catalog/web_av_pic.php?av=Cards);
  17.     }
  18.  
  19.     #leftBox, #rightBox{
  20.         position: absolute;
  21.         top: 246px;
  22.         left: 49px;
  23.         width: 276px;
  24.         height: 230px;
  25.         overflow-x: hidden;
  26.         overflow-y: auto;
  27.         word-wrap: pre-wrap;
  28.     }
  29.  
  30.     #rightBox{
  31.         left: 635px;
  32.     }
  33. </style>
  34.  
  35. <div style="width: 100vw; height: 100vh; position: absolute; top: 0px; left: 0px">
  36.     <div id="imgBG">
  37.         <div id="proPic"></div>
  38.  
  39.         <div id="leftBox">
  40.             <div style="width: 100px; height: 25px; position: absolute; left: calc(50% - 50px); top: 15px">
  41.                 <!-- CODE FOR THE MUSIC BOX GOES HERE -->
  42.             </div>
  43.                 <center style="color: #000; margin-top: 75px">
  44.                 BITCHES GET STITCHES <br /> My name is Lydia
  45.                 </center>
  46.         </div>
  47.  
  48.         <div id="rightBox">
  49.             <center style="color: #000">
  50.             <!-- YOUR CONTECT FOR THE RIGHT BOX GOES HERE -->
  51.             </center>
  52.         </div>
  53.     </div>
  54. </div>
  55.  
  56. <style type="text/css">
  57. #url_panel_colRow, .imvucodes_net { display:none !important; }
  58. </style>
  59. <style type="text/css">
  60. .paneltitle, .panelmenu, .imvucodes_net { display:none !important; }
  61.    #aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
  62.    #messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
  63.    #room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
  64.    #streetteam_panel, #blog_panel, #video_panel_header, #music_panel, #rss_panel, #outfits_panel {
  65.       display: none !important;
  66.    }
  67.    #rightColumn {
  68.       display:none !important;
  69.    }
  70.  .imvustylez_products_marquee{margin:0px auto}
  71.  .imvustylez_products_marquee [id$="_panel_header"] {display: none !important; font-size: 1px}
  72.  .imvustylez_products_marquee [id$="_panel_body"] {line-height: 1px;} .imvustylez_products_marquee
  73.  .productbox,
  74.  .imvustylez_products_marquee
  75.  .productbox img{width:100px !important;height:80px !important;}
  76.  #headerbox { display: none !important; }
  77.   #footerBanner { display: none !important; }
  78.   #footer_style { display: none !important; }
  79.   #footer_panel { display: none !important; }
  80.   #ad_panel { display: none !important; }
  81.   #dev_panel{display:none !important;}
  82.   #imvuTopNav{display:none !important;}
  83.   #ccpheader_leaderboard{display: none !important;}
  84. </style>
  85.  
  86. <script>
  87.  
  88. $(document).ready(function() {
  89.   document.getElementById('url_panel').style = "position: absolute !important; left: 0px; top: 0px; width: 100wv !important;"
  90.   document.getElementById('imvuContent').align = "left";
  91. }
  92.  
  93.  
  94. function changeTitle(divID,divTitle)
  95. {
  96. document.getElementById(divID).innerHTML=divTitle;
  97. }
  98. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement